aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-03-10io-wq: decouple work_list protection from the big wqe->lockHao Xu1-44/+52
2022-03-10io_uring: Fix use of uninitialized ret in io_eventfd_register()Nathan Chancellor1-3/+3
2022-03-10io_uring: remove ring quiesce for io_uring_registerUsama Arif1-83/+0
2022-03-10io_uring: avoid ring quiesce while registering restrictions and enabling ringsUsama Arif1-0/+2
2022-03-10io_uring: avoid ring quiesce while registering async eventfdUsama Arif1-10/+12
2022-03-10io_uring: avoid ring quiesce while registering/unregistering eventfdUsama Arif1-21/+68
2022-03-10io_uring: remove trace for eventfdUsama Arif1-2/+1
2022-03-09f2fs: remove unnecessary read for F2FS_FITS_IN_INODEJia Yang1-13/+4
2022-03-09xfs: don't generate selinux audit messages for capability testingDarrick J. Wong3-4/+4
2022-03-09xfs: add missing cmap->br_state = XFS_EXT_NORM updateGao Xiang1-1/+4
2022-03-09coredump: Don't compile flat_core_dump when coredumps are disabledEric W. Biederman1-0/+4
2022-03-08f2fs: pass the bio operation to bio_alloc_biosetChristoph Hellwig1-41/+29
2022-03-08f2fs: don't pass a bio to f2fs_target_deviceChristoph Hellwig2-13/+14
2022-03-08fs: remove fs.f_write_hintChristoph Hellwig2-19/+0
2022-03-08fs: remove kiocb.ki_hintChristoph Hellwig4-10/+0
2022-03-08coredump: Use the vma snapshot in fill_files_noteEric W. Biederman2-13/+33
2022-03-08coredump/elf: Pass coredump_params into fill_note_infoEric W. Biederman1-11/+11
2022-03-08coredump: Remove the WARN_ON in dump_vma_snapshotEric W. Biederman1-6/+0
2022-03-08coredump: Snapshot the vmas in do_coredumpEric W. Biederman3-43/+36
2022-03-08coredump: Move definition of struct coredump_params into coredump.hEric W. Biederman1-0/+1
2022-03-08Merge tag 'fuse-fixes-5.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuseLinus Torvalds5-6/+20
2022-03-08udf: remove redundant assignment of variable etypeColin Ian King1-2/+1
2022-03-07block: remove the per-bio/request write hintChristoph Hellwig10-24/+6
2022-03-07Merge branch 'for-5.18/alloc-cleanups' into for-5.18/write-streamsJens Axboe3-44/+33
2022-03-07Merge branch 'for-5.18/block' into for-5.18/write-streamsJens Axboe35-247/+102
2022-03-07fuse: fix pipe buffer lifetime for direct_ioMiklos Szeredi3-1/+13
2022-03-07ext4: stop using bio_devnameChristoph Hellwig1-3/+2
2022-03-06Merge tag 'for-5.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds13-28/+230
2022-03-05proc: fix documentation and description of pagemapYun Zhou1-1/+2
2022-03-05mm: refactor vm_area_struct::anon_vma_name usage codeSuren Baghdasaryan2-6/+6
2022-03-04f2fs: introduce F2FS_UNFAIR_RWSEM to support unfair rwsemJaegeuk Kim2-0/+17
2022-03-04f2fs: avoid an infinite loop in f2fs_sync_dirty_inodesJaegeuk Kim2-0/+12
2022-03-04btrfs: fallback to blocking mode when doing async dio over multiple extentsFilipe Manana1-0/+28
2022-03-03binfmt_elf: Introduce KUnit testKees Cook4-0/+80
2022-03-03f2fs: fix to do sanity check on curseg->alloc_typeChao Yu1-0/+7
2022-03-03f2fs: fix to avoid potential deadlockChao Yu2-2/+10
2022-03-03cachefiles: Fix incorrect length to fallocate()David Howells1-1/+1
2022-03-03fsdax: depend on ZONE_DEVICE || FS_DAX_LIMITEDChristoph Hellwig1-0/+1
2022-03-03mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig1-1/+0
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig2-0/+2
2022-03-03ext4: don't BUG if someone dirty pages without asking ext4 firstTheodore Ts'o1-0/+25
2022-03-03gfs2: Remove return value for gfs2_indirect_initBob Peterson1-4/+3
2022-03-03ext4: remove redundant assignment to variable split_flag1Colin Ian King1-1/+0
2022-03-02ext4: fix underflow in ext4_max_bitmap_size()Zhang Yi1-15/+31
2022-03-02ext4: fix ext4_mb_clear_bb() kernel-doc commentYang Li1-1/+0
2022-03-02ext4: fix fs corruption when tring to remove a non-empty directory with IO errorYe Bin2-10/+9
2022-03-02ext4: use time_is_before_jiffies() instead of open coding itWang Qing1-1/+2
2022-03-02ext4: improve fast_commit performance and scalabilityRitesh Harjani3-18/+59
2022-03-02Merge tag 'erofs-for-5.17-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofsLinus Torvalds1-1/+1
2022-03-02reiserfs: Deprecate reiserfsJan Kara2-3/+9