summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: add max_active_zones to blk-sysfsNiklas Cassel2020-07-151-1/+13
* block: add max_open_zones to blk-sysfsNiklas Cassel2020-07-151-0/+15
* nvme: support for zoned namespacesKeith Busch2020-07-081-2/+3
* block: add capacity field to zone descriptorsMatias Bjørling2020-07-081-0/+1
* Merge tag 'v5.8-rc4' into for-5.9/driversJens Axboe2020-07-083-11/+19
|\
| * Merge tag 'block-5.8-2020-07-05' of git://git.kernel.dk/linux-blockLinus Torvalds2020-07-051-1/+2
| |\
| | * block: make function __bio_integrity_free() staticWei Yongjun2020-07-021-1/+2
| * | Merge tag 'block-5.8-2020-07-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-07-022-2/+4
| |\|
| | * block/keyslot-manager: use kvfree_sensitive()Eric Biggers2020-06-291-2/+1
| | * blk-mq-debugfs: update blk_queue_flag_name[] accordingly for new flagsHou Tao2020-06-291-0/+3
| * | Merge tag 'block-5.8-2020-06-26' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-271-9/+14
| |\|
| | * block: release bip in a right way in error pathChengguang Xu2020-06-241-9/+14
* | | block: remove a bogus warning in __submit_bio_noacct_mqChristoph Hellwig2020-07-071-2/+1
* | | block: initialize current->bio_list[1] in __submit_bio_noacct_mqChristoph Hellwig2020-07-021-4/+3
* | | Revert "blk-mq: put driver tag when this request is completed"Jens Axboe2020-07-015-42/+70
* | | blk-iolatency: only call ktime_get() if neededHongnan Li2020-07-011-1/+2
* | | block: remove direct_make_requestChristoph Hellwig2020-07-011-28/+0
* | | block: shortcut __submit_bio_noacct for blk-mq driversChristoph Hellwig2020-07-011-0/+30
* | | block: refator submit_bio_noacctChristoph Hellwig2020-07-011-68/+75
* | | block: rename generic_make_request to submit_bio_noacctChristoph Hellwig2020-07-017-30/+28
* | | block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig2020-07-014-42/+25
* | | block: remove the nr_sectors variable in generic_make_request_checksChristoph Hellwig2020-07-011-2/+1
* | | block: remove the NULL queue check in generic_make_request_checksChristoph Hellwig2020-07-011-11/+1
* | | block: tidy up a warning in bio_check_roChristoph Hellwig2020-07-011-2/+1
* | | block: remove the request_queue argument from blk_queue_splitChristoph Hellwig2020-07-013-14/+12
* | | blk-mq: remove pointless call of list_entry_rq() in hctx_show_busy_rq()Hou Tao2020-07-011-2/+1
* | | blk-cgroup: clean up indentationColin Ian King2020-06-301-1/+1
* | | blk-mq: centralise related handling into blk_mq_get_driver_tagMing Lei2020-06-304-44/+20
* | | blk-mq: move blk_mq_put_driver_tag() into blk-mq.cMing Lei2020-06-302-20/+20
* | | blk-mq: move blk_mq_get_driver_tag into blk-mq.cMing Lei2020-06-303-66/+65
* | | blk-mq: support batching dispatch in case of ioMing Lei2020-06-302-9/+82
* | | blk-mq: pass obtained budget count to blk_mq_dispatch_rq_listMing Lei2020-06-303-9/+33
* | | blk-mq: remove dead check from blk_mq_dispatch_rq_listMing Lei2020-06-301-7/+0
* | | blk-mq: move getting driver tag and budget into one helperMing Lei2020-06-301-26/+40
* | | blk-mq: pass hctx to blk_mq_dispatch_rq_listMing Lei2020-06-303-12/+10
* | | blk-mq: pass request queue into get/put budget callbackMing Lei2020-06-303-16/+12
* | | blk-mq: remove the BLK_MQ_REQ_INTERNAL flagChristoph Hellwig2020-06-293-10/+6
* | | blk-mq: put driver tag when this request is completedMing Lei2020-06-292-6/+2
* | | blk-cgroup: remove a dead check in blk_throtl_bioChristoph Hellwig2020-06-291-1/+1
* | | blk-cgroup: remove blkcg_bio_issue_checkChristoph Hellwig2020-06-294-3/+45
* | | blk-cgroup: move rcu locking from blkcg_bio_issue_check to blk_throtl_bioChristoph Hellwig2020-06-291-1/+2
* | | block: move the initial blkg lookup into blkg_tryget_closestChristoph Hellwig2020-06-291-19/+14
* | | block: bypass blkg_tryget_closest for the root_blkgChristoph Hellwig2020-06-291-5/+10
* | | block: merge blkg_lookup_create and __blkg_lookup_createChristoph Hellwig2020-06-291-31/+18
* | | block: move the bio cgroup associatation helpers to blk-cgroup.cChristoph Hellwig2020-06-292-77/+101
* | | block: move bio_associate_blkg_from_page to mm/page_io.cChristoph Hellwig2020-06-291-26/+0
* | | block: merge __bio_associate_blkg into bio_associate_blkg_from_cssChristoph Hellwig2020-06-291-32/+13
* | | block: really clone the block cgroup in bio_clone_blkg_associationChristoph Hellwig2020-06-291-6/+6
* | | block: remove bio_disassociate_blkgChristoph Hellwig2020-06-291-19/+8
* | | blk-rq-qos: remove redundant finish_wait to rq_qos_wait.Guo Xuenan2020-06-281-2/+0