aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
3 daysfs/proc: replace "__auto_type" with "const auto"H. Peter Anvin1-10/+9
5 daysMerge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+0
6 daysMerge tag 'locking-urgent-2025-12-06' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-20/+20
6 daysMerge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-29/+13
6 daysMerge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-140/+176
10 daysseqlock, procfs: Match scoped_seqlock_read() critical section vs. RCU orderin...Ingo Molnar1-20/+20
10 daysMerge tag 'locking-core-2025-12-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-17/+5
13 daysfs/proc/task_mmu.c: fix make_uffd_wp_huge_pte() huge pte handlingLorenzo Stoakes1-1/+3
13 daysmm: declare VMA flags by bitLorenzo Stoakes1-2/+2
2025-11-27Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable in order to be ableAndrew Morton1-3/+9
2025-11-24mm: softdirty: add pgtable_supports_soft_dirty()Chunyan Zhang1-9/+6
2025-11-24mm: eliminate further swapops predicatesLorenzo Stoakes1-7/+7
2025-11-24mm: remove is_hugetlb_entry_[migration, hwpoisoned]()Lorenzo Stoakes1-9/+10
2025-11-24mm: remove non_swap_entry() and use softleaf helpers insteadLorenzo Stoakes1-6/+6
2025-11-24mm: replace pmd_to_swp_entry() with softleaf_from_pmd()Lorenzo Stoakes1-14/+13
2025-11-24mm: avoid unnecessary use of is_swap_pmd()Lorenzo Stoakes1-3/+12
2025-11-24fs/proc/task_mmu: refactor pagemap_pmd_range()Lorenzo Stoakes1-69/+77
2025-11-24mm: avoid unnecessary uses of is_swap_pte()Lorenzo Stoakes1-15/+34
2025-11-24mm: introduce leaf entry type and use to simplify leaf entry logicLorenzo Stoakes1-13/+13
2025-11-20fs/proc/page: remove unused KPMBITSzhang jiao1-1/+0
2025-11-20mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smapsLorenzo Stoakes1-0/+1
2025-11-16mm: consistently use current->mm in mm_get_unmapped_area()Ryan Roberts1-1/+1
2025-11-16procfs: make /self and /thread_self dentries persistentAl Viro5-29/+13
2025-11-09fs/proc: fix uaf in proc_readdir_de()Wei Yang1-3/+9
2025-10-21seqlock: Change do_io_accounting() to use scoped_seqlock_read()Oleg Nesterov1-10/+3
2025-10-21seqlock: Change do_task_stat() to use scoped_seqlock_read()Oleg Nesterov1-7/+2
2025-10-02Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-79/+159
2025-09-29Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-09-29Merge tag 'vfs-6.18-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+1
2025-09-29Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-10/+96
2025-09-25fs/proc/task_mmu: check p->vec_buf for NULLJakub Acs1-0/+3
2025-09-21mm/hwpoison: decouple hwpoison_filter from mm/memory-failure.cMiaohe Lin1-0/+1
2025-09-21Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick upAndrew Morton1-1/+2
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik1-1/+1
2025-09-15fs/proc/namespaces: make ns_entries constMax Kellermann1-3/+3
2025-09-13fs/proc/base.c: fix the wrong format specifierzhang jiao1-1/+1
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)1-2/+2
2025-09-13mm/huge_memory: convert "tva_flags" to "enum tva_type"David Hildenbrand1-2/+2
2025-09-13prctl: extend PR_SET_THP_DISABLE to optionally exclude VM_HUGEPAGEDavid Hildenbrand1-1/+1
2025-09-13mm: convert remaining users to mm_flags_*() accessorsLorenzo Stoakes3-4/+4
2025-09-13mm: update coredump logic to correctly use bitmap mm flagsLorenzo Stoakes1-3/+5
2025-09-13fs/proc/task_mmu: execute PROCMAP_QUERY ioctl under per-vma locksSuren Baghdasaryan1-18/+85
2025-09-13fs/proc/task_mmu: factor out proc_maps_private fields used by PROCMAP_QUERYSuren Baghdasaryan3-53/+63
2025-09-08proc: fix type confusion in pde_set_flags()wangzijie1-1/+2
2025-09-02procfs: add "pidns" mount optionAleksa Sarai1-6/+92
2025-08-27proc: fix missing pde_set_flags() for net proc fileswangzijie1-17/+21
2025-08-19pid: change task_state() to use task_ppid_nr_ns()Oleg Nesterov1-3/+1
2025-08-11proc: proc_maps_open allow proc_mem_open to return NULLJialin Wang1-2/+2
2025-08-05fs/proc/task_mmu: hold PTL in pagemap_hugetlb_range and gather_hugetlb_statsJinjiang Tu1-3/+11
2025-08-05mm/smaps: fix race between smaps_hugetlb_range and migrationJinjiang Tu1-1/+5
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds1-17/+12
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-40/+189
2025-07-28Merge tag 'hardening-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+3
2025-07-28Merge tag 'vfs-6.17-rc1.nsfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+5
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-10/+1
2025-07-28Merge tag 'pull-dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds5-20/+15
2025-07-24fs/proc/task_mmu: read proc/pid/maps under per-vma lockSuren Baghdasaryan2-8/+138
2025-07-24fs/proc/task_mmu: remove conversion of seq_file position to unsignedSuren Baghdasaryan1-7/+10
2025-07-24fs: stable_page_flags(): use snapshot_page()Luiz Capitulino1-16/+13
2025-07-24proc: kpagecount: use snapshot_page()Luiz Capitulino1-4/+17
2025-07-21stackleak: Rename STACKLEAK to KSTACK_ERASEKees Cook1-3/+3
2025-07-19mm, vmstat: remove the NR_WRITEBACK_TEMP node_stat_item counterVlastimil Babka1-2/+1
2025-07-13mm: rename PAGE_MAPPING_* to FOLIO_MAPPING_*David Hildenbrand1-2/+2
2025-07-12Merge branch 'mm-hotfixes-stable' into mm-stable to pick up changes whichAndrew Morton1-7/+7
2025-07-10uapi: export PROCFS_ROOT_INOAleksa Sarai1-5/+5
2025-07-09fs/proc/vmcore: a few cleanups for vmcore_add_device_dump()Su Hui1-17/+12
2025-07-09proc: use the same treatment to check proc_lseek as ones for proc_read_iter e...wangzijie3-1/+8
2025-07-09mm: fix the inaccurate memory statistics issue for usersBaolin Wang1-7/+7
2025-07-03fix proc_sys_compare() handling of in-lookup dentriesAl Viro2-8/+12
2025-06-25fs/proc/task_mmu: fix PAGE_IS_PFNZERO detection for the huge zero folioDavid Hildenbrand1-1/+1
2025-06-16proc_fd_getattr(): don't bother with S_ISDIR() checkAl Viro1-10/+1
2025-06-10switch procfs from d_set_d_op() to d_splice_alias_ops()Al Viro5-18/+12
2025-06-10procfs: kill ->proc_dopsAl Viro2-5/+6
2025-05-31Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds3-11/+17
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-114/+64
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds1-2/+1
2025-05-11proc: fix the issue of proc_mem_open returning NULLPenglei Jiang3-11/+17
2025-05-11fs/proc/page: refactor to reduce code duplicationLiu Ye1-107/+54
2025-05-11fs/proc: extend the PAGEMAP_SCAN ioctl to report guard regionsAndrei Vagin1-7/+10
2025-05-05mm: remove NR_BOUNCE zone statChristoph Hellwig1-2/+1
2025-04-08Use try_lookup_noperm() instead of d_hash_and_lookup() outside of VFSNeilBrown1-1/+1
2025-04-01Merge tag 'mm-nonmm-stable-2025-03-30-18-23' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-18/+94
2025-03-25Merge tag 'timers-core-2025-03-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-28/+20
2025-03-24Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+0
2025-03-24Merge tag 'execve-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-6/+6
2025-03-21fs/procfs: fix the comment above proc_pid_wchan()Bart Van Assche1-1/+1
2025-03-21meminfo: add a per node counter for balloon driversNico Pache1-0/+2
2025-03-19sched/debug: Make CONFIG_SCHED_DEBUG functionality unconditionalIngo Molnar1-7/+0
2025-03-17fs/proc/task_mmu: remove per-page mapcount dependency for smaps/smaps_rollup ...David Hildenbrand2-2/+23
2025-03-17fs/proc/task_mmu: remove per-page mapcount dependency for "mapmax" (CONFIG_NO...David Hildenbrand1-1/+6
2025-03-17fs/proc/task_mmu: remove per-page mapcount dependency for PM_MMAP_EXCLUSIVE (...David Hildenbrand1-2/+9
2025-03-17fs/proc/page: remove per-page mapcount dependency for /proc/kpagecount (CONFI...David Hildenbrand2-3/+43
2025-03-17mm: convert folio_likely_mapped_shared() to folio_maybe_mapped_shared()David Hildenbrand1-2/+2
2025-03-17fs/proc/task_mmu: reduce scope of lazy mmu regionRyan Roberts1-7/+4
2025-03-16fs/proc/task_mmu: add guard region bit to pagemapLorenzo Stoakes1-1/+5
2025-03-16proc: fix UAF in proc_get_inode()Ye Bin3-4/+26
2025-03-13posix-timers: Dont iterate /proc/$PID/timers with sighand:: Siglock heldThomas Gleixner1-28/+20
2025-02-17procfs: fix a locking bug in a vmcore_add_device_dump() error pathBart Van Assche1-1/+4
2025-02-10crash: Use note name macrosAkihiko Odaki1-6/+6
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-6/+12
2025-01-27Pass parent directory inode and expected name to ->d_revalidate()Al Viro4-6/+12
2025-01-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-66/+236
2025-01-27virtio-mem: support CONFIG_PROC_VMCORE_DEVICE_RAMDavid Hildenbrand1-0/+1
2025-01-27fs/proc/vmcore: introduce PROC_VMCORE_DEVICE_RAM to detect device RAM ranges ...David Hildenbrand2-0/+174
2025-01-27fs/proc/vmcore: factor out freeing a list of vmcore rangesDavid Hildenbrand1-8/+1
2025-01-27fs/proc/vmcore: factor out allocating a vmcore range and adding it to a listDavid Hildenbrand1-19/+2
2025-01-27fs/proc/vmcore: move vmcore definitions out of kcore.hDavid Hildenbrand1-10/+16
2025-01-27fs/proc/vmcore: prefix all pr_* with "vmcore:"David Hildenbrand1-1/+3
2025-01-27fs/proc/vmcore: disallow vmcore modifications while the vmcore is openDavid Hildenbrand1-23/+34
2025-01-27fs/proc/vmcore: replace vmcoredd_mutex by vmcore_mutexDavid Hildenbrand1-9/+8
2025-01-27fs/proc/vmcore: convert vmcore_cb_lock into vmcore_mutexDavid Hildenbrand1-7/+8
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+11
2025-01-25ksm: add ksm involvement information for each processxu xin1-0/+11
2025-01-20Merge tag 'vfs-6.14-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-2/+2
2025-01-20Merge tag 'vfs-6.14-rc1.kcore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-40/+41
2025-01-12fs/proc: fix softlockup in __read_vmcore (part 2)Rik van Riel1-0/+2
2025-01-04fs/proc: do_task_stat: Fix ESP not readable during coredumpNam Cao1-1/+1
2024-12-30fs/proc/task_mmu: fix pagemap flags with PMD THP entries on 32bitDavid Hildenbrand1-1/+1
2024-12-22vfs: support caching symlink lengths in inodesMateusz Guzik1-1/+1
2024-12-05fs/proc/vmcore.c: fix warning when CONFIG_MMU=nAndrew Morton1-28/+28
2024-12-02proc/kcore: use percpu_rw_semaphore for kclist_lockOmar Sandoval1-5/+5
2024-12-02proc/kcore: don't walk list on every readOmar Sandoval1-35/+35
2024-12-02proc/kcore: mark proc entry as permanentOmar Sandoval1-0/+1
2024-11-27Merge tag 'vfs-6.13-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2024-11-26Merge branch 'ovl.fixes'Christian Brauner2-54/+61
2024-11-25Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds2-6/+6
2024-11-23Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-13/+15
2024-11-22Merge tag 'sysctl-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-54/+61
2024-11-22fs/proc/kcore.c: Clear ret value in read_kcore_iter after successful iov_iter...Jiri Olsa1-0/+1
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2024-11-19Merge tag 'irq-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-4/+4
2024-11-18Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2024-11-18Merge tag 'vfs-6.13.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2-10/+3
2024-11-16Merge tag 'mm-hotfixes-stable-2024-11-16-15-33' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+3
2024-11-14fs/proc/task_mmu: prevent integer overflow in pagemap_scan_get_args()Dan Carpenter1-1/+3
2024-11-14Merge branches 'for-next/gcs', 'for-next/probes', 'for-next/asm-offsets', 'fo...Catalin Marinas1-1/+1
2024-11-11mm: zswap: modify zswap_stored_pages to be atomic_long_tKanchana P Sridhar1-1/+1
2024-11-11Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton1-4/+5
2024-11-10Merge tag 'mm-hotfixes-stable-2024-11-09-22-40' of git://git.kernel.org/pub/s...Linus Torvalds1-4/+5
2024-11-07fs/proc: fix compile warning about variable 'vmcore_mmap_ops'Qi Xi1-4/+5
2024-11-07proc/softirqs: replace seq_printf with seq_put_decimal_ull_widthDavid Wang1-1/+1
2024-11-07posix-timers: Embed sigqueue in struct k_itimerThomas Gleixner1-2/+2
2024-11-06fs/proc/kcore.c: fix coccinelle reported ERROR instancesMirsad Todorovac1-5/+5
2024-11-05get rid of __get_task_comm()Yafang Shao1-1/+1
2024-11-05mm: refactor mm_access() to not return NULLLorenzo Stoakes1-12/+14
2024-10-31sysctl: Reduce dput(child) calls in proc_sys_fill_cache()Markus Elfring1-4/+4
2024-10-21Merge tag 'vfs-6.12-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-10-18proc: Fix W=1 build kernel-doc warningThorsten Blum1-1/+1
2024-10-17fs/proc: fix build with GCC 15 due to -Werror=unterminated-string-initializationBrahmajit Das1-6/+10
2024-10-16fs/procfs: Switch to irq_get_nr_irqs()Bart Van Assche2-4/+4
2024-10-10sysctl: Convert locking comments to lockdep assertionsThomas Weißschuh1-4/+10
2024-10-09fs/proc/kcore.c: allow translation of physical memory addressesAlexander Gordeev1-2/+34
2024-10-09sysctl: make internal ctl_tables constThomas Weißschuh1-2/+2
2024-10-09sysctl: allow registration of const struct ctl_tableThomas Weißschuh1-3/+3
2024-10-09sysctl: move internal interfaces to const struct ctl_tableThomas Weißschuh2-41/+42
2024-10-07remove pointless includes of <linux/fdtable.h>Al Viro1-1/+0
2024-10-07get rid of ...lookup...fdget_rcu() familyAl Viro1-9/+3
2024-10-04mm: Introduce ARCH_HAS_USER_SHADOW_STACKMark Brown1-1/+1
2024-09-24Merge tag 'sysctl-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+8
2024-09-21Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds2-38/+8
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-9/+5
2024-09-19Merge tag 'sched-core-2024-09-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2024-09-18Merge tag 'random-6.12-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+3
2024-09-17proc: use __auto_type moreAlexey Dobriyan1-23/+8
2024-09-17Merge tag 'printk-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+5
2024-09-17Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+8
2024-09-16Merge tag 'vfs-6.12.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-13/+85
2024-09-16Merge tag 'vfs-6.12.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-6/+24
2024-09-16Merge tag 'vfs-6.12.misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds3-8/+6
2024-09-13mm: Define VM_DROPPABLE for powerpc/32Christophe Leroy1-1/+3
2024-09-12proc: store cookie in private dataChristian Brauner1-6/+24
2024-09-09proc: fold kmalloc() + strcpy() into kmemdup()Alexey Dobriyan1-2/+2
2024-09-09proc: Fix typo in the commentYan Zhen2-2/+2
2024-09-04proc: Add nbcon support for /proc/consolesJohn Ogness1-2/+3
2024-09-04proc: consoles: Add notation to c_start/c_stopJohn Ogness1-0/+2
2024-09-04mm: use ARCH_PKEY_BITS to define VM_PKEY_BITNJoey Gouly1-0/+2
2024-09-03x86: remove PG_uncachedMatthew Wilcox (Oracle)1-5/+3
2024-09-03mm: rename PG_mappedtodisk to PG_owner_2Matthew Wilcox (Oracle)1-1/+1
2024-09-03mm: introduce page_mapcount_is_type()Matthew Wilcox (Oracle)1-2/+1
2024-09-02sysctl: avoid spurious permanent empty tablesThomas Weißschuh1-3/+8
2024-09-01fs/procfs: remove build ID-related code duplication in PROCMAP_QUERYAndrii Nakryiko1-15/+0
2024-09-01mm: remove PG_errorMatthew Wilcox (Oracle)1-1/+0
2024-08-30fs: move FMODE_UNSIGNED_OFFSET to fop_flagsChristian Brauner1-6/+4
2024-08-30Merge patch series "proc: restrict overmounting of ephemeral entities"Christian Brauner3-10/+23
2024-08-30proc: block mounting on top of /proc/<pid>/fdinfo/*Christian Brauner1-2/+2
2024-08-30proc: block mounting on top of /proc/<pid>/fd/*Christian Brauner1-2/+2
2024-08-30proc: block mounting on top of /proc/<pid>/map_files/*Christian Brauner1-2/+2
2024-08-30proc: add proc_splice_unmountable()Christian Brauner1-0/+13
2024-08-30proc: proc_readfdinfo() -> proc_fdinfo_iterate()Christian Brauner1-2/+2
2024-08-30proc: proc_readfd() -> proc_fd_iterate()Christian Brauner1-2/+2
2024-08-30proc: add config & param to block forcing mem writesAdrian Ratiu1-1/+60
2024-08-23hrtimer: Use and report correct timerslack values for realtime tasksFelix Moessbauer1-4/+5
2024-07-29posix-timers: Convert timer list to hlistThomas Gleixner1-3/+3
2024-07-24Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-128/+450
2024-07-19mm: add MAP_DROPPABLE for designating always lazily freeable mappingsJason A. Donenfeld1-0/+1
2024-07-16Merge tag 'sysctl-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-32/+38
2024-07-15Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-3/+3