summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-06-08xfs: selectively keep sick inodes in memoryDarrick J. Wong1-6/+39
2021-06-08xfs: drop IDONTCACHE on inodes when we mark them sickDarrick J. Wong1-0/+9
2021-06-08xfs: only reset incore inode health state flags when reclaiming an inodeDarrick J. Wong1-3/+2
2021-06-08Merge tag 'inode-walk-cleanups-5.14_2021-06-03' of https://git.kernel.org/pub...Darrick J. Wong9-462/+504
2021-06-08Merge tag 'assorted-fixes-5.14-1_2021-06-03' of https://git.kernel.org/pub/sc...Darrick J. Wong5-26/+40
2021-06-08Merge tag 'unit-conversion-cleanups-5.14_2021-06-03' of https://git.kernel.or...Darrick J. Wong3-6/+6
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. Wong60-1389/+1408
2021-06-08Merge tag 'xfs-buf-bulk-alloc-tag' of git://git.kernel.org/pub/scm/linux/kern...Darrick J. Wong3-189/+120
2021-06-07xfs: merge xfs_buf_allocate_memoryDave Chinner1-31/+13
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