summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2020-06-08io_uring: don't arm a timeout through work.funcPavel Begunkov
2020-06-08io_uring: remove custom ->func handlersPavel Begunkov
2020-06-08io_uring: don't derive close state from ->funcPavel Begunkov
2020-06-08Merge tag 'gfs2-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs...Linus Torvalds
2020-06-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-08binfmt_flat: use flush_icache_user_rangeChristoph Hellwig
2020-06-08exec: use flush_icache_user_range in read_codeChristoph Hellwig
2020-06-08exec: only build read_code when neededChristoph Hellwig
2020-06-08kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliasesGuilherme G. Piccoli
2020-06-08kernel/hung_task convert hung_task_panic boot parameter to sysctlVlastimil Babka
2020-06-08kernel/sysctl: support handling command line aliasesVlastimil Babka
2020-06-08kernel/sysctl: support setting sysctl parameters from kernel command lineVlastimil Babka
2020-06-08vfs: clean up posix_acl_permission() logic aroudn MAY_NOT_BLOCKLinus Torvalds
2020-06-08vfs: do not do group lookup when not necessaryLinus Torvalds
2020-06-08io_uring: use kvfree() in io_sqe_buffer_register()Denis Efremov
2020-06-08io_uring: validate the full range of provided buffers for accessBijan Mottahedeh
2020-06-08ovl: remove unnecessary lock checkyoungjun
2020-06-07Merge tag 'apparmor-pr-2020-06-07' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-06-07Merge tag 'driver-core-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-06-06Merge tag 'sh-for-5.8' of git://git.libc.org/linux-shLinus Torvalds
2020-06-06hpfs: fix warning due to superfluous semicolonZou Wei
2020-06-06smb3: extend fscache mount volume coherency checkSteve French
2020-06-05Merge tag 'for-linus-5.8-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-06-05Merge tag 'dlm-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds
2020-06-05Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2020-06-05Merge tag 'afs-next-20200604' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-06-05Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2020-06-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-06-05Merge tag 'core_core_updates_for_5.8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-06-05Merge branch 'gfs2-iopen' into for-nextAndreas Gruenbacher
2020-06-05gfs2: fix use-after-free on transaction ail listsBob Peterson
2020-06-05gfs2: new slab for transactionsBob Peterson
2020-06-05gfs2: initialize transaction tr_ailX_lists earlierBob Peterson
2020-06-05gfs2: Smarter iopen glock waitingAndreas Gruenbacher
2020-06-05gfs2: Wake up when setting GLF_DEMOTEAndreas Gruenbacher
2020-06-05gfs2: Check inode generation number in delete_work_funcAndreas Gruenbacher
2020-06-05gfs2: Move inode generation number check into gfs2_inode_lookupAndreas Gruenbacher
2020-06-05gfs2: Minor gfs2_lookup_by_inum cleanupAndreas Gruenbacher
2020-06-05gfs2: Try harder to delete inodes locallyAndreas Gruenbacher
2020-06-05gfs2: Give up the iopen glock on contentionAndreas Gruenbacher
2020-06-05gfs2: Turn gl_delete into a delayed workAndreas Gruenbacher
2020-06-05gfs2: Keep track of deleted inode generations in LVBsAndreas Gruenbacher
2020-06-05gfs2: Allow ASPACE glocks to also have an lvbBob Peterson
2020-06-05gfs2: instrumentation wrt log_flush stuckBob Peterson
2020-06-05gfs2: introduce new gfs2_glock_assert_withdrawBob Peterson
2020-06-05gfs2: print mapping->nrpages in glock dump for address space glocksBob Peterson
2020-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-04exec: open code copy_string_kernelChristoph Hellwig
2020-06-04exec: simplify the copy_strings_kernel calling conventionChristoph Hellwig
2020-06-04fs/seq_file.c: seq_read: Update pr_info_ratelimitedJoe Perches