aboutsummaryrefslogtreecommitdiff
path: root/block/fops.c
AgeCommit message (Expand)Author
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)
2022-05-08fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle)
2022-05-02block: ignore RWF_HIPRI hint for sync dioMing Lei
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig
2022-04-17block: allow using the per-cpu bio cache from bio_alloc_biosetMike Snitzer
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)
2022-03-07block: remove the per-bio/request write hintChristoph Hellwig
2022-03-07Merge branch 'for-5.18/block' into for-5.18/write-streamsJens Axboe
2022-02-22block: clear iocb->private in blkdev_bio_end_io_async()Stefano Garzarella
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_alloc_kiocbChristoph Hellwig
2022-02-02block: fix DIO handling regressions in blkdev_read_iter()Ilya Dryomov
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-12-11Merge tag 'block-5.16-2021-12-10' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-12-07block: fix single bio async DIO error handlingPavel Begunkov
2021-12-03block: move direct_IO into our own read_iter handlerJens Axboe
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski
2021-11-09Merge tag 'for-5.16/bdev-size-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-05block: use new bdev_nr_bytes() helper for blkdev_{read,write}_iter()Jens Axboe
2021-11-01Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-01Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-27block: add async version of bio_set_polledPavel Begunkov
2021-10-27block: kill DIO_MULTI_BIOPavel Begunkov
2021-10-27block: kill unused polling bits in __blkdev_direct_IO()Pavel Begunkov
2021-10-27block: avoid extra iter advance with async iocbPavel Begunkov
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe
2021-10-25block: add single bio async direct IO helperPavel Begunkov
2021-10-21block: convert fops.c magic constants to SHIFT_SECTORPavel Begunkov
2021-10-21block: optimise boundary blkdev_read_iter's checksPavel Begunkov
2021-10-19block: align blkdev_dio inlined bio to a cachelineJens Axboe
2021-10-18block: use bdev_nr_bytes instead of open coding it in blkdev_fallocateChristoph Hellwig
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe
2021-10-18block: use flags instead of bit fields for blkdev_dioJens Axboe
2021-10-18block: cache bdev in struct file for raw bdev IOPavel Begunkov
2021-10-18block: switch polling to be bio basedChristoph Hellwig
2021-10-18block: replace the spin argument to blk_iopoll with a flags argumentChristoph Hellwig
2021-10-18block: don't try to poll multi-bio I/Os in __blkdev_direct_IOChristoph Hellwig
2021-10-18block: merge block_ioctl into blkdev_ioctlChristoph Hellwig
2021-09-24block: hold ->invalidate_lock in blkdev_fallocateMing Lei
2021-09-07block: split out operations on block special filesChristoph Hellwig