summaryrefslogtreecommitdiff
path: root/block/fops.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-04block: enable per-cpu bio cache by defaultFengnan Chang1-4/+0
2025-11-05iomap: add caller-provided callbacks for read and readaheadJoanne Koong1-2/+3
2025-10-07block: move bio_iov_iter_get_bdev_pages to block/fops.cChristoph Hellwig1-3/+10
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+5
2025-09-09block: simplify direct io validity checkKeith Busch1-2/+2
2025-09-09block: add size alignment to bio_iov_iter_get_pagesKeith Busch1-3/+3
2025-08-20block: don't silently ignore metadata for sync read/writeChristoph Hellwig1-5/+5
2025-08-20fs: add a FMODE_ flag to indicate IOCB_HAS_METADATA availabilityChristoph Hellwig1-0/+3
2025-07-29Merge tag 'vfs-6.17-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-12/+25
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-6/+6
2025-07-28Merge tag 'vfs-6.17-rc1.fallocate' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-19/+25
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen1-5/+8
2025-07-14iomap: replace iomap_folio_ops with iomap_write_opsChristoph Hellwig1-1/+2
2025-07-14iomap: hide ioends from the generic writeback codeChristoph Hellwig1-0/+1
2025-07-14iomap: refactor the writeback interfaceChristoph Hellwig1-9/+16
2025-07-14iomap: pass more arguments using the iomap writeback contextChristoph Hellwig1-2/+6
2025-06-24fs: Remove three arguments from block_write_end()Matthew Wilcox (Oracle)1-1/+1
2025-06-23block: add FALLOC_FL_WRITE_ZEROES supportZhang Yi1-1/+11
2025-06-23block: factor out common part in blkdev_fallocate()Zhang Yi1-18/+14
2025-06-19fs: convert most other generic_file_*mmap() users to .mmap_prepare()Lorenzo Stoakes1-6/+6
2025-05-06block: expose write streams for block device nodesChristoph Hellwig1-0/+23
2025-05-02block: use writeback_iterChristoph Hellwig1-2/+3
2025-04-24block: don't autoload drivers on statChristoph Hellwig1-1/+1
2025-04-23block: fix race between set_blocksize and read pathsDarrick J. Wong1-0/+16
2025-01-23block: don't revert iter for -EIOCBQUEUEDJens Axboe1-2/+3
2024-12-23block: add support to pass user meta bufferKanchan Joshi1-10/+35
2024-11-28block: Don't allow an atomic write be truncated in blkdev_write_iter()John Garry1-1/+4
2024-10-20fs/block: Check for IOCB_DIRECT in generic_atomic_write_valid()John Garry1-8/+10
2024-10-20block/fs: Pass an iocb to generic_atomic_write_valid()John Garry1-4/+4
2024-09-21Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2024-09-16Merge tag 'for-6.12/io_uring-discard-20240913' of git://git.kernel.dk/linuxLinus Torvalds1-0/+2
2024-09-16Merge tag 'vfs-6.12.fallocate' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-9/+1
2024-09-11block: implement async io_uring discard cmdPavel Begunkov1-0/+2
2024-09-03iomap: add a private argument for iomap_file_buffered_writeJosef Bacik1-1/+1
2024-08-28block: remove checks for FALLOC_FL_NO_HIDE_STALEChristoph Hellwig1-9/+1
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)1-2/+2
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)1-2/+1
2024-08-07buffer: Convert block_write_end() to take a folioMatthew Wilcox (Oracle)1-1/+1
2024-08-07block: Use a folio in blkdev_write_end()Matthew Wilcox (Oracle)1-2/+3
2024-06-27block: clean up the check in blkdev_iomap_begin()Li Nan1-2/+3
2024-06-21block: Add fops atomic write supportJohn Garry1-3/+17
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds1-18/+13
2024-05-03block: refine the EOF check in blkdev_iomap_beginChristoph Hellwig1-1/+1
2024-05-03blkdev_write_iter(): saner way to get inode and bdevAl Viro1-2/+2
2024-04-15block: Call blkdev_dio_unaligned() from blkdev_direct_IO()John Garry1-17/+12
2024-04-07fs: claw back a few FMODE_* bitsChristian Brauner1-0/+1
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-26/+20
2024-03-04Merge tag 'vfs-6.9.rw_hint' of gitolite.kernel.org:pub/scm/linux/kernel/git/v...Christian Brauner1-0/+3
2024-02-25block: remove bdev_handle completelyChristian Brauner1-11/+10