summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'fix-larp-requirements-6.6_2023-09-12' of https://git.kernel.org/pu...Chandan Babu R2023-09-131-0/+11
|\
| * xfs: require a relatively recent V5 filesystem for LARP modeDarrick J. Wong2023-09-121-0/+11
* | Merge tag 'fix-iunlink-list-6.6_2023-09-12' of https://git.kernel.org/pub/scm...Chandan Babu R2023-09-139-9/+195
|\|
| * xfs: make inode unlinked bucket recovery work with quotacheckDarrick J. Wong2023-09-125-6/+29
| * xfs: reload entire unlinked bucket listsDarrick J. Wong2023-09-125-0/+144
| * xfs: use i_prev_unlinked to distinguish inodes that are not on the unlinked listDarrick J. Wong2023-09-123-3/+22
* | Merge tag 'fix-iunlink-6.6_2023-09-12' of https://git.kernel.org/pub/scm/linu...Chandan Babu R2023-09-132-5/+100
|\|
| * xfs: load uncached unlinked inodes into memory on demandDarrick J. Wong2023-09-122-5/+100
* | Merge tag 'fix-efi-recovery-6.6_2023-09-12' of https://git.kernel.org/pub/scm...Chandan Babu R2023-09-136-9/+40
|\|
| * xfs: reserve less log space when recovering log intent itemsDarrick J. Wong2023-09-126-9/+40
* | Merge tag 'fix-ro-mounts-6.6_2023-09-12' of https://git.kernel.org/pub/scm/li...Chandan Babu R2023-09-133-22/+12
|\|
| * xfs: fix log recovery when unknown rocompat bits are setDarrick J. Wong2023-09-122-18/+2
| * xfs: allow inode inactivation during a ro mount log recoveryDarrick J. Wong2023-09-121-4/+10
* | Merge tag 'fix-percpu-lists-6.6_2023-09-12' of https://git.kernel.org/pub/scm...Chandan Babu R2023-09-137-183/+56
|\|
| * xfs: remove CPU hotplug infrastructureDarrick J. Wong2023-09-112-42/+1
| * xfs: remove the all-mounts listDarrick J. Wong2023-09-112-40/+0
| * xfs: use per-mount cpumask to track nonempty percpu inodegc listsDarrick J. Wong2023-09-114-56/+33
| * xfs: fix per-cpu CIL structure aggregation racing with dying cpusDarrick J. Wong2023-09-113-45/+22
* | Merge tag 'fix-fsmap-6.6_2023-09-12' of https://git.kernel.org/pub/scm/linux/...Chandan Babu R2023-09-131-7/+18
|\|
| * xfs: fix an agbno overflow in __xfs_getfsmap_datadevDarrick J. Wong2023-09-111-7/+18
* | xfs: fix select in config XFS_ONLINE_SCRUB_STATSLukas Bulwahn2023-09-111-1/+1
|/
* Linux 6.6-rc1v6.6-rc1Linus Torvalds2023-09-111-2/+2
* Merge tag 'topic/drm-ci-2023-08-31-1' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-09-1068-0/+5508
|\
| * drm: ci: docs: fix build warning - add missing escapeHelen Koike2023-08-291-1/+1
| * drm: Add initial ci/ subdirectoryTomeu Vizoso2023-08-2968-0/+5508
* | Merge tag 'x86-urgent-2023-09-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-09-106-11/+20
|\ \
| * | x86/sgx: Break up long non-preemptible delays in sgx_vepc_release()Jack Wang2023-09-061-0/+3
| * | x86: Remove the arch_calc_vm_prot_bits() macro from the UAPIThomas Huth2023-09-063-9/+15
| * | x86/build: Fix linker fill bytes quirk/incompatibility for ld.lldSong Liu2023-09-061-1/+1
| * | x86/smp: Don't send INIT to non-present and non-booted CPUsThomas Gleixner2023-09-041-1/+1
* | | Merge tag 'perf-urgent-2023-09-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-09-101-1/+11
|\ \ \
| * | | perf/x86/uncore: Correct the number of CHAs on EMRKan Liang2023-09-051-1/+11
* | | | Merge tag 'perf-tools-for-v6.6-1-2023-09-05' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-09-10284-9119/+8011
|\ \ \ \
| * | | | perf parse-events: Fix driver config termIan Rogers2023-09-051-0/+17
| * | | | perf parse-events: Fixes relating to no_value termsIan Rogers2023-09-023-4/+4
| * | | | perf parse-events: Fix propagation of term's no_value when cloningIan Rogers2023-08-313-21/+19
| * | | | perf parse-events: Name the two term enumsIan Rogers2023-08-314-67/+187
| * | | | perf list: Don't print Unit for "default_core"Ian Rogers2023-08-311-1/+1
| * | | | perf vendor events intel: Fix modifier in tma_info_system_mem_parallel_reads ...Ian Rogers2023-08-311-1/+1
| * | | | perf dlfilter: Avoid leak in v0 API test use of resolve_address()Adrian Hunter2023-08-311-0/+2
| * | | | perf metric: Add #num_cpus_online literalIan Rogers2023-08-312-1/+11
| * | | | perf pmu: Remove str from perf_pmu_aliasIan Rogers2023-08-311-23/+10
| * | | | perf parse-events: Make common term list to strbuf helperIan Rogers2023-08-313-41/+81
| * | | | perf parse-events: Minor help message improvementsIan Rogers2023-08-311-2/+2
| * | | | perf pmu: Avoid uninitialized use of alias->strIan Rogers2023-08-311-0/+2
| * | | | perf jevents: Use "default_core" for events with no UnitIan Rogers2023-08-293-11/+17
| * | | | perf test stat_bpf_counters_cgrp: Enhance perf stat cgroup BPF counter testNamhyung Kim2023-08-291-1/+1
| * | | | perf test shell stat_bpf_counters: Fix test on IntelNamhyung Kim2023-08-291-2/+2
| * | | | perf test shell record_bpf_filter: Skip 6.2 kernelNamhyung Kim2023-08-291-0/+6
| * | | | libperf: Get rid of attr.id fieldNamhyung Kim2023-08-291-1/+7