summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-04-27io_uring: fix leaks on IOPOLL and CQE_SKIPPavel Begunkov
2022-04-27jbd2: fix a potential race while discarding reserved buffers after an abortYe Bin
2022-04-27ext4: update the cached overhead value in the superblockTheodore Ts'o
2022-04-27ext4: force overhead calculation if the s_overhead_cluster makes no senseTheodore Ts'o
2022-04-27ext4: fix overhead calculation to account for the reserved gdt blocksTheodore Ts'o
2022-04-27ext4: limit length to bitmap_maxbytes - blocksize in punch_holeTadeusz Struk
2022-04-27ext4: fix use-after-free in ext4_search_dirYe Bin
2022-04-27ext4: fix symlink file size not match to file contentYe Bin
2022-04-27ext4: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong
2022-04-27cifs: use correct lock type in cifs_reconnect()Paulo Alcantara
2022-04-27cifs: fix NULL ptr dereference in refresh_mounts()Paulo Alcantara
2022-04-27fs: fix acl translationChristian Brauner
2022-04-27io_uring: free iovec if file assignment failsJens Axboe
2022-04-27mm, hugetlb: allow for "high" userspace addressesChristophe Leroy
2022-04-27VFS: filename_create(): fix incorrect intent.NeilBrown
2022-04-27stat: fix inconsistency between struct stat and struct compat_statMikulas Patocka
2022-04-27cifs: Check the IOCB_DIRECT flag, not O_DIRECTDavid Howells
2022-04-27gfs2: assign rgrp glock before compute_bitstructsBob Peterson
2022-04-20io_uring: fix poll error reportingPavel Begunkov
2022-04-20io_uring: fix poll file assign deadlockPavel Begunkov
2022-04-20io_uring: use right issue_flags for splice/teePavel Begunkov
2022-04-20btrfs: mark resumed async balance as writingNaohiro Aota
2022-04-20btrfs: fix root ref counts in error handling in btrfs_get_root_refJia-Ju Bai
2022-04-20btrfs: zoned: activate block group only for extent allocationNaohiro Aota
2022-04-20cifs: verify that tcon is valid before dereference in cifs_kill_sbRonnie Sahlberg
2022-04-20revert "fs/binfmt_elf: use PT_LOAD p_align values for static PIE"Andrew Morton
2022-04-20revert "fs/binfmt_elf: fix PT_LOAD p_align values for loaders"Andrew Morton
2022-04-20io_uring: use nospec annotation for more indexesPavel Begunkov
2022-04-20io_uring: zero tag on rsrc removalPavel Begunkov
2022-04-20btrfs: do not warn for free space inode in cow_file_rangeJosef Bacik
2022-04-20btrfs: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong
2022-04-20io_uring: abort file assignment prior to assigning credsJens Axboe
2022-04-20cifs: potential buffer overflow in handling symlinksHarshit Mogalapalli
2022-04-20io_uring: verify pad field is 0 in io_get_ext_argDylan Yudaken
2022-04-20io_uring: verify that resv2 is 0 in io_uring_rsrc_update2Dylan Yudaken
2022-04-20io_uring: move io_uring_rsrc_update2 validationDylan Yudaken
2022-04-20io_uring: fix assign file locking issuePavel Begunkov
2022-04-20io_uring: stop using io_wq_work as an fd placeholderJens Axboe
2022-04-20io_uring: flag the fact that linked file assignment is saneJens Axboe
2022-04-20cachefiles: Fix KASAN slab-out-of-bounds in cachefiles_set_volume_xattrDave Wysochanski
2022-04-20cachefiles: unmark inode in use in error pathJeffle Xu
2022-04-20cifs: release cached dentries only if mount is completeShyam Prasad N
2022-04-20nfsd: Fix a write performance regressionTrond Myklebust
2022-04-20btrfs: return allocated block group from do_chunk_alloc()Naohiro Aota
2022-04-20btrfs: fix btrfs_submit_compressed_write cgroup attributionDennis Zhou
2022-04-20btrfs: release correct delalloc amount in direct IO write pathNaohiro Aota
2022-04-20btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups()Nathan Chancellor
2022-04-20btrfs: remove no longer used counter when reading data pageFilipe Manana
2022-04-13io_uring: drop the old style inflight file trackingJens Axboe
2022-04-13io_uring: defer file assignmentJens Axboe