summaryrefslogtreecommitdiffstats
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
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-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
2022-05-12xfs: ATTR_REPLACE algorithm with LARP enabled needs reworkDave Chinner6-72/+137
2022-05-12xfs: use XFS_DA_OP flags in deferred attr opsDave Chinner4-67/+84
2022-05-12xfs: remove xfs_attri_remove_iterDave Chinner1-279/+139
2022-05-12xfs: switch attr remove to xfs_attri_set_iterDave Chinner3-36/+26
2022-05-12xfs: introduce attr remove initial states into xfs_attr_set_iterDave Chinner3-62/+84
2022-05-12xfs: xfs_attr_set_iter() does not need to return EAGAINDave Chinner2-53/+39
2022-05-12xfs: clean up final attr removal in xfs_attr_set_iterDave Chinner3-72/+94
2022-05-12xfs: remote xattr removal in xfs_attr_set_iter() is conditionalDave Chinner3-35/+36
2022-05-12xfs: XFS_DAS_LEAF_REPLACE state only needed if !LARPDave Chinner3-54/+75
2022-05-12xfs: split remote attr setting out from replace pathDave Chinner3-59/+77
2022-05-12xfs: consolidate leaf/node states in xfs_attr_set_iterDave Chinner2-109/+27
2022-05-12xfs: kill XFS_DAC_LEAF_ADDNAME_INITDave Chinner3-25/+29
2022-05-12xfs: separate out initial attr_set statesDave Chinner8-103/+194
2022-05-11xfs: don't set quota warning valuesCatherine Hoang2-3/+2
2022-05-11xfs: remove warning counters from struct xfs_dquot_resCatherine Hoang4-29/+7
2022-05-11xfs: remove quota warning limit from struct xfs_quota_limitsCatherine Hoang5-33/+7
2022-05-11xfs: rework deferred attribute operation setupDave Chinner5-71/+110
2022-05-11xfs: make xattri_leaf_bp more usefulDave Chinner1-18/+32
2022-05-11xfs: initialise attrd item to zeroDave Chinner1-1/+1
2022-05-11xfs: avoid empty xattr transaction when attrs are inlineDave Chinner1-20/+19
2022-05-11xfs: add leaf to node error tagAllison Henderson3-1/+12
2022-05-11xfs: add leaf split error tagAllison Henderson3-1/+10
2022-05-11xfs: Add helper function xfs_init_attr_transAllison Henderson3-20/+27
2022-05-11xfs: Add helper function xfs_attr_leaf_addnameAllison Henderson2-50/+61
2022-05-11xfs: Merge xfs_delattr_context into xfs_attr_itemAllison Henderson5-147/+147
2022-05-11xfs: Add larp debug optionAllison Henderson4-0/+30
2022-05-11xfs: Add log attribute error tagAllison Henderson3-1/+13
2022-05-11xfs: Remove unused xfs_attr_*_argsAllison Henderson4-110/+14
2022-05-11xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferredAllison Henderson4-3/+111
2022-05-09iomap: Convert to release_folioMatthew Wilcox (Oracle)1-1/+1
2022-05-09fs: Convert iomap_readpage to iomap_read_folioMatthew Wilcox (Oracle)1-4/+4
2022-05-09xfs: Skip flip flags for delayed attrsAllison Henderson2-22/+35
2022-05-09xfs: Implement attr logging and replayAllison Henderson4-1/+378
2022-05-04xfs: Set up infrastructure for log attribute replayAllison Henderson15-6/+648
2022-05-04xfs: Return from xfs_attr_set_iter if there are no more rmtblks to processAllison Henderson1-0/+8
2022-05-04xfs: Fix double unlock in defer capture codeAllison Henderson1-1/+10
2022-05-04Merge branch 'guilt/xfs-5.19-fuzz-fixes' into xfs-5.19-for-nextDave Chinner3-54/+191
2022-05-04Merge tag 'reflink-speedups-5.19_2022-04-28' of git://git.kernel.org/pub/scm/...Dave Chinner9-139/+345
2022-05-04Merge tag 'rmap-speedups-5.19_2022-04-28' of git://git.kernel.org/pub/scm/lin...Dave Chinner4-91/+106
2022-05-04Merge branch 'guilt/xlog-intent-whiteouts' into xfs-5.19-for-nextDave Chinner14-143/+323