summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfs: allow queued AG intents to drain before scrubbingDarrick J. Wong2023-04-1116-21/+438
* xfs: add a tracepoint to report incorrect extent refcountsDarrick J. Wong2023-04-112-1/+39
* xfs: update copyright years for scrub/ filesDarrick J. Wong2023-04-1133-33/+33
* xfs: fix author and spdx headers on scrub/ filesDarrick J. Wong2023-04-1133-64/+64
* xfs: create traced helper to get extra perag referencesDarrick J. Wong2023-04-119-20/+22
* xfs: give xfs_refcount_intent its own perag referenceDarrick J. Wong2023-04-113-23/+50
* xfs: give xfs_rmap_intent its own perag referenceDarrick J. Wong2023-04-113-21/+44
* xfs: give xfs_extfree_intent its own perag referenceDarrick J. Wong2023-04-113-22/+47
* xfs: pass per-ag references to xfs_free_extentDarrick J. Wong2023-04-117-24/+28
* xfs: give xfs_bmap_intent its own perag referenceDarrick J. Wong2023-04-113-1/+33
* xfs: document future directions of online fsckDarrick J. Wong2023-04-111-0/+210
* xfs: document the userspace fsck driver programDarrick J. Wong2023-04-111-0/+316
* xfs: document directory tree repairsDarrick J. Wong2023-04-111-0/+419
* xfs: document metadata file repairDarrick J. Wong2023-04-111-0/+536
* xfs: document full filesystem scans for online fsckDarrick J. Wong2023-04-111-0/+681
* xfs: document online file metadata repair codeDarrick J. Wong2023-04-111-0/+154
* xfs: document btree bulk loadingDarrick J. Wong2023-04-111-0/+665
* xfs: document pageable kernel memoryDarrick J. Wong2023-04-111-0/+500
* xfs: document how online fsck deals with eventual consistencyDarrick J. Wong2023-04-111-0/+332
* xfs: document the filesystem metadata checking strategyDarrick J. Wong2023-04-112-0/+588
* xfs: document the user interface for online fsckDarrick J. Wong2023-04-111-0/+113
* xfs: document the testing plan for online fsckDarrick J. Wong2023-04-111-0/+186
* xfs: document the general theory underlying online fsck designDarrick J. Wong2023-04-111-0/+404
* xfs: document the motivation for online fsck designDarrick J. Wong2023-04-112-0/+213
* Linux 6.3-rc6v6.3-rc6Linus Torvalds2023-04-091-1/+1
* Merge tag 'perf_urgent_for_v6.3_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-04-091-6/+8
|\
| * perf/core: Fix the same task check in perf_event_set_outputKan Liang2023-04-051-1/+1
| * perf: Optimize perf_pmu_migrate_context()Peter Zijlstra2023-04-051-5/+7
* | Merge tag 'x86_urgent_for_v6.3_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-04-092-2/+9
|\ \
| * | x86/cpu: Add model number for Intel Arrow Lake processorTony Luck2023-04-051-0/+2
| * | x86/acpi/boot: Correct acpi_is_processor_usable() checkEric DeVolder2023-03-301-1/+2
| * | x86/ACPI/boot: Use FADT version to check support for online capableMario Limonciello2023-03-301-1/+5
| |/
* | Merge tag 'cxl-fixes-6.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-0910-130/+175
|\ \
| * \ Merge branch 'for-6.3/cxl-doe-fixes' into for-6.3/cxlDan Williams2023-04-04483-4267/+4547
| |\ \
| | * | PCI/DOE: Fix memory leak with CONFIG_DEBUG_OBJECTS=yLukas Wunner2023-04-031-0/+1
| | * | PCI/DOE: Silence WARN splat with CONFIG_DEBUG_OBJECTS=yLukas Wunner2023-04-031-1/+3
| | * | cxl/pci: Handle excessive CDAT lengthLukas Wunner2023-04-031-0/+3
| | * | cxl/pci: Handle truncated CDAT entriesLukas Wunner2023-04-032-4/+23
| | * | cxl/pci: Handle truncated CDAT headerLukas Wunner2023-04-031-1/+1
| | * | cxl/pci: Fix CDAT retrieval on big endianLukas Wunner2023-03-213-26/+33
| * | | cxl/hdm: Extend DVSEC range register emulation for region enumerationDan Williams2023-04-041-5/+22
| * | | cxl/hdm: Limit emulation to the number of range registersDan Williams2023-04-041-36/+46
| * | | cxl/region: Move coherence tracking into cxl_region_attach()Dan Williams2023-04-041-2/+1
| * | | cxl/region: Fix region setup/teardown for RCDsDan Williams2023-04-041-1/+27
| * | | cxl/port: Fix find_cxl_root() for RCDs and simplify itDan Williams2023-04-045-38/+14
| * | | cxl/hdm: Skip emulation when driver manages mem_enableDan Williams2023-04-043-15/+22
| * | | cxl/hdm: Fix double allocation of @cxlhdmDan Williams2023-04-041-28/+6
* | | | Merge tag '6.3-rc5-smb3-cifs-client-fixes' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-04-084-8/+12
|\ \ \ \
| * | | | cifs: double lock in cifs_reconnect_tcon()Dan Carpenter2023-04-061-1/+1
| * | | | cifs: sanitize paths in cifs_update_super_prepath.Thiago Rafael Becker2023-04-053-7/+11