summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-10xfs: allow userspace to rebuild metadata structuresrepair-force-rebuild-6.6_2023-08-10Darrick J. Wong
2023-08-10xfs: don't complain about unfixed metadata when repairs were injectedDarrick J. Wong
2023-08-10xfs: allow the user to cancel repairs before we start writingrepair-tweaks-6.6_2023-08-10Darrick J. Wong
2023-08-10xfs: always rescan allegedly healthy per-ag metadata after repairDarrick J. Wong
2023-08-10xfs: implement online scrubbing of rtsummary infoscrub-rtsummary-6.6_2023-08-10Darrick J. Wong
2023-08-10xfs: move the realtime summary file scrubber to a separate source fileDarrick J. Wong
2023-08-10xfs: wrap ilock/iunlock operations on sc->ipDarrick J. Wong
2023-08-10xfs: get our own reference to inodes that we want to scrubDarrick J. Wong
2023-08-10xfs: track usage statistics of online fsckscrub-usage-stats-6.6_2023-08-10Darrick J. Wong
2023-08-10xfs: create scaffolding for creating debugfs entriesDarrick J. Wong
2023-08-10xfs: improve xfarray quicksort pivotbig-array-6.6_2023-08-10Darrick J. Wong
2023-08-10xfs: cache pages used for xfarray quicksort convergenceDarrick J. Wong
2023-08-10xfs: speed up xfarray sort by sorting xfile page contents directlyDarrick J. Wong
2023-08-10xfs: teach xfile to pass back direct-map pages to callerDarrick J. Wong
2023-08-10xfs: convert xfarray insertion sort to heapsort using scratchpad memoryDarrick J. Wong
2023-08-10xfs: enable sorting of xfile-backed arraysDarrick J. Wong
2023-08-10xfs: create a big array data structureDarrick J. Wong
2023-08-10xfs: use per-AG bitmaps to reap unused AG metadata blocks during repairrepair-reap-fixes-6.6_2023-08-10Darrick J. Wong
2023-08-10xfs: reap large AG metadata extents when possibleDarrick J. Wong
2023-08-10xfs: allow scanning ranges of the buffer cache for live buffersDarrick J. Wong
2023-08-10xfs: rearrange xrep_reap_block to make future code flow easierDarrick J. Wong
2023-08-10xfs: use deferred frees to reap old btree blocksDarrick J. Wong
2023-08-10xfs: only allow reaping of per-AG blocks in xrep_reap_extentsDarrick J. Wong
2023-08-10xfs: only invalidate blocks if we're going to free themDarrick J. Wong
2023-08-10xfs: move the post-repair block reaping code to a separate fileDarrick J. Wong
2023-08-10xfs: cull repair code that will never get usedDarrick J. Wong
2023-08-10MAINTAINERS: add Chandan Babu as XFS release managermaintainer-transition-6.6_2023-08-10Darrick J. Wong
2023-08-10MAINTAINERS: drop me as XFS maintainerDarrick J. Wong
2023-08-10docs: add maintainer entry profile for XFSDarrick J. Wong
2023-08-06Linux 6.5-rc5v6.5-rc5Linus Torvalds
2023-08-06Merge tag 'v6.5-rc5.vfs.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-08-06fs: rely on ->iterate_shared to determine f_pos lockingChristian Brauner
2023-08-06vfs: get rid of old '->iterate' directory operationLinus Torvalds
2023-08-06proc: fix missing conversion to 'iterate_shared'Linus Torvalds
2023-08-06open: make RESOLVE_CACHED correctly test for O_TMPFILEAleksa Sarai
2023-08-05Merge tag 'rust-fixes-6.5-rc5' of https://github.com/Rust-for-Linux/linuxLinus Torvalds
2023-08-05Merge tag 'ata-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds
2023-08-05Merge tag '6.5-rc4-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-08-05Merge tag 'powerpc-6.5-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-08-05Merge tag 'parisc-for-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-08-04Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-08-04Merge tag 'hyperv-fixes-signed-20230804' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2023-08-04Merge tag 'riscv-for-linus-6.5-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-08-04Merge tag 'pm-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2023-08-04Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2023-08-04Merge tag 'mtd/fixes-for-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-04Merge tag 'drm-fixes-2023-08-04' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2023-08-04Merge tag 'ceph-for-6.5-rc5' of https://github.com/ceph/ceph-clientLinus Torvalds
2023-08-04file: reinstate f_pos locking optimization for regular filesLinus Torvalds
2023-08-04arm64/fpsimd: Sync and zero pad FPSIMD state for streaming SVEMark Brown