aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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 h...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-04btrfs: fix folio refcount in __alloc_dummy_extent_buffer()Boris Burkov1-1/+1
2024-07-04btrfs: fix folio refcount in btrfs_do_encoded_write()Boris Burkov1-1/+1
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-03fuse: Convert to new uid/gid option parsing helpersEric Sandeen1-8/+4
2024-07-03fuse: verify {g,u}id mount options correctlyEric Sandeen1-4/+20
2024-07-03hostfs: add missing MODULE_DESCRIPTION() macroJeff Johnson1-0/+1
2024-07-03hostfs: fix dev_t handlingJohannes Berg3-10/+14
2024-07-03fat: Convert to new uid/gid option parsing helpersEric Sandeen1-12/+4
2024-07-03fat: Convert to new mount apiEric Sandeen4-355/+419
2024-07-03fat: move debug into fat_mount_optionsEric Sandeen2-6/+6
2024-07-03cachefiles: add missing lock protection when pollingJingbo Xu1-2/+2
2024-07-03cachefiles: cyclic allocation of msg_id to avoid reuseBaokun Li2-4/+17
2024-07-03cachefiles: wait for ondemand_object_worker to finish when dropping objectHou Tao1-0/+3
2024-07-03cachefiles: cancel all requests for the object that is being droppedBaokun Li1-0/+19
2024-07-03cachefiles: stop sending new request when dropping objectBaokun Li2-2/+10
2024-07-03cachefiles: propagate errors from vfs_getxattr() to avoid infinite loopBaokun Li1-1/+4
2024-07-03cachefiles: fix slab-use-after-free in cachefiles_withdraw_cookie()Baokun Li2-2/+34
2024-07-03cachefiles: fix slab-use-after-free in fscache_withdraw_volume()Baokun Li1-0/+10
2024-07-03netfs, fscache: export fscache_put_volume() and add fscache_try_get_volume()Baokun Li2-2/+14
2024-07-02cifs: Fix read-performance regression by dropping readahead expansionDavid Howells1-30/+0
2024-07-02Merge tag 'vfs-6.10-rc7.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-24/+20
2024-07-02afs: Convert comma to semicolonChen Ni1-2/+2
2024-07-02fs: better handle deep ancestor chains in is_subdir()Christian Brauner1-17/+14
2024-07-02Merge tag 'erofs-for-6.10-rc7-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-5/+7
2024-07-02filelock: Remove locks reliably when fcntl/close race is detectedJann Horn1-5/+4
2024-07-02xfs: move xfs_refcount_update_defer_add to xfs_refcount_item.cDarrick J. Wong4-20/+18
2024-07-02xfs: simplify usage of the rcur local variable in xfs_refcount_finish_oneDarrick J. Wong1-4/+3
2024-07-02xfs: don't bother calling xfs_refcount_finish_one_cleanup in xfs_refcount_fin...Darrick J. Wong3-20/+19
2024-07-02xfs: reuse xfs_refcount_update_cancel_itemDarrick J. Wong1-13/+12
2024-07-02xfs: add a ci_entry helperDarrick J. Wong1-11/+9
2024-07-02xfs: remove xfs_trans_set_refcount_flagsDarrick J. Wong1-20/+12