summaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-301-0/+4
|\
| * block: add a zone condition debug helperChaitanya Kulkarni2020-03-271-0/+4
* | block: simplify queue allocationChristoph Hellwig2020-03-271-3/+1
* | block: move the ->devnode callback to struct block_device_operationsChristoph Hellwig2020-03-271-0/+1
* | block: unexport read_dev_sector and put_dev_sectorChristoph Hellwig2020-03-241-9/+0
|/
* block: Remove used kblockd_schedule_work_on()Daniel Wagner2020-03-021-1/+0
* blktrace: Protect q->blk_trace with RCUJan Kara2020-02-251-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-01-291-0/+7
|\
| * compat_ioctl: block: add blkdev_compat_ptr_ioctlArnd Bergmann2020-01-031-0/+7
* | block: fix an integer overflow in logical block sizeMikulas Patocka2020-01-151-4/+4
|/
* block: don't handle bio based drivers in blk_revalidate_disk_zonesChristoph Hellwig2019-12-031-5/+0
* block: replace seq_zones_bitmap with conv_zones_bitmapChristoph Hellwig2019-12-031-6/+8
* block: simplify blkdev_nr_zonesChristoph Hellwig2019-12-031-3/+2
* Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-0/+2
|\
| * compat_ioctl: reimplement SG_IO handlingArnd Bergmann2019-10-231-0/+2
* | block: rework zone reportingChristoph Hellwig2019-11-121-8/+7
* | block: add zone open, close and finish ioctl supportAjay Joshi2019-11-071-5/+5
* | block: add zone open, close and finish operationsAjay Joshi2019-11-071-2/+3
* | block: Remove request_queue.nr_queuesBart Van Assche2019-10-071-1/+0
|/
* Merge tag 'for-5.4/post-2019-09-24' of git://git.kernel.dk/linux-blockLinus Torvalds2019-09-241-0/+4
|\
| * block: centralize PI remapping logic to the block layerMax Gurtovoy2019-09-171-0/+4
* | Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2019-09-191-0/+2
|\ \ | |/ |/|
| * block: add a helper function to merge the segmentsYoshihiro Shimoda2019-09-031-0/+2
* | block: make rq sector size accessible for block statsHou Tao2019-09-151-3/+12
* | block: Introduce elevator featuresDamien Le Moal2019-09-051-0/+4
* | blk-mq: add optional request->alloc_time_nsTejun Heo2019-08-281-1/+12
* | block: split .sysfs_lock into two locksMing Lei2019-08-271-0/+1
* | block: add helper for checking if queue is registeredMing Lei2019-08-271-0/+1
* | block: remove struct request_queue queue_headJunxiao Bi2019-08-191-4/+0
* | block: add req op to reset all zones and flagChaitanya Kulkarni2019-08-041-0/+3
* | block: Declare several function pointer arguments 'const'Bart Van Assche2019-08-041-16/+16
|/
* block: Limit zone array allocation sizeDamien Le Moal2019-07-111-0/+5
* block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal2019-07-111-3/+2
* block: Fix potential overflow in blk_report_zones()Damien Le Moal2019-07-101-2/+2
* block: add centralize REQ_OP_XXX to string helperChaitanya Kulkarni2019-06-201-0/+3
* block: remove the bi_phys_segments field in struct bioChristoph Hellwig2019-06-201-1/+0
* block: remove blk_init_request_from_bioChristoph Hellwig2019-06-201-1/+0
* blk-core: Remove blk_end_request*() declarationsPavel Begunkov2019-06-201-12/+0
* block: move tag field position in struct requestMinwoo Im2019-06-201-1/+1
* blk-mq: fix hang caused by freeze/unfreeze sequenceBob Liu2019-05-231-1/+6
* blk-mq: always free hctx after request queue is freedMing Lei2019-05-041-0/+7
* block: remove the unused blk_queue_dma_pad functionChristoph Hellwig2019-04-301-1/+0
* Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe2019-04-221-1/+0
|\
| * block: kill all_q_node in request_queueHou Tao2019-04-191-1/+0
* | block: add dma_map_bvec helperChristoph Hellwig2019-04-051-0/+4
* | block: add a rq_dma_dir helperChristoph Hellwig2019-04-051-0/+3
* | block: add a rq_integrity_vec helperChristoph Hellwig2019-04-051-0/+16
* | block: add a req_bvec helperChristoph Hellwig2019-04-051-0/+11
|/
* block: add BLK_MQ_POLL_CLASSIC for hybrid poll and return EINVAL for unexpect...Yufen Yu2019-03-201-0/+3
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-091-8/+0
|\