index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-11-03
64
-1014
/
+1668
|
\
|
*
mempolicy: alloc_pages_mpol() for NUMA policy without vma
Hugh Dickins
2023-10-26
1
-2
/
+3
|
*
kernfs: drop shared NUMA mempolicy hooks
Hugh Dickins
2023-10-26
1
-49
/
+0
|
*
hugetlbfs: drop shared NUMA mempolicy pretence
Hugh Dickins
2023-10-26
1
-40
/
+1
|
*
ext4: add __GFP_NOWARN to GFP_NOWAIT in readahead
Hugh Dickins
2023-10-26
1
-1
/
+1
|
*
buffer: remove folio_create_empty_buffers()
Matthew Wilcox (Oracle)
2023-10-26
17
-31
/
+24
|
*
ufs: remove ufs_get_locked_page()
Matthew Wilcox (Oracle)
2023-10-26
2
-16
/
+0
|
*
ufs: convert ufs_change_blocknr() to use folios
Matthew Wilcox (Oracle)
2023-10-26
1
-11
/
+9
|
*
ufs: use ufs_get_locked_folio() in ufs_alloc_lastblock()
Matthew Wilcox (Oracle)
2023-10-26
1
-13
/
+12
|
*
ufs: add ufs_get_locked_folio and ufs_put_locked_folio
Matthew Wilcox (Oracle)
2023-10-26
2
-22
/
+34
|
*
reiserfs: convert writepage to use a folio
Matthew Wilcox (Oracle)
2023-10-26
1
-40
/
+40
|
*
ocfs2: convert ocfs2_map_page_blocks to use a folio
Matthew Wilcox (Oracle)
2023-10-26
1
-9
/
+10
|
*
ntfs3: convert ntfs_zero_range() to use a folio
Matthew Wilcox (Oracle)
2023-10-26
1
-15
/
+16
|
*
ntfs: convert ntfs_prepare_pages_for_non_resident_write() to folios
Matthew Wilcox (Oracle)
2023-10-26
1
-48
/
+41
|
*
ntfs: convert ntfs_writepage to use a folio
Matthew Wilcox (Oracle)
2023-10-26
1
-111
/
+100
|
*
ntfs: convert ntfs_read_block() to use a folio
Matthew Wilcox (Oracle)
2023-10-26
1
-25
/
+19
|
*
nilfs2: convert nilfs_lookup_dirty_data_buffers to use folio_create_empty_buf...
Matthew Wilcox (Oracle)
2023-10-26
1
-4
/
+3
|
*
nilfs2: remove nilfs_page_get_nth_block
Matthew Wilcox (Oracle)
2023-10-26
1
-6
/
+0
|
*
nilfs2: convert nilfs_mdt_get_frozen_buffer to use a folio
Matthew Wilcox (Oracle)
2023-10-26
1
-7
/
+9
|
*
nilfs2: convert nilfs_mdt_forget_block() to use a folio
Matthew Wilcox (Oracle)
2023-10-26
1
-16
/
+14
|
*
nilfs2: convert nilfs_copy_page() to nilfs_copy_folio()
Matthew Wilcox (Oracle)
2023-10-26
1
-24
/
+26
|
*
nilfs2: convert nilfs_grab_buffer() to use a folio
Matthew Wilcox (Oracle)
2023-10-26
1
-13
/
+13
|
*
nilfs2: convert nilfs_mdt_freeze_buffer to use a folio
Matthew Wilcox (Oracle)
2023-10-26
1
-9
/
+11
|
*
gfs2: convert gfs2_write_buf_to_page() to use a folio
Matthew Wilcox (Oracle)
2023-10-26
1
-18
/
+19
|
*
gfs2: convert gfs2_getjdatabuf to use a folio
Matthew Wilcox (Oracle)
2023-10-26
1
-14
/
+8
|
*
gfs2: convert gfs2_getbuf() to folios
Matthew Wilcox (Oracle)
2023-10-26
1
-22
/
+17
|
*
gfs2: convert inode unstuffing to use a folio
Matthew Wilcox (Oracle)
2023-10-26
1
-25
/
+23
|
*
buffer: add get_nth_bh()
Matthew Wilcox (Oracle)
2023-10-26
1
-6
/
+1
|
*
ext4: convert to folio_create_empty_buffers
Matthew Wilcox (Oracle)
2023-10-26
2
-15
/
+10
|
*
mpage: convert map_buffer_to_folio() to folio_create_empty_buffers()
Matthew Wilcox (Oracle)
2023-10-26
1
-2
/
+1
|
*
buffer: make folio_create_empty_buffers() return a buffer_head
Matthew Wilcox (Oracle)
2023-10-26
1
-11
/
+13
|
*
mm: update memfd seal write check to include F_SEAL_WRITE
Lorenzo Stoakes
2023-10-18
1
-1
/
+1
|
*
mm: abstract the vma_merge()/split_vma() pattern for mprotect() et al.
Lorenzo Stoakes
2023-10-18
1
-52
/
+18
|
*
iomap: use folio_end_read()
Matthew Wilcox (Oracle)
2023-10-18
1
-3
/
+1
|
*
buffer: use folio_end_read()
Matthew Wilcox (Oracle)
2023-10-18
1
-12
/
+4
|
*
ext4: use folio_end_read()
Matthew Wilcox (Oracle)
2023-10-18
1
-11
/
+3
|
*
iomap: protect read_bytes_pending with the state_lock
Matthew Wilcox (Oracle)
2023-10-18
1
-12
/
+25
|
*
iomap: hold state_lock over call to ifs_set_range_uptodate()
Matthew Wilcox (Oracle)
2023-10-18
1
-9
/
+11
|
*
fs/proc/task_mmu: add fast paths to get/clear PAGE_IS_WRITTEN flag
Muhammad Usama Anjum
2023-10-18
1
-0
/
+36
|
*
fs/proc/task_mmu: implement IOCTL to get and optionally clear info about PTEs
Muhammad Usama Anjum
2023-10-18
1
-0
/
+692
|
*
userfaultfd: UFFD_FEATURE_WP_ASYNC
Peter Xu
2023-10-18
1
-4
/
+22
|
*
mm/filemap: remove hugetlb special casing in filemap.c
Sidhartha Kumar
2023-10-17
1
-18
/
+19
|
*
fs: use nth_page() in place of direct struct page manipulation
Zi Yan
2023-10-04
1
-2
/
+2
|
*
buffer: remove __getblk_gfp()
Matthew Wilcox (Oracle)
2023-10-04
1
-25
/
+11
|
*
ext4: call bdev_getblk() from sb_getblk_gfp()
Matthew Wilcox (Oracle)
2023-10-04
1
-2
/
+8
|
*
buffer: use bdev_getblk() to avoid memory reclaim in readahead path
Matthew Wilcox (Oracle)
2023-10-04
1
-1
/
+3
|
*
ext4: use bdev_getblk() to avoid memory reclaim in readahead path
Matthew Wilcox (Oracle)
2023-10-04
1
-1
/
+2
|
*
buffer: hoist GFP flags from grow_dev_page() to __getblk_gfp()
Matthew Wilcox (Oracle)
2023-10-04
1
-21
/
+40
|
*
buffer: pass GFP flags to folio_alloc_buffers()
Matthew Wilcox (Oracle)
2023-10-04
1
-8
/
+9
|
*
mm: shrinker: convert shrinker_rwsem to mutex
Qi Zheng
2023-10-04
1
-1
/
+1
[next]