summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-03xfs: merge xfs_reclaim_inodes_ag into xfs_inode_walk_agDarrick J. Wong
2021-06-03xfs: pass struct xfs_eofblocks to the inode scan callbackDarrick J. Wong
2021-06-03xfs: fix radix tree tag signsDarrick J. Wong
2021-06-03xfs: make the icwalk processing functions clean up the grab stateDarrick J. Wong
2021-06-03xfs: clean up inode state flag tests in xfs_blockgc_igrabDarrick J. Wong
2021-06-03xfs: remove indirect calls from xfs_inode_walk{,_ag}Darrick J. Wong
2021-06-03xfs: remove iter_flags parameter from xfs_inode_walk_*Darrick J. Wong
2021-06-03xfs: move xfs_inew_wait call into xfs_dqrele_inodeDarrick J. Wong
2021-06-03xfs: separate the dqrele_all inode grab logic from xfs_inode_walk_ag_grabDarrick J. Wong
2021-06-03xfs: pass the goal of the incore inode walk to xfs_inode_walk()Darrick J. Wong
2021-06-03xfs: rename xfs_inode_walk functions to xfs_icwalkDarrick J. Wong
2021-06-03xfs: move the inode walk functions further downDarrick J. Wong
2021-06-03xfs: detach inode dquots at the end of inactivationDarrick J. Wong
2021-06-03xfs: move the quotaoff dqrele inode walk into xfs_icache.cDarrick J. Wong
2021-06-02xfs: don't take a spinlock unconditionally in the DIO fastpathxfs-merge-5.14_2021-06-02assorted-fixes-5.14-1_2021-06-06assorted-fixes-5.14-1_2021-06-05assorted-fixes-5.14-1_2021-06-03Dave Chinner
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: prepare for moving perag definitions and support to libxfsDave Chinner
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner
2021-06-01xfs: remove unnecessary shiftsunit-conversion-cleanups-5.14_2021-06-06unit-conversion-cleanups-5.14_2021-06-05unit-conversion-cleanups-5.14_2021-06-03unit-conversion-cleanups-5.14_2021-06-01Darrick J. Wong
2021-06-01xfs: clean up open-coded fs block unit conversionsDarrick J. Wong
2021-06-01xfs: Clean up xfs_attr_node_addname_clear_incompleteAllison Henderson
2021-06-01xfs: Remove xfs_attr_rmtval_setAllison Henderson
2021-06-01xfs: Add delay ready attr set routinesAllison Henderson
2021-06-01xfs: Add delay ready attr remove routinesAllison Henderson
2021-06-01xfs: Hoist node transaction handlingAllison Henderson
2021-06-01xfs: Hoist xfs_attr_leaf_addnameAllison Henderson
2021-06-01xfs: Hoist xfs_attr_node_addnameAllison Henderson