summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | xfs: don't leak btree cursor when insrec fails after a splitDarrick J. Wong2022-05-271-3/+5
| * | | | | | | | | | xfs: purge dquots after inode walk fails during quotacheckDarrick J. Wong2022-05-271-1/+8
| * | | | | | | | | | xfs: assert in xfs_btree_del_cursor should take into account errorDave Chinner2022-05-271-1/+7
| * | | | | | | | | | xfs: don't assert fail on perag references on teardownDave Chinner2022-05-271-2/+1
| * | | | | | | | | | xfs: avoid unnecessary runtime sibling pointer endian conversionsDave Chinner2022-05-271-14/+33
| |/ / / / / / / / /
| * | | | | | | | | Merge branch 'guilt/xfs-5.19-misc-3' into xfs-5.19-for-nextDave Chinner2022-05-234-62/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | xfs: Remove duplicate includeJiapeng Chong2022-05-221-1/+0
| | * | | | | | | | | xfs: reduce IOCB_NOWAIT judgment for retry exclusive unaligned DIOKaixu Xia2022-05-221-1/+1
| | * | | | | | | | | xfs: Remove dead codeJiapeng Chong2022-05-221-59/+0
| | * | | | | | | | | xfs: fix typo in commentJulia Lawall2022-05-221-1/+1
| * | | | | | | | | | xfs: share xattr name and value buffers when logging xattr updatesDarrick J. Wong2022-05-235-134/+223
| * | | | | | | | | | xfs: do not use logged xattr updates on V4 filesystemsDarrick J. Wong2022-05-232-4/+5
| * | | | | | | | | | xfs: rename struct xfs_attr_item to xfs_attr_intentDarrick J. Wong2022-05-226-51/+51
| * | | | | | | | | | xfs: clean up state variable usage in xfs_attr_node_remove_attrDarrick J. Wong2022-05-221-5/+2
| * | | | | | | | | | xfs: put attr[id] log item cache init with the othersDarrick J. Wong2022-05-226-52/+25
| * | | | | | | | | | xfs: remove struct xfs_attr_item.xattri_flagsDarrick J. Wong2022-05-221-19/+13
| * | | | | | | | | | xfs: use a separate slab cache for deferred xattr work stateDarrick J. Wong2022-05-224-2/+31
| * | | | | | | | | | xfs: put the xattr intent item op flags in their own namespaceDarrick J. Wong2022-05-224-18/+18
| * | | | | | | | | | xfs: clean up xfs_attr_node_hasnameDarrick J. Wong2022-05-223-31/+44
| * | | | | | | | | | xfs: free xfs_attrd_log_items correctlyDarrick J. Wong2022-05-201-1/+1
| * | | | | | | | | | xfs: validate xattr name earlier in recoveryDarrick J. Wong2022-05-201-7/+8
| * | | | | | | | | | xfs: reject unknown xattri log item filter flags during recoveryDarrick J. Wong2022-05-202-4/+16
| * | | | | | | | | | xfs: reject unknown xattri log item operation flags during recoveryDarrick J. Wong2022-05-201-2/+7
| * | | | | | | | | | xfs: don't leak the retained da state when doing a leaf to node conversionDarrick J. Wong2022-05-201-2/+8
| * | | | | | | | | | xfs: don't leak da state when freeing the attr intent itemDarrick J. Wong2022-05-202-11/+26
| |/ / / / / / / / /
* | | | | | | | | | 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