summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2014-10-01block: misplaced rq_complete tracepointHannes Reinecke-2/+2
2014-09-27block: Replace strnicmp with strncasecmpRasmus Villemoes-4/+4
2014-09-27block: Add T10 Protection Information functionsMartin K. Petersen-2/+200
2014-09-27block: Don't merge requests if integrity flags differMartin K. Petersen-13/+29
2014-09-27block: Integrity checksum flagMartin K. Petersen-0/+3
2014-09-27block: Relocate bio integrity flagsMartin K. Petersen-2/+2
2014-09-27block: Add a disk flag to block integrity profileMartin K. Petersen-0/+12
2014-09-27block: Add prefix to block integrity profile flagsMartin K. Petersen-23/+24
2014-09-27block: Clean up the code used to generate and verify integrity metadataMartin K. Petersen-60/+22
2014-09-27block: Make protection interval calculation genericMartin K. Petersen-5/+1
2014-09-27block: Deprecate the use of the term sector in the context of block integrityMartin K. Petersen-26/+26
2014-09-27block: Remove bip_bufMartin K. Petersen-4/+6
2014-09-27block: Remove integrity tagging functionsMartin K. Petersen-95/+1
2014-09-27block: Replace bi_integrity with bi_specialMartin K. Petersen-9/+10
2014-09-27block: Get rid of bdev_integrity_enabled()Martin K. Petersen-22/+17
2014-09-25blk-mq: support per-distpatch_queue flush machineryMing Lei-39/+54
2014-09-25block: introduce 'blk_mq_ctx' parameter to blk_get_flush_queueMing Lei-10/+10
2014-09-25block: flush: avoid to figure out flush queue unnecessarilyMing Lei-14/+16
2014-09-25block: remove blk_init_flush() and its pairMing Lei-23/+10
2014-09-25block: introduce blk_flush_queue to drive flush machineryMing Lei-48/+97
2014-09-25block: avoid to use q->flush_rq directlyMing Lei-8/+9
2014-09-25block: move flush initialization to blk_flush_initMing Lei-3/+4
2014-09-25block: introduce blk_init_flush and its pairMing Lei-8/+26
2014-09-25blk-mq: allocate flush_rq in blk_mq_init_flush()Ming Lei-12/+17
2014-09-25blk-mq: handle failure path for initializing hctxMing Lei-45/+69
2014-09-24blk-mq, percpu_ref: start q->mq_usage_counter in atomic modeTejun Heo-3/+20
2014-09-24percpu_ref: add PERCPU_REF_INIT_* flagsTejun Heo-1/+1
2014-09-24Revert "blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during p...Tejun Heo-10/+1
2014-09-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axb...Tejun Heo-82/+194
2014-09-24blk-mq, percpu_ref: implement a kludge for SCSI blk-mq stall during probeTejun Heo-1/+10
2014-09-22genhd: fix leftover might_sleep() in blk_free_devt()Jens Axboe-2/+0
2014-09-22block: fix blk_abort_request on blk-mqChristoph Hellwig-2/+8
2014-09-22blk-timeout: fix blk_add_timerMing Lei-1/+2
2014-09-22blk-mq: limit memory consumption if a crash dump is activeJens Axboe-0/+11
2014-09-22blk-mq: remove unnecessary blk_clear_rq_complete()Ming Lei-3/+0
2014-09-22blk-mq: pass a reserved argument to the timeout handlerChristoph Hellwig-3/+3
2014-09-22blk-mq: unshared timeout handlerChristoph Hellwig-24/+39
2014-09-22blk-mq: fix and simplify tag iteration for the timeout handlerChristoph Hellwig-86/+43
2014-09-22blk-mq: rename blk_mq_end_io to blk_mq_end_requestChristoph Hellwig-10/+10
2014-09-22blk-mq: call blk_mq_start_request from ->queue_rqChristoph Hellwig-7/+6
2014-09-22blk-mq: remove REQ_ENDChristoph Hellwig-17/+5
2014-09-22Merge branch 'for-linus' into for-3.18/coreJens Axboe-11/+18
2014-09-22blk-mq: use blk_mq_start_hw_queues() when running requeue workJens Axboe-1/+5
2014-09-22blk-mq: fix potential oops on out-of-memory in __blk_mq_alloc_rq_maps()Jens Axboe-1/+0
2014-09-22blk-mq: avoid infinite recursion with the FUA flagChristoph Hellwig-8/+4
2014-09-22blk-mq: Avoid race condition with uninitialized requestsDavid Hildenbrand-1/+3
2014-09-22blk-mq: request deadline must be visible before marking rq as startedJens Axboe-0/+6
2014-09-11Merge branch 'for-linus' into for-3.18/coreJens Axboe-71/+163
2014-09-10blk-mq: scale depth and rq map appropriate if low on memoryJens Axboe-19/+69
2014-09-09Block: fix unbalanced bypass-disable in blk_register_queueAlan Stern-2/+4