summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2022-09-20tracefs: Only clobber mode/uid/gid on remount if askedBrian Norris
2022-09-15erofs: fix pcluster use-after-free on UP platformsGao Xiang
2022-09-15afs: Use the operation issue time instead of the reply time for callbacksDavid Howells
2022-09-15NFS: Fix another fsync() issue after a server rebootTrond Myklebust
2022-09-15NFS: Save some space in the inodeTrond Myklebust
2022-09-15NFS: Further optimisations for 'ls -l'Trond Myklebust
2022-09-15debugfs: add debugfs_lookup_and_remove()Greg Kroah-Hartman
2022-09-15btrfs: zoned: set pseudo max append zone limit in zone emulation modeShin'ichiro Kawasaki
2022-09-08cifs: fix small mempool leak in SMB2_negotiate()Enzo Matsumiya
2022-09-05btrfs: fix space cache corruption and potential double allocationsOmar Sandoval
2022-09-05btrfs: tree-checker: check for overlapping extent itemsJosef Bacik
2022-09-05btrfs: fix lockdep splat with reloc root extent buffersJosef Bacik
2022-09-05btrfs: move lockdep class helpers to locking.cJosef Bacik
2022-09-05ksmbd: don't remove dos attribute xattr on O_TRUNC openNamjae Jeon
2022-09-05ksmbd: return STATUS_BAD_NETWORK_NAME error status if share is not configuredNamjae Jeon
2022-09-05fs/ntfs3: Fix work with fragmented xattrKonstantin Komarov
2022-09-05btrfs: fix warning during log replay when bumping inode link countFilipe Manana
2022-09-05btrfs: add and use helper for unlinking inode during log replayFilipe Manana
2022-09-05btrfs: remove no longer needed logic for replaying directory deletesFilipe Manana
2022-09-05btrfs: remove root argument from btrfs_unlink_inode()Filipe Manana
2022-09-05io_uring: fix UAF due to missing POLLFREE handlingPavel Begunkov
2022-09-05io_uring: fix wrong arm_poll error handlingPavel Begunkov
2022-09-05io_uring: fail links when poll failsPavel Begunkov
2022-09-05io_uring: bump poll refs to full 31-bitsJens Axboe
2022-09-05io_uring: remove poll entry from list when canceling allJens Axboe
2022-09-05io_uring: Remove unused function req_ref_putJiapeng Chong
2022-09-05io_uring: poll reworkPavel Begunkov
2022-09-05io_uring: inline io_poll_completePavel Begunkov
2022-09-05io_uring: kill poll linking optimisationPavel Begunkov
2022-09-05io_uring: move common poll bitsPavel Begunkov
2022-09-05io_uring: refactor poll updatePavel Begunkov
2022-09-05io_uring: clean cqe filling functionsPavel Begunkov
2022-09-05io_uring: correct fill events helpers typesPavel Begunkov
2022-08-31io_uring: fix issue with io_write() not always undoing sb_start_write()Jens Axboe
2022-08-31smb3: missing inode locks in punch holeDavid Howells
2022-08-31writeback: avoid use-after-free after removing deviceKhazhismel Kumykov
2022-08-31btrfs: fix possible memory leak in btrfs_get_dev_args_from_path()Zixuan Fu
2022-08-31btrfs: check if root is readonly while setting security xattrGoldwyn Rodrigues
2022-08-31btrfs: add info when mount fails due to stale replace targetAnand Jain
2022-08-31btrfs: replace: drop assert for suspended replaceAnand Jain
2022-08-31btrfs: fix silent failure when deleting root referenceFilipe Manana
2022-08-31ntfs: fix acl handlingChristian Brauner
2022-08-31mm/smaps: don't access young/dirty bit if pte unpresentPeter Xu
2022-08-31NFSv4.2 fix problems with __nfs42_ssc_openOlga Kornievskaia
2022-08-31NFS: Don't allocate nfs_fattr on the stack in __nfs42_ssc_open()Trond Myklebust
2022-08-31fs: require CAP_SYS_ADMIN in target namespace for idmapped mountsSeth Forshee
2022-08-31btrfs: remove unnecessary parameter delalloc_start for writepage_delalloc()Qu Wenruo
2022-08-31btrfs: pass the dentry to btrfs_log_new_name() instead of the inodeFilipe Manana
2022-08-31btrfs: put initial index value of a directory in a constantFilipe Manana
2022-08-31btrfs: convert count_max_extents() to use fs_info->max_extent_sizeNaohiro Aota