summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | blktrace: Provide event for request mergingJan Kara2020-06-251-0/+2
| * | | blk-iocost: Use struct_size() in kzalloc_node()Gustavo A. R. Silva2020-06-241-2/+1
| * | | block: bio: Use struct_size() in kmalloc()Gustavo A. R. Silva2020-06-241-3/+1
| * | | block: create the request_queue debugfs_dir on registrationLuis Chamberlain2020-06-244-14/+10
| * | | block: revert back to synchronous request_queue removalLuis Chamberlain2020-06-243-21/+47
| * | | block: clarify context for refcount increment helpersLuis Chamberlain2020-06-242-0/+8
| * | | block: add docs for gendisk / request_queue refcount helpersLuis Chamberlain2020-06-242-1/+62
| * | | blk-mq: add a new blk_mq_complete_request_remote APIChristoph Hellwig2020-06-241-19/+26
| * | | blk-mq: factor out a blk_mq_complete_need_ipi helperChristoph Hellwig2020-06-241-18/+21
| * | | blk-mq: remove the get_cpu/put_cpu pair in blk_mq_complete_requestChristoph Hellwig2020-06-241-2/+1
| * | | blk-mq: move failure injection out of blk_mq_complete_requestChristoph Hellwig2020-06-244-41/+13
| * | | blk-mq: merge the softirq vs non-softirq IPI logicChristoph Hellwig2020-06-241-65/+20
| * | | blk-mq: short cut the IPI path in blk_mq_force_complete_rq for !SMPChristoph Hellwig2020-06-241-1/+2
| * | | blk-mq: complete polled requests directlyChristoph Hellwig2020-06-241-6/+11
| * | | blk-mq: remove raise_blk_irqChristoph Hellwig2020-06-241-30/+10
| * | | blk-mq: factor out a helper to reise the block softirqChristoph Hellwig2020-06-241-17/+14
| * | | blk-mq: merge blk-softirq.c into blk-mq.cChristoph Hellwig2020-06-243-157/+136
| |/ /
* | | Merge tag 'block-5.8-2020-07-10' of git://git.kernel.dk/linux-blockLinus Torvalds2020-07-101-2/+2
|\ \ \
| * | | blk-mq: consider non-idle request as "inflight" in blk_mq_rq_inflight()Ming Lei2020-07-071-2/+2
* | | | 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
* | Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-193-3/+5
|\|
| * partitions/ldm: Replace uuid_copy() with import_uuid() where it makes senseAndy Shevchenko2020-06-181-1/+1
| * block: update hctx map when use multiple mapsWeiping Zhang2020-06-171-1/+3
| * blk-mq: Remove redundant 'return' statementBaolin Wang2020-06-151-1/+1
* | block: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
|/
* Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-06-133-19/+19
|\