summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-10-26ntfs: convert ntfs_writepage to use a folioMatthew Wilcox (Oracle)1-111/+100
2023-10-26ntfs: convert ntfs_read_block() to use a folioMatthew Wilcox (Oracle)1-25/+19
2023-10-26nilfs2: convert nilfs_lookup_dirty_data_buffers to use folio_create_empty_buf...Matthew Wilcox (Oracle)1-4/+3
2023-10-26nilfs2: remove nilfs_page_get_nth_blockMatthew Wilcox (Oracle)1-6/+0
2023-10-26nilfs2: convert nilfs_mdt_get_frozen_buffer to use a folioMatthew Wilcox (Oracle)1-7/+9
2023-10-26nilfs2: convert nilfs_mdt_forget_block() to use a folioMatthew Wilcox (Oracle)1-16/+14
2023-10-26nilfs2: convert nilfs_copy_page() to nilfs_copy_folio()Matthew Wilcox (Oracle)1-24/+26
2023-10-26nilfs2: convert nilfs_grab_buffer() to use a folioMatthew Wilcox (Oracle)1-13/+13
2023-10-26nilfs2: convert nilfs_mdt_freeze_buffer to use a folioMatthew Wilcox (Oracle)1-9/+11
2023-10-26gfs2: convert gfs2_write_buf_to_page() to use a folioMatthew Wilcox (Oracle)1-18/+19
2023-10-26gfs2: convert gfs2_getjdatabuf to use a folioMatthew Wilcox (Oracle)1-14/+8
2023-10-26gfs2: convert gfs2_getbuf() to foliosMatthew Wilcox (Oracle)1-22/+17
2023-10-26gfs2: convert inode unstuffing to use a folioMatthew Wilcox (Oracle)1-25/+23
2023-10-26buffer: add get_nth_bh()Matthew Wilcox (Oracle)1-6/+1
2023-10-26ext4: convert to folio_create_empty_buffersMatthew Wilcox (Oracle)2-15/+10
2023-10-26mpage: convert map_buffer_to_folio() to folio_create_empty_buffers()Matthew Wilcox (Oracle)1-2/+1
2023-10-26buffer: make folio_create_empty_buffers() return a buffer_headMatthew Wilcox (Oracle)1-11/+13
2023-10-19mm: update memfd seal write check to include F_SEAL_WRITELorenzo Stoakes1-1/+1
2023-10-19mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.Lorenzo Stoakes1-52/+18
2023-10-19iomap: use folio_end_read()Matthew Wilcox (Oracle)1-3/+1
2023-10-19buffer: use folio_end_read()Matthew Wilcox (Oracle)1-12/+4
2023-10-19ext4: use folio_end_read()Matthew Wilcox (Oracle)1-11/+3
2023-10-19iomap: protect read_bytes_pending with the state_lockMatthew Wilcox (Oracle)1-12/+25
2023-10-19iomap: hold state_lock over call to ifs_set_range_uptodate()Matthew Wilcox (Oracle)1-9/+11
2023-10-19fs/proc/task_mmu: add fast paths to get/clear PAGE_IS_WRITTEN flagMuhammad Usama Anjum1-0/+36
2023-10-19fs/proc/task_mmu: implement IOCTL to get and optionally clear info about PTEsMuhammad Usama Anjum1-0/+692
2023-10-19userfaultfd: UFFD_FEATURE_WP_ASYNCPeter Xu1-4/+22
2023-10-17mm/filemap: remove hugetlb special casing in filemap.cSidhartha Kumar1-18/+19
2023-10-04fs: use nth_page() in place of direct struct page manipulationZi Yan1-2/+2
2023-10-04buffer: remove __getblk_gfp()Matthew Wilcox (Oracle)1-25/+11
2023-10-04ext4: call bdev_getblk() from sb_getblk_gfp()Matthew Wilcox (Oracle)1-2/+8
2023-10-04buffer: use bdev_getblk() to avoid memory reclaim in readahead pathMatthew Wilcox (Oracle)1-1/+3
2023-10-04ext4: use bdev_getblk() to avoid memory reclaim in readahead pathMatthew Wilcox (Oracle)1-1/+2
2023-10-04buffer: hoist GFP flags from grow_dev_page() to __getblk_gfp()Matthew Wilcox (Oracle)1-21/+40
2023-10-04buffer: pass GFP flags to folio_alloc_buffers()Matthew Wilcox (Oracle)1-8/+9
2023-10-04mm: shrinker: convert shrinker_rwsem to mutexQi Zheng1-1/+1
2023-10-04fs: super: dynamically allocate the s_shrinkQi Zheng4-18/+21
2023-10-04xfs: dynamically allocate the xfs-qm shrinkerQi Zheng2-14/+15
2023-10-04xfs: dynamically allocate the xfs-inodegc shrinkerQi Zheng3-14/+18
2023-10-04xfs: dynamically allocate the xfs-buf shrinkerQi Zheng2-12/+14
2023-10-04nfsd: dynamically allocate the nfsd-reply shrinkerQi Zheng2-16/+17
2023-10-04nfsd: dynamically allocate the nfsd-client shrinkerQi Zheng2-9/+12
2023-10-04jbd2,ext4: dynamically allocate the jbd2-journal shrinkerQi Zheng1-11/+18
2023-10-04ext4: dynamically allocate the ext4-es shrinkerQi Zheng2-11/+14
2023-10-04mbcache: dynamically allocate the mbcache shrinkerQi Zheng1-10/+12
2023-10-04ubifs: dynamically allocate the ubifs-slab shrinkerQi Zheng1-10/+11
2023-10-04quota: dynamically allocate the dquota-cache shrinkerQi Zheng1-8/+9
2023-10-04nfsd: dynamically allocate the nfsd-filecache shrinkerQi Zheng1-10/+13
2023-10-04nfs: dynamically allocate the nfs-acl shrinkerQi Zheng1-8/+13
2023-10-04NFSv4.2: dynamically allocate the nfs-xattr shrinkersQi Zheng1-43/+44