summaryrefslogtreecommitdiffstats
path: root/block/fops.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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