summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs
AgeCommit message (Expand)Author
2021-07-23xfs: parallelize inode inactivationDarrick J. Wong
2021-07-23xfs: throttle inodegc queuing on backlogDarrick J. Wong
2021-07-23From: Darrick J. Wong <djwong@kernel.org>Darrick J. Wong
2021-07-18Merge tag 'xfs-5.14-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-07-15xfs: correct the narrative around misaligned rtinherit/extszinherit dirsDarrick J. Wong
2021-07-15xfs: check for sparse inode clusters that cross new EOAG when shrinkingDarrick J. Wong
2021-07-12xfs: Fix multiple fall-through warnings for ClangGustavo A. R. Silva
2021-07-02Merge tag 'xfs-5.14-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-06-28Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds
2021-06-25xfs: Initialize error in xfs_attr_remove_iterAllison Henderson
2021-06-21xfs: fix endianness issue in xfs_ag_shrink_spacexfs-5.14-merge-5Darrick J. Wong
2021-06-21xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner
2021-06-18xfs: log stripe roundoff is a property of the logDave Chinner
2021-06-18xfs: perag may be null in xfs_imap()Dave Chinner
2021-06-18Merge tag 'xfs-delay-ready-attrs-v20.1' of https://github.com/allisonhenderso...Darrick J. Wong
2021-06-09xfs: Make attr name schemes consistentAllison Henderson
2021-06-09xfs: Fix default ASSERT in xfs_attr_set_iterAllison Henderson
2021-06-08Merge tag 'inode-walk-cleanups-5.14_2021-06-03' of https://git.kernel.org/pub...Darrick J. Wong
2021-06-08Merge tag 'assorted-fixes-5.14-1_2021-06-03' of https://git.kernel.org/pub/sc...Darrick J. Wong
2021-06-08Merge tag 'unit-conversion-cleanups-5.14_2021-06-03' of https://git.kernel.or...Darrick J. Wong
2021-06-08xfs: drop the AGI being passed to xfs_check_agi_freecountDave Chinner
2021-06-08Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Darrick J. Wong
2021-06-08Merge tag 'xfs-buf-bulk-alloc-tag' of git://git.kernel.org/pub/scm/linux/kern...Darrick J. Wong
2021-06-03xfs: fix radix tree tag signsDarrick J. Wong
2021-06-02xfs: mark xfs_bmap_set_attrforkoff staticChristoph Hellwig
2021-06-02xfs: Remove redundant assignment to busyJiapeng Chong
2021-06-02xfs: sort variable alphabetically to avoid repeated declarationShaokun Zhang
2021-06-02xfs: remove xfs_perag_tDave Chinner
2021-06-02xfs: use perag through unlink processingDave Chinner
2021-06-02xfs: clean up and simplify xfs_dialloc()Dave Chinner
2021-06-02xfs: inode allocation can use a single perag instanceDave Chinner
2021-06-02xfs: get rid of xfs_dir_ialloc()Dave Chinner
2021-06-02xfs: collapse AG selection for inode allocationDave Chinner
2021-06-02xfs: simplify xfs_dialloc_select_ag() return valuesDave Chinner
2021-06-02xfs: remove agno from btree cursorDave Chinner
2021-06-02xfs: use perag for ialloc btree cursorsDave Chinner
2021-06-02xfs: convert allocbt cursors to use peragsDave Chinner
2021-06-02xfs: convert refcount btree cursor to use peragsDave Chinner
2021-06-02xfs: convert rmap btree cursor to using a peragDave Chinner
2021-06-02xfs: add a perag to the btree cursorDave Chinner
2021-06-02xfs: pass perags around in fsmap data dev functionsDave Chinner
2021-06-02xfs: push perags through the ag reservation calloutsDave Chinner
2021-06-02xfs: pass perags through to the busy extent codeDave Chinner
2021-06-02xfs: convert secondary superblock walk to use peragsDave Chinner
2021-06-02xfs: convert xfs_iwalk to use perag referencesDave Chinner
2021-06-02xfs: convert raw ag walks to use for_each_peragDave Chinner
2021-06-02xfs: make for_each_perag... a first class citizenDave Chinner
2021-06-02xfs: move perag structure and setup to libxfs/xfs_ag.[ch]Dave Chinner
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner
2021-06-01xfs: clean up open-coded fs block unit conversionsDarrick J. Wong