summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-17xfs: implement online scrubbing of rtsummary infoscrub-rtsummary_2021-09-17Darrick J. Wong
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-12Linux 5.15-rc1v5.15-rc1Linus Torvalds
2021-09-12Merge tag 'perf-tools-for-v5.15-2021-09-11' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2021-09-12Merge tag 'compiler-attributes-for-linus-v5.15-rc1-v2' of git://github.com/oj...Linus Torvalds
2021-09-12Merge tag 'auxdisplay-for-linus-v5.15-rc1' of git://github.com/ojeda/linuxLinus Torvalds
2021-09-12Merge tag 'smp-urgent-2021-09-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-09-12Merge tag 'char-misc-5.15-rc1-lkdtm' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-09-12Merge tag 'for-linus-5.15-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds
2021-09-12Merge tag 'sched_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-09-12Merge tag 'locking_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2021-09-12Merge tag 'timers_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-09-12Merge branch 'misc.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2021-09-12Merge tag '5.15-rc-cifs-part2' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2021-09-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-09-11Merge tag 'riscv-for-linus-5.15-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-09-11Merge branch 'for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jlaw...Linus Torvalds
2021-09-11tools headers UAPI: Update tools's copy of drm.h headersArnaldo Carvalho de Melo
2021-09-11tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo
2021-09-11tools headers UAPI: Sync linux/fs.h with the kernel sourcesArnaldo Carvalho de Melo
2021-09-11tools headers UAPI: Sync linux/in.h copy with the kernel sourcesArnaldo Carvalho de Melo
2021-09-11perf tools: Add an option to build without libbfdIan Rogers