summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2023-10-25buffer: remove folio_create_empty_buffers()Matthew Wilcox (Oracle)
2023-10-25ufs: remove ufs_get_locked_page()Matthew Wilcox (Oracle)
2023-10-25ufs: convert ufs_change_blocknr() to use foliosMatthew Wilcox (Oracle)
2023-10-25ufs: use ufs_get_locked_folio() in ufs_alloc_lastblock()Matthew Wilcox (Oracle)
2023-10-25ufs: add ufs_get_locked_folio and ufs_put_locked_folioMatthew Wilcox (Oracle)
2023-10-25reiserfs: convert writepage to use a folioMatthew Wilcox (Oracle)
2023-10-25ocfs2: convert ocfs2_map_page_blocks to use a folioMatthew Wilcox (Oracle)
2023-10-25ntfs3: convert ntfs_zero_range() to use a folioMatthew Wilcox (Oracle)
2023-10-25ntfs: convert ntfs_prepare_pages_for_non_resident_write() to foliosMatthew Wilcox (Oracle)
2023-10-25ntfs: convert ntfs_writepage to use a folioMatthew Wilcox (Oracle)
2023-10-25ntfs: convert ntfs_read_block() to use a folioMatthew Wilcox (Oracle)
2023-10-25nilfs2: convert nilfs_lookup_dirty_data_buffers to use folio_create_empty_buf...Matthew Wilcox (Oracle)
2023-10-25nilfs2: remove nilfs_page_get_nth_blockMatthew Wilcox (Oracle)
2023-10-25nilfs2: convert nilfs_mdt_get_frozen_buffer to use a folioMatthew Wilcox (Oracle)
2023-10-25nilfs2: convert nilfs_mdt_forget_block() to use a folioMatthew Wilcox (Oracle)
2023-10-25nilfs2: convert nilfs_copy_page() to nilfs_copy_folio()Matthew Wilcox (Oracle)
2023-10-25nilfs2: convert nilfs_grab_buffer() to use a folioMatthew Wilcox (Oracle)
2023-10-25nilfs2: convert nilfs_mdt_freeze_buffer to use a folioMatthew Wilcox (Oracle)
2023-10-25gfs2: convert gfs2_write_buf_to_page() to use a folioMatthew Wilcox (Oracle)
2023-10-25gfs2: convert gfs2_getjdatabuf to use a folioMatthew Wilcox (Oracle)
2023-10-25gfs2: convert gfs2_getbuf() to foliosMatthew Wilcox (Oracle)
2023-10-25gfs2: convert inode unstuffing to use a folioMatthew Wilcox (Oracle)
2023-10-25buffer: add get_nth_bh()Matthew Wilcox (Oracle)
2023-10-25ext4: convert to folio_create_empty_buffersMatthew Wilcox (Oracle)
2023-10-25mpage: convert map_buffer_to_folio() to folio_create_empty_buffers()Matthew Wilcox (Oracle)
2023-10-25buffer: make folio_create_empty_buffers() return a buffer_headMatthew Wilcox (Oracle)
2023-10-18mm: update memfd seal write check to include F_SEAL_WRITELorenzo Stoakes
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