summaryrefslogtreecommitdiffstats
path: root/block/fops.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-3/+1
| * | block: pass a block_device and opf to bio_alloc_kiocbChristoph Hellwig2022-02-021-9/+8
* | | block: clear iocb->private in blkdev_bio_end_io_async()Stefano Garzarella2022-02-221-0/+2
| |/ |/|
* | block: fix DIO handling regressions in blkdev_read_iter()Ilya Dryomov2022-02-021-14/+19
|/
* Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-121-5/+32
|\
| * block: move direct_IO into our own read_iter handlerJens Axboe2021-12-031-5/+32
* | Merge tag 'block-5.16-2021-12-10' of git://git.kernel.dk/linux-blockLinus Torvalds2021-12-111-2/+1
|\ \
| * | block: fix single bio async DIO error handlingPavel Begunkov2021-12-071-2/+1
| |/
* / treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski2021-12-031-0/+1
|/
* Merge tag 'for-5.16/bdev-size-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-091-2/+2
|\
| * block: use new bdev_nr_bytes() helper for blkdev_{read,write}_iter()Jens Axboe2021-11-051-2/+2
* | Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-2/+2
|\ \
| * | fs: get rid of the res2 iocb->ki_complete argumentJens Axboe2021-10-251-1/+1
* | | Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-011-1/+1
|\ \ \ | | |/ | |/|
| * | block: use bdev_nr_bytes instead of open coding it in blkdev_fallocateChristoph Hellwig2021-10-181-1/+1
* | | block: add async version of bio_set_polledPavel Begunkov2021-10-271-4/+3
* | | block: kill DIO_MULTI_BIOPavel Begunkov2021-10-271-21/+12
* | | block: kill unused polling bits in __blkdev_direct_IO()Pavel Begunkov2021-10-271-17/+3
* | | block: avoid extra iter advance with async iocbPavel Begunkov2021-10-271-5/+15
* | | block: add single bio async direct IO helperPavel Begunkov2021-10-251-3/+84
| |/ |/|
* | block: convert fops.c magic constants to SHIFT_SECTORPavel Begunkov2021-10-211-8/+10
* | block: optimise boundary blkdev_read_iter's checksPavel Begunkov2021-10-211-8/+11
* | block: align blkdev_dio inlined bio to a cachelineJens Axboe2021-10-191-1/+1
|/
* block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe2021-10-181-2/+2
* block: use flags instead of bit fields for blkdev_dioJens Axboe2021-10-181-14/+20
* block: cache bdev in struct file for raw bdev IOPavel Begunkov2021-10-181-15/+12
* block: switch polling to be bio basedChristoph Hellwig2021-10-181-17/+8
* block: replace the spin argument to blk_iopoll with a flags argumentChristoph Hellwig2021-10-181-4/+4
* block: don't try to poll multi-bio I/Os in __blkdev_direct_IOChristoph Hellwig2021-10-181-14/+7
* block: merge block_ioctl into blkdev_ioctlChristoph Hellwig2021-10-181-18/+1
* block: hold ->invalidate_lock in blkdev_fallocateMing Lei2021-09-241-11/+10
* block: split out operations on block special filesChristoph Hellwig2021-09-071-0/+640