summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2022-08-31btrfs: replace BTRFS_MAX_EXTENT_SIZE with fs_info->max_extent_sizeNaohiro Aota
2022-08-31btrfs: zoned: revive max_zone_append_bytesNaohiro Aota
2022-08-31block: add a bdev_max_zone_append_sectors helperChristoph Hellwig
2022-08-25xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP*Darrick J. Wong
2022-08-25xfs: revert "xfs: actually bump warning counts when we send warnings"Eric Sandeen
2022-08-25xfs: fix soft lockup via spinning in filestream ag selection loopBrian Foster
2022-08-25xfs: fix overfilling of reserve poolDarrick J. Wong
2022-08-25xfs: always succeed at setting the reserve pool sizeDarrick J. Wong
2022-08-25xfs: remove infinite loop when reserving free block poolDarrick J. Wong