summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* debugfs: add debugfs_lookup_and_remove()Greg Kroah-Hartman2022-09-151-0/+22
* btrfs: check if root is readonly while setting security xattrGoldwyn Rodrigues2022-09-051-0/+3
* 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
* smb3: check xattr value length earlierSteve French2022-08-251-2/+3
* f2fs: fix to avoid use f2fs_bug_on() in f2fs_new_node_page()Chao Yu2022-08-251-1/+5
* 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
* NFSv4/pnfs: Fix a use-after-free bug in openTrond Myklebust2022-08-251-5/+6
* 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
* ovl: drop WARN_ON() dentry is NULL in ovl_encode_fh()Jiachen Zhang2022-08-251-1/+1
* 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-111-2/+6
* dlm: fix pending remove if msg allocation failsAlexander Aring2022-07-291-1/+2
* 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
* afs: Fix dynamic root getattrDavid Howells2022-07-021-1/+2
* 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
* ceph: allow ceph.dir.rctime xattr to be updatableVenky Shankar2022-06-141-1/+9
* kernfs: Separate kernfs_pr_cont_buf and rename_lock.Hao Luo2022-06-141-12/+19
* NFSv4: Don't hold the layoutget locks across multiple RPC callsTrond Myklebust2022-06-141-0/+4
* afs: Fix infinite loop found by xfstest generic/676David Howells2022-06-141-1/+4
* 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