aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-07-17hugetlbfs: ensure generic_hugetlb_get_unmapped_area() returns higher address than mmap_min_addrDonet Tom1-5/+6
2024-07-12kpageflags: detect isolated KPF_THP foliosRan Xiaokai1-12/+9
2024-07-12mm: add comments for allocation helpers explaining why they are macrosSuren Baghdasaryan1-0/+4
2024-07-12mm: provide mm_struct and address to huge_ptep_get()Christophe Leroy3-7/+7
2024-07-12fs/procfs: add build ID fetching to PROCMAP_QUERY APIAndrii Nakryiko1-2/+25
2024-07-12fs/procfs: implement efficient VMA querying API for /proc/<pid>/mapsAndrii Nakryiko1-0/+235
2024-07-12fs/procfs: extract logic for getting VMA name constituentsAndrii Nakryiko1-54/+71
2024-07-06mm: migrate: remove folio_migrate_copy()Kefeng Wang1-1/+2
2024-07-06fs: hugetlbfs: support poisoned recover from hugetlbfs_migrate_folio()Kefeng Wang1-1/+1
2024-07-06Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fixAndrew Morton2-3/+36
2024-07-03nilfs2: fix kernel bug on rename operation of broken directoryRyusuke Konishi1-2/+30
2024-07-03Fix userfaultfd_api to return EINVAL as expectedAudra Mitchell1-1/+6
2024-07-03readahead: drop index argument of page_cache_async_readahead()Jan Kara2-3/+2
2024-07-03mm: memory: convert clear_huge_page() to folio_zero_user()Kefeng Wang1-1/+1
2024-07-03fs/proc/task_mmu: use folio API in pte_is_pinned()Kefeng Wang1-4/+4
2024-07-03nilfs2: fix incorrect inode allocation from reserved inodesRyusuke Konishi4-12/+20
2024-07-03nilfs2: add missing check for inode numbers on directory entriesRyusuke Konishi2-0/+11
2024-07-03nilfs2: fix inode number range checksRyusuke Konishi3-3/+10
2024-07-03fs/proc: move page_mapcount() to fs/proc/internal.hDavid Hildenbrand3-24/+65
2024-07-03fs/proc/task_mmu: account non-present entries as "maybe shared, but no idea how often"David Hildenbrand1-22/+31
2024-07-03fs/proc/task_mmu: properly detect PM_MMAP_EXCLUSIVE per page of PMD-mapped THPsDavid Hildenbrand1-10/+12
2024-07-03fs/proc/task_mmu: don't indicate PM_MMAP_EXCLUSIVE without PM_PRESENTDavid Hildenbrand1-6/+2
2024-07-03fs/proc/task_mmu: indicate PM_FILE for PMD-mapped file THPDavid Hildenbrand1-0/+2
2024-07-03mm: remove MIGRATE_SYNC_NO_COPY modeKefeng Wang2-15/+2
2024-07-03nfs: drop usage of folio_file_posKairui Song3-6/+6
2024-07-03netfs: drop usage of folio_file_posKairui Song2-3/+3
2024-07-03afs: drop usage of folio_file_posKairui Song2-5/+5
2024-07-03NFS: remove nfs_page_lengthg and usage of page_indexKairui Song1-19/+0
2024-07-03ceph: drop usage of page_indexKairui Song2-2/+2
2024-07-03nilfs2: drop usage of page_indexKairui Song1-8/+2
2024-07-03nilfs2: fix incorrect inode allocation from reserved inodesRyusuke Konishi4-12/+20
2024-07-03nilfs2: add missing check for inode numbers on directory entriesRyusuke Konishi2-0/+11
2024-07-03nilfs2: fix inode number range checksRyusuke Konishi3-3/+10
2024-06-29Merge tag 'xfs-6.10-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds8-53/+95
2024-06-28Merge tag 'nfsd-6.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2-1/+2
2024-06-28Merge tag 'bcachefs-2024-06-28' of https://evilpiepirate.org/git/bcachefsLinus Torvalds14-201/+273
2024-06-27Merge tag 'asm-generic-fixes-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-2/+2
2024-06-27Merge tag 'for-6.10-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds4-28/+45
2024-06-26xfs: honor init_xattrs in xfs_init_new_inode for !ATTR fsDarrick J. Wong1-1/+9
2024-06-26xfs: fix direction in XFS_IOC_EXCHANGE_RANGEDarrick J. Wong1-1/+1
2024-06-26xfs: allow unlinked symlinks and dirs with zero sizeDarrick J. Wong1-5/+18
2024-06-26xfs: restrict when we try to align cow fork delalloc to cowextsz hintsDarrick J. Wong2-26/+39
2024-06-26xfs: fix freeing speculative preallocations for preallocated filesChristoph Hellwig4-20/+28
2024-06-25bcachefs: Fix kmalloc bug in __snapshot_t_mutPei Li1-0/+3
2024-06-25bcachefs: Discard, invalidate workers are now per deviceKent Overstreet5-133/+161
2024-06-25bcachefs: Fix shift-out-of-bounds in bch2_blacklist_entries_gcPei Li1-1/+1
2024-06-25bcachefs: slab-use-after-free Read in bch2_sb_errors_from_cpuPei Li1-4/+10
2024-06-25nfsd: initialise nfsd_info.mutex early.NeilBrown2-1/+2
2024-06-24nfs: drop the incorrect assertion in nfs_swap_rw()Christoph Hellwig1-2/+0
2024-06-24ocfs2: fix DIO failure due to insufficient transaction creditsJan Kara4-0/+26