| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-05-28 | block: add a bio_endio_status helper | Christoph Hellwig | 1 | -2/+1 |
| 2026-05-26 | block: remove blkdev_write_begin() and blkdev_write_end() | Tal Zussman | 1 | -24/+0 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -2/+1 |
| 2025-12-04 | block: enable per-cpu bio cache by default | Fengnan Chang | 1 | -4/+0 |
| 2025-11-05 | iomap: add caller-provided callbacks for read and readahead | Joanne Koong | 1 | -2/+3 |
| 2025-10-07 | block: move bio_iov_iter_get_bdev_pages to block/fops.c | Christoph Hellwig | 1 | -3/+10 |
| 2025-10-02 | Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -5/+5 |
| 2025-09-09 | block: simplify direct io validity check | Keith Busch | 1 | -2/+2 |
| 2025-09-09 | block: add size alignment to bio_iov_iter_get_pages | Keith Busch | 1 | -3/+3 |
| 2025-08-20 | block: don't silently ignore metadata for sync read/write | Christoph Hellwig | 1 | -5/+5 |
| 2025-08-20 | fs: add a FMODE_ flag to indicate IOCB_HAS_METADATA availability | Christoph Hellwig | 1 | -0/+3 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -12/+25 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -6/+6 |
| 2025-07-28 | Merge tag 'vfs-6.17-rc1.fallocate' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -19/+25 |
| 2025-07-16 | fs: change write_begin/write_end interface to take struct kiocb * | Taotao Chen | 1 | -5/+8 |
| 2025-07-14 | iomap: replace iomap_folio_ops with iomap_write_ops | Christoph Hellwig | 1 | -1/+2 |
| 2025-07-14 | iomap: hide ioends from the generic writeback code | Christoph Hellwig | 1 | -0/+1 |
| 2025-07-14 | iomap: refactor the writeback interface | Christoph Hellwig | 1 | -9/+16 |
| 2025-07-14 | iomap: pass more arguments using the iomap writeback context | Christoph Hellwig | 1 | -2/+6 |
| 2025-06-24 | fs: Remove three arguments from block_write_end() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2025-06-23 | block: add FALLOC_FL_WRITE_ZEROES support | Zhang Yi | 1 | -1/+11 |
| 2025-06-23 | block: factor out common part in blkdev_fallocate() | Zhang Yi | 1 | -18/+14 |
| 2025-06-19 | fs: convert most other generic_file_*mmap() users to .mmap_prepare() | Lorenzo Stoakes | 1 | -6/+6 |
| 2025-05-06 | block: expose write streams for block device nodes | Christoph Hellwig | 1 | -0/+23 |
| 2025-05-02 | block: use writeback_iter | Christoph Hellwig | 1 | -2/+3 |
| 2025-04-24 | block: don't autoload drivers on stat | Christoph Hellwig | 1 | -1/+1 |
| 2025-04-23 | block: fix race between set_blocksize and read paths | Darrick J. Wong | 1 | -0/+16 |
| 2025-01-23 | block: don't revert iter for -EIOCBQUEUED | Jens Axboe | 1 | -2/+3 |
| 2024-12-23 | block: add support to pass user meta buffer | Kanchan Joshi | 1 | -10/+35 |
| 2024-11-27 | block: Don't allow an atomic write be truncated in blkdev_write_iter() | John Garry | 1 | -1/+4 |
| 2024-10-19 | fs/block: Check for IOCB_DIRECT in generic_atomic_write_valid() | John Garry | 1 | -8/+10 |
| 2024-10-19 | block/fs: Pass an iocb to generic_atomic_write_valid() | John Garry | 1 | -4/+4 |
| 2024-09-20 | Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
| 2024-09-16 | Merge tag 'for-6.12/io_uring-discard-20240913' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -0/+2 |
| 2024-09-16 | Merge tag 'vfs-6.12.fallocate' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -9/+1 |
| 2024-09-11 | block: implement async io_uring discard cmd | Pavel Begunkov | 1 | -0/+2 |
| 2024-09-03 | iomap: add a private argument for iomap_file_buffered_write | Josef Bacik | 1 | -1/+1 |
| 2024-08-28 | block: remove checks for FALLOC_FL_NO_HIDE_STALE | Christoph Hellwig | 1 | -9/+1 |
| 2024-08-07 | fs: Convert aops->write_begin to take a folio | Matthew Wilcox (Oracle) | 1 | -2/+2 |
| 2024-08-07 | fs: Convert aops->write_end to take a folio | Matthew Wilcox (Oracle) | 1 | -2/+1 |
| 2024-08-07 | buffer: Convert block_write_end() to take a folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2024-08-07 | block: Use a folio in blkdev_write_end() | Matthew Wilcox (Oracle) | 1 | -2/+3 |
| 2024-06-27 | block: clean up the check in blkdev_iomap_begin() | Li Nan | 1 | -2/+3 |
| 2024-06-20 | block: Add fops atomic write support | John Garry | 1 | -3/+17 |
| 2024-05-21 | Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+2 |
| 2024-05-13 | Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -18/+13 |
| 2024-05-03 | block: refine the EOF check in blkdev_iomap_begin | Christoph Hellwig | 1 | -1/+1 |
| 2024-05-03 | blkdev_write_iter(): saner way to get inode and bdev | Al Viro | 1 | -2/+2 |
| 2024-04-15 | block: Call blkdev_dio_unaligned() from blkdev_direct_IO() | John Garry | 1 | -17/+12 |
| 2024-04-07 | fs: claw back a few FMODE_* bits | Christian Brauner | 1 | -0/+1 |
| 2024-03-11 | Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -26/+20 |
| 2024-03-04 | Merge tag 'vfs-6.9.rw_hint' of gitolite.kernel.org:pub/scm/linux/kernel/git/v... | Christian Brauner | 1 | -0/+3 |
| 2024-02-25 | block: remove bdev_handle completely | Christian Brauner | 1 | -11/+10 |
| 2024-02-25 | bdev: remove bdev pointer from struct bdev_handle | Christian Brauner | 1 | -1/+1 |
| 2024-02-25 | bdev: make struct bdev_handle private to the block layer | Christian Brauner | 1 | -21/+16 |
| 2024-02-06 | block, fs: Restore the per-bio/request data lifetime fields | Bart Van Assche | 1 | -0/+3 |
| 2024-02-01 | iomap: pass the length of the dirty region to ->map_blocks | Christoph Hellwig | 1 | -1/+1 |
| 2023-12-29 | fs: convert block_write_full_page to block_write_full_folio | Matthew Wilcox (Oracle) | 1 | -3/+18 |
| 2023-12-10 | fs: convert error_remove_page to error_remove_folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2023-10-28 | block: Use bdev_open_by_dev() in blkdev_open() | Jan Kara | 1 | -16/+28 |
| 2023-10-11 | block: Don't invalidate pagecache for invalid falloc modes | Sarthak Kukreti | 1 | -5/+16 |
| 2023-08-31 | block: remove the call to file_remove_privs in blkdev_write_iter | Christoph Hellwig | 1 | -4/+0 |
| 2023-08-29 | Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -13/+130 |
| 2023-08-09 | block: don't make REQ_POLLED imply REQ_NOWAIT | Jens Axboe | 1 | -3/+4 |
| 2023-08-02 | fs: add CONFIG_BUFFER_HEAD | Christoph Hellwig | 1 | -10/+60 |
| 2023-08-02 | block: use iomap for writes to block devices | Christoph Hellwig | 1 | -2/+29 |
| 2023-08-02 | block: stop setting ->direct_IO | Christoph Hellwig | 1 | -2/+1 |
| 2023-08-02 | block: open code __generic_file_write_iter for blkdev writes | Christoph Hellwig | 1 | -2/+43 |
| 2023-06-28 | Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -15/+3 |
| 2023-06-26 | Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -22/+41 |
| 2023-06-26 | Merge tag 'for-6.5/io_uring-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+4 |
| 2023-06-26 | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+1 |
| 2023-06-12 | block: store the holder in file->private_data | Christoph Hellwig | 1 | -6/+8 |
| 2023-06-12 | block: always use I_BDEV on file->f_mapping->host to find the bdev | Christoph Hellwig | 1 | -10/+8 |
| 2023-06-12 | block: replace fmode_t with a block-specific type for block open flags | Christoph Hellwig | 1 | -6/+26 |
| 2023-06-12 | block: use the holder as indication for exclusive opens | Christoph Hellwig | 1 | -2/+4 |
| 2023-06-12 | block: rename blkdev_close to blkdev_release | Christoph Hellwig | 1 | -2/+2 |
| 2023-06-09 | filemap: add a kiocb_write_and_wait helper | Christoph Hellwig | 1 | -15/+3 |
| 2023-06-05 | block: introduce holder ops | Christoph Hellwig | 1 | -1/+1 |
| 2023-05-24 | Merge branch 'for-6.5/splice' into for-6.5/block | Jens Axboe | 1 | -1/+1 |
| 2023-05-24 | splice: Use filemap_splice_read() instead of generic_file_splice_read() | David Howells | 1 | -1/+1 |
| 2023-05-20 | block: don't plug in blkdev_write_iter | Christoph Hellwig | 1 | -3/+0 |
| 2023-05-19 | block: Deny writable memory mapping if block is read-only | Loic Poulain | 1 | -1/+11 |
| 2023-05-15 | block: mark bdev files as FMODE_NOWAIT if underlying device supports it | Jens Axboe | 1 | -1/+4 |
| 2023-01-29 | block: don't allow multiple bios for IOCB_NOWAIT issue | Jens Axboe | 1 | -3/+18 |
| 2022-11-16 | block: remove blkdev_writepages | Christoph Hellwig | 1 | -7/+0 |
| 2022-08-08 | new iov_iter flavour - ITER_UBUF | Al Viro | 1 | -3/+3 |
| 2022-08-03 | Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
| 2022-08-03 | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -1/+1 |
| 2022-08-02 | mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio() | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-07-14 | block: Use the new blk_opf_t type | Bart Van Assche | 1 | -6/+6 |
| 2022-06-27 | block: relax direct io memory alignment | Keith Busch | 1 | -2/+2 |
| 2022-06-27 | block: add a helper function for dio alignment | Keith Busch | 1 | -6/+10 |
| 2022-06-10 | iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNC | Al Viro | 1 | -1/+1 |
| 2022-05-24 | Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -7/+5 |
| 2022-05-09 | fs: Convert block_read_full_page() to block_read_full_folio() | Matthew Wilcox (Oracle) | 1 | -3/+3 |
| 2022-05-08 | fs: Remove flags parameter from aops->write_begin | Matthew Wilcox (Oracle) | 1 | -2/+1 |
| 2022-05-08 | fs: Remove aop flags parameter from block_write_begin() | Matthew Wilcox (Oracle) | 1 | -2/+1 |
| 2022-05-02 | block: ignore RWF_HIPRI hint for sync dio | Ming Lei | 1 | -21/+1 |
| 2022-04-17 | block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD | Christoph Hellwig | 1 | -1/+1 |
| 2022-04-17 | block: allow using the per-cpu bio cache from bio_alloc_bioset | Mike Snitzer | 1 | -3/+8 |
| 2022-03-26 | Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -3/+0 |
| 2022-03-22 | Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecache | Linus Torvalds | 1 | -1/+2 |
| 2022-03-21 | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -19/+16 |
| 2022-03-16 | fs: Convert __set_page_dirty_buffers to block_dirty_folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-03-15 | fs: Turn block_invalidatepage into block_invalidate_folio | Matthew Wilcox (Oracle) | 1 | -0/+1 |
| 2022-03-07 | block: remove the per-bio/request write hint | Christoph Hellwig | 1 | -3/+0 |
| 2022-03-07 | Merge branch 'for-5.18/block' into for-5.18/write-streams | Jens Axboe | 1 | -19/+16 |
| 2022-02-22 | block: clear iocb->private in blkdev_bio_end_io_async() | Stefano Garzarella | 1 | -0/+2 |
| 2022-02-02 | block: pass a block_device and opf to bio_init | Christoph Hellwig | 1 | -9/+9 |
| 2022-02-02 | block: pass a block_device and opf to bio_alloc | Christoph Hellwig | 1 | -3/+1 |
| 2022-02-02 | block: pass a block_device and opf to bio_alloc_kiocb | Christoph Hellwig | 1 | -9/+8 |
| 2022-02-02 | block: fix DIO handling regressions in blkdev_read_iter() | Ilya Dryomov | 1 | -14/+19 |
| 2022-01-12 | Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -5/+32 |
| 2021-12-11 | Merge tag 'block-5.16-2021-12-10' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -2/+1 |
| 2021-12-07 | block: fix single bio async DIO error handling | Pavel Begunkov | 1 | -2/+1 |
| 2021-12-03 | block: move direct_IO into our own read_iter handler | Jens Axboe | 1 | -5/+32 |
| 2021-12-03 | treewide: Add missing includes masked by cgroup -> bpf dependency | Jakub Kicinski | 1 | -0/+1 |
| 2021-11-09 | Merge tag 'for-5.16/bdev-size-2021-11-09' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -2/+2 |
| 2021-11-05 | block: use new bdev_nr_bytes() helper for blkdev_{read,write}_iter() | Jens Axboe | 1 | -2/+2 |
| 2021-11-01 | Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -2/+2 |
| 2021-11-01 | Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
| 2021-10-27 | block: add async version of bio_set_polled | Pavel Begunkov | 1 | -4/+3 |
| 2021-10-27 | block: kill DIO_MULTI_BIO | Pavel Begunkov | 1 | -21/+12 |
| 2021-10-27 | block: kill unused polling bits in __blkdev_direct_IO() | Pavel Begunkov | 1 | -17/+3 |
| 2021-10-27 | block: avoid extra iter advance with async iocb | Pavel Begunkov | 1 | -5/+15 |
| 2021-10-25 | fs: get rid of the res2 iocb->ki_complete argument | Jens Axboe | 1 | -1/+1 |
| 2021-10-25 | block: add single bio async direct IO helper | Pavel Begunkov | 1 | -3/+84 |
| 2021-10-21 | block: convert fops.c magic constants to SHIFT_SECTOR | Pavel Begunkov | 1 | -8/+10 |
| 2021-10-21 | block: optimise boundary blkdev_read_iter's checks | Pavel Begunkov | 1 | -8/+11 |
| 2021-10-19 | block: align blkdev_dio inlined bio to a cacheline | Jens Axboe | 1 | -1/+1 |
| 2021-10-18 | block: use bdev_nr_bytes instead of open coding it in blkdev_fallocate | Christoph Hellwig | 1 | -1/+1 |
| 2021-10-18 | block: add a struct io_comp_batch argument to fops->iopoll() | Jens Axboe | 1 | -2/+2 |
| 2021-10-18 | block: use flags instead of bit fields for blkdev_dio | Jens Axboe | 1 | -14/+20 |
| 2021-10-18 | block: cache bdev in struct file for raw bdev IO | Pavel Begunkov | 1 | -15/+12 |
| 2021-10-18 | block: switch polling to be bio based | Christoph Hellwig | 1 | -17/+8 |
| 2021-10-18 | block: replace the spin argument to blk_iopoll with a flags argument | Christoph Hellwig | 1 | -4/+4 |
| 2021-10-18 | block: don't try to poll multi-bio I/Os in __blkdev_direct_IO | Christoph Hellwig | 1 | -14/+7 |
| 2021-10-18 | block: merge block_ioctl into blkdev_ioctl | Christoph Hellwig | 1 | -18/+1 |
| 2021-09-24 | block: hold ->invalidate_lock in blkdev_fallocate | Ming Lei | 1 | -11/+10 |
| 2021-09-07 | block: split out operations on block special files | Christoph Hellwig | 1 | -0/+640 |