summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-05-23xfs: move xfs_attr_use_log_assist usage out of libxfslarp-cleanups-5.19_2022-05-23Darrick J. Wong
2022-05-23xfs: move xfs_attr_use_log_assist out of xfs_log.cDarrick J. Wong
2022-05-23xfs: warn about LARP once per mountDarrick J. Wong
2022-05-23xfs: implement per-mount warnings for scrub and shrink usageDarrick J. Wong
2022-05-23xfs: don't log every time we clear the log incompat flagsDarrick J. Wong
2022-05-23xfs: don't leak btree cursor when insrec fails after a splitrandom-fixes-5.19_2022-05-23Darrick J. Wong
2022-05-23xfs: purge dquots after inode walk fails during quotacheckDarrick J. Wong
2022-05-23xfs: convert buf_cancel_table allocation to kmalloc_arraylog-recovery-leak-fixes-5.19_2022-05-23Darrick J. Wong
2022-05-23xfs: don't leak xfs_buf_cancel structures when recovery failsDarrick J. Wong
2022-05-23xfs: refactor buffer cancellation table allocationDarrick J. Wong
2022-05-23Merge remote-tracking branch 'korg/for-next' into xfs-5.19-dgc5Darrick J. Wong
2022-05-23Merge branch 'guilt/xfs-5.19-misc-3' into xfs-5.19-for-nextDave Chinner
2022-05-23xfs: share xattr name and value buffers when logging xattr updatesDarrick J. Wong
2022-05-23xfs: do not use logged xattr updates on V4 filesystemsDarrick J. Wong
2022-05-22xfs: Remove duplicate includeJiapeng Chong
2022-05-22xfs: reduce IOCB_NOWAIT judgment for retry exclusive unaligned DIOKaixu Xia
2022-05-22xfs: Remove dead codeJiapeng Chong
2022-05-22xfs: fix typo in commentJulia Lawall
2022-05-22xfs: rename struct xfs_attr_item to xfs_attr_intentDarrick J. Wong
2022-05-22xfs: clean up state variable usage in xfs_attr_node_remove_attrDarrick J. Wong
2022-05-22xfs: put attr[id] log item cache init with the othersDarrick J. Wong
2022-05-22xfs: remove struct xfs_attr_item.xattri_flagsDarrick J. Wong
2022-05-22xfs: use a separate slab cache for deferred xattr work stateDarrick J. Wong
2022-05-22xfs: put the xattr intent item op flags in their own namespaceDarrick J. Wong
2022-05-22xfs: clean up xfs_attr_node_hasnameDarrick J. Wong
2022-05-20xfs: free xfs_attrd_log_items correctlyDarrick J. Wong
2022-05-20xfs: validate xattr name earlier in recoveryDarrick J. Wong
2022-05-20xfs: reject unknown xattri log item filter flags during recoveryDarrick J. Wong
2022-05-20xfs: reject unknown xattri log item operation flags during recoveryDarrick J. Wong
2022-05-20xfs: don't leak the retained da state when doing a leaf to node conversionDarrick J. Wong
2022-05-20xfs: don't leak da state when freeing the attr intent itemDarrick J. Wong
2022-05-12Merge branch 'xfs-5.19-quota-warn-remove' into xfs-5.19-for-nextxfs-5.19-for-linusDave Chinner
2022-05-12xfs: can't use kmem_zalloc() for attribute buffersDave Chinner
2022-05-12xfs: detect empty attr leaf blocks in xfs_attr3_leaf_verifyDave Chinner
2022-05-12xfs: ATTR_REPLACE algorithm with LARP enabled needs reworkDave Chinner
2022-05-12xfs: use XFS_DA_OP flags in deferred attr opsDave Chinner
2022-05-12xfs: remove xfs_attri_remove_iterDave Chinner
2022-05-12xfs: switch attr remove to xfs_attri_set_iterDave Chinner
2022-05-12xfs: introduce attr remove initial states into xfs_attr_set_iterDave Chinner
2022-05-12xfs: xfs_attr_set_iter() does not need to return EAGAINDave Chinner
2022-05-12xfs: clean up final attr removal in xfs_attr_set_iterDave Chinner
2022-05-12xfs: remote xattr removal in xfs_attr_set_iter() is conditionalDave Chinner
2022-05-12xfs: XFS_DAS_LEAF_REPLACE state only needed if !LARPDave Chinner
2022-05-12xfs: split remote attr setting out from replace pathDave Chinner
2022-05-12xfs: consolidate leaf/node states in xfs_attr_set_iterDave Chinner
2022-05-12xfs: kill XFS_DAC_LEAF_ADDNAME_INITDave Chinner
2022-05-12xfs: separate out initial attr_set statesDave Chinner
2022-05-11xfs: don't set quota warning valuesCatherine Hoang
2022-05-11xfs: remove warning counters from struct xfs_dquot_resCatherine Hoang
2022-05-11xfs: remove quota warning limit from struct xfs_quota_limitsCatherine Hoang