summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell2022-05-1718-185/+228
|\
| * Merge branch 'mm-nonmm-unstable' into mm-everythingakpm2022-05-1628-293/+371
| |\
| | * fat: remove time truncations in vfat_create/vfat_mkdirChung-Chiang Cheng2022-05-163-27/+0
| | * fat: report creation time in statxChung-Chiang Cheng2022-05-163-5/+20
| | * fat: ignore ctime updates, and keep ctime identical to mtime in memoryChung-Chiang Cheng2022-05-162-10/+10
| | * fat: split fat_truncate_time() into separate functionsChung-Chiang Cheng2022-05-162-27/+53
| | * ocfs2: fix ocfs2 corrupt when iputting an inodeWangyan2022-05-161-1/+2
| | * ocfs2: clear links count in ocfs2_mknod() if an error occursWangyan2022-05-161-2/+12
| | * ocfs2: reflink deadlock when clone file to the same directory simultaneouslyGang He2022-05-165-34/+28
| * | mm: zswap: add basic meminfo and vmstat coverageJohannes Weiner2022-05-161-0/+7
| * | userfaultfd: use maple tree iterator to iterate VMAsLiam R. Howlett2022-05-161-18/+37
| * | fs/proc/task_mmu: stop using linked list and highest_vm_endMatthew Wilcox (Oracle)2022-05-162-33/+42
| * | fs/proc/base: use maple tree iterators in place of linked listLiam R. Howlett2022-05-161-1/+4
| * | exec: use VMA iterator instead of linked listMatthew Wilcox (Oracle)2022-05-161-3/+6
| * | coredump: remove vma linked list walkMatthew Wilcox (Oracle)2022-05-161-22/+12
| * | mm: remove vmacacheLiam R. Howlett2022-05-162-4/+0
| * | proc: remove VMA rbtree use from nommuMatthew Wilcox (Oracle)2022-05-161-24/+21
| * | Merge branch 'mm-stable' into mm-unstableakpm2022-05-1613-162/+125
| |\ \
* | \ \ Merge branch 'mm-nonmm-stable' of git://git.kernel.org/pub/scm/linux/kernel/g...Stephen Rothwell2022-05-1721-213/+272
|\ \ \ \ | | |_|/ | |/| |
| * | | proc/sysctl: make protected_* world readableJulius Hemanth Pitti2022-05-131-4/+4
| * | | fs/ntfs3: validate BOOT sectors_per_clustersRandy Dunlap2022-05-121-3/+7
| * | | proc: fix dentry/inode overinstantiating under /proc/${pid}/netAlexey Dobriyan2022-05-092-0/+6
| * | | fs: sysv: check sbi->s_firstdatazone in complete_read_superLiu Shixin2022-04-291-1/+3
| * | | fat: add ratelimit to fat*_ent_bread()OGAWA Hirofumi2022-04-291-3/+4
| * | | fatfs: add FAT messages to printk indexJonathan Lassoff2022-04-292-5/+18
| * | | fatfs: remove redundant judgmentYubo Feng2022-04-291-4/+2
| * | | pipe: make poll_usage boolean and annotate its accessKuniyuki Iwashima2022-04-291-1/+1
| * | | vmcore: convert read_from_oldmem() to take an iov_iterMatthew Wilcox (Oracle)2022-04-291-25/+15
| * | | vmcore: convert __read_vmcore to use an iov_iterMatthew Wilcox (Oracle)2022-04-291-52/+30
| * | | vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)2022-04-291-20/+34
| * | | fs/proc/kcore.c: remove check of list iterator against head past the loop bodyJakob Koschel2022-04-291-5/+9
| * | | ocfs2: rewrite error handling of ocfs2_fill_superHeming Zhao via Ocfs2-devel2022-04-291-35/+32
| * | | ocfs2: ocfs2_mount_volume does cleanup job before return errorHeming Zhao via Ocfs2-devel2022-04-291-12/+23
| * | | ocfs2: ocfs2_initialize_super does cleanup job before return errorHeming Zhao via Ocfs2-devel2022-04-291-18/+41
| * | | ocfs2: change return type of ocfs2_resmap_initHeming Zhao via Ocfs2-devel2022-04-293-15/+4
| * | | ocfs2: fix mounting crash if journal is not allocedHeming Zhao via Ocfs2-devel2022-04-294-12/+42
| * | | ocfs2: remove usage of list iterator variable after the loop bodyJakob Koschel2022-04-291-6/+6
| * | | ocfs2: replace usage of found with dedicated list iterator variableJakob Koschel2022-04-292-16/+15
* | | | Merge branch 'mm-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/akp...Stephen Rothwell2022-05-1713-162/+125
|\ \ \ \ | | |_|/ | |/| |
| * | | mm/uffd: enable write protection for shmem & hugetlbfsPeter Xu2022-05-131-18/+3
| * | | mm/pagemap: recognize uffd-wp bit for shmem/hugetlbfsPeter Xu2022-05-131-0/+7
| * | | mm/hugetlb: only drop uffd-wp special pte if requiredPeter Xu2022-05-131-6/+9
| * | | mm: teach core mm about pte markersPeter Xu2022-05-131-4/+7
| * | | hugetlbfs: fix hugetlbfs_statfs() lockingMina Almasry2022-05-131-2/+2
| * | | mm/mprotect: use mmu_gatherNadav Amit2022-05-131-1/+5
| * | | VFS: add FMODE_CAN_ODIRECT file flagNeilBrown2022-05-094-20/+14
| * | | nfs: rename nfs_direct_IO and use as ->swap_rwNeilBrown2022-05-092-17/+11
| * | | mm: introduce ->swap_rw and use it for reads from SWP_FS_OPS swap-spaceNeilBrown2022-05-092-0/+8
| * | | mm: move responsibility for setting SWP_FS_OPS to ->swap_activateNeilBrown2022-05-092-3/+14
| * | | ksm: count ksm merging pages for each processxu xin2022-04-281-0/+22