summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: bypass ->make_request_fn for blk-mq driversChristoph Hellwig2020-04-252-11/+19
* block: remove create_io_contextChristoph Hellwig2020-04-252-25/+6
* block: Limit number of items taken from the I/O scheduler in one goSalman Qazi2020-04-241-13/+51
* block: move dma_pad handling from blk_rq_map_sg into the callersChristoph Hellwig2020-04-223-10/+0
* block: move dma drain handling to scsiChristoph Hellwig2020-04-223-62/+0
* block: provide a blk_rq_map_sg variant that returns the last elementChristoph Hellwig2020-04-221-13/+12
* block: remove RQF_COPY_USERChristoph Hellwig2020-04-223-11/+2
* block: fold bdev_unhash_inode into invalidate_partitionChristoph Hellwig2020-04-201-2/+6
* block: mark invalidate_partition staticChristoph Hellwig2020-04-201-14/+13
* block: simplify block device syncing in bdev_del_partitionChristoph Hellwig2020-04-201-1/+1
* block: don't call invalidate_partition from blk_drop_partitionsChristoph Hellwig2020-04-201-4/+3
* dasd: use blk_drop_partitions instead of badly reimplementing itChristoph Hellwig2020-04-201-0/+4
* block: remove the disk argument from blk_drop_partitionsChristoph Hellwig2020-04-201-5/+5
* block: remove hd_struct_killChristoph Hellwig2020-04-202-6/+1
* block: cleanup hd_struct freeingChristoph Hellwig2020-04-202-14/+14
* block: pass a hd_struct to delete_partitionChristoph Hellwig2020-04-203-16/+10
* block: refactor blkpg_ioctlChristoph Hellwig2020-04-203-128/+145
* blk-mq: Rerun dispatching in the case of budget contentionDouglas Anderson2020-04-201-0/+18
* blk-mq: Add blk_mq_delay_run_hw_queues() API callDouglas Anderson2020-04-201-0/+19
* blk-mq: In blk_mq_dispatch_rq_list() "no budget" is a reason to kickDouglas Anderson2020-04-201-2/+6
* blk-wbt: Use tracepoint_string() for wbt_step tracepoint string literalsTommi Rantala2020-04-171-2/+2
* blk-mq: Put driver tag in blk_mq_dispatch_rq_list() when no budgetJohn Garry2020-04-161-1/+3
* Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-blockLinus Torvalds2020-04-103-7/+26
|\
| * block: fix busy device checking in blk_drop_partitions againChristoph Hellwig2020-04-101-1/+1
| * block: fix busy device checking in blk_drop_partitionsChristoph Hellwig2020-04-071-1/+1
| * blk-mq: don't commit_rqs() if none were queuedKeith Busch2020-04-061-3/+6
| * blkcg: don't offline parent blkcg firstTejun Heo2020-04-011-0/+16
| * blkcg: rename blkcg->cgwb_refcnt to ->online_pin and always use itTejun Heo2020-04-011-3/+3
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-04-021-0/+4
|\ \
| * | scsi: core: Allow non-root users to perform ZBC commandsRyan Attard2020-03-161-0/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2020-04-011-1/+1
|\ \ \ | |_|/ |/| |
| * | blk-mq: Fix typo in commentGabriela Bittencourt2020-03-171-1/+1
* | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-302-10/+27
|\ \ \
| * | | partitions/efi: Fix partition name parsing in GUID partition entryNikolai Merinov2020-03-082-10/+27
* | | | Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-302-0/+35
|\ \ \ \
| * | | | block: add a zone condition debug helperChaitanya Kulkarni2020-03-271-0/+32
| * | | | block: keep bdi->io_pages in sync with max_sectors_kb for stacked devicesKonstantin Khlebnikov2020-03-171-0/+3
* | | | | Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-blockLinus Torvalds2020-03-3052-1192/+1438
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | block: return NULL in blk_alloc_queue() on errorChaitanya Kulkarni2020-03-291-1/+1
| * | | | block: move bio_map_* to blk-map.cChristoph Hellwig2020-03-273-509/+513
| * | | | Revert "blkdev: check for valid request queue before issuing flush"Christoph Hellwig2020-03-271-9/+0
| * | | | block: simplify queue allocationChristoph Hellwig2020-03-275-59/+28
| * | | | block: add a blk_mq_init_queue_data helperChristoph Hellwig2020-03-271-1/+9
| * | | | block: move the ->devnode callback to struct block_device_operationsChristoph Hellwig2020-03-271-2/+2
| * | | | block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig2020-03-251-0/+1
| * | | | block: move block layer internals out of include/linux/genhd.hChristoph Hellwig2020-03-254-1/+118
| * | | | block: move guard_bio_eod to bio.cChristoph Hellwig2020-03-251-0/+43
| * | | | block: unexport get_gendiskChristoph Hellwig2020-03-251-1/+0
| * | | | block: unexport disk_map_sector_rcuChristoph Hellwig2020-03-251-1/+0
| * | | | block: unexport disk_get_partChristoph Hellwig2020-03-251-1/+0