mbox series

[0/5] More buffer_head cleanups

Message ID 20231107194152.3374087-1-willy@infradead.org (mailing list archive)
Headers show
Series More buffer_head cleanups | expand

Message

Matthew Wilcox Nov. 7, 2023, 7:41 p.m. UTC
The first patch is a left-over from last cycle.  The rest fix "obvious"
block size > PAGE_SIZE problems.  I haven't tested with a large block
size setup.

Matthew Wilcox (Oracle) (5):
  buffer: Return bool from grow_dev_folio()
  buffer: Calculate block number inside folio_init_buffers()
  buffer: Fix grow_buffers() for block size > PAGE_SIZE
  buffer: Cast block to loff_t before shifting it
  buffer: Fix various functions for block size > PAGE_SIZE

 fs/buffer.c | 86 +++++++++++++++++++++++++----------------------------
 1 file changed, 40 insertions(+), 46 deletions(-)