summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2022-06-15xfs: preserve DIFLAG2_NREXT64 when setting other inode attributesDarrick J. Wong1-1/+2
2022-06-15xfs: fix variable state usageDarrick J. Wong1-2/+1
2022-06-15xfs: fix TOCTOU race involving the new logged xattrs control knobDarrick J. Wong6-22/+34
2022-06-01Merge tag 'xfs-5.19-for-linus-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-l...Linus Torvalds34-513/+719
2022-05-30Merge branch 'guilt/xfs-5.19-larp-cleanups' into xfs-5.19-for-nextDave Chinner14-81/+126
2022-05-30Merge branch 'guilt/xfs-5.19-recovery-buf-cancel' into xfs-5.19-for-nextDave Chinner4-32/+85
2022-05-30xfs: fix xfs_ifree() error handling to not leak perag refBrian Foster1-1/+1
2022-05-27xfs: move xfs_attr_use_log_assist usage out of libxfsDarrick J. Wong6-19/+39
2022-05-27xfs: move xfs_attr_use_log_assist out of xfs_log.cDarrick J. Wong6-45/+67
2022-05-27xfs: warn about LARP once per mountDarrick J. Wong2-3/+6
2022-05-27xfs: implement per-mount warnings for scrub and shrink usageDarrick J. Wong4-22/+23
2022-05-27xfs: don't log every time we clear the log incompat flagsDarrick J. Wong1-1/+0
2022-05-27xfs: convert buf_cancel_table allocation to kmalloc_arrayDarrick J. Wong3-6/+14
2022-05-27xfs: don't leak xfs_buf_cancel structures when recovery failsDarrick J. Wong1-0/+13
2022-05-27xfs: refactor buffer cancellation table allocationDarrick J. Wong4-32/+64
2022-05-27xfs: don't leak btree cursor when insrec fails after a splitDarrick J. Wong1-3/+5
2022-05-27xfs: purge dquots after inode walk fails during quotacheckDarrick J. Wong1-1/+8
2022-05-27xfs: assert in xfs_btree_del_cursor should take into account errorDave Chinner1-1/+7
2022-05-27xfs: don't assert fail on perag references on teardownDave Chinner1-2/+1
2022-05-27xfs: avoid unnecessary runtime sibling pointer endian conversionsDave Chinner1-14/+33
2022-05-25Merge tag 'xfs-5.19-for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds104-2675/+4689
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-5/+5
2022-05-24Merge tag 'iomap-5.19-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-3/+1
2022-05-24Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds1-3/+3
2022-05-23Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds3-13/+9
2022-05-23Merge branch 'guilt/xfs-5.19-misc-3' into xfs-5.19-for-nextDave Chinner4-62/+2
2022-05-23xfs: share xattr name and value buffers when logging xattr updatesDarrick J. Wong5-134/+223
2022-05-23xfs: do not use logged xattr updates on V4 filesystemsDarrick J. Wong2-4/+5
2022-05-22xfs: Remove duplicate includeJiapeng Chong1-1/+0
2022-05-22xfs: reduce IOCB_NOWAIT judgment for retry exclusive unaligned DIOKaixu Xia1-1/+1
2022-05-22xfs: Remove dead codeJiapeng Chong1-59/+0
2022-05-22xfs: fix typo in commentJulia Lawall1-1/+1
2022-05-22xfs: rename struct xfs_attr_item to xfs_attr_intentDarrick J. Wong6-51/+51
2022-05-22xfs: clean up state variable usage in xfs_attr_node_remove_attrDarrick J. Wong1-5/+2
2022-05-22xfs: put attr[id] log item cache init with the othersDarrick J. Wong6-52/+25
2022-05-22xfs: remove struct xfs_attr_item.xattri_flagsDarrick J. Wong1-19/+13
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-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-16iomap: don't invalidate folios after writeback errorsDarrick J. Wong1-3/+1
2022-05-16iomap: add per-iomap_iter private dataChristoph Hellwig1-3/+3
2022-05-12Merge branch 'xfs-5.19-quota-warn-remove' into xfs-5.19-for-nextDave Chinner8-62/+13
2022-05-12xfs: can't use kmem_zalloc() for attribute buffersDave Chinner3-54/+50
2022-05-12xfs: detect empty attr leaf blocks in xfs_attr3_leaf_verifyDave Chinner1-0/+9