index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
buffer_head.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'vfs-6.12.folio' of gitolite.kernel.org:pub/scm/linux/kernel/git/vf...
Linus Torvalds
2024-09-16
1
-7
/
+7
|
\
|
*
buffer: Convert __block_write_begin() to take a folio
Matthew Wilcox (Oracle)
2024-08-07
1
-1
/
+1
|
*
fs: Convert aops->write_begin to take a folio
Matthew Wilcox (Oracle)
2024-08-07
1
-2
/
+2
|
*
fs: Convert aops->write_end to take a folio
Matthew Wilcox (Oracle)
2024-08-07
1
-2
/
+2
|
*
buffer: Convert block_write_end() to take a folio
Matthew Wilcox (Oracle)
2024-08-07
1
-2
/
+2
*
|
fs: drop GFP_NOFAIL mode from alloc_page_buffers
Michal Hocko
2024-08-30
1
-2
/
+1
|
/
*
mm: remove page_mapping()
Matthew Wilcox (Oracle)
2024-07-03
1
-1
/
+1
*
Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2024-05-21
1
-2
/
+2
|
\
|
*
use ->bd_mapping instead of ->bd_inode->i_mapping
Al Viro
2024-05-03
1
-2
/
+2
*
|
buffer: add kernel-doc for bforget() and __bforget()
Matthew Wilcox (Oracle)
2024-05-05
1
-0
/
+10
*
|
buffer: add kernel-doc for brelse() and __brelse()
Matthew Wilcox (Oracle)
2024-05-05
1
-0
/
+16
*
|
buffer: fix __bread and __bread_gfp kernel-doc
Matthew Wilcox (Oracle)
2024-05-05
1
-9
/
+13
|
/
*
fs: remove the bh_end_io argument from __block_write_full_folio
Matthew Wilcox (Oracle)
2023-12-29
1
-3
/
+1
*
fs: convert block_write_full_page to block_write_full_folio
Matthew Wilcox (Oracle)
2023-12-29
1
-2
/
+2
*
fs: remove clean_page_buffers()
Matthew Wilcox (Oracle)
2023-12-29
1
-1
/
+0
*
buffer: remove folio_create_empty_buffers()
Matthew Wilcox (Oracle)
2023-10-25
1
-3
/
+1
*
buffer: add get_nth_bh()
Matthew Wilcox (Oracle)
2023-10-25
1
-0
/
+22
*
buffer: make folio_create_empty_buffers() return a buffer_head
Matthew Wilcox (Oracle)
2023-10-25
1
-2
/
+2
*
buffer: remove __getblk_gfp()
Matthew Wilcox (Oracle)
2023-10-04
1
-2
/
+0
*
ext4: call bdev_getblk() from sb_getblk_gfp()
Matthew Wilcox (Oracle)
2023-10-04
1
-3
/
+3
*
buffer: convert sb_getblk() to call __getblk()
Matthew Wilcox (Oracle)
2023-10-04
1
-4
/
+3
*
buffer: convert getblk_unmovable() and __getblk() to use bdev_getblk()
Matthew Wilcox (Oracle)
2023-10-04
1
-14
/
+22
*
buffer: hoist GFP flags from grow_dev_page() to __getblk_gfp()
Matthew Wilcox (Oracle)
2023-10-04
1
-0
/
+2
*
buffer: pass GFP flags to folio_alloc_buffers()
Matthew Wilcox (Oracle)
2023-10-04
1
-1
/
+1
*
Merge tag 'ext4_for_linus-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2023-09-17
1
-1
/
+4
|
\
|
*
buffer: Make bh_offset() work for compound pages
Matthew Wilcox (Oracle)
2023-09-07
1
-1
/
+4
*
|
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
2023-08-29
1
-28
/
+16
|
\
\
|
*
|
fs: add CONFIG_BUFFER_HEAD
Christoph Hellwig
2023-08-02
1
-16
/
+16
|
*
|
fs: rename and move block_page_mkwrite_return
Christoph Hellwig
2023-08-02
1
-12
/
+0
|
|
/
*
|
buffer: remove set_bh_page()
Matthew Wilcox (Oracle)
2023-08-18
1
-2
/
+0
*
|
fs: convert block_commit_write to return void
Bean Huo
2023-08-18
1
-1
/
+1
|
/
*
Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-06-29
1
-0
/
+4
|
\
|
*
fs/buffer.c: Add generic_buffers_fsync*() implementation
Ritesh Harjani (IBM)
2023-05-16
1
-0
/
+4
*
|
buffer: convert page_zero_new_buffers() to folio_zero_new_buffers()
Matthew Wilcox (Oracle)
2023-06-19
1
-1
/
+1
*
|
buffer: convert __block_write_full_page() to __block_write_full_folio()
Matthew Wilcox (Oracle)
2023-06-19
1
-1
/
+1
|
/
*
fs/buffer: add folio_create_empty_buffers helper
Pankaj Raghav
2023-04-21
1
-0
/
+2
*
buffer: add folio_alloc_buffers() helper
Pankaj Raghav
2023-04-21
1
-0
/
+2
*
fs/buffer: add folio_set_bh helper
Pankaj Raghav
2023-04-21
1
-0
/
+2
*
buffer: add b_folio as an alias of b_page
Matthew Wilcox (Oracle)
2023-01-18
1
-1
/
+4
*
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-10
1
-10
/
+38
|
\
|
*
fs/buffer: remove bh_submit_read() helper
Zhang Yi
2022-09-11
1
-1
/
+0
|
*
fs/buffer: remove ll_rw_block() helper
Zhang Yi
2022-09-11
1
-1
/
+0
|
*
fs/buffer: add some new buffer read helpers
Zhang Yi
2022-09-11
1
-0
/
+38
|
*
fs/buffer: remove __breadahead_gfp()
Zhang Yi
2022-09-11
1
-8
/
+0
*
|
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2022-10-06
1
-1
/
+1
|
\
\
|
*
|
fs/buffer: make submit_bh & submit_bh_wbc return type as void
Ritesh Harjani (IBM)
2022-09-29
1
-1
/
+1
|
|
/
*
/
fs: only do a memory barrier for the first set_buffer_uptodate()
Linus Torvalds
2022-09-08
1
-0
/
+11
|
/
*
wait_on_bit: add an acquire memory barrier
Mikulas Patocka
2022-08-26
1
-1
/
+1
*
add barriers to buffer_uptodate and set_buffer_uptodate
Mikulas Patocka
2022-08-09
1
-1
/
+24
*
Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-08-03
1
-8
/
+10
|
\
[next]