summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-05-12Merge commit '49caedb668e476c100d727f2174724e0610a2b92' of https://github.com...Sujoy Ray150-1226/+2494
2022-04-27jbd2: fix a potential race while discarding reserved buffers after an abortYe Bin1-1/+3
2022-04-27ext4: force overhead calculation if the s_overhead_cluster makes no senseTheodore Ts'o1-3/+12
2022-04-27ext4: fix overhead calculation to account for the reserved gdt blocksTheodore Ts'o1-1/+3
2022-04-27ext4: limit length to bitmap_maxbytes - blocksize in punch_holeTadeusz Struk1-1/+10
2022-04-27ext4: fix use-after-free in ext4_search_dirYe Bin2-2/+6
2022-04-27ext4: fix symlink file size not match to file contentYe Bin1-1/+3
2022-04-27ext4: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong3-9/+32
2022-04-27mm, hugetlb: allow for "high" userspace addressesChristophe Leroy1-4/+5
2022-04-27VFS: filename_create(): fix incorrect intent.NeilBrown1-12/+10
2022-04-27stat: fix inconsistency between struct stat and struct compat_statMikulas Patocka1-9/+10
2022-04-27cifs: Check the IOCB_DIRECT flag, not O_DIRECTDavid Howells1-1/+1
2022-04-27gfs2: assign rgrp glock before compute_bitstructsBob Peterson1-4/+5
2022-04-27xfs: return errors in xfs_fs_sync_fsDarrick J. Wong1-1/+5
2022-04-27vfs: make sync_filesystem return errors from ->sync_fsDarrick J. Wong1-6/+12
2022-04-27block: simplify the block device syncing codeChristoph Hellwig2-25/+4
2022-04-27block: remove __sync_blockdevChristoph Hellwig2-8/+4
2022-04-27fs: remove __sync_filesystemChristoph Hellwig1-21/+17
2022-04-20btrfs: mark resumed async balance as writingNaohiro Aota1-0/+2
2022-04-20btrfs: fix root ref counts in error handling in btrfs_get_root_refJia-Ju Bai1-2/+3
2022-04-20cifs: verify that tcon is valid before dereference in cifs_kill_sbRonnie Sahlberg1-3/+3
2022-04-20io_uring: use nospec annotation for more indexesPavel Begunkov1-6/+5
2022-04-20io_uring: zero tag on rsrc removalPavel Begunkov1-1/+3
2022-04-20btrfs: do not warn for free space inode in cow_file_rangeJosef Bacik1-1/+0
2022-04-20btrfs: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong1-2/+11
2022-04-20cifs: potential buffer overflow in handling symlinksHarshit Mogalapalli1-0/+3
2022-04-20io_uring: verify pad field is 0 in io_get_ext_argDylan Yudaken1-0/+2
2022-04-20io_uring: verify that resv2 is 0 in io_uring_rsrc_update2Dylan Yudaken1-2/+3
2022-04-20io_uring: move io_uring_rsrc_update2 validationDylan Yudaken1-2/+2
2022-04-20cifs: release cached dentries only if mount is completeShyam Prasad N1-13/+15
2022-04-20btrfs: release correct delalloc amount in direct IO write pathNaohiro Aota1-3/+3
2022-04-20btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups()Nathan Chancellor1-4/+0
2022-04-20btrfs: remove no longer used counter when reading data pageFilipe Manana1-4/+1
2022-04-20btrfs: remove unused parameter nr_pages in add_ra_bio_pages()Qu Wenruo1-2/+0
2022-04-13btrfs: prevent subvol with swapfile from being deletedKaiwen Hu1-0/+22
2022-04-13btrfs: fix qgroup reserve overflow the qgroup limitEthan Lien1-1/+1
2022-04-13io_uring: fix race between timeout flush and removalJens Axboe1-4/+3
2022-04-13io_uring: implement compat handling for IORING_REGISTER_IOWQ_AFFEugene Syromiatnikov1-1/+9
2022-04-13io_uring: defer splice/tee file validity check until command issueJens Axboe1-28/+21
2022-04-13io_uring: don't check req->file in io_fsync_prep()Jens Axboe1-3/+0
2022-04-13io_uring: don't touch scm_fp_list after queueing skbPavel Begunkov1-2/+6
2022-04-13io_uring: nospec index for tags on files updatePavel Begunkov1-1/+1
2022-04-13NFSv4: fix open failure with O_ACCMODE flagChenXiaoSong3-12/+14
2022-04-13Revert "NFSv4: Handle the special Linux file open access mode"ChenXiaoSong2-2/+1
2022-04-13NFS: Avoid writeback threads getting stuck in mempool_alloc()Trond Myklebust2-7/+13
2022-04-13NFS: nfsiod should not block forever in mempool_alloc()Trond Myklebust3-17/+22
2022-04-13jfs: prevent NULL deref in diFreeHaimin Zhang1-1/+2
2022-04-13NFS: swap-out must always use STABLE writes.NeilBrown1-4/+6
2022-04-13NFS: swap IO handling is slightly different for O_DIRECT IONeilBrown2-16/+30
2022-04-13NFSv4: Protect the state recovery thread against direct reclaimTrond Myklebust1-0/+12