summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-06-14zonefs: fix handling of explicit_open option on mountDamien Le Moal1-5/+6
2022-06-14writeback: Fix inode->i_io_list not be protected by inode->i_lock errorJchao Sun2-10/+29
2022-06-14cifs: populate empty hostnames for extra channelsShyam Prasad N2-1/+8
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: flush the mdlog for filesystem syncXiubo Li1-6/+27
2022-06-14ceph: allow ceph.dir.rctime xattr to be updatableVenky Shankar1-1/+9
2022-06-14ksmbd: smbd: fix connection dropped issueHyunchul Lee1-0/+1
2022-06-14kernfs: Separate kernfs_pr_cont_buf and rename_lock.Hao Luo1-12/+19
2022-06-14f2fs: fix to tag gcing flag on page during file defragmentChao Yu1-0/+1
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-14ksmbd: fix reference count leak in smb_check_perm_dacl()Xin Xiong1-0/+1
2022-06-09fs/ntfs3: Fix invalid free in log_replayNamjae Jeon1-3/+3
2022-06-09exportfs: support idmapped mountsChristian Brauner1-2/+3
2022-06-09fs: add two trivial lookup helpersChristian Brauner1-10/+60
2022-06-09ext4: only allow test_dummy_encryption when supportedEric Biggers2-28/+38
2022-06-09SMB3: EBADF/EIO errors in rename/open caused by race condition in smb2_compou...Steve French1-2/+0
2022-06-09ceph: fix decoding of client session messages flagsLuís Henriques1-5/+9
2022-06-09ksmbd: fix outstanding credits related bugsHyunchul Lee3-3/+5
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 wake_up() calls for pending removeAlexander Aring1-2/+2
2022-06-09dlm: uninitialized variable on error in dlm_listen_for_all()Dan Carpenter1-1/+1
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 memory leak in parse_apply_sb_mount_options()Eric Biggers1-2/+4
2022-06-09ext4: fix warning in ext4_handle_inode_extensionYe Bin1-0/+4
2022-06-09ext4: fix race condition between ext4_write and ext4_convert_inline_dataBaokun Li2-13/+6
2022-06-09ext4: fix journal_ioprio mount option handlingOjaswin Mujoo1-5/+10
2022-06-09ext4: fix use-after-free in ext4_rename_dir_prepareYe Bin1-3/+27
2022-06-09ext4: mark group as trimmed only if it was fully scannedDmitry Monakhov1-6/+12
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: don't use casefolded comparison for "." and ".."Eric Biggers3-11/+13
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.1 mark qualified async operations as MOVEABLE tasksOlga Kornievskaia4-12/+29