summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-08-31ocfs2: fix freeing uninitialized resource on ocfs2_dlm_shutdownHeming Zhao2-5/+6
2022-08-31smb3: missing inode locks in punch holeDavid Howells1-6/+6
2022-08-31cifs: skip extra NULL byte in filenamesPaulo Alcantara1-10/+6
2022-08-31writeback: avoid use-after-free after removing deviceKhazhismel Kumykov1-6/+6
2022-08-31btrfs: update generation of hole file extent item when merging holesFilipe Manana1-0/+2
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: fix space cache corruption and potential double allocationsOmar Sandoval4-60/+22
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-31fs: require CAP_SYS_ADMIN in target namespace for idmapped mountsSeth Forshee1-0/+7
2022-08-31mm/uffd: reset write protection when unregister with wp-modePeter Xu1-0/+4
2022-08-31NFS: Fix another fsync() issue after a server rebootTrond Myklebust3-11/+11
2022-08-25f2fs: fix null-ptr-deref in f2fs_get_dnode_of_dataYe Bin3-3/+9
2022-08-25f2fs: revive F2FS_IOC_ABORT_VOLATILE_WRITEDaeho Jeong1-2/+28
2022-08-25smb3: check xattr value length earlierSteve French1-2/+3
2022-08-25f2fs: fix to do sanity check on segment type in build_sit_entries()Chao Yu1-0/+13
2022-08-25f2fs: fix to avoid use f2fs_bug_on() in f2fs_new_node_page()Chao Yu1-1/+5
2022-08-25ovl: warn if trusted xattr creation failsMiklos Szeredi1-2/+5
2022-08-25ext4: avoid resizing to a partial cluster sizeKiselev, Oleg1-0/+10
2022-08-25ext4: block range must be validated before use in ext4_mb_clear_bb()Lukas Czerner1-1/+20
2022-08-25ext4: avoid remove directory when directory is corruptedYe Bin1-5/+2
2022-08-25fs/ntfs3: uninitialized variable in ntfs_set_acl_ex()Dan Carpenter1-1/+1
2022-08-25fs/ntfs3: Fix missing i_op in ntfs_read_mftKonstantin Komarov1-0/+1
2022-08-25fs/ntfs3: Do not change mode if ntfs_set_ea failedKonstantin Komarov1-10/+10
2022-08-25fs/ntfs3: Fix double free on remountKonstantin Komarov1-4/+4
2022-08-25fs/ntfs3: Don't clear upper bits accidentally in log_replay()Dan Carpenter1-1/+1
2022-08-25fs/ntfs3: Fix NULL deref in ntfs_update_mftmirrPavel Skripkin1-1/+6
2022-08-25fs/ntfs3: Fix using uninitialized value n when calling indx_readYan Lei1-1/+1
2022-08-25fscache: don't leak cookie access refs if invalidation is in progress or failedJeff Layton1-2/+5
2022-08-25ceph: don't leak snap_rwsem in handle_cap_grantJeff Layton1-14/+13
2022-08-25ceph: use correct index when encoding client supported featuresLuís Henriques2-8/+5
2022-08-25NFSv4/pnfs: Fix a use-after-free bug in openTrond Myklebust1-5/+6
2022-08-25NFSv4.1: RECLAIM_COMPLETE must handle EACCESZhang Xianwei1-0/+3
2022-08-25NFSv4: Fix races in the legacy idmapper upcallTrond Myklebust1-22/+24
2022-08-25NFSv4.1: Handle NFS4ERR_DELAY replies to OP_SEQUENCE correctlyTrond Myklebust1-1/+0
2022-08-25NFSv4.1: Don't decrease the value of seq_nr_highest_sentTrond Myklebust1-3/+2
2022-08-25cifs: Fix memory leak on the deferred closeZhang Xiaoxu1-0/+6
2022-08-25btrfs: fix warning during log replay when bumping inode link countFilipe Manana1-2/+2
2022-08-25btrfs: fix lost error handling when looking up extended ref on log replayFilipe Manana1-1/+3