summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2021-09-17xfs: move the realtime summary file scrubber to a separate source fileDarrick J. Wong
2021-09-17xfs: get our own reference to inodes that we want to scrubDarrick J. Wong
2021-09-17xfs: create a big array data structureDarrick J. Wong
2021-09-17xfs: log EFIs for all btree blocks being used to stage a btreerepair-prep-for-bulk-loading_2021-09-17Darrick J. Wong
2021-09-17xfs: add debug knobs to control btree bulk load slack factorsDarrick J. Wong
2021-09-17xfs: implement block reservation accounting for btrees we're stagingDarrick J. Wong
2021-09-17xfs: convert xbitmap to interval treerepair-bitmap-rework_2021-09-17Darrick J. Wong
2021-09-17xfs: reap large extents when possibleDarrick J. Wong
2021-09-17xfs: drop the _safe behavior from the xbitmap foreach macroDarrick J. Wong
2021-09-17xfs: remove the for_each_xbitmap_ helpersDarrick J. Wong
2021-09-17xfs: use deferred frees to reap old btree blocksrepair-reap-fixes_2021-09-17Darrick J. Wong
2021-09-17xfs: only allow reaping of per-AG blocks in xrep_reap_extentsDarrick J. Wong
2021-09-17xfs: only invalidate blocks if we're going to free themDarrick J. Wong
2021-09-17xfs: rewrite xfs_reflink_end_cow to use intentsreflink-speedups_2021-09-17Darrick J. Wong
2021-09-17xfs: reduce transaction reservations with reflinkDarrick J. Wong
2021-09-17xfs: reduce the absurdly large log reservationsDarrick J. Wong
2021-09-17xfs: create shadow transaction reservations for computing minimum log sizeDarrick J. Wong
2021-09-17xfs: remove a __xfs_bunmapi call from reflinkDarrick J. Wong
2021-09-17xfs: stop artificially limiting the length of bunmap callsDarrick J. Wong
2021-09-17xfs: speed up write operations by using non-overlapped lookups when possiblermap-speedups_2021-09-17Darrick J. Wong
2021-09-17xfs: speed up rmap lookups by using non-overlapped lookups when possibleDarrick J. Wong
2021-09-17xfs: simplify xfs_rmap_lookup_le call sitesDarrick J. Wong
2021-09-17xfs: check the reference counts of gaps in the refcount btreescrub-fix-checking-gaps_2021-09-17Darrick J. Wong
2021-09-17xfs: check quota files for unwritten extentsDarrick J. Wong
2021-09-17xfs: teach scrub to check for adjacent bmaps when rmap larger than bmapDarrick J. Wong
2021-09-17xfs: online checking of the free rt extent countDarrick J. Wong
2021-09-17xfs: check btree keys reflect the child blockDarrick J. Wong
2021-09-17xfs: teach xfs_btree_has_record to return false if there are gapsDarrick J. Wong
2021-09-17xfs: fix rmap key comparison functionsDarrick J. Wong
2021-09-09Merge tag 'libnvdimm-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-09-02Merge tag 'xfs-5.15-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-30Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-08-26dax: remove bdev_dax_supportedChristoph Hellwig
2021-08-26xfs: factor out a xfs_buftarg_is_dax helperChristoph Hellwig
2021-08-24xfs: fix I_DONTCACHExfs-5.15-merge-6Dave Chinner
2021-08-23xfs: only set IOMAP_F_SHARED when providing a srcmap to a writeDarrick J. Wong
2021-08-20xfs: fix perag structure refcounting error when scrub failsxfs-5.15-merge-5Darrick J. Wong
2021-08-19xfs: rename buffer cache index variable b_bnDave Chinner
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner
2021-08-19xfs: introduce xfs_buf_daddr()Dave Chinner
2021-08-19xfs: kill xfs_sb_version_has_v3inode()Dave Chinner
2021-08-19xfs: introduce xfs_sb_is_v5 helperDave Chinner
2021-08-19xfs: remove unused xfs_sb_version_has wrappersDave Chinner
2021-08-19xfs: convert xfs_sb_version_has checks to use mount featuresDave Chinner
2021-08-19xfs: convert scrub to use mount-based feature checksDave Chinner
2021-08-19xfs: open code sb verifier feature checksDave Chinner
2021-08-19xfs: convert xfs_fs_geometry to use mount feature checksDave Chinner
2021-08-19xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdownDave Chinner