summaryrefslogtreecommitdiff
path: root/fs/buffer.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-24Merge tag 'vfs-7.1-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+8
2026-04-24fs: Handle multiply claimed blocks more gracefully with mmbJan Kara1-1/+8
2026-04-19Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2026-04-18buffer: prevent memory cgroup release in folio_alloc_buffers()Muchun Song1-2/+2
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2026-04-14Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/linuxLinus Torvalds1-1/+17
2026-04-05folio_batch: rename pagevec.h to folio_batch.hTal Zussman1-1/+1
2026-03-26fs: Provide functions for handling mapping_metadata_bhs directlyJan Kara1-59/+51
2026-03-26fs: Switch inode_has_buffers() to take mapping_metadata_bhsJan Kara1-7/+7
2026-03-26fs: Make bhs point to mapping_metadata_bhsJan Kara1-18/+16
2026-03-26fs: Move metadata bhs tracking to a separate structJan Kara1-73/+65
2026-03-26fs: Fold fsync_buffers_list() into sync_mapping_buffers()Jan Kara1-100/+80
2026-03-26fs: Drop osync_buffers_list()Jan Kara1-41/+2
2026-03-26fs: Stop using i_private_data for metadata bh trackingJan Kara1-8/+5
2026-03-26fs: Ignore inode metadata buffers in inode_lru_isolate()Jan Kara1-29/+0
2026-03-26ext4: Use inode_has_buffers()Jan Kara1-0/+1
2026-03-09fscrypt: pass a byte offset to fscrypt_set_bio_crypt_ctxChristoph Hellwig1-5/+2
2026-03-09fscrypt: move fscrypt_set_bio_crypt_ctx_bh to buffer.cChristoph Hellwig1-1/+20
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+1
2026-02-12Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds1-14/+11
2026-02-10Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+2
2026-02-03fs: consolidate fsverity_info lookup in buffer.cChristoph Hellwig1-16/+11
2026-02-03fsverity: push out fsverity_info lookupChristoph Hellwig1-1/+3
2026-01-11blk-crypto: handle the fallback above the block layerChristoph Hellwig1-1/+2
2025-12-15fs/buffer: add alert in try_to_free_buffers() for folios without buffersDeepakkumar Karn1-0/+4
2025-12-15fs: use min() or umin() instead of min_t()David Laight1-1/+1
2025-12-01Merge tag 'vfs-6.19-rc1.folio' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2025-10-31buffer: Use folio_next_pos()Matthew Wilcox (Oracle)1-1/+1
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik1-2/+2
2025-08-19fs/buffer: fix use-after-free when call bh_read() helperYe Bin1-1/+1
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen1-13/+13
2025-07-08fs/buffer: remove the min and max limit checks in __getblk_slow()Pankaj Raghav1-8/+3
2025-06-24fs: Remove three arguments from block_write_end()Matthew Wilcox (Oracle)1-4/+3
2025-06-23docs/vfs: update references to i_mutex to i_rwsemJunxuan Liao1-1/+1
2025-06-19fs/buffer: remove comment about hard sectorsizePankaj Raghav1-3/+2
2025-05-26Merge tag 'vfs-6.16-rc1.writepage' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2025-05-21fs/buffer: optimize discard_buffer()Davidlohr Bueso1-2/+2
2025-05-21fs/buffer: remove superfluous statementsDavidlohr Bueso1-3/+0
2025-05-21fs/buffer: avoid redundant lookup in getblk slowpathDavidlohr Bueso1-3/+3
2025-05-21fs/buffer: use sleeping lookup in __getblk_slowpath()Davidlohr Bueso1-1/+6
2025-05-09fs: Remove redundant errseq_set call in mark_buffer_write_io_error.Jeremy Bongio1-3/+1
2025-04-22mm/migrate: fix sleep in atomic for large folios and buffer headsDavidlohr Bueso1-1/+11
2025-04-22fs/buffer: use sleeping version of __find_get_block()Davidlohr Bueso1-2/+9
2025-04-22fs/buffer: introduce sleeping flavors for pagecache lookupsDavidlohr Bueso1-0/+9
2025-04-22fs/buffer: split locking for pagecache lookupsDavidlohr Bueso1-16/+25
2025-04-07fs: Remove aops->writepageMatthew Wilcox (Oracle)1-2/+2
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-10/+4
2025-03-17fs: convert block_commit_write() to take a folioMatthew Wilcox (Oracle)1-10/+4
2025-02-24fs/buffer fs/mpage: remove large folio restrictionLuis Chamberlain1-2/+0
2025-02-24fs/buffer: remove batching from async readMatthew Wilcox1-30/+21