summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-06-21xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner13-65/+56
2021-06-21xfs: Fix CIL throttle hang when CIL space used going backwardsDave Chinner3-24/+49
2021-06-21xfs: journal IO cache flush reductionsDave Chinner4-48/+43
2021-06-21xfs: remove need_start_rec parameter from xlog_write()Dave Chinner3-25/+25
2021-06-21xfs: CIL checkpoint flushes caches unconditionallyDave Chinner1-4/+21
2021-06-21xfs: async blkdev cache flushDave Chinner2-0/+37
2021-06-21xfs: remove xfs_blkdev_issue_flushDave Chinner5-13/+5
2021-06-18xfs: separate CIL commit record IODave Chinner3-3/+16
2021-06-18xfs: Fix 64-bit division on 32-bit in xlog_state_switch_iclogs()Geert Uytterhoeven1-2/+2
2021-06-18xfs: log stripe roundoff is a property of the logDave Chinner3-37/+27
2021-06-18xfs: remove redundant initialization of variable errorShaokun Zhang1-1/+1
2021-06-18xfs: perag may be null in xfs_imap()Dave Chinner1-1/+2
2021-06-18Merge tag 'xfs-delay-ready-attrs-v20.1' of https://github.com/allisonhenderso...Darrick J. Wong8-466/+1032
2021-06-09xfs: Make attr name schemes consistentAllison Henderson3-11/+11
2021-06-09xfs: Fix default ASSERT in xfs_attr_set_iterAllison Henderson1-1/+1
2021-06-08Merge tag 'rename-eofblocks-5.14_2021-06-08' of https://git.kernel.org/pub/sc...Darrick J. Wong5-135/+161
2021-06-08Merge tag 'fix-inode-health-reports-5.14_2021-06-08' of https://git.kernel.or...Darrick J. Wong2-9/+50
2021-06-08xfs: rename struct xfs_eofblocks to xfs_icwalkDarrick J. Wong5-130/+130
2021-06-08xfs: selectively keep sick inodes in memoryDarrick J. Wong1-6/+39
2021-06-08xfs: change the prefix of XFS_EOF_FLAGS_* to XFS_ICWALK_FLAG_Darrick J. Wong4-26/+52
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