summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-5.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-08-011-1/+10
|\
| * xfs: logging the on disk inode LSN can make it go backwardsDave Chinner2021-07-291-1/+10
* | Merge tag 'xfs-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-07-185-18/+86
|\ \ | |/
| * xfs: correct the narrative around misaligned rtinherit/extszinherit dirsDarrick J. Wong2021-07-152-18/+20
| * xfs: check for sparse inode clusters that cross new EOAG when shrinkingDarrick J. Wong2021-07-153-0/+66
* | xfs: Fix multiple fall-through warnings for ClangGustavo A. R. Silva2021-07-121-8/+8
|/
* Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-07-0237-1305/+2117
|\
| * xfs: Initialize error in xfs_attr_remove_iterAllison Henderson2021-06-251-1/+1
| * xfs: fix endianness issue in xfs_ag_shrink_spaceDarrick J. Wong2021-06-211-3/+4
| * xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner2021-06-211-0/+1
| * xfs: log stripe roundoff is a property of the logDave Chinner2021-06-181-3/+0
| * xfs: perag may be null in xfs_imap()Dave Chinner2021-06-181-1/+2
| * Merge tag 'xfs-delay-ready-attrs-v20.1' of https://github.com/allisonhenderso...Darrick J. Wong2021-06-186-463/+1031
| |\
| | * xfs: Make attr name schemes consistentAllison Henderson2021-06-093-11/+11
| | * xfs: Fix default ASSERT in xfs_attr_set_iterAllison Henderson2021-06-091-1/+1
| | * xfs: Clean up xfs_attr_node_addname_clear_incompleteAllison Henderson2021-06-011-8/+3
| | * xfs: Remove xfs_attr_rmtval_setAllison Henderson2021-06-012-67/+0
| | * xfs: Add delay ready attr set routinesAllison Henderson2021-06-014-219/+610
| | * xfs: Add delay ready attr remove routinesAllison Henderson2021-06-015-85/+326
| | * xfs: Hoist node transaction handlingAllison Henderson2021-06-011-26/+29
| | * xfs: Hoist xfs_attr_leaf_addnameAllison Henderson2021-06-011-113/+96
| | * xfs: Hoist xfs_attr_node_addnameAllison Henderson2021-06-011-84/+75
| | * xfs: Add helper xfs_attr_node_addname_find_attrAllison Henderson2021-06-011-33/+54
| | * xfs: Separate xfs_attr_node_addname and xfs_attr_node_addname_clear_incompleteAllison Henderson2021-06-011-0/+23
| | * xfs: Refactor xfs_attr_set_shortformAllison Henderson2021-06-011-28/+14
| | * xfs: Add xfs_attr_node_remove_nameAllison Henderson2021-06-011-9/+20
| | * xfs: Reverse apply 72b97ea40dAllison Henderson2021-06-011-19/+9
| * | Merge tag 'inode-walk-cleanups-5.14_2021-06-03' of https://git.kernel.org/pub...Darrick J. Wong2021-06-082-6/+6
| |\ \
| | * | xfs: fix radix tree tag signsDarrick J. Wong2021-06-032-3/+3
| * | | Merge tag 'assorted-fixes-5.14-1_2021-06-03' of https://git.kernel.org/pub/sc...Darrick J. Wong2021-06-084-15/+9
| |\ \ \ | | |/ /
| | * | xfs: mark xfs_bmap_set_attrforkoff staticChristoph Hellwig2021-06-022-2/+1
| | * | xfs: Remove redundant assignment to busyJiapeng Chong2021-06-021-1/+0
| | * | xfs: sort variable alphabetically to avoid repeated declarationShaokun Zhang2021-06-021-12/+8
| * | | Merge tag 'unit-conversion-cleanups-5.14_2021-06-03' of https://git.kernel.or...Darrick J. Wong2021-06-081-1/+1
| |\ \ \ | | |/ /
| | * | xfs: clean up open-coded fs block unit conversionsDarrick J. Wong2021-06-011-1/+1
| | |/
| * | xfs: drop the AGI being passed to xfs_check_agi_freecountDave Chinner2021-06-081-15/+13
| * | Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Darrick J. Wong2021-06-0827-804/+1057
| |\ \
| | * | xfs: remove xfs_perag_tDave Chinner2021-06-023-35/+35
| | * | xfs: use perag through unlink processingDave Chinner2021-06-022-24/+12
| | * | xfs: clean up and simplify xfs_dialloc()Dave Chinner2021-06-021-118/+153
| | * | xfs: inode allocation can use a single perag instanceDave Chinner2021-06-021-3/+3
| | * | xfs: get rid of xfs_dir_ialloc()Dave Chinner2021-06-022-30/+14
| | * | xfs: collapse AG selection for inode allocationDave Chinner2021-06-021-147/+78
| | * | xfs: simplify xfs_dialloc_select_ag() return valuesDave Chinner2021-06-021-15/+8
| | * | xfs: remove agno from btree cursorDave Chinner2021-06-0210-116/+111
| | * | xfs: use perag for ialloc btree cursorsDave Chinner2021-06-023-107/+103
| | * | xfs: convert allocbt cursors to use peragsDave Chinner2021-06-023-35/+24
| | * | xfs: convert refcount btree cursor to use peragsDave Chinner2021-06-024-34/+41
| | * | xfs: convert rmap btree cursor to using a peragDave Chinner2021-06-026-34/+32
| | * | xfs: add a perag to the btree cursorDave Chinner2021-06-0214-47/+93