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 '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
|
*
buffer: use b_folio in touch_buffer()
Matthew Wilcox (Oracle)
2023-01-18
1
-1
/
+1
|
*
buffer: replace obvious uses of b_page with b_folio
Matthew Wilcox (Oracle)
2023-01-18
1
-6
/
+6
*
|
fscrypt: support decrypting data from large folios
Eric Biggers
2023-01-28
1
-2
/
+2
*
|
fsverity: support verifying data from large folios
Eric Biggers
2023-01-27
1
-1
/
+2
*
|
fs/buffer.c: support fsverity in block_read_full_folio()
Eric Biggers
2023-01-09
1
-10
/
+57
|
/
*
Merge tag 'mm-nonmm-stable-2022-10-11' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-10-12
1
-9
/
+5
|
\
|
*
buffer: use try_cmpxchg in discard_buffer
Uros Bizjak
2022-09-11
1
-9
/
+5
*
|
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-10
1
-93
/
+65
|
\
\
|
*
|
mm: fs: initialize fsdata passed to write_begin/write_end interface
Alexander Potapenko
2022-10-03
1
-2
/
+2
|
*
|
fs/buffer: remove bh_submit_read() helper
Zhang Yi
2022-09-11
1
-25
/
+0
|
*
|
fs/buffer: remove ll_rw_block() helper
Zhang Yi
2022-09-11
1
-59
/
+4
|
*
|
fs/buffer: replace ll_rw_block()
Zhang Yi
2022-09-11
1
-7
/
+5
|
*
|
fs/buffer: add some new buffer read helpers
Zhang Yi
2022-09-11
1
-0
/
+65
|
*
|
fs/buffer: remove __breadahead_gfp()
Zhang Yi
2022-09-11
1
-11
/
+0
|
|
/
*
|
fs/buffer: make submit_bh & submit_bh_wbc return type as void
Ritesh Harjani (IBM)
2022-09-29
1
-7
/
+6
*
|
fs/buffer: drop useless return value of submit_bh
Ritesh Harjani (IBM)
2022-09-29
1
-6
/
+4
|
/
*
Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2022-08-03
1
-342
/
+21
|
\
|
*
fs: remove the nobh helpers
Christoph Hellwig
2022-08-02
1
-324
/
+0
|
*
buffer: Don't test folio error in block_read_full_folio()
Matthew Wilcox (Oracle)
2022-08-02
1
-2
/
+5
|
*
buffer: Remove check for PageError
Matthew Wilcox (Oracle)
2022-06-29
1
-3
/
+3
[next]