summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-08-25xfs: reject crazy array sizes being fed to XFS_IOC_GETBMAP*Darrick J. Wong1-1/+1
2022-08-25xfs: revert "xfs: actually bump warning counts when we send warnings"Eric Sandeen1-1/+0
2022-08-25xfs: fix soft lockup via spinning in filestream ag selection loopBrian Foster1-3/+4
2022-08-25xfs: fix overfilling of reserve poolDarrick J. Wong1-7/+6
2022-08-25xfs: always succeed at setting the reserve pool sizeDarrick J. Wong1-4/+5
2022-08-25xfs: remove infinite loop when reserving free block poolDarrick J. Wong1-30/+20
2022-08-25xfs: reserve quota for target dir expansion when renaming filesDarrick J. Wong1-1/+32
2022-08-25xfs: reserve quota for dir expansion when linking/unlinking filesDarrick J. Wong3-29/+106
2022-08-25xfs: flush inodegc workqueue tasks before cancelBrian Foster1-18/+4
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: 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-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 lost error handling when looking up extended ref on log replayFilipe Manana1-1/+3
2022-08-25btrfs: reset RO counter on block group if we fail to relocateJosef Bacik1-1/+3
2022-08-25btrfs: unset reloc control if transaction commit fails in prepare_to_relocate()Zixuan Fu1-1/+6
2022-08-21btrfs: raid56: don't trust any cached sector in __raid56_parity_recover()Qu Wenruo1-13/+6
2022-08-21btrfs: only write the sectors in the vertical stripe which has data stripesQu Wenruo1-4/+51
2022-08-21ksmbd: fix heap-based overflow in set_ntacl_dacl()Namjae Jeon4-57/+119
2022-08-21ksmbd: prevent out of bound read for SMB2_WRITEHyunchul Lee2-6/+7
2022-08-21io_uring: use original request task for inflight trackingJens Axboe1-1/+1
2022-08-17io_uring: mem-account pbuf bucketsPavel Begunkov1-1/+2
2022-08-17ext4: fix race when reusing xattr blocksJan Kara1-22/+45
2022-08-17ext4: unindent codeblock in ext4_xattr_block_set()Jan Kara1-39/+38
2022-08-17ext4: use kmemdup() to replace kmalloc + memcpyShuqi Zhang1-2/+1
2022-08-17ext4: remove EA inode entry from mbcache on inode evictionJan Kara3-16/+11
2022-08-17ext4: make sure ext4_append() always allocates new blockLukas Czerner1-0/+16
2022-08-17ext4: check if directory block is within i_sizeLukas Czerner1-0/+7
2022-08-17ext4: fix warning in ext4_iomap_begin as race between bmap and writeYe Bin1-3/+9
2022-08-17ext4: correct the misjudgment in ext4_iget_extra_inodeBaokun Li1-2/+1
2022-08-17ext4: correct max_inline_xattr_value_size computingBaokun Li1-0/+3
2022-08-17ext4: fix use-after-free in ext4_xattr_set_entryBaokun Li1-2/+4
2022-08-17ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.hBaokun Li1-0/+13