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