summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'erofs-for-5.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-014-129/+94
|\
| * erofs: fix 'backmost' member of z_erofs_decompress_frontendWeizhao Ouyang2022-05-311-1/+1
| * erofs: simplify z_erofs_pcluster_readmore()Gao Xiang2022-05-311-13/+10
| * erofs: get rid of label `restart_now'Gao Xiang2022-05-311-19/+14
| * erofs: get rid of `struct z_erofs_collection'Gao Xiang2022-05-312-96/+65
| * erofs: fix crash when enable tracepoint cachefiles_prep_readXin Yin2022-05-291-0/+1
| * erofs: leave compressed inodes unsupported in fscache mode for nowJeffle Xu2022-05-291-1/+4
* | Merge tag '5.19-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2022-06-0111-244/+325
|\ \
| * | ksmbd: smbd: relax the count of sges requiredHyunchul Lee2022-05-281-8/+5
| * | ksmbd: fix outstanding credits related bugsHyunchul Lee2022-05-213-3/+5
| * | ksmbd: smbd: fix connection dropped issueHyunchul Lee2022-05-211-0/+1
| * | ksmbd: Fix some kernel-doc commentsYang Li2022-05-211-5/+5
| * | ksmbd: fix wrong smbd max read/write size checkNamjae Jeon2022-05-213-14/+32
| * | ksmbd: add smbd max io size parameterNamjae Jeon2022-05-214-2/+18
| * | ksmbd: handle smb2 query dir request for OutputBufferLength that is too smallNamjae Jeon2022-05-211-1/+9
| * | ksmbd: smbd: handle multiple Buffer descriptorsHyunchul Lee2022-05-212-62/+107
| * | ksmbd: smbd: change the return value of get_sg_listHyunchul Lee2022-05-211-2/+2
| * | ksmbd: smbd: simplify tracking pending packetsHyunchul Lee2022-05-211-27/+7
| * | ksmbd: smbd: introduce read/write credits for RDMA read/writeHyunchul Lee2022-05-211-49/+71
| * | ksmbd: smbd: change prototypes of RDMA read/write related functionsHyunchul Lee2022-05-214-49/+51
| * | ksmbd: validate length in smb2_write()Marios Makassikis2022-05-101-30/+19
| * | ksmbd: fix reference count leak in smb_check_perm_dacl()Xin Xiong2022-05-101-0/+1
* | | afs: Fix infinite loop found by xfstest generic/676David Howells2022-06-011-1/+4
* | | Merge tag 'nfs-for-5.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-06-0112-149/+302
|\ \ \
| * | | NFSv4.1 mark qualified async operations as MOVEABLE tasksOlga Kornievskaia2022-05-314-12/+29
| * | | NFSv4: Fix free of uninitialized nfs4_label on referral lookup.Benjamin Coddington2022-05-314-13/+24
| * | | NFS: Pass i_size to fscache_unuse_cookie() when a file is releasedDave Wysochanski2022-05-171-4/+3
| * | | NFS: Improve warning message when locks are lost.NeilBrown2022-05-171-5/+15
| * | | NFSv4.1: Enable access to the NFSv4.1 'dacl' and 'sacl' attributesTrond Myklebust2022-05-171-0/+69
| * | | NFSv4: Add encoders/decoders for the NFSv4.1 dacl and sacl attributesTrond Myklebust2022-05-172-36/+68
| * | | NFSv4: Specify the type of ACL to cacheTrond Myklebust2022-05-171-19/+40
| * | | NFSv4: Don't hold the layoutget locks across multiple RPC callsTrond Myklebust2022-05-171-0/+4
| * | | pNFS/files: Fall back to I/O through the MDS on non-fatal layout errorsTrond Myklebust2022-05-171-1/+6
| * | | NFS: Further fixes to the writeback error handlingTrond Myklebust2022-05-171-21/+18
| * | | NFSv4/pNFS: Do not fail I/O when we fail to allocate the pNFS layoutTrond Myklebust2022-05-171-0/+2
| * | | NFS: Memory allocation failures are not server fatal errorsTrond Myklebust2022-05-171-0/+1
| * | | NFS: Don't report errors from nfs_pageio_complete() more than onceTrond Myklebust2022-05-171-8/+1
| * | | NFS: Do not report flush errors in nfs_write_end()Trond Myklebust2022-05-171-5/+2
| * | | NFS: Don't report ENOSPC write errors twiceTrond Myklebust2022-05-171-20/+14
| * | | NFS: fsync() should report filesystem errors over EINTR/ERESTARTSYSTrond Myklebust2022-05-171-4/+5
| * | | NFS: Do not report EINTR/ERESTARTSYS as mapping errorsTrond Myklebust2022-05-171-1/+1
* | | | Merge tag 'f2fs-for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-06-0117-791/+817
|\ \ \ \
| * | | | f2fs: fix to tag gcing flag on page during file defragmentChao Yu2022-05-271-0/+1
| * | | | f2fs: replace F2FS_I(inode) and sbi by the local variableYufen Yu2022-05-273-18/+18
| * | | | f2fs: add f2fs_init_write_merge_io functionYufen Yu2022-05-253-24/+32
| * | | | f2fs: avoid unneeded error handling for revoke_entry_slab allocationChao Yu2022-05-251-5/+0
| * | | | f2fs: allow compression for mmap files in compress_mode=userSungjong Seo2022-05-251-10/+0
| * | | | f2fs: fix typo in commentJulia Lawall2022-05-231-1/+1
| * | | | f2fs: make f2fs_read_inline_data() more readableChao Liu2022-05-201-0/+4
| * | | | f2fs: fix to do sanity check for inline inodeChao Yu2022-05-193-7/+26