summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-10-18mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.Lorenzo Stoakes
2023-10-18iomap: use folio_end_read()Matthew Wilcox (Oracle)
2023-10-18buffer: use folio_end_read()Matthew Wilcox (Oracle)
2023-10-18ext4: use folio_end_read()Matthew Wilcox (Oracle)
2023-10-18iomap: protect read_bytes_pending with the state_lockMatthew Wilcox (Oracle)
2023-10-18iomap: hold state_lock over call to ifs_set_range_uptodate()Matthew Wilcox (Oracle)
2023-10-18fs/proc/task_mmu: add fast paths to get/clear PAGE_IS_WRITTEN flagMuhammad Usama Anjum
2023-10-18fs/proc/task_mmu: implement IOCTL to get and optionally clear info about PTEsMuhammad Usama Anjum
2023-10-18userfaultfd: UFFD_FEATURE_WP_ASYNCPeter Xu
2023-10-16mm/filemap: remove hugetlb special casing in filemap.cSidhartha Kumar
2023-10-04fs: use nth_page() in place of direct struct page manipulationZi Yan
2023-10-04buffer: remove __getblk_gfp()Matthew Wilcox (Oracle)
2023-10-04ext4: call bdev_getblk() from sb_getblk_gfp()Matthew Wilcox (Oracle)
2023-10-04buffer: use bdev_getblk() to avoid memory reclaim in readahead pathMatthew Wilcox (Oracle)
2023-10-04ext4: use bdev_getblk() to avoid memory reclaim in readahead pathMatthew Wilcox (Oracle)
2023-10-04buffer: hoist GFP flags from grow_dev_page() to __getblk_gfp()Matthew Wilcox (Oracle)
2023-10-04buffer: pass GFP flags to folio_alloc_buffers()Matthew Wilcox (Oracle)
2023-10-04mm: shrinker: convert shrinker_rwsem to mutexQi Zheng
2023-10-04fs: super: dynamically allocate the s_shrinkQi Zheng
2023-10-04xfs: dynamically allocate the xfs-qm shrinkerQi Zheng
2023-10-04xfs: dynamically allocate the xfs-inodegc shrinkerQi Zheng
2023-10-04xfs: dynamically allocate the xfs-buf shrinkerQi Zheng
2023-10-04nfsd: dynamically allocate the nfsd-reply shrinkerQi Zheng
2023-10-04nfsd: dynamically allocate the nfsd-client shrinkerQi Zheng
2023-10-04jbd2,ext4: dynamically allocate the jbd2-journal shrinkerQi Zheng
2023-10-04ext4: dynamically allocate the ext4-es shrinkerQi Zheng
2023-10-04mbcache: dynamically allocate the mbcache shrinkerQi Zheng
2023-10-04ubifs: dynamically allocate the ubifs-slab shrinkerQi Zheng
2023-10-04quota: dynamically allocate the dquota-cache shrinkerQi Zheng
2023-10-04nfsd: dynamically allocate the nfsd-filecache shrinkerQi Zheng
2023-10-04nfs: dynamically allocate the nfs-acl shrinkerQi Zheng
2023-10-04NFSv4.2: dynamically allocate the nfs-xattr shrinkersQi Zheng
2023-10-04gfs2: dynamically allocate the gfs2-qd shrinkerQi Zheng
2023-10-04gfs2: dynamically allocate the gfs2-glock shrinkerQi Zheng
2023-10-04f2fs: dynamically allocate the f2fs-shrinkerQi Zheng
2023-10-04erofs: dynamically allocate the erofs-shrinkerQi Zheng
2023-10-04proc/kcore: do not try to access unaccepted memoryAdrian Hunter
2023-10-04mm/mremap: allow moves within the same VMA for stack movesJoel Fernandes (Google)
2023-10-04mm: convert DAX lock/unlock page to lock/unlock folioMatthew Wilcox (Oracle)
2023-10-04mm: remove remnants of SPLIT_RSS_COUNTINGMateusz Guzik
2023-10-01Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds
2023-09-30Merge tag 'trace-v6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-09-30eventfs: Test for dentries array allocated in eventfs_release()Steven Rostedt (Google)
2023-09-30Merge tag 'iomap-6.6-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2023-09-30Merge tag 'nfsd-6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-09-30Merge tag '6.6-rc3-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-09-29nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()Pan Bian
2023-09-29fs: binfmt_elf_efpic: fix personality for ELF-FDPICGreg Ungerer
2023-09-29Merge tag '6.6-rc3-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2023-09-29Merge tag 'ceph-for-6.6-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds