aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-30Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+4
2020-03-27block: add a zone condition debug helperChaitanya Kulkarni1-0/+4
2020-03-27block: simplify queue allocationChristoph Hellwig1-3/+1
2020-03-27block: move the ->devnode callback to struct block_device_operationsChristoph Hellwig1-0/+1
2020-03-24block: unexport read_dev_sector and put_dev_sectorChristoph Hellwig1-9/+0
2020-03-02block: Remove used kblockd_schedule_work_on()Daniel Wagner1-1/+0
2020-02-25blktrace: Protect q->blk_trace with RCUJan Kara1-1/+1
2020-01-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+7
2020-01-15block: fix an integer overflow in logical block sizeMikulas Patocka1-4/+4
2020-01-03compat_ioctl: block: add blkdev_compat_ptr_ioctlArnd Bergmann1-0/+7
2019-12-03block: don't handle bio based drivers in blk_revalidate_disk_zonesChristoph Hellwig1-5/+0
2019-12-03block: replace seq_zones_bitmap with conv_zones_bitmapChristoph Hellwig1-6/+8
2019-12-03block: simplify blkdev_nr_zonesChristoph Hellwig1-3/+2
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-0/+2
2019-11-12block: rework zone reportingChristoph Hellwig1-8/+7
2019-11-07block: add zone open, close and finish ioctl supportAjay Joshi1-5/+5
2019-11-07block: add zone open, close and finish operationsAjay Joshi1-2/+3
2019-10-23compat_ioctl: reimplement SG_IO handlingArnd Bergmann1-0/+2
2019-10-07block: Remove request_queue.nr_queuesBart Van Assche1-1/+0
2019-09-24Merge tag 'for-5.4/post-2019-09-24' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+4
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-0/+2
2019-09-17block: centralize PI remapping logic to the block layerMax Gurtovoy1-0/+4
2019-09-15block: make rq sector size accessible for block statsHou Tao1-3/+12
2019-09-05block: Introduce elevator featuresDamien Le Moal1-0/+4
2019-09-03block: add a helper function to merge the segmentsYoshihiro Shimoda1-0/+2
2019-08-28blk-mq: add optional request->alloc_time_nsTejun Heo1-1/+12
2019-08-27block: split .sysfs_lock into two locksMing Lei1-0/+1
2019-08-27block: add helper for checking if queue is registeredMing Lei1-0/+1
2019-08-19block: remove struct request_queue queue_headJunxiao Bi1-4/+0
2019-08-04block: add req op to reset all zones and flagChaitanya Kulkarni1-0/+3
2019-08-04block: Declare several function pointer arguments 'const'Bart Van Assche1-16/+16
2019-07-11block: Limit zone array allocation sizeDamien Le Moal1-0/+5
2019-07-11block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal1-3/+2
2019-07-10block: Fix potential overflow in blk_report_zones()Damien Le Moal1-2/+2
2019-06-20block: add centralize REQ_OP_XXX to string helperChaitanya Kulkarni1-0/+3
2019-06-20block: remove the bi_phys_segments field in struct bioChristoph Hellwig1-1/+0
2019-06-20block: remove blk_init_request_from_bioChristoph Hellwig1-1/+0
2019-06-20blk-core: Remove blk_end_request*() declarationsPavel Begunkov1-12/+0
2019-06-20block: move tag field position in struct requestMinwoo Im1-1/+1
2019-05-23blk-mq: fix hang caused by freeze/unfreeze sequenceBob Liu1-1/+6
2019-05-04blk-mq: always free hctx after request queue is freedMing Lei1-0/+7
2019-04-30block: remove the unused blk_queue_dma_pad functionChristoph Hellwig1-1/+0
2019-04-22Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe1-1/+0
2019-04-19block: kill all_q_node in request_queueHou Tao1-1/+0
2019-04-05block: add dma_map_bvec helperChristoph Hellwig1-0/+4
2019-04-05block: add a rq_dma_dir helperChristoph Hellwig1-0/+3
2019-04-05block: add a rq_integrity_vec helperChristoph Hellwig1-0/+16
2019-04-05block: add a req_bvec helperChristoph Hellwig1-0/+11
2019-03-20block: add BLK_MQ_POLL_CLASSIC for hybrid poll and return EINVAL for unexpected valueYufen Yu1-0/+3
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-8/+0