summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)AuthorFilesLines
2021-08-19xfs: mark the record passed into btree init_key functions as constDarrick J. Wong7-33/+33
2021-08-19xfs: make the record pointer passed to query_range functions constDarrick J. Wong10-28/+29
2021-08-19xfs: make the key parameters to all btree query range functions constDarrick J. Wong6-14/+16
2021-08-19xfs: make the key parameters to all btree key comparison functions constDarrick J. Wong6-50/+50
2021-08-19xfs: make xfs_rtalloc_query_range input parameters constDarrick J. Wong1-7/+7
2021-08-11xfs: Rename __xfs_attr_rmtval_removeAllison Henderson3-5/+5
2021-08-10xfs: add attr state machine tracepointsAllison Henderson2-2/+30
2021-08-10xfs: refactor xfs_iget calls from log intent recoveryDarrick J. Wong1-0/+2
2021-08-10xfs: allow setting and clearing of log incompat feature flagsDarrick J. Wong1-0/+15
2021-08-10xfs: replace kmem_alloc_large() with kvmalloc()Dave Chinner1-1/+1
2021-08-09xfs: fix silly whitespace problems with kernel libxfsDarrick J. Wong4-4/+4
2021-08-06xfs: remove the active vs running quota differentiationChristoph Hellwig1-26/+4
2021-08-06xfs: remove support for disabling quota accounting on a mounted file systemChristoph Hellwig2-32/+0
2021-08-01Merge tag 'xfs-5.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+10
2021-07-29xfs: logging the on disk inode LSN can make it go backwardsDave Chinner1-1/+10
2021-07-18Merge tag 'xfs-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds5-18/+86
2021-07-15xfs: correct the narrative around misaligned rtinherit/extszinherit dirsDarrick J. Wong2-18/+20
2021-07-15xfs: check for sparse inode clusters that cross new EOAG when shrinkingDarrick J. Wong3-0/+66
2021-07-12xfs: Fix multiple fall-through warnings for ClangGustavo A. R. Silva1-8/+8
2021-07-03Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds37-1305/+2117
2021-06-29Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds3-4/+4
2021-06-25xfs: Initialize error in xfs_attr_remove_iterAllison Henderson1-1/+1
2021-06-22xfs: fix endianness issue in xfs_ag_shrink_spaceDarrick J. Wong1-3/+4
2021-06-21xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner1-0/+1
2021-06-18xfs: log stripe roundoff is a property of the logDave Chinner1-3/+0
2021-06-18xfs: perag may be null in xfs_imap()Dave Chinner1-1/+2
2021-06-18Merge tag 'xfs-delay-ready-attrs-v20.1' of https://github.com/allisonhenderso...Darrick J. Wong6-463/+1031
2021-06-09xfs: Make attr name schemes consistentAllison Henderson3-11/+11
2021-06-09xfs: Fix default ASSERT in xfs_attr_set_iterAllison Henderson1-1/+1
2021-06-08Merge tag 'inode-walk-cleanups-5.14_2021-06-03' of https://git.kernel.org/pub...Darrick J. Wong2-6/+6
2021-06-08Merge tag 'assorted-fixes-5.14-1_2021-06-03' of https://git.kernel.org/pub/sc...Darrick J. Wong4-15/+9
2021-06-08Merge tag 'unit-conversion-cleanups-5.14_2021-06-03' of https://git.kernel.or...Darrick J. Wong1-1/+1
2021-06-08xfs: drop the AGI being passed to xfs_check_agi_freecountDave Chinner1-15/+13
2021-06-08Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Darrick J. Wong27-804/+1057
2021-06-08Merge tag 'xfs-buf-bulk-alloc-tag' of git://git.kernel.org/pub/scm/linux/kern...Darrick J. Wong1-1/+0
2021-06-04xfs: fix radix tree tag signsDarrick J. Wong2-3/+3
2021-06-03xfs: mark xfs_bmap_set_attrforkoff staticChristoph Hellwig2-2/+1
2021-06-03xfs: Remove redundant assignment to busyJiapeng Chong1-1/+0
2021-06-03xfs: sort variable alphabetically to avoid repeated declarationShaokun Zhang1-12/+8
2021-06-02xfs: remove xfs_perag_tDave Chinner3-35/+35
2021-06-02xfs: use perag through unlink processingDave Chinner2-24/+12
2021-06-02xfs: clean up and simplify xfs_dialloc()Dave Chinner1-118/+153
2021-06-02xfs: inode allocation can use a single perag instanceDave Chinner1-3/+3
2021-06-02xfs: get rid of xfs_dir_ialloc()Dave Chinner2-30/+14
2021-06-02xfs: collapse AG selection for inode allocationDave Chinner1-147/+78
2021-06-02xfs: simplify xfs_dialloc_select_ag() return valuesDave Chinner1-15/+8
2021-06-02xfs: remove agno from btree cursorDave Chinner10-116/+111
2021-06-02xfs: use perag for ialloc btree cursorsDave Chinner3-107/+103
2021-06-02xfs: convert allocbt cursors to use peragsDave Chinner3-35/+24
2021-06-02xfs: convert refcount btree cursor to use peragsDave Chinner4-34/+41