aboutsummaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAge
* block: add bioset_create_nobvec()Junichi Nomura2014-10-03
* block: use bio_clone_fast() in blk_rq_prep_clone()Junichi Nomura2014-10-03
* block: misplaced rq_complete tracepointHannes Reinecke2014-10-01
* block: Replace strnicmp with strncasecmpRasmus Villemoes2014-09-27
* block: Add T10 Protection Information functionsMartin K. Petersen2014-09-27
* block: Don't merge requests if integrity flags differMartin K. Petersen2014-09-27
* block: Integrity checksum flagMartin K. Petersen2014-09-27
* block: Relocate bio integrity flagsMartin K. Petersen2014-09-27
* block: Add a disk flag to block integrity profileMartin K. Petersen2014-09-27
* block: Add prefix to block integrity profile flagsMartin K. Petersen2014-09-27
* block: Clean up the code used to generate and verify integrity metadataMartin K. Petersen2014-09-27
* block: Make protection interval calculation genericMartin K. Petersen2014-09-27
* block: Deprecate the use of the term sector in the context of block integrityMartin K. Petersen2014-09-27
* block: Remove bip_bufMartin K. Petersen2014-09-27
* block: Remove integrity tagging functionsMartin K. Petersen2014-09-27
* block: Replace bi_integrity with bi_specialMartin K. Petersen2014-09-27
* block: Get rid of bdev_integrity_enabled()Martin K. Petersen2014-09-27
* blk-mq: support per-distpatch_queue flush machineryMing Lei2014-09-25
* block: introduce 'blk_mq_ctx' parameter to blk_get_flush_queueMing Lei2014-09-25
* block: flush: avoid to figure out flush queue unnecessarilyMing Lei2014-09-25
* block: remove blk_init_flush() and its pairMing Lei2014-09-25
* block: introduce blk_flush_queue to drive flush machineryMing Lei2014-09-25
* block: avoid to use q->flush_rq directlyMing Lei2014-09-25
* block: move flush initialization to blk_flush_initMing Lei2014-09-25
* block: introduce blk_init_flush and its pairMing Lei2014-09-25
* blk-mq: allocate flush_rq in blk_mq_init_flush()Ming Lei2014-09-25
* blk-mq: handle failure path for initializing hctxMing Lei2014-09-25
* block: fix blk_abort_request on blk-mqChristoph Hellwig2014-09-22
* blk-timeout: fix blk_add_timerMing Lei2014-09-22
* blk-mq: limit memory consumption if a crash dump is activeJens Axboe2014-09-22
* blk-mq: remove unnecessary blk_clear_rq_complete()Ming Lei2014-09-22
* blk-mq: pass a reserved argument to the timeout handlerChristoph Hellwig2014-09-22
* blk-mq: unshared timeout handlerChristoph Hellwig2014-09-22
* blk-mq: fix and simplify tag iteration for the timeout handlerChristoph Hellwig2014-09-22
* blk-mq: rename blk_mq_end_io to blk_mq_end_requestChristoph Hellwig2014-09-22
* blk-mq: call blk_mq_start_request from ->queue_rqChristoph Hellwig2014-09-22
* blk-mq: remove REQ_ENDChristoph Hellwig2014-09-22
* Merge branch 'for-linus' into for-3.18/coreJens Axboe2014-09-22
|\
| * blk-mq: use blk_mq_start_hw_queues() when running requeue workJens Axboe2014-09-22
| * blk-mq: fix potential oops on out-of-memory in __blk_mq_alloc_rq_maps()Jens Axboe2014-09-22
| * blk-mq: avoid infinite recursion with the FUA flagChristoph Hellwig2014-09-22
| * blk-mq: Avoid race condition with uninitialized requestsDavid Hildenbrand2014-09-22
| * blk-mq: request deadline must be visible before marking rq as startedJens Axboe2014-09-22
* | Merge branch 'for-linus' into for-3.18/coreJens Axboe2014-09-11
|\|
| * blk-mq: scale depth and rq map appropriate if low on memoryJens Axboe2014-09-10
| * Block: fix unbalanced bypass-disable in blk_register_queueAlan Stern2014-09-09
| * block: Fix dev_t minor allocation lifetimeKeith Busch2014-09-03
| * blk-mq: cleanup after blk_mq_init_rq_map failuresRobert Elliott2014-09-03
| * blk-merge: fix blk_recount_segmentsMing Lei2014-09-02
| * cfq-iosched: Add comments on update timing of weightToshiaki Makita2014-08-28