summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2022-08-25xfs: reserve quota for target dir expansion when renaming filesDarrick J. Wong
2022-08-25xfs: reserve quota for dir expansion when linking/unlinking filesDarrick J. Wong
2022-08-25xfs: flush inodegc workqueue tasks before cancelBrian Foster
2022-08-25smb3: check xattr value length earlierSteve French
2022-08-25f2fs: fix to do sanity check on segment type in build_sit_entries()Chao Yu
2022-08-25f2fs: fix to avoid use f2fs_bug_on() in f2fs_new_node_page()Chao Yu
2022-08-25ovl: warn if trusted xattr creation failsMiklos Szeredi
2022-08-25ext4: avoid resizing to a partial cluster sizeKiselev, Oleg
2022-08-25ext4: avoid remove directory when directory is corruptedYe Bin
2022-08-25fs/ntfs3: uninitialized variable in ntfs_set_acl_ex()Dan Carpenter
2022-08-25fs/ntfs3: Fix missing i_op in ntfs_read_mftKonstantin Komarov
2022-08-25fs/ntfs3: Do not change mode if ntfs_set_ea failedKonstantin Komarov
2022-08-25fs/ntfs3: Fix double free on remountKonstantin Komarov
2022-08-25fs/ntfs3: Don't clear upper bits accidentally in log_replay()Dan Carpenter
2022-08-25fs/ntfs3: Fix NULL deref in ntfs_update_mftmirrPavel Skripkin
2022-08-25fs/ntfs3: Fix using uninitialized value n when calling indx_readYan Lei
2022-08-25ceph: don't leak snap_rwsem in handle_cap_grantJeff Layton
2022-08-25ceph: use correct index when encoding client supported featuresLuís Henriques
2022-08-25NFSv4/pnfs: Fix a use-after-free bug in openTrond Myklebust
2022-08-25NFSv4.1: RECLAIM_COMPLETE must handle EACCESZhang Xianwei
2022-08-25NFSv4: Fix races in the legacy idmapper upcallTrond Myklebust
2022-08-25NFSv4.1: Handle NFS4ERR_DELAY replies to OP_SEQUENCE correctlyTrond Myklebust
2022-08-25NFSv4.1: Don't decrease the value of seq_nr_highest_sentTrond Myklebust
2022-08-25cifs: Fix memory leak on the deferred closeZhang Xiaoxu