index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
buffer.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-09
Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-98
/
+77
2024-01-05
buffer: fix unintended successful return
Matthew Wilcox (Oracle)
1
-5
/
+12
2023-12-29
fs: remove the bh_end_io argument from __block_write_full_folio
Matthew Wilcox (Oracle)
1
-12
/
+10
2023-12-29
fs: convert block_write_full_page to block_write_full_folio
Matthew Wilcox (Oracle)
1
-9
/
+7
2023-12-29
buffer: fix more functions for block size > PAGE_SIZE
Matthew Wilcox (Oracle)
1
-21
/
+6
2023-12-29
buffer: handle large folios in __block_write_begin_int()
Matthew Wilcox (Oracle)
1
-10
/
+7
2023-12-29
buffer: fix various functions for block size > PAGE_SIZE
Matthew Wilcox (Oracle)
1
-5
/
+5
2023-12-29
buffer: cast block to loff_t before shifting it
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-12-29
buffer: fix grow_buffers() for block size > PAGE_SIZE
Matthew Wilcox (Oracle)
1
-11
/
+6
2023-12-29
buffer: calculate block number inside folio_init_buffers()
Matthew Wilcox (Oracle)
1
-7
/
+6
2023-12-29
buffer: return bool from grow_dev_folio()
Matthew Wilcox (Oracle)
1
-25
/
+25
2023-11-21
fs: Rename mapping private members
Matthew Wilcox (Oracle)
1
-54
/
+54
2023-11-03
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-2
/
+2
2023-10-26
buffer: remove folio_create_empty_buffers()
Matthew Wilcox (Oracle)
1
-10
/
+3
2023-10-26
buffer: make folio_create_empty_buffers() return a buffer_head
Matthew Wilcox (Oracle)
1
-11
/
+13
2023-10-19
treewide: mark stuff as __ro_after_init
Alexey Dobriyan
1
-2
/
+2
2023-10-19
buffer: use folio_end_read()
Matthew Wilcox (Oracle)
1
-12
/
+4
2023-10-04
buffer: remove __getblk_gfp()
Matthew Wilcox (Oracle)
1
-25
/
+11
2023-10-04
buffer: use bdev_getblk() to avoid memory reclaim in readahead path
Matthew Wilcox (Oracle)
1
-1
/
+3
2023-10-04
buffer: hoist GFP flags from grow_dev_page() to __getblk_gfp()
Matthew Wilcox (Oracle)
1
-21
/
+40
2023-10-04
buffer: pass GFP flags to folio_alloc_buffers()
Matthew Wilcox (Oracle)
1
-8
/
+9
2023-09-25
iomap: add a workaround for racy i_size updates on block devices
Christoph Hellwig
1
-1
/
+10
2023-09-12
iomap: handle error conditions more gracefully in iomap_to_bh
Christoph Hellwig
1
-11
/
+14
2023-08-30
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
1
-6
/
+0
2023-08-30
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-28
/
+8
2023-08-28
Merge tag 'v6.6-vfs.super' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-8
/
+3
2023-08-18
buffer: remove set_bh_page()
Matthew Wilcox (Oracle)
1
-15
/
+0
2023-08-18
fs: convert block_commit_write to return void
Bean Huo
1
-8
/
+6
2023-08-18
fs/buffer: clean up block_commit_write
Bean Huo
1
-7
/
+4
2023-08-15
fs/buffer.c: disable per-CPU buffer_head cache for isolated CPUs
Marcelo Tosatti
1
-1
/
+6
2023-08-09
fs: stop using bdev->bd_super in mark_buffer_write_io_error
Christoph Hellwig
1
-8
/
+3
2023-08-02
fs: remove emergency_thaw_bdev
Christoph Hellwig
1
-6
/
+0
2023-06-29
Merge tag 'fs_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+70
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-132
/
+127
2023-06-26
Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+1
2023-06-20
buffer: convert block_truncate_page() to use a folio
Matthew Wilcox (Oracle)
1
-14
/
+16
2023-06-20
buffer: use a folio in __find_get_block_slow()
Matthew Wilcox (Oracle)
1
-6
/
+6
2023-06-20
buffer: convert link_dev_buffers to take a folio
Matthew Wilcox (Oracle)
1
-4
/
+4
2023-06-20
buffer: convert init_page_buffers() to folio_init_buffers()
Matthew Wilcox (Oracle)
1
-10
/
+8
2023-06-20
buffer: convert grow_dev_page() to use a folio
Matthew Wilcox (Oracle)
1
-19
/
+15
2023-06-20
buffer: convert page_zero_new_buffers() to folio_zero_new_buffers()
Matthew Wilcox (Oracle)
1
-13
/
+14
2023-06-20
buffer: convert __block_commit_write() to take a folio
Matthew Wilcox (Oracle)
1
-19
/
+19
2023-06-20
buffer: convert block_page_mkwrite() to use a folio
Matthew Wilcox (Oracle)
1
-14
/
+13
2023-06-20
buffer: make block_write_full_page() handle large folios correctly
Matthew Wilcox (Oracle)
1
-12
/
+10
2023-06-20
buffer: convert __block_write_full_page() to __block_write_full_folio()
Matthew Wilcox (Oracle)
1
-26
/
+27
2023-06-08
fs: unexport buffer_check_dirty_writeback
Christoph Hellwig
1
-1
/
+0
2023-05-31
fs: buffer: use __bio_add_page to add single page to bio
Johannes Thumshirn
1
-2
/
+1
2023-05-16
fs/buffer.c: Add generic_buffers_fsync*() implementation
Ritesh Harjani (IBM)
1
-0
/
+70
2023-04-28
Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-29
/
+60
2023-04-26
Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linux
Linus Torvalds
1
-5
/
+4
[next]