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.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
/
fs
/
buffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2023-11-02
1
-2
/
+2
|
\
|
*
treewide: mark stuff as __ro_after_init
Alexey Dobriyan
2023-10-18
1
-2
/
+2
*
|
buffer: remove folio_create_empty_buffers()
Matthew Wilcox (Oracle)
2023-10-25
1
-10
/
+3
*
|
buffer: make folio_create_empty_buffers() return a buffer_head
Matthew Wilcox (Oracle)
2023-10-25
1
-11
/
+13
*
|
buffer: use folio_end_read()
Matthew Wilcox (Oracle)
2023-10-18
1
-12
/
+4
*
|
buffer: remove __getblk_gfp()
Matthew Wilcox (Oracle)
2023-10-04
1
-25
/
+11
*
|
buffer: use bdev_getblk() to avoid memory reclaim in readahead path
Matthew Wilcox (Oracle)
2023-10-04
1
-1
/
+3
*
|
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
|
/
*
iomap: add a workaround for racy i_size updates on block devices
Christoph Hellwig
2023-09-25
1
-1
/
+10
*
iomap: handle error conditions more gracefully in iomap_to_bh
Christoph Hellwig
2023-09-12
1
-11
/
+14
*
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
2023-08-29
1
-6
/
+0
|
\
|
*
fs: remove emergency_thaw_bdev
Christoph Hellwig
2023-08-02
1
-6
/
+0
*
|
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-08-29
1
-28
/
+8
|
\
\
|
*
|
buffer: remove set_bh_page()
Matthew Wilcox (Oracle)
2023-08-18
1
-15
/
+0
|
*
|
fs: convert block_commit_write to return void
Bean Huo
2023-08-18
1
-8
/
+6
|
*
|
fs/buffer: clean up block_commit_write
Bean Huo
2023-08-18
1
-7
/
+4
|
|
/
*
|
Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2023-08-28
1
-8
/
+3
|
\
\
|
*
|
fs: stop using bdev->bd_super in mark_buffer_write_io_error
Christoph Hellwig
2023-08-09
1
-8
/
+3
|
|
/
*
/
fs/buffer.c: disable per-CPU buffer_head cache for isolated CPUs
Marcelo Tosatti
2023-08-15
1
-1
/
+6
|
/
*
Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-06-29
1
-0
/
+70
|
\
|
*
fs/buffer.c: Add generic_buffers_fsync*() implementation
Ritesh Harjani (IBM)
2023-05-16
1
-0
/
+70
*
|
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-06-28
1
-132
/
+127
|
\
\
|
*
|
buffer: convert block_truncate_page() to use a folio
Matthew Wilcox (Oracle)
2023-06-19
1
-14
/
+16
|
*
|
buffer: use a folio in __find_get_block_slow()
Matthew Wilcox (Oracle)
2023-06-19
1
-6
/
+6
|
*
|
buffer: convert link_dev_buffers to take a folio
Matthew Wilcox (Oracle)
2023-06-19
1
-4
/
+4
|
*
|
buffer: convert init_page_buffers() to folio_init_buffers()
Matthew Wilcox (Oracle)
2023-06-19
1
-10
/
+8
|
*
|
buffer: convert grow_dev_page() to use a folio
Matthew Wilcox (Oracle)
2023-06-19
1
-19
/
+15
|
*
|
buffer: convert page_zero_new_buffers() to folio_zero_new_buffers()
Matthew Wilcox (Oracle)
2023-06-19
1
-13
/
+14
|
*
|
buffer: convert __block_commit_write() to take a folio
Matthew Wilcox (Oracle)
2023-06-19
1
-19
/
+19
|
*
|
buffer: convert block_page_mkwrite() to use a folio
Matthew Wilcox (Oracle)
2023-06-19
1
-14
/
+13
|
*
|
buffer: make block_write_full_page() handle large folios correctly
Matthew Wilcox (Oracle)
2023-06-19
1
-12
/
+10
|
*
|
buffer: convert __block_write_full_page() to __block_write_full_folio()
Matthew Wilcox (Oracle)
2023-06-19
1
-26
/
+27
|
|
/
*
|
Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
2023-06-26
1
-2
/
+1
|
\
\
|
*
|
fs: buffer: use __bio_add_page to add single page to bio
Johannes Thumshirn
2023-05-31
1
-2
/
+1
|
|
/
*
/
fs: unexport buffer_check_dirty_writeback
Christoph Hellwig
2023-06-08
1
-1
/
+0
|
/
*
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-04-27
1
-29
/
+60
|
\
|
*
fs/buffer: convert create_page_buffers to folio_create_buffers
Pankaj Raghav
2023-04-21
1
-10
/
+13
|
*
fs/buffer: add folio_create_empty_buffers helper
Pankaj Raghav
2023-04-21
1
-11
/
+17
|
*
buffer: add folio_alloc_buffers() helper
Pankaj Raghav
2023-04-21
1
-8
/
+15
|
*
fs/buffer: add folio_set_bh helper
Pankaj Raghav
2023-04-21
1
-0
/
+15
*
|
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux
Linus Torvalds
2023-04-26
1
-5
/
+4
|
\
\
|
*
|
fs/buffer.c: use b_folio for fsverity work
Eric Biggers
2023-03-27
1
-5
/
+4
|
|
/
*
|
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linux
Linus Torvalds
2023-04-26
1
-2
/
+2
|
\
\
|
*
|
fs/buffer.c: use b_folio for fscrypt work
Eric Biggers
2023-03-27
1
-2
/
+2
|
|
/
*
/
fs/buffer: Remove redundant assignment to err
Jiapeng Chong
2023-03-27
1
-6
/
+3
|
/
*
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-02-23
1
-27
/
+27
|
\
|
*
buffer: use b_folio in mark_buffer_dirty()
Matthew Wilcox (Oracle)
2023-01-18
1
-6
/
+6
|
*
buffer: use b_folio in end_buffer_async_write()
Matthew Wilcox (Oracle)
2023-01-18
1
-5
/
+5
|
*
buffer: use b_folio in end_buffer_async_read()
Matthew Wilcox (Oracle)
2023-01-18
1
-9
/
+9
[next]