summaryrefslogtreecommitdiff
path: root/block/fops.c
AgeCommit message (Expand)Author
7 daysMerge tag 'vfs-6.17-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
7 daysMerge tag 'vfs-6.17-rc1.mmap_prepare' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
7 daysMerge tag 'vfs-6.17-rc1.fallocate' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen
2025-07-14iomap: replace iomap_folio_ops with iomap_write_opsChristoph Hellwig
2025-07-14iomap: hide ioends from the generic writeback codeChristoph Hellwig
2025-07-14iomap: refactor the writeback interfaceChristoph Hellwig
2025-07-14iomap: pass more arguments using the iomap writeback contextChristoph Hellwig
2025-06-24fs: Remove three arguments from block_write_end()Matthew Wilcox (Oracle)
2025-06-23block: add FALLOC_FL_WRITE_ZEROES supportZhang Yi
2025-06-23block: factor out common part in blkdev_fallocate()Zhang Yi
2025-06-19fs: convert most other generic_file_*mmap() users to .mmap_prepare()Lorenzo Stoakes
2025-05-06block: expose write streams for block device nodesChristoph Hellwig
2025-05-02block: use writeback_iterChristoph Hellwig
2025-04-24block: don't autoload drivers on statChristoph Hellwig
2025-04-23block: fix race between set_blocksize and read pathsDarrick J. Wong
2025-01-23block: don't revert iter for -EIOCBQUEUEDJens Axboe
2024-12-23block: add support to pass user meta bufferKanchan Joshi
2024-11-27block: Don't allow an atomic write be truncated in blkdev_write_iter()John Garry
2024-10-19fs/block: Check for IOCB_DIRECT in generic_atomic_write_valid()John Garry
2024-10-19block/fs: Pass an iocb to generic_atomic_write_valid()John Garry
2024-09-20Merge tag 'vfs-6.12.blocksize' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds
2024-09-16Merge tag 'for-6.12/io_uring-discard-20240913' of git://git.kernel.dk/linuxLinus Torvalds
2024-09-16Merge tag 'vfs-6.12.fallocate' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-09-11block: implement async io_uring discard cmdPavel Begunkov
2024-09-03iomap: add a private argument for iomap_file_buffered_writeJosef Bacik
2024-08-28block: remove checks for FALLOC_FL_NO_HIDE_STALEChristoph Hellwig
2024-08-07fs: Convert aops->write_begin to take a folioMatthew Wilcox (Oracle)
2024-08-07fs: Convert aops->write_end to take a folioMatthew Wilcox (Oracle)
2024-08-07buffer: Convert block_write_end() to take a folioMatthew Wilcox (Oracle)
2024-08-07block: Use a folio in blkdev_write_end()Matthew Wilcox (Oracle)
2024-06-27block: clean up the check in blkdev_iomap_begin()Li Nan
2024-06-20block: Add fops atomic write supportJohn Garry
2024-05-21Merge tag 'pull-bd_inode-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds
2024-05-03block: refine the EOF check in blkdev_iomap_beginChristoph Hellwig
2024-05-03blkdev_write_iter(): saner way to get inode and bdevAl Viro
2024-04-15block: Call blkdev_dio_unaligned() from blkdev_direct_IO()John Garry
2024-04-07fs: claw back a few FMODE_* bitsChristian Brauner
2024-03-11Merge tag 'vfs-6.9.super' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-03-04Merge tag 'vfs-6.9.rw_hint' of gitolite.kernel.org:pub/scm/linux/kernel/git/v...Christian Brauner
2024-02-25block: remove bdev_handle completelyChristian Brauner
2024-02-25bdev: remove bdev pointer from struct bdev_handleChristian Brauner
2024-02-25bdev: make struct bdev_handle private to the block layerChristian Brauner
2024-02-06block, fs: Restore the per-bio/request data lifetime fieldsBart Van Assche
2024-02-01iomap: pass the length of the dirty region to ->map_blocksChristoph Hellwig
2023-12-29fs: convert block_write_full_page to block_write_full_folioMatthew Wilcox (Oracle)
2023-12-10fs: convert error_remove_page to error_remove_folioMatthew Wilcox (Oracle)
2023-10-28block: Use bdev_open_by_dev() in blkdev_open()Jan Kara
2023-10-11block: Don't invalidate pagecache for invalid falloc modesSarthak Kukreti