aboutsummaryrefslogtreecommitdiff
path: root/block/fops.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-21block: optimise boundary blkdev_read_iter's checksGravatar Pavel Begunkov 1-8/+11
2021-10-19block: align blkdev_dio inlined bio to a cachelineGravatar Jens Axboe 1-1/+1
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Gravatar Jens Axboe 1-2/+2
2021-10-18block: use flags instead of bit fields for blkdev_dioGravatar Jens Axboe 1-14/+20
2021-10-18block: cache bdev in struct file for raw bdev IOGravatar Pavel Begunkov 1-15/+12
2021-10-18block: switch polling to be bio basedGravatar Christoph Hellwig 1-17/+8
2021-10-18block: replace the spin argument to blk_iopoll with a flags argumentGravatar Christoph Hellwig 1-4/+4
2021-10-18block: don't try to poll multi-bio I/Os in __blkdev_direct_IOGravatar Christoph Hellwig 1-14/+7
2021-10-18block: merge block_ioctl into blkdev_ioctlGravatar Christoph Hellwig 1-18/+1
2021-09-24block: hold ->invalidate_lock in blkdev_fallocateGravatar Ming Lei 1-11/+10
2021-09-07block: split out operations on block special filesGravatar Christoph Hellwig 1-0/+640