summaryrefslogtreecommitdiffstats
path: root/block/fops.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-16block: remove blkdev_writepagesChristoph Hellwig1-7/+0
2022-08-08new iov_iter flavour - ITER_UBUFAl Viro1-3/+3
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2022-08-03Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+1
2022-08-02mm/migrate: Convert buffer_migrate_page() to buffer_migrate_folio()Matthew Wilcox (Oracle)1-1/+1
2022-07-14block: Use the new blk_opf_t typeBart Van Assche1-6/+6
2022-06-27block: relax direct io memory alignmentKeith Busch1-2/+2
2022-06-27block: add a helper function for dio alignmentKeith Busch1-6/+10
2022-06-10iocb: delay evaluation of IS_SYNC(...) until we want to check IOCB_DSYNCAl Viro1-1/+1
2022-05-24Merge tag 'folio-5.19' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-7/+5
2022-05-09fs: Convert block_read_full_page() to block_read_full_folio()Matthew Wilcox (Oracle)1-3/+3
2022-05-08fs: Remove flags parameter from aops->write_beginMatthew Wilcox (Oracle)1-2/+1
2022-05-08fs: Remove aop flags parameter from block_write_begin()Matthew Wilcox (Oracle)1-2/+1
2022-05-02block: ignore RWF_HIPRI hint for sync dioMing Lei1-21/+1
2022-04-17block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig1-1/+1
2022-04-17block: allow using the per-cpu bio cache from bio_alloc_biosetMike Snitzer1-3/+8
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+0
2022-03-22Merge tag 'folio-5.18b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-1/+2
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-19/+16
2022-03-16fs: Convert __set_page_dirty_buffers to block_dirty_folioMatthew Wilcox (Oracle)1-1/+1
2022-03-15fs: Turn block_invalidatepage into block_invalidate_folioMatthew Wilcox (Oracle)1-0/+1
2022-03-07block: remove the per-bio/request write hintChristoph Hellwig1-3/+0
2022-03-07Merge branch 'for-5.18/block' into for-5.18/write-streamsJens Axboe1-19/+16
2022-02-22block: clear iocb->private in blkdev_bio_end_io_async()Stefano Garzarella1-0/+2
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig1-9/+9
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig1-3/+1
2022-02-02block: pass a block_device and opf to bio_alloc_kiocbChristoph Hellwig1-9/+8
2022-02-02block: fix DIO handling regressions in blkdev_read_iter()Ilya Dryomov1-14/+19
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+32
2021-12-11Merge tag 'block-5.16-2021-12-10' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+1
2021-12-07block: fix single bio async DIO error handlingPavel Begunkov1-2/+1
2021-12-03block: move direct_IO into our own read_iter handlerJens Axboe1-5/+32
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski1-0/+1
2021-11-09Merge tag 'for-5.16/bdev-size-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2021-11-05block: use new bdev_nr_bytes() helper for blkdev_{read,write}_iter()Jens Axboe1-2/+2
2021-11-01Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2021-11-01Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2021-10-27block: add async version of bio_set_polledPavel Begunkov1-4/+3
2021-10-27block: kill DIO_MULTI_BIOPavel Begunkov1-21/+12
2021-10-27block: kill unused polling bits in __blkdev_direct_IO()Pavel Begunkov1-17/+3
2021-10-27block: avoid extra iter advance with async iocbPavel Begunkov1-5/+15
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe1-1/+1
2021-10-25block: add single bio async direct IO helperPavel Begunkov1-3/+84
2021-10-21block: convert fops.c magic constants to SHIFT_SECTORPavel Begunkov1-8/+10
2021-10-21block: optimise boundary blkdev_read_iter's checksPavel Begunkov1-8/+11
2021-10-19block: align blkdev_dio inlined bio to a cachelineJens Axboe1-1/+1
2021-10-18block: use bdev_nr_bytes instead of open coding it in blkdev_fallocateChristoph Hellwig1-1/+1
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe1-2/+2
2021-10-18block: use flags instead of bit fields for blkdev_dioJens Axboe1-14/+20
2021-10-18block: cache bdev in struct file for raw bdev IOPavel Begunkov1-15/+12