index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-01-09
1
-98
/
+77
|
\
|
*
buffer: fix unintended successful return
Matthew Wilcox (Oracle)
2024-01-05
1
-5
/
+12
|
*
fs: remove the bh_end_io argument from __block_write_full_folio
Matthew Wilcox (Oracle)
2023-12-29
1
-12
/
+10
|
*
fs: convert block_write_full_page to block_write_full_folio
Matthew Wilcox (Oracle)
2023-12-29
1
-9
/
+7
|
*
buffer: fix more functions for block size > PAGE_SIZE
Matthew Wilcox (Oracle)
2023-12-29
1
-21
/
+6
|
*
buffer: handle large folios in __block_write_begin_int()
Matthew Wilcox (Oracle)
2023-12-29
1
-10
/
+7
|
*
buffer: fix various functions for block size > PAGE_SIZE
Matthew Wilcox (Oracle)
2023-12-29
1
-5
/
+5
|
*
buffer: cast block to loff_t before shifting it
Matthew Wilcox (Oracle)
2023-12-29
1
-1
/
+1
|
*
buffer: fix grow_buffers() for block size > PAGE_SIZE
Matthew Wilcox (Oracle)
2023-12-29
1
-11
/
+6
|
*
buffer: calculate block number inside folio_init_buffers()
Matthew Wilcox (Oracle)
2023-12-29
1
-7
/
+6
|
*
buffer: return bool from grow_dev_folio()
Matthew Wilcox (Oracle)
2023-12-29
1
-25
/
+25
*
|
fs: Rename mapping private members
Matthew Wilcox (Oracle)
2023-11-21
1
-54
/
+54
|
/
*
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
[next]