summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-06-29f2fs: attach inline_data after setting compressionJaegeuk Kim1-6/+11
2022-06-29afs: Fix dynamic root getattrDavid Howells1-1/+2
2022-06-29btrfs: add error messages to all unrecognized mount optionsDavid Sterba1-7/+32
2022-06-27io_uring: use separate list entry for iopoll requestsJens Axboe1-11/+13
2022-06-25io_uring: add missing item types for various requestsJens Axboe1-9/+14
2022-06-25zonefs: fix zonefs_iomap_begin() for readsDamien Le Moal1-30/+62
2022-06-22ext4: add reserved GDT blocks checkZhang Yi1-0/+10
2022-06-22ext4: make variable "count" signedDing Xiang1-1/+2
2022-06-22ext4: fix bug_on ext4_mb_use_inode_paBaokun Li1-0/+9
2022-06-22pNFS: Avoid a live lock condition in pnfs_update_layout()Trond Myklebust3-6/+11
2022-06-22pNFS: Don't keep retrying if the server replied NFS4ERR_LAYOUTUNAVAILABLETrond Myklebust1-0/+6
2022-06-22quota: Prevent memory allocation recursion while holding dq_lockMatthew Wilcox (Oracle)1-0/+10
2022-06-22nfsd: Replace use of rwsem with errseq_tTrond Myklebust4-30/+19
2022-06-229p: missing chunk of "fs/9p: Don't update file type when updating file attrib...Al Viro1-7/+3
2022-06-14zonefs: fix handling of explicit_open option on mountDamien Le Moal1-5/+6
2022-06-14cifs: fix reconnect on smb3 mount typesPaulo Alcantara3-13/+18
2022-06-14cifs: return errors during session setup during reconnectsShyam Prasad N1-0/+3
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