summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-02-16zonefs: add tracepoints for file operationsJohannes Thumshirn3-0/+113
2021-02-15proc: don't allow async path resolution of /proc/thread-self componentsJens Axboe2-1/+8
2021-02-15binfmt_misc: pass binfmt_misc flags to the interpreterLaurent Vivier3-3/+11
2021-02-15nfsd: register pernet ops last, unregister firstJ. Bruce Fields1-7/+7
2021-02-13ubifs: Fix error return code in alloc_wbufs()Wang ShaoBo1-1/+3
2021-02-13Merge tag 'for-5.11-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2021-02-13s390,alpha: switch to 64-bit ino_tHeiko Carstens1-1/+4
2021-02-13io_uring: kill cached requests from exiting task closing the ringJens Axboe1-1/+3
2021-02-13io_uring: add helper to free all request cachesJens Axboe1-7/+19
2021-02-13io_uring: allow task match to be passed to io_req_cache_free()Jens Axboe1-6/+7
2021-02-12Merge tag '5.11-rc7-smb3-github' of git://github.com/smfrench/smb3-kernelLinus Torvalds4-4/+28
2021-02-12f2fs: give a warning only for readonly partitionJaegeuk Kim1-5/+3
2021-02-12io-wq: clear out worker ->fs and ->filesJens Axboe1-8/+6
2021-02-12jffs2: check the validity of dstlen in jffs2_zlib_compress()Yang Yang1-0/+3
2021-02-12ubifs: Fix off-by-one errorSascha Hauer2-2/+2
2021-02-12ubifs: replay: Fix high stack usage, againArnd Bergmann1-1/+3
2021-02-12ubifs: Fix memleak in ubifs_init_authenticationDinghao Liu1-1/+1
2021-02-12jffs2: fix use after free in jffs2_sum_write_data()Tom Rix1-0/+3
2021-02-12um: hostfs: use a kmem cache for inodesJohannes Berg1-2/+8
2021-02-12Merge tag 'io_uring-5.11-2021-02-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+4
2021-02-12io_uring: optimise io_init_req() flags settingPavel Begunkov1-10/+7
2021-02-12io_uring: clean io_req_find_next() fast checkPavel Begunkov1-1/+1
2021-02-12io_uring: don't check PF_EXITING from syscallPavel Begunkov1-3/+2
2021-02-12Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini37-303/+474
2021-02-12btrfs: initialize fs_info::csum_size earlier in open_ctreeSu Yue1-1/+2
2021-02-12io_uring: don't split out consume out of SQE getPavel Begunkov1-12/+6
2021-02-12io_uring: save ctx put/get for task_work submitPavel Begunkov1-5/+12
2021-02-12io_uring: don't duplicate io_req_task_queue()Pavel Begunkov1-7/+1
2021-02-12io_uring: optimise SQPOLL mm/files grabbingPavel Begunkov1-14/+13
2021-02-12io_uring: optimise out unlikely link queuePavel Begunkov1-32/+10
2021-02-12io_uring: take compl state from submit statePavel Begunkov1-6/+3
2021-02-11ext4: add .kunitconfig fragment to enable ext4-specific testsDaniel Latypov1-0/+3
2021-02-11ext: EXT4_KUNIT_TESTS should depend on EXT4_FS instead of selecting itGeert Uytterhoeven1-2/+1
2021-02-11io_uring: inline io_complete_rw_common()Pavel Begunkov1-17/+9
2021-02-11io_uring: move res check out of io_rw_reissue()Pavel Begunkov1-9/+8
2021-02-11io_uring: simplify iopoll reissuingPavel Begunkov1-21/+5
2021-02-11io_uring: clean up io_req_free_batch_finish()Pavel Begunkov1-3/+1
2021-02-11io_uring: move submit side state closer in the ringJens Axboe1-7/+10
2021-02-11fs/jfs: fix potential integer overflow on shift of a intColin Ian King1-1/+1
2021-02-11cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.Shyam Prasad N1-0/+1
2021-02-11cifs: In the new mount api we get the full devname as source=Ronnie Sahlberg3-2/+17
2021-02-11xfs: consider shutdown in bmapbt cursor delete assertBrian Foster1-21/+12
2021-02-11io_uring: assign file_slot prior to calling io_sqe_file_register()Jens Axboe1-1/+2
2021-02-11erofs: initialized fields can only be observed after bit is setGao Xiang2-2/+18
2021-02-11erofs: fix shift-out-of-bounds of blkszbitsGao Xiang1-2/+2
2021-02-10xfs: fix boolreturn.cocci warningskernel test robot1-1/+1
2021-02-10xfs: restore shutdown check in mapped write fault pathBrian Foster1-0/+3
2021-02-10io_uring: remove redundant initialization of variable retColin Ian King1-1/+1
2021-02-10io_uring: unpark SQPOLL thread for cancelationPavel Begunkov1-0/+5
2021-02-10Revert "io_uring: don't take fs for recvmsg/sendmsg"Jens Axboe1-2/+4