summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-09-15erofs: fix pcluster use-after-free on UP platformsGao Xiang1-29/+0
2022-09-15afs: Use the operation issue time instead of the reply time for callbacksDavid Howells5-12/+5
2022-09-15NFS: Fix another fsync() issue after a server rebootTrond Myklebust3-11/+11
2022-09-15NFS: Save some space in the inodeTrond Myklebust1-8/+18
2022-09-15NFS: Further optimisations for 'ls -l'Trond Myklebust1-5/+11
2022-09-15debugfs: add debugfs_lookup_and_remove()Greg Kroah-Hartman1-0/+22
2022-09-15btrfs: zoned: set pseudo max append zone limit in zone emulation modeShin'ichiro Kawasaki1-3/+12
2022-09-08cifs: fix small mempool leak in SMB2_negotiate()Enzo Matsumiya1-5/+7
2022-09-05btrfs: fix space cache corruption and potential double allocationsOmar Sandoval4-60/+22
2022-09-05btrfs: tree-checker: check for overlapping extent itemsJosef Bacik1-2/+23
2022-09-05btrfs: fix lockdep splat with reloc root extent buffersJosef Bacik7-2/+50
2022-09-05btrfs: move lockdep class helpers to locking.cJosef Bacik4-92/+89
2022-09-05ksmbd: don't remove dos attribute xattr on O_TRUNC openNamjae Jeon1-9/+9
2022-09-05ksmbd: return STATUS_BAD_NETWORK_NAME error status if share is not configuredNamjae Jeon2-2/+3
2022-09-05fs/ntfs3: Fix work with fragmented xattrKonstantin Komarov1-1/+6
2022-09-05btrfs: fix warning during log replay when bumping inode link countFilipe Manana1-2/+2
2022-09-05btrfs: add and use helper for unlinking inode during log replayFilipe Manana1-48/+29
2022-09-05btrfs: remove no longer needed logic for replaying directory deletesFilipe Manana1-89/+69
2022-09-05btrfs: remove root argument from btrfs_unlink_inode()Filipe Manana3-22/+18
2022-09-05io_uring: fix UAF due to missing POLLFREE handlingPavel Begunkov1-8/+50
2022-09-05io_uring: fix wrong arm_poll error handlingPavel Begunkov1-1/+3
2022-09-05io_uring: fail links when poll failsPavel Begunkov1-0/+2
2022-09-05io_uring: bump poll refs to full 31-bitsJens Axboe1-1/+1
2022-09-05io_uring: remove poll entry from list when canceling allJens Axboe1-0/+1
2022-09-05io_uring: Remove unused function req_ref_putJiapeng Chong1-6/+0
2022-09-05io_uring: poll reworkPavel Begunkov1-298/+227
2022-09-05io_uring: inline io_poll_completePavel Begunkov1-11/+2
2022-09-05io_uring: kill poll linking optimisationPavel Begunkov1-6/+2
2022-09-05io_uring: move common poll bitsPavel Begunkov1-37/+37
2022-09-05io_uring: refactor poll updatePavel Begunkov1-36/+26
2022-09-05io_uring: clean cqe filling functionsPavel Begunkov1-28/+29
2022-09-05io_uring: correct fill events helpers typesPavel Begunkov1-12/+12
2022-08-31io_uring: fix issue with io_write() not always undoing sb_start_write()Jens Axboe1-1/+6
2022-08-31smb3: missing inode locks in punch holeDavid Howells1-6/+6
2022-08-31writeback: avoid use-after-free after removing deviceKhazhismel Kumykov1-6/+6
2022-08-31btrfs: fix possible memory leak in btrfs_get_dev_args_from_path()Zixuan Fu1-1/+4
2022-08-31btrfs: check if root is readonly while setting security xattrGoldwyn Rodrigues1-0/+3
2022-08-31btrfs: add info when mount fails due to stale replace targetAnand Jain1-1/+1
2022-08-31btrfs: replace: drop assert for suspended replaceAnand Jain1-2/+1
2022-08-31btrfs: fix silent failure when deleting root referenceFilipe Manana1-2/+3
2022-08-31ntfs: fix acl handlingChristian Brauner1-9/+7
2022-08-31mm/smaps: don't access young/dirty bit if pte unpresentPeter Xu1-3/+4
2022-08-31NFSv4.2 fix problems with __nfs42_ssc_openOlga Kornievskaia1-0/+6
2022-08-31NFS: Don't allocate nfs_fattr on the stack in __nfs42_ssc_open()Trond Myklebust1-4/+6
2022-08-31fs: require CAP_SYS_ADMIN in target namespace for idmapped mountsSeth Forshee1-0/+7
2022-08-31btrfs: remove unnecessary parameter delalloc_start for writepage_delalloc()Qu Wenruo1-7/+7
2022-08-31btrfs: pass the dentry to btrfs_log_new_name() instead of the inodeFilipe Manana3-9/+20
2022-08-31btrfs: put initial index value of a directory in a constantFilipe Manana2-10/+12
2022-08-31btrfs: convert count_max_extents() to use fs_info->max_extent_sizeNaohiro Aota3-19/+24
2022-08-31btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_sizeNaohiro Aota5-4/+19