summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-21xfs: fix endianness issue in xfs_ag_shrink_spacexfs-5.14-merge-5Darrick J. Wong
2021-06-21xfs: remove dead stale buf unpin handling codeBrian Foster
2021-06-21xfs: hold buffer across unpin and potential shutdown processingBrian Foster
2021-06-21xfs: force the log offline when log intent item recovery failsDarrick J. Wong
2021-06-21xfs: fix log intent recovery ENOSPC shutdowns when inactivating inodesDarrick J. Wong
2021-06-21xfs: shorten the shutdown messages to a single lineDarrick J. Wong
2021-06-21xfs: print name of function causing fs shutdown instead of hex pointerDarrick J. Wong
2021-06-21xfs: fix type mismatches in the inode reclaim functionsDarrick J. Wong
2021-06-21xfs: separate primary inode selection criteria in xfs_iget_cache_hitDarrick J. Wong
2021-06-21xfs: refactor the inode recycling codeDarrick J. Wong
2021-06-21xfs: add iclog state trace eventsDave Chinner
2021-06-21xfs: xfs_log_force_lsn isn't passed a LSNDave Chinner
2021-06-21xfs: Fix CIL throttle hang when CIL space used going backwardsDave Chinner
2021-06-21xfs: journal IO cache flush reductionsDave Chinner
2021-06-21xfs: remove need_start_rec parameter from xlog_write()Dave Chinner
2021-06-21xfs: CIL checkpoint flushes caches unconditionallyDave Chinner
2021-06-21xfs: async blkdev cache flushDave Chinner
2021-06-21xfs: remove xfs_blkdev_issue_flushDave Chinner
2021-06-18xfs: separate CIL commit record IODave Chinner
2021-06-18xfs: Fix 64-bit division on 32-bit in xlog_state_switch_iclogs()Geert Uytterhoeven
2021-06-18xfs: log stripe roundoff is a property of the logDave Chinner
2021-06-18xfs: remove redundant initialization of variable errorShaokun Zhang
2021-06-18xfs: perag may be null in xfs_imap()Dave Chinner
2021-06-18Merge tag 'xfs-delay-ready-attrs-v20.1' of https://github.com/allisonhenderso...Darrick J. Wong
2021-06-09xfs: Make attr name schemes consistentAllison Henderson
2021-06-09xfs: Fix default ASSERT in xfs_attr_set_iterAllison Henderson
2021-06-08Merge tag 'rename-eofblocks-5.14_2021-06-08' of https://git.kernel.org/pub/sc...Darrick J. Wong
2021-06-08Merge tag 'fix-inode-health-reports-5.14_2021-06-08' of https://git.kernel.or...Darrick J. Wong
2021-06-08xfs: rename struct xfs_eofblocks to xfs_icwalkrename-eofblocks-5.14_2021-06-08Darrick J. Wong
2021-06-08xfs: selectively keep sick inodes in memoryfix-inode-health-reports-5.14_2021-06-08Darrick J. Wong
2021-06-08xfs: change the prefix of XFS_EOF_FLAGS_* to XFS_ICWALK_FLAG_Darrick 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