summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-04-20io_uring: fix poll error reportingPavel Begunkov1-3/+2
2022-04-20io_uring: fix poll file assign deadlockPavel Begunkov1-1/+2
2022-04-20io_uring: use right issue_flags for splice/teePavel Begunkov1-2/+2
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-20btrfs: zoned: activate block group only for extent allocationNaohiro Aota3-9/+21
2022-04-20cifs: verify that tcon is valid before dereference in cifs_kill_sbRonnie Sahlberg1-3/+3
2022-04-20revert "fs/binfmt_elf: use PT_LOAD p_align values for static PIE"Andrew Morton1-2/+2
2022-04-20revert "fs/binfmt_elf: fix PT_LOAD p_align values for loaders"Andrew Morton1-1/+1
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-20io_uring: abort file assignment prior to assigning credsJens Axboe1-2/+3
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-20io_uring: fix assign file locking issuePavel Begunkov1-4/+6
2022-04-20io_uring: stop using io_wq_work as an fd placeholderJens Axboe2-5/+8
2022-04-20io_uring: flag the fact that linked file assignment is saneJens Axboe1-1/+2
2022-04-20cachefiles: Fix KASAN slab-out-of-bounds in cachefiles_set_volume_xattrDave Wysochanski1-1/+1
2022-04-20cachefiles: unmark inode in use in error pathJeffle Xu1-9/+24
2022-04-20cifs: release cached dentries only if mount is completeShyam Prasad N1-13/+15
2022-04-20nfsd: Fix a write performance regressionTrond Myklebust1-3/+15
2022-04-20btrfs: return allocated block group from do_chunk_alloc()Naohiro Aota1-3/+13
2022-04-20btrfs: fix btrfs_submit_compressed_write cgroup attributionDennis Zhou1-0/+8
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-13io_uring: drop the old style inflight file trackingJens Axboe1-58/+27
2022-04-13io_uring: defer file assignmentJens Axboe2-10/+30
2022-04-13io_uring: propagate issue_flags state down to file assignmentJens Axboe1-35/+47
2022-04-13io_uring: move read/write file prep state into actual opcode handlerJens Axboe1-57/+62
2022-04-13SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Trond Myklebust1-0/+1
2022-04-13cifs: force new session setup and tcon for dfsPaulo Alcantara1-5/+8
2022-04-13btrfs: prevent subvol with swapfile from being deletedKaiwen Hu1-0/+22
2022-04-13btrfs: avoid defragging extents whose next extents are not targetsQu Wenruo1-6/+14
2022-04-13btrfs: remove device item and update super block in the same transactionQu Wenruo1-37/+28
2022-04-13btrfs: zoned: traverse devices under chunk_mutex in btrfs_can_activate_zoneJohannes Thumshirn1-4/+5
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-13cifs: fix potential race with cifsd threadPaulo Alcantara2-2/+2
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