summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2014-12-01blk-mq: move the kdump check to blk_mq_alloc_tag_setShaohua Li1-10/+10
2014-11-25blk-mq: cleanup tag free handlingJens Axboe1-18/+6
2014-11-25blk-mq: use 'nr_cpu_ids' as highest CPU ID count for hwq <-> cpu mapJens Axboe1-1/+1
2014-11-24blk: introduce generic io stat accounting help functionGu Zheng1-0/+28
2014-11-24blk-mq: handle the single queue case in blk_mq_hctx_next_cpuChristoph Hellwig1-21/+10
2014-11-19genhd: check for int overflow in disk_expand_part_tbl()Jens Axboe1-2/+9
2014-11-17blk-mq: add blk_mq_free_hctx_request()Jens Axboe1-5/+12
2014-11-17blk-mq: export blk_mq_free_request()Jens Axboe1-0/+1
2014-11-11blk-mq: use get_cpu/put_cpu instead of preempt_disable/preempt_enablePaolo Bonzini1-4/+4
2014-11-11blk_mq: call preempt_disable/enable in blk_mq_run_hw_queue, and only if neededPaolo Bonzini1-9/+12
2014-10-29blk-mq: add BLK_MQ_F_DEFER_ISSUE support flagJens Axboe1-1/+6
2014-10-29blk-mq: add a 'list' parameter to ->queue_rq()Jens Axboe1-2/+27
2014-10-22block: remove artifical max_hw_sectors capChristoph Hellwig1-3/+1
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds24-607/+791
2014-10-14blk-mq: allocate cpumask on the home nodeJens Axboe1-1/+2
2014-10-14bio-integrity: remove the needless fail handle of bip_slab creatingGu Zheng1-2/+0
2014-10-13block: include func name in __get_request printsRobert Elliott1-2/+2
2014-10-13block: make blk_update_request print prefix match ratelimited prefixRobert Elliott1-2/+2
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds3-13/+22
2014-10-09blk-merge: don't compute bi_phys_segments from bi_vcnt for cloned bioMing Lei1-2/+6
2014-10-09block: fix alignment_offset math that assumes io_min is a power-of-2Mike Snitzer1-2/+2
2014-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-5/+5
2014-10-07blk-mq: Make bt_clear_tag() easier to readBart Van Assche1-5/+2
2014-10-07blk-mq: fix potential hang if rolling wakeup depth is too highJens Axboe1-2/+2
2014-10-04block: add bioset_create_nobvec()Junichi Nomura1-17/+44
2014-10-04block: use bio_clone_fast() in blk_rq_prep_clone()Junichi Nomura1-1/+1
2014-10-01block: misplaced rq_complete tracepointHannes Reinecke1-2/+2
2014-09-28block: Replace strnicmp with strncasecmpRasmus Villemoes1-4/+4
2014-09-27block: Add T10 Protection Information functionsMartin K. Petersen3-2/+200
2014-09-27block: Don't merge requests if integrity flags differMartin K. Petersen2-13/+29
2014-09-27block: Integrity checksum flagMartin K. Petersen1-0/+3
2014-09-27block: Relocate bio integrity flagsMartin K. Petersen1-2/+2
2014-09-27block: Add a disk flag to block integrity profileMartin K. Petersen1-0/+12
2014-09-27block: Add prefix to block integrity profile flagsMartin K. Petersen2-23/+24
2014-09-27block: Clean up the code used to generate and verify integrity metadataMartin K. Petersen1-60/+22
2014-09-27block: Make protection interval calculation genericMartin K. Petersen1-5/+1
2014-09-27block: Deprecate the use of the term sector in the context of block integrityMartin K. Petersen2-26/+26
2014-09-27block: Remove bip_bufMartin K. Petersen1-4/+6
2014-09-27block: Remove integrity tagging functionsMartin K. Petersen2-95/+1
2014-09-27block: Replace bi_integrity with bi_specialMartin K. Petersen1-9/+10
2014-09-27block: Get rid of bdev_integrity_enabled()Martin K. Petersen1-22/+17
2014-09-26blk-mq: support per-distpatch_queue flush machineryMing Lei5-39/+54
2014-09-26block: introduce 'blk_mq_ctx' parameter to blk_get_flush_queueMing Lei4-10/+10
2014-09-26block: flush: avoid to figure out flush queue unnecessarilyMing Lei1-14/+16
2014-09-26block: remove blk_init_flush() and its pairMing Lei5-23/+10
2014-09-26block: introduce blk_flush_queue to drive flush machineryMing Lei4-48/+97
2014-09-26block: avoid to use q->flush_rq directlyMing Lei1-8/+9
2014-09-26block: move flush initialization to blk_flush_initMing Lei2-3/+4
2014-09-26block: introduce blk_init_flush and its pairMing Lei6-8/+26
2014-09-26blk-mq: allocate flush_rq in blk_mq_init_flush()Ming Lei3-12/+17