index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
2023-10-25
ufs: remove ufs_get_locked_page()
Matthew Wilcox (Oracle)
2023-10-25
ufs: convert ufs_change_blocknr() to use folios
Matthew Wilcox (Oracle)
2023-10-25
ufs: use ufs_get_locked_folio() in ufs_alloc_lastblock()
Matthew Wilcox (Oracle)
2023-10-25
ufs: add ufs_get_locked_folio and ufs_put_locked_folio
Matthew Wilcox (Oracle)
2023-10-25
reiserfs: convert writepage to use a folio
Matthew Wilcox (Oracle)
2023-10-25
ocfs2: convert ocfs2_map_page_blocks to use a folio
Matthew Wilcox (Oracle)
2023-10-25
ntfs3: convert ntfs_zero_range() to use a folio
Matthew Wilcox (Oracle)
2023-10-25
ntfs: convert ntfs_prepare_pages_for_non_resident_write() to folios
Matthew Wilcox (Oracle)
2023-10-25
ntfs: convert ntfs_writepage to use a folio
Matthew Wilcox (Oracle)
2023-10-25
ntfs: convert ntfs_read_block() to use a folio
Matthew Wilcox (Oracle)
2023-10-25
nilfs2: convert nilfs_lookup_dirty_data_buffers to use folio_create_empty_buf...
Matthew Wilcox (Oracle)
2023-10-25
nilfs2: remove nilfs_page_get_nth_block
Matthew Wilcox (Oracle)
2023-10-25
nilfs2: convert nilfs_mdt_get_frozen_buffer to use a folio
Matthew Wilcox (Oracle)
2023-10-25
nilfs2: convert nilfs_mdt_forget_block() to use a folio
Matthew Wilcox (Oracle)
2023-10-25
nilfs2: convert nilfs_copy_page() to nilfs_copy_folio()
Matthew Wilcox (Oracle)
2023-10-25
nilfs2: convert nilfs_grab_buffer() to use a folio
Matthew Wilcox (Oracle)
2023-10-25
nilfs2: convert nilfs_mdt_freeze_buffer to use a folio
Matthew Wilcox (Oracle)
2023-10-25
gfs2: convert gfs2_write_buf_to_page() to use a folio
Matthew Wilcox (Oracle)
2023-10-25
gfs2: convert gfs2_getjdatabuf to use a folio
Matthew Wilcox (Oracle)
2023-10-25
gfs2: convert gfs2_getbuf() to folios
Matthew Wilcox (Oracle)
2023-10-25
gfs2: convert inode unstuffing to use a folio
Matthew Wilcox (Oracle)
2023-10-25
buffer: add get_nth_bh()
Matthew Wilcox (Oracle)
2023-10-25
ext4: convert to folio_create_empty_buffers
Matthew Wilcox (Oracle)
2023-10-25
mpage: convert map_buffer_to_folio() to folio_create_empty_buffers()
Matthew Wilcox (Oracle)
2023-10-25
buffer: make folio_create_empty_buffers() return a buffer_head
Matthew Wilcox (Oracle)
2023-10-18
mm: update memfd seal write check to include F_SEAL_WRITE
Lorenzo Stoakes
2023-10-18
mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.
Lorenzo Stoakes
2023-10-18
iomap: use folio_end_read()
Matthew Wilcox (Oracle)
2023-10-18
buffer: use folio_end_read()
Matthew Wilcox (Oracle)
2023-10-18
ext4: use folio_end_read()
Matthew Wilcox (Oracle)
2023-10-18
iomap: protect read_bytes_pending with the state_lock
Matthew Wilcox (Oracle)
2023-10-18
iomap: hold state_lock over call to ifs_set_range_uptodate()
Matthew Wilcox (Oracle)
2023-10-18
fs/proc/task_mmu: add fast paths to get/clear PAGE_IS_WRITTEN flag
Muhammad Usama Anjum
2023-10-18
fs/proc/task_mmu: implement IOCTL to get and optionally clear info about PTEs
Muhammad Usama Anjum
2023-10-18
userfaultfd: UFFD_FEATURE_WP_ASYNC
Peter Xu
2023-10-16
mm/filemap: remove hugetlb special casing in filemap.c
Sidhartha Kumar
2023-10-04
fs: use nth_page() in place of direct struct page manipulation
Zi Yan
2023-10-04
buffer: remove __getblk_gfp()
Matthew Wilcox (Oracle)
2023-10-04
ext4: call bdev_getblk() from sb_getblk_gfp()
Matthew Wilcox (Oracle)
2023-10-04
buffer: use bdev_getblk() to avoid memory reclaim in readahead path
Matthew Wilcox (Oracle)
2023-10-04
ext4: use bdev_getblk() to avoid memory reclaim in readahead path
Matthew Wilcox (Oracle)
2023-10-04
buffer: hoist GFP flags from grow_dev_page() to __getblk_gfp()
Matthew Wilcox (Oracle)
2023-10-04
buffer: pass GFP flags to folio_alloc_buffers()
Matthew Wilcox (Oracle)
2023-10-04
mm: shrinker: convert shrinker_rwsem to mutex
Qi Zheng
2023-10-04
fs: super: dynamically allocate the s_shrink
Qi Zheng
2023-10-04
xfs: dynamically allocate the xfs-qm shrinker
Qi Zheng
2023-10-04
xfs: dynamically allocate the xfs-inodegc shrinker
Qi Zheng
2023-10-04
xfs: dynamically allocate the xfs-buf shrinker
Qi Zheng
2023-10-04
nfsd: dynamically allocate the nfsd-reply shrinker
Qi Zheng
2023-10-04
nfsd: dynamically allocate the nfsd-client shrinker
Qi Zheng
[next]