summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-08xfs: selectively keep sick inodes in memoryfix-inode-health-reports-5.14_2021-06-08Darrick J. Wong
2021-06-08xfs: drop IDONTCACHE on inodes when we mark them sickDarrick J. Wong
2021-06-08xfs: only reset incore inode health state flags when reclaiming an inodeDarrick J. Wong
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-07xfs: merge xfs_buf_allocate_memoryDave Chinner
2021-06-07xfs: cleanup error handling in xfs_buf_get_mapChristoph Hellwig
2021-06-07xfs: get rid of xb_to_gfp()Dave Chinner
2021-06-07xfs: simplify the b_page_count calculationChristoph Hellwig
2021-06-07xfs: remove ->b_offset handling for page backed buffersChristoph Hellwig
2021-06-03xfs: refactor per-AG inode tagging functionsinode-walk-cleanups-5.14_2021-06-06inode-walk-cleanups-5.14_2021-06-05inode-walk-cleanups-5.14_2021-06-03Darrick J. Wong
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