aboutsummaryrefslogtreecommitdiffstats
path: root/block/fops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-28Merge tag 'vfs-6.17-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-12/+25
2025-07-28Merge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-6/+6
2025-07-28Merge tag 'vfs-6.17-rc1.fallocate' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus 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-27block: Don't allow an atomic write be truncated in blkdev_write_iter()John Garry1-1/+4
2024-10-19fs/block: Check for IOCB_DIRECT in generic_atomic_write_valid()John Garry1-8/+10
2024-10-19block/fs: Pass an iocb to generic_atomic_write_valid()John Garry1-4/+4
2024-09-20Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsLinus 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/git/vfs/vfsLinus 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-20block: 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/viro/vfsLinus 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/vfs/vfsLinus Torvalds1-26/+20
2024-03-04Merge tag 'vfs-6.9.rw_hint' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs/vfsChristian Brauner1-0/+3
2024-02-25block: remove bdev_handle completelyChristian Brauner1-11/+10
2024-02-25bdev: remove bdev pointer from struct bdev_handleChristian Brauner1-1/+1
2024-02-25bdev: make struct bdev_handle private to the block layerChristian Brauner1-21/+16
2024-02-06block, fs: Restore the per-bio/request data lifetime fieldsBart Van Assche1-0/+3
2024-02-01iomap: pass the length of the dirty region to ->map_blocksChristoph Hellwig1-1/+1
2023-12-29fs: convert block_write_full_page to block_write_full_folioMatthew Wilcox (Oracle)1-3/+18
2023-12-10fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)1-1/+1