aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-07xfs: cleanup error handling in xfs_buf_get_mapChristoph Hellwig1-8/+7
2021-06-07xfs: get rid of xb_to_gfp()Dave Chinner1-4/+6
2021-06-07xfs: simplify the b_page_count calculationChristoph Hellwig1-11/+3
2021-06-07xfs: remove ->b_offset handling for page backed buffersChristoph Hellwig2-6/+5
2021-06-03xfs: refactor per-AG inode tagging functionsDarrick J. Wong4-88/+80
2021-06-03xfs: merge xfs_reclaim_inodes_ag into xfs_inode_walk_agDarrick J. Wong3-115/+53
2021-06-03xfs: pass struct xfs_eofblocks to the inode scan callbackDarrick J. Wong1-19/+15
2021-06-03xfs: fix radix tree tag signsDarrick J. Wong2-3/+3
2021-06-03xfs: make the icwalk processing functions clean up the grab stateDarrick J. Wong1-9/+11
2021-06-03xfs: clean up inode state flag tests in xfs_blockgc_igrabDarrick J. Wong1-2/+5
2021-06-03xfs: remove indirect calls from xfs_inode_walk{,_ag}Darrick J. Wong1-24/+36
2021-06-03xfs: remove iter_flags parameter from xfs_inode_walk_*Darrick J. Wong2-26/+12
2021-06-03xfs: move xfs_inew_wait call into xfs_dqrele_inodeDarrick J. Wong1-2/+4
2021-06-03xfs: separate the dqrele_all inode grab logic from xfs_inode_walk_ag_grabDarrick J. Wong1-5/+66
2021-06-03xfs: pass the goal of the incore inode walk to xfs_inode_walk()Darrick J. Wong2-21/+43
2021-06-03xfs: rename xfs_inode_walk functions to xfs_icwalkDarrick J. Wong1-11/+11
2021-06-03xfs: move the inode walk functions further downDarrick J. Wong1-195/+206
2021-06-03xfs: detach inode dquots at the end of inactivationDarrick J. Wong2-12/+12
2021-06-03xfs: move the quotaoff dqrele inode walk into xfs_icache.cDarrick J. Wong4-57/+71
2021-06-02xfs: don't take a spinlock unconditionally in the DIO fastpathDave Chinner1-11/+31
2021-06-02xfs: mark xfs_bmap_set_attrforkoff staticChristoph Hellwig2-2/+1
2021-06-02xfs: Remove redundant assignment to busyJiapeng Chong1-1/+0
2021-06-02xfs: 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 Chinner3-80/+87
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 Chinner6-93/+44
2021-06-02xfs: collapse AG selection for inode allocationDave Chinner1-147/+78
2021-06-02xfs: simplify xfs_dialloc_select_ag() return valuesDave Chinner2-18/+8
2021-06-02xfs: remove agno from btree cursorDave Chinner19-130/+130
2021-06-02xfs: use perag for ialloc btree cursorsDave Chinner6-116/+109
2021-06-02xfs: convert allocbt cursors to use peragsDave Chinner7-43/+32
2021-06-02xfs: convert refcount btree cursor to use peragsDave Chinner9-44/+50
2021-06-02xfs: convert rmap btree cursor to using a peragDave Chinner11-46/+42
2021-06-02xfs: add a perag to the btree cursorDave Chinner21-70/+119
2021-06-02xfs: pass perags around in fsmap data dev functionsDave Chinner2-31/+59
2021-06-02xfs: push perags through the ag reservation calloutsDave Chinner7-23/+23
2021-06-02xfs: pass perags through to the busy extent codeDave Chinner9-63/+57
2021-06-02xfs: convert secondary superblock walk to use peragsDave Chinner1-5/+7
2021-06-02xfs: convert xfs_iwalk to use perag referencesDave Chinner2-38/+64
2021-06-02xfs: convert raw ag walks to use for_each_peragDave Chinner4-38/+43
2021-06-02xfs: make for_each_perag... a first class citizenDave Chinner6-52/+39
2021-06-02xfs: move perag structure and setup to libxfs/xfs_ag.[ch]Dave Chinner7-243/+252
2021-06-02xfs: prepare for moving perag definitions and support to libxfsDave Chinner2-33/+42
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner31-160/+172
2021-06-01xfs: remove unnecessary shiftsDarrick J. Wong1-3/+3
2021-06-01xfs: clean up open-coded fs block unit conversionsDarrick J. Wong2-3/+3
2021-06-01xfs: Clean up xfs_attr_node_addname_clear_incompleteAllison Henderson1-8/+3
2021-06-01xfs: Remove xfs_attr_rmtval_setAllison Henderson2-67/+0