aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-22xfs: use a separate slab cache for deferred xattr work stateDarrick J. Wong4-2/+31
2022-05-22xfs: put the xattr intent item op flags in their own namespaceDarrick J. Wong4-18/+18
2022-05-22xfs: clean up xfs_attr_node_hasnameDarrick J. Wong3-31/+44
2022-05-22smb3: add trace point for oplock not foundSteve French2-0/+5
2022-05-22cifs: return the more nuanced writeback error on close()ChenXiaoSong1-1/+4
2022-05-21smb3: add trace point for lease not found issueSteve French2-0/+7
2022-05-21cifs: smbd: fix typo in commentJulia Lawall1-1/+1
2022-05-21ext4: fix bug_on in ext4_writepagesYe Bin1-0/+12
2022-05-21ext4: refactor and move ext4_ioctl_get_encryption_pwsalt()Ritesh Harjani3-57/+64
2022-05-21ext4: cleanup function defs from ext4.h into crypto.cRitesh Harjani2-64/+70
2022-05-21ext4: move ext4 crypto code to its own file crypto.cRitesh Harjani4-122/+131
2022-05-21ksmbd: fix outstanding credits related bugsHyunchul Lee3-3/+5
2022-05-21ksmbd: smbd: fix connection dropped issueHyunchul Lee1-0/+1
2022-05-21ksmbd: Fix some kernel-doc commentsYang Li1-5/+5
2022-05-21ksmbd: fix wrong smbd max read/write size checkNamjae Jeon3-14/+32
2022-05-21ksmbd: add smbd max io size parameterNamjae Jeon4-2/+18
2022-05-21ksmbd: handle smb2 query dir request for OutputBufferLength that is too smallNamjae Jeon1-1/+9
2022-05-21ksmbd: smbd: handle multiple Buffer descriptorsHyunchul Lee2-62/+107
2022-05-21ksmbd: smbd: change the return value of get_sg_listHyunchul Lee1-2/+2
2022-05-21ksmbd: smbd: simplify tracking pending packetsHyunchul Lee1-27/+7
2022-05-21ksmbd: smbd: introduce read/write credits for RDMA read/writeHyunchul Lee1-49/+71
2022-05-21ksmbd: smbd: change prototypes of RDMA read/write related functionsHyunchul Lee4-49/+51
2022-05-21cifs: set the CREATE_NOT_FILE when opening the directory in use_cached_dir()Ronnie Sahlberg2-3/+7
2022-05-21cifs: check for smb1 in open_cached_dir()Ronnie Sahlberg1-1/+2
2022-05-21cifs: move definition of cifs_fattr earlier in cifsglob.hRonnie Sahlberg1-31/+31
2022-05-21io_uring: cleanup handling of the two task_work listsJens Axboe1-25/+37
2022-05-20cifs: print TIDs as hexEnzo Matsumiya2-2/+2
2022-05-20cifs: return ENOENT for DFS lookup_cache_entry()Enzo Matsumiya3-10/+8
2022-05-20cifs: don't call cifs_dfs_query_info_nonascii_quirk() if nodfs was setEnzo Matsumiya1-4/+12
2022-05-20NFSD: Clean up nfsd_open_verified()Chuck Lever3-6/+15
2022-05-20NFSD: Remove do_nfsd_create()Chuck Lever2-160/+0
2022-05-20NFSD: Refactor NFSv4 OPEN(CREATE)Chuck Lever1-10/+152
2022-05-20NFSD: Refactor NFSv3 CREATEChuck Lever1-6/+121
2022-05-20NFSD: Refactor nfsd_create_setattr()Chuck Lever2-37/+44
2022-05-20NFSD: Avoid calling fh_drop_write() twice in do_nfsd_create()Chuck Lever1-4/+1
2022-05-20NFSD: Clean up nfsd3_proc_create()Chuck Lever1-14/+2
2022-05-20xfs: free xfs_attrd_log_items correctlyDarrick J. Wong1-1/+1
2022-05-20xfs: validate xattr name earlier in recoveryDarrick J. Wong1-7/+8
2022-05-20xfs: reject unknown xattri log item filter flags during recoveryDarrick J. Wong2-4/+16
2022-05-20xfs: reject unknown xattri log item operation flags during recoveryDarrick J. Wong1-2/+7
2022-05-20xfs: don't leak the retained da state when doing a leaf to node conversionDarrick J. Wong1-2/+8
2022-05-20xfs: don't leak da state when freeing the attr intent itemDarrick J. Wong2-11/+26
2022-05-19namei: cleanup double word in commentTom Rix1-1/+1
2022-05-19get rid of dead code in legitimize_root()Al Viro1-7/+0
2022-05-19fs/namei.c:reserve_stack(): tidy up the call of try_to_unlazy()Al Viro1-1/+1
2022-05-19m->mnt_root->d_inode->i_sb is a weird way to spell m->mnt_sb...Al Viro1-2/+2
2022-05-19uninline may_mount() and don't opencode it in fspick(2)/fsopen(2)Al Viro3-3/+4
2022-05-19f2fs: make f2fs_read_inline_data() more readableChao Liu1-0/+4
2022-05-19fs/ntfs: remove redundant variable idxColin Ian King1-2/+2
2022-05-19fat: remove time truncations in vfat_create/vfat_mkdirChung-Chiang Cheng3-27/+0