summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-5.19-for-linus' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-05-25104-2675/+4689
|\
| * Merge branch 'xfs-5.19-quota-warn-remove' into xfs-5.19-for-nextDave Chinner2022-05-128-62/+13
| |\
| | * xfs: don't set quota warning valuesCatherine Hoang2022-05-112-3/+2
| | * xfs: remove warning counters from struct xfs_dquot_resCatherine Hoang2022-05-114-29/+7
| | * xfs: remove quota warning limit from struct xfs_quota_limitsCatherine Hoang2022-05-115-33/+7
| * | xfs: can't use kmem_zalloc() for attribute buffersDave Chinner2022-05-123-54/+50
| * | xfs: detect empty attr leaf blocks in xfs_attr3_leaf_verifyDave Chinner2022-05-121-0/+9
| * | xfs: ATTR_REPLACE algorithm with LARP enabled needs reworkDave Chinner2022-05-126-72/+137
| * | xfs: use XFS_DA_OP flags in deferred attr opsDave Chinner2022-05-124-67/+84
| * | xfs: remove xfs_attri_remove_iterDave Chinner2022-05-121-279/+139
| * | xfs: switch attr remove to xfs_attri_set_iterDave Chinner2022-05-123-36/+26
| * | xfs: introduce attr remove initial states into xfs_attr_set_iterDave Chinner2022-05-123-62/+84
| * | xfs: xfs_attr_set_iter() does not need to return EAGAINDave Chinner2022-05-122-53/+39
| * | xfs: clean up final attr removal in xfs_attr_set_iterDave Chinner2022-05-123-72/+94
| * | xfs: remote xattr removal in xfs_attr_set_iter() is conditionalDave Chinner2022-05-123-35/+36
| * | xfs: XFS_DAS_LEAF_REPLACE state only needed if !LARPDave Chinner2022-05-123-54/+75
| * | xfs: split remote attr setting out from replace pathDave Chinner2022-05-123-59/+77
| * | xfs: consolidate leaf/node states in xfs_attr_set_iterDave Chinner2022-05-122-109/+27
| * | xfs: kill XFS_DAC_LEAF_ADDNAME_INITDave Chinner2022-05-123-25/+29
| * | xfs: separate out initial attr_set statesDave Chinner2022-05-128-103/+194
| * | xfs: rework deferred attribute operation setupDave Chinner2022-05-115-71/+110
| * | xfs: make xattri_leaf_bp more usefulDave Chinner2022-05-111-18/+32
| * | xfs: initialise attrd item to zeroDave Chinner2022-05-111-1/+1
| * | xfs: avoid empty xattr transaction when attrs are inlineDave Chinner2022-05-111-20/+19
| * | xfs: add leaf to node error tagAllison Henderson2022-05-113-1/+12
| * | xfs: add leaf split error tagAllison Henderson2022-05-113-1/+10
| * | xfs: Add helper function xfs_init_attr_transAllison Henderson2022-05-113-20/+27
| * | xfs: Add helper function xfs_attr_leaf_addnameAllison Henderson2022-05-112-50/+61
| * | xfs: Merge xfs_delattr_context into xfs_attr_itemAllison Henderson2022-05-115-147/+147
| * | xfs: Add larp debug optionAllison Henderson2022-05-114-0/+30
| * | xfs: Add log attribute error tagAllison Henderson2022-05-113-1/+13
| * | xfs: Remove unused xfs_attr_*_argsAllison Henderson2022-05-114-110/+14
| * | xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferredAllison Henderson2022-05-114-3/+111
| * | xfs: Skip flip flags for delayed attrsAllison Henderson2022-05-092-22/+35
| * | xfs: Implement attr logging and replayAllison Henderson2022-05-094-1/+378
| * | xfs: Set up infrastructure for log attribute replayAllison Henderson2022-05-0415-6/+648
| * | xfs: Return from xfs_attr_set_iter if there are no more rmtblks to processAllison Henderson2022-05-041-0/+8
| * | xfs: Fix double unlock in defer capture codeAllison Henderson2022-05-041-1/+10
| |/
| * Merge branch 'guilt/xfs-5.19-fuzz-fixes' into xfs-5.19-for-nextDave Chinner2022-05-043-54/+191
| |\
| | * xfs: validate v5 feature fieldsDave Chinner2022-05-041-10/+58
| | * xfs: set XFS_FEAT_NLINK correctlyDave Chinner2022-05-041-0/+2
| | * xfs: validate inode fork size against fork formatDave Chinner2022-05-041-9/+26
| | * xfs: detect self referencing btree sibling pointersDave Chinner2022-05-041-35/+105
| * | Merge tag 'reflink-speedups-5.19_2022-04-28' of git://git.kernel.org/pub/scm/...Dave Chinner2022-05-049-139/+345
| |\ \
| | * | xfs: rename xfs_*alloc*_log_count to _block_countDarrick J. Wong2022-04-283-21/+21
| | * | xfs: rewrite xfs_reflink_end_cow to use intentsDarrick J. Wong2022-04-282-33/+58
| | * | xfs: reduce transaction reservations with reflinkDarrick J. Wong2022-04-284-17/+138
| | * | xfs: reduce the absurdly large log operation countDarrick J. Wong2022-04-283-31/+76
| | * | xfs: report "max_resp" used for min log size computationDarrick J. Wong2022-04-283-3/+20
| | * | xfs: create shadow transaction reservations for computing minimum log sizeDarrick J. Wong2022-04-282-6/+21