summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* smb3: check xattr value length earlierSteve French2022-08-251-2/+3
* ext4: avoid resizing to a partial cluster sizeKiselev, Oleg2022-08-251-0/+10
* ext4: avoid remove directory when directory is corruptedYe Bin2022-08-251-5/+2
* btrfs: raid56: don't trust any cached sector in __raid56_parity_recover()Qu Wenruo2022-08-251-13/+6
* btrfs: only write the sectors in the vertical stripe which has data stripesQu Wenruo2022-08-251-4/+51
* NFSv4.1: RECLAIM_COMPLETE must handle EACCESZhang Xianwei2022-08-251-0/+3
* NFSv4: Fix races in the legacy idmapper upcallTrond Myklebust2022-08-251-22/+24
* btrfs: fix lost error handling when looking up extended ref on log replayFilipe Manana2022-08-251-1/+3
* btrfs: reject log replay if there is unsupported RO compat flagQu Wenruo2022-08-251-0/+14
* ext4: correct the misjudgment in ext4_iget_extra_inodeBaokun Li2022-08-251-2/+1
* ext4: correct max_inline_xattr_value_size computingBaokun Li2022-08-251-0/+3
* ext4: fix extent status tree race in writeback error recovery pathEric Whitney2022-08-251-0/+7
* ext4: update s_overhead_clusters in the superblock during an on-line resizeTheodore Ts'o2022-08-251-0/+1
* ext4: fix use-after-free in ext4_xattr_set_entryBaokun Li2022-08-251-2/+4
* ext4: make sure ext4_append() always allocates new blockLukas Czerner2022-08-251-0/+16
* ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.hBaokun Li2022-08-251-0/+13
* jbd2: fix assertion 'jh->b_frozen_data == NULL' failure when journal abortedZhihao Cheng2022-08-251-2/+12
* ext4: recover csum seed of tmp_inode after migrating to extentsLi Lingfeng2022-08-251-1/+3
* fs: check FMODE_LSEEK to control internal pipe splicingJason A. Donenfeld2022-08-251-6/+4
* ext2: Add more validity checks for inode countsJan Kara2022-08-251-2/+10
* fuse: limit nsecMiklos Szeredi2022-08-251-0/+6
* fs: Add missing umask strip in vfs_tmpfileYang Xu2022-08-251-0/+2
* vfs: Check the truncate maximum size in inode_newsize_ok()David Howells2022-08-251-0/+2
* ntfs: fix use-after-free in ntfs_ucsncmp()ChenXiaoSong2022-08-251-2/+6
* nilfs2: fix incorrect masking of permission flags for symlinksRyusuke Konishi2022-07-211-0/+3
* xfs: remove incorrect ASSERT in xfs_renameEric Sandeen2022-07-121-1/+0
* ext4: add reserved GDT blocks checkZhang Yi2022-06-251-0/+10
* ext4: make variable "count" signedDing Xiang2022-06-251-1/+2
* ext4: fix bug_on ext4_mb_use_inode_paBaokun Li2022-06-251-0/+9
* pNFS: Don't keep retrying if the server replied NFS4ERR_LAYOUTUNAVAILABLETrond Myklebust2022-06-251-0/+6
* 9p: missing chunk of "fs/9p: Don't update file type when updating file attrib...Al Viro2022-06-251-7/+3
* cifs: return errors during session setup during reconnectsShyam Prasad N2022-06-141-0/+3
* kernfs: Separate kernfs_pr_cont_buf and rename_lock.Hao Luo2022-06-141-12/+19
* jffs2: fix memory leak in jffs2_do_fill_superBaokun Li2022-06-141-0/+1
* ocfs2: dlmfs: fix error handling of user_dlm_destroy_lockJunxiao Bi via Ocfs2-devel2022-06-141-1/+15
* dlm: fix missing lkb refcount handlingAlexander Aring2022-06-141-2/+9
* dlm: fix plock invalid readAlexander Aring2022-06-141-7/+5
* ext4: avoid cycles in directory h-treeJan Kara2022-06-141-3/+19
* ext4: verify dir block before splitting itJan Kara2022-06-141-11/+21
* ext4: fix bug_on in ext4_writepagesYe Bin2022-06-141-0/+12
* ext4: fix use-after-free in ext4_rename_dir_prepareYe Bin2022-06-141-3/+27
* fs-writeback: writeback_sb_inodes:Recalculate 'wrote' according skipped pagesZhihao Cheng2022-06-141-5/+8
* fsnotify: fix wrong lockdep annotationsAmir Goldstein2022-06-141-3/+3
* inotify: show inotify mask flags in proc fdinfoAmir Goldstein2022-06-143-10/+15
* fat: add ratelimit to fat*_ent_bread()OGAWA Hirofumi2022-06-141-3/+4
* fs: jfs: fix possible NULL pointer dereference in dbFree()Zixuan Fu2022-06-141-1/+2
* btrfs: repair super block num_devices automaticallyQu Wenruo2022-06-141-4/+4
* btrfs: add "0x" prefix for unsupported optional featuresQu Wenruo2022-06-141-2/+2
* binfmt_flat: do not stop relocating GOT entries prematurely on riscvNiklas Cassel2022-06-141-1/+26
* NFSD: Fix possible sleep during nfsd4_release_lockowner()Chuck Lever2022-06-061-8/+4