summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-2830-210/+275
|\
| * mm: move 'mmap_min_addr' logic from callers into vm_unmapped_area()Linus Torvalds2023-04-211-1/+1
| * mm: add new KSM process and sysfs knobsStefan Roesch2023-04-211-0/+3
| * fs/buffer: convert create_page_buffers to folio_create_buffersPankaj Raghav2023-04-211-10/+13
| * fs/buffer: add folio_create_empty_buffers helperPankaj Raghav2023-04-211-11/+17
| * buffer: add folio_alloc_buffers() helperPankaj Raghav2023-04-211-8/+15
| * fs/buffer: add folio_set_bh helperPankaj Raghav2023-04-211-0/+15
| * mm: vmscan: refactor updating current->reclaim_stateYosry Ahmed2023-04-192-4/+2
| * mm/hugetlb_vmemmap: rename ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPAneesh Kumar K.V2023-04-191-8/+1
| * mpage: use folios in bio end_io handlerPankaj Raghav2023-04-191-11/+19
| * mpage: split submit_bio and bio end_io handler for reads and writesPankaj Raghav2023-04-191-18/+36
| * orangefs: use folios in orangefs_readaheadPankaj Raghav2023-04-191-4/+5
| * smaps: fix defined but not used smaps_shmem_walk_opsSteven Price2023-04-191-2/+1
| * sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton2023-04-181-0/+20
| |\
| * \ sync mm-stable with mm-hotfixes-stable to pick up depended-upon upstream changesAndrew Morton2023-04-168-16/+63
| |\ \
| * | | afs: split afs_pagecache_valid() out of afs_validate()Matthew Wilcox (Oracle)2023-04-063-20/+22
| * | | xfs: remove xfs_filemap_map_pages() wrapperMatthew Wilcox (Oracle)2023-04-061-16/+1
| * | | mm: vmalloc: convert vread() to vread_iter()Lorenzo Stoakes2023-04-061-21/+23
| * | | fs/proc/kcore: convert read_kcore() to read_kcore_iter()Lorenzo Stoakes2023-04-061-18/+18
| * | | fs/proc/kcore: avoid bounce buffer for ktext dataLorenzo Stoakes2023-04-061-12/+5
| * | | mm/memtest: add results of early memtest to /proc/meminfoTomas Mudrunka2023-04-061-0/+13
| * | | mm: userfaultfd: add UFFDIO_CONTINUE_MODE_WP to install WP PTEsAxel Rasmussen2023-04-061-2/+6
| * | | mm: userfaultfd: combine 'mode' and 'wp_copy' argumentsAxel Rasmussen2023-04-061-1/+4
| * | | mm: userfaultfd: don't pass around both mm and vmaAxel Rasmussen2023-04-061-1/+1
| * | | mm: userfaultfd: rename functions for clarity + consistencyAxel Rasmussen2023-04-061-9/+9
| * | | mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-061-1/+1
| * | | mm/uffd: UFFD_FEATURE_WP_UNPOPULATEDPeter Xu2023-04-061-0/+16
| * | | mm: return an ERR_PTR from __filemap_get_folioChristoph Hellwig2023-04-0610-30/+23
| * | | mm: shrinkers: convert shrinker_rwsem to mutexQi Zheng2023-03-291-1/+1
| * | | mm,jfs: move write_one_page/folio_write_one to jfsChristoph Hellwig2023-03-291-5/+34
| * | | ocfs2: don't use write_one_page in ocfs2_duplicate_clusters_by_pageChristoph Hellwig2023-03-291-4/+5
| * | | ufs: don't flush page immediately for DIRSYNC directoriesChristoph Hellwig2023-03-291-10/+19
| * | | lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin2023-03-291-1/+1
* | | | Merge tag 'pstore-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-281-4/+3
|\ \ \ \
| * | | | pstore: Revert pmsg_lock back to a normal mutexJohn Stultz2023-03-091-4/+3
* | | | | Merge tag 'sysctl-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-04-2810-140/+86
|\ \ \ \ \
| * | | | | fs: fix sysctls.c builtKefeng Wang2023-04-131-2/+1
| * | | | | ntfs: simplfy one-level sysctl registration for ntfs_sysctlsLuis Chamberlain2023-04-131-11/+1
| * | | | | coda: simplify one-level sysctl registration for coda_tableLuis Chamberlain2023-04-131-10/+1
| * | | | | fs/cachefiles: simplify one-level sysctl registration for cachefiles_sysctlsLuis Chamberlain2023-04-131-10/+1
| * | | | | xfs: simplify two-level sysctl registration for xfs_tableLuis Chamberlain2023-04-131-19/+1
| * | | | | nfs: simplify two-level sysctl registration for nfs_cb_sysctlsLuis Chamberlain2023-04-131-19/+1
| * | | | | nfs: simplify two-level sysctl registration for nfs4_cb_sysctlsLuis Chamberlain2023-04-131-19/+2
| * | | | | lockd: simplify two-level sysctl registration for nlm_sysctlsLuis Chamberlain2023-04-131-19/+1
| * | | | | proc_sysctl: enhance documentationLuis Chamberlain2023-04-131-5/+20
| * | | | | sysctl: clarify register_sysctl_init() base directory orderLuis Chamberlain2023-04-131-4/+1
| * | | | | proc_sysctl: move helper which creates required subdirectoriesLuis Chamberlain2023-04-131-24/+32
| * | | | | proc_sysctl: update docs for __register_sysctl_table()Luis Chamberlain2023-04-131-3/+11
| * | | | | userfaultfd: move unprivileged_userfaultfd sysctl to its own fileZhangPeng2023-03-211-1/+19
* | | | | | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-283-3/+0
|\ \ \ \ \ \