summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-06-14cifs: version operations for smb20 unneeded when legacy support disabledSteve French2-2/+9
2022-06-14ceph: allow ceph.dir.rctime xattr to be updatableVenky Shankar1-1/+9
2022-06-14kernfs: Separate kernfs_pr_cont_buf and rename_lock.Hao Luo1-12/+19
2022-06-14NFSv4: Don't hold the layoutget locks across multiple RPC callsTrond Myklebust1-0/+4
2022-06-14f2fs: remove WARN_ON in f2fs_is_valid_blkaddrDongliang Mu1-2/+2
2022-06-14afs: Fix infinite loop found by xfstest generic/676David Howells1-1/+4
2022-06-14jffs2: fix memory leak in jffs2_do_fill_superBaokun Li1-0/+1
2022-06-09ext4: only allow test_dummy_encryption when supportedEric Biggers2-14/+10
2022-06-09xfs: assert in xfs_btree_del_cursor should take into account errorDave Chinner1-1/+7
2022-06-09xfs: consider shutdown in bmapbt cursor delete assertBrian Foster1-21/+12
2022-06-09xfs: force log and push AIL to clear pinned inodes when aborting mountDarrick J. Wong1-46/+44
2022-06-09xfs: restore shutdown check in mapped write fault pathBrian Foster1-0/+3
2022-06-09xfs: fix incorrect root dquot corruption error when switching group/project q...Darrick J. Wong1-2/+37
2022-06-09xfs: fix chown leaking delalloc quota blocks when fssetxattr failsDarrick J. Wong1-57/+35
2022-06-09xfs: sync lazy sb accounting on quiesce of read-only mountsBrian Foster3-10/+22
2022-06-09xfs: set inode size after creating symlinkJeffrey Mitchell1-0/+1
2022-06-09SMB3: EBADF/EIO errors in rename/open caused by race condition in smb2_compou...Steve French1-2/+0
2022-06-09ocfs2: dlmfs: fix error handling of user_dlm_destroy_lockJunxiao Bi via Ocfs2-devel1-1/+15
2022-06-09dlm: fix missing lkb refcount handlingAlexander Aring1-2/+9
2022-06-09dlm: fix plock invalid readAlexander Aring1-7/+5
2022-06-09ext4: avoid cycles in directory h-treeJan Kara1-3/+19
2022-06-09ext4: verify dir block before splitting itJan Kara1-11/+21
2022-06-09ext4: fix bug_on in __es_tree_searchBaokun Li1-5/+5
2022-06-09ext4: filter out EXT4_FC_REPLAY from on-disk superblock field s_stateTheodore Ts'o1-2/+3
2022-06-09ext4: fix bug_on in ext4_writepagesYe Bin1-0/+12
2022-06-09ext4: fix warning in ext4_handle_inode_extensionYe Bin1-0/+4
2022-06-09ext4: fix use-after-free in ext4_rename_dir_prepareYe Bin1-3/+27
2022-06-09fs-writeback: writeback_sb_inodes:Recalculate 'wrote' according skipped pagesZhihao Cheng1-5/+8
2022-06-09f2fs: fix to do sanity check for inline inodeChao Yu3-7/+26
2022-06-09f2fs: fix fallocate to use file_modified to update permissions consistentlyChao Yu1-0/+4
2022-06-09f2fs: fix to do sanity check on total_data_blocksChao Yu3-13/+25
2022-06-09f2fs: don't need inode lock for system hidden quotaJaegeuk Kim1-2/+4
2022-06-09f2fs: fix deadloop in foreground GCChao Yu1-12/+20
2022-06-09f2fs: fix to clear dirty inode in f2fs_evict_inode()Chao Yu1-1/+15
2022-06-09f2fs: fix to do sanity check on block address in f2fs_do_zero_range()Chao Yu1-4/+12
2022-06-09f2fs: fix to avoid f2fs_bug_on() in dec_valid_node_count()Chao Yu1-4/+10
2022-06-09NFSv4/pNFS: Do not fail I/O when we fail to allocate the pNFS layoutTrond Myklebust1-0/+2
2022-06-09NFS: Don't report errors from nfs_pageio_complete() more than onceTrond Myklebust1-8/+1
2022-06-09NFS: Do not report flush errors in nfs_write_end()Trond Myklebust1-5/+2
2022-06-09NFS: fsync() should report filesystem errors over EINTR/ERESTARTSYSTrond Myklebust1-4/+5
2022-06-09NFS: Do not report EINTR/ERESTARTSYS as mapping errorsTrond Myklebust1-1/+1
2022-06-09f2fs: fix dereference of stale list iterator after loop bodyJakob Koschel1-3/+6
2022-06-09proc: fix dentry/inode overinstantiating under /proc/${pid}/netAlexey Dobriyan2-0/+6
2022-06-09dax: fix cache flush on PMD-mapped pagesMuchun Song1-1/+2
2022-06-09ext4: reject the 'commit' option on ext2 filesystemsEric Biggers1-0/+1
2022-06-09iomap: iomap_write_failed fixAndreas Gruenbacher1-1/+2
2022-06-09fsnotify: fix wrong lockdep annotationsAmir Goldstein1-3/+3
2022-06-09inotify: show inotify mask flags in proc fdinfoAmir Goldstein3-10/+15
2022-06-09fat: add ratelimit to fat*_ent_bread()OGAWA Hirofumi1-3/+4
2022-06-09fs: jfs: fix possible NULL pointer dereference in dbFree()Zixuan Fu1-1/+2