summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-08-25smb3: check xattr value length earlierSteve French1-2/+3
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-25btrfs: raid56: don't trust any cached sector in __raid56_parity_recover()Qu Wenruo1-13/+6
2022-08-25btrfs: only write the sectors in the vertical stripe which has data stripesQu Wenruo1-4/+51
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-25btrfs: fix lost error handling when looking up extended ref on log replayFilipe Manana1-1/+3
2022-08-25btrfs: reject log replay if there is unsupported RO compat flagQu Wenruo1-0/+14
2022-08-25ext4: correct the misjudgment in ext4_iget_extra_inodeBaokun Li1-2/+1
2022-08-25ext4: correct max_inline_xattr_value_size computingBaokun Li1-0/+3
2022-08-25ext4: fix extent status tree race in writeback error recovery pathEric Whitney1-0/+7
2022-08-25ext4: update s_overhead_clusters in the superblock during an on-line resizeTheodore Ts'o1-0/+1
2022-08-25ext4: fix use-after-free in ext4_xattr_set_entryBaokun Li1-2/+4
2022-08-25ext4: make sure ext4_append() always allocates new blockLukas Czerner1-0/+16
2022-08-25ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.hBaokun Li1-0/+13
2022-08-25jbd2: fix assertion 'jh->b_frozen_data == NULL' failure when journal abortedZhihao Cheng1-2/+12
2022-08-25ext4: recover csum seed of tmp_inode after migrating to extentsLi Lingfeng1-1/+3
2022-08-25fs: check FMODE_LSEEK to control internal pipe splicingJason A. Donenfeld1-6/+4
2022-08-25ext2: Add more validity checks for inode countsJan Kara1-2/+10
2022-08-25fuse: limit nsecMiklos Szeredi1-0/+6
2022-08-25fs: Add missing umask strip in vfs_tmpfileYang Xu1-0/+2
2022-08-25vfs: Check the truncate maximum size in inode_newsize_ok()David Howells1-0/+2
2022-08-25ntfs: fix use-after-free in ntfs_ucsncmp()ChenXiaoSong1-2/+6
2022-07-21nilfs2: fix incorrect masking of permission flags for symlinksRyusuke Konishi1-0/+3
2022-07-12xfs: remove incorrect ASSERT in xfs_renameEric Sandeen1-1/+0
2022-06-25ext4: add reserved GDT blocks checkZhang Yi1-0/+10
2022-06-25ext4: make variable "count" signedDing Xiang1-1/+2
2022-06-25ext4: fix bug_on ext4_mb_use_inode_paBaokun Li1-0/+9
2022-06-25pNFS: Don't keep retrying if the server replied NFS4ERR_LAYOUTUNAVAILABLETrond Myklebust1-0/+6
2022-06-259p: missing chunk of "fs/9p: Don't update file type when updating file attrib...Al Viro1-7/+3
2022-06-14cifs: return errors during session setup during reconnectsShyam Prasad N1-0/+3
2022-06-14kernfs: Separate kernfs_pr_cont_buf and rename_lock.Hao Luo1-12/+19
2022-06-14jffs2: fix memory leak in jffs2_do_fill_superBaokun Li1-0/+1
2022-06-14ocfs2: dlmfs: fix error handling of user_dlm_destroy_lockJunxiao Bi via Ocfs2-devel1-1/+15
2022-06-14dlm: fix missing lkb refcount handlingAlexander Aring1-2/+9
2022-06-14dlm: fix plock invalid readAlexander Aring1-7/+5
2022-06-14ext4: avoid cycles in directory h-treeJan Kara1-3/+19
2022-06-14ext4: verify dir block before splitting itJan Kara1-11/+21
2022-06-14ext4: fix bug_on in ext4_writepagesYe Bin1-0/+12
2022-06-14ext4: fix use-after-free in ext4_rename_dir_prepareYe Bin1-3/+27
2022-06-14fs-writeback: writeback_sb_inodes:Recalculate 'wrote' according skipped pagesZhihao Cheng1-5/+8
2022-06-14fsnotify: fix wrong lockdep annotationsAmir Goldstein1-3/+3
2022-06-14inotify: show inotify mask flags in proc fdinfoAmir Goldstein3-10/+15
2022-06-14fat: add ratelimit to fat*_ent_bread()OGAWA Hirofumi1-3/+4
2022-06-14fs: jfs: fix possible NULL pointer dereference in dbFree()Zixuan Fu1-1/+2
2022-06-14btrfs: repair super block num_devices automaticallyQu Wenruo1-4/+4
2022-06-14btrfs: add "0x" prefix for unsupported optional featuresQu Wenruo1-2/+2
2022-06-14binfmt_flat: do not stop relocating GOT entries prematurely on riscvNiklas Cassel1-1/+26
2022-06-06NFSD: Fix possible sleep during nfsd4_release_lockowner()Chuck Lever1-8/+4