summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.19/core' into for-3.19/driversJens Axboe2014-11-243-23/+47
|\
| * blk: introduce generic io stat accounting help functionGu Zheng2014-11-241-0/+28
| * blk-mq: handle the single queue case in blk_mq_hctx_next_cpuChristoph Hellwig2014-11-241-21/+10Star
| * genhd: check for int overflow in disk_expand_part_tbl()Jens Axboe2014-11-191-2/+9
* | Merge branch 'master' into for-3.19/driversJens Axboe2014-11-195-27/+61
|\ \ | |/ |/|
| * block: blk-merge: fix blk_recount_segments()Ming Lei2014-11-121-8/+11
| * scsi: Fix more error handling in SCSI_IOCTL_SEND_COMMANDTony Battersby2014-11-101-3/+5
| * blk-mq: make mq_queue_reinit_notify() freeze queues in parallelTejun Heo2014-11-041-8/+33
| * block: Fix computation of merged request priorityJan Kara2014-10-311-6/+8
| * block: fix wrong error return in elevator_init()Sudip Mukherjee2014-10-231-1/+3
| * scsi: Fix error handling in SCSI_IOCTL_SEND_COMMANDJan Kara2014-10-231-2/+1Star
| * blk-merge: recaculate segment if it isn't less than max segmentsMing Lei2014-10-221-2/+3
* | blk-mq: add blk_mq_free_hctx_request()Jens Axboe2014-11-171-5/+12
* | blk-mq: export blk_mq_free_request()Jens Axboe2014-11-171-0/+1
* | blk-mq: use get_cpu/put_cpu instead of preempt_disable/preempt_enablePaolo Bonzini2014-11-111-4/+4
* | blk_mq: call preempt_disable/enable in blk_mq_run_hw_queue, and only if neededPaolo Bonzini2014-11-111-9/+12
* | blk-mq: add BLK_MQ_F_DEFER_ISSUE support flagJens Axboe2014-10-291-1/+6
* | blk-mq: add a 'list' parameter to ->queue_rq()Jens Axboe2014-10-291-2/+27
* | block: remove artifical max_hw_sectors capChristoph Hellwig2014-10-211-3/+1Star
|/
* Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-1824-607/+791
|\
| * blk-mq: allocate cpumask on the home nodeJens Axboe2014-10-131-1/+2
| * bio-integrity: remove the needless fail handle of bip_slab creatingGu Zheng2014-10-131-2/+0Star
| * block: include func name in __get_request printsRobert Elliott2014-10-131-2/+2
| * block: make blk_update_request print prefix match ratelimited prefixRobert Elliott2014-10-131-2/+2
| * blk-merge: don't compute bi_phys_segments from bi_vcnt for cloned bioMing Lei2014-10-091-2/+6
| * block: fix alignment_offset math that assumes io_min is a power-of-2Mike Snitzer2014-10-091-2/+2
| * blk-mq: Make bt_clear_tag() easier to readBart Van Assche2014-10-071-5/+2Star
| * blk-mq: fix potential hang if rolling wakeup depth is too highJens Axboe2014-10-071-2/+2
| * block: add bioset_create_nobvec()Junichi Nomura2014-10-031-17/+44
| * block: use bio_clone_fast() in blk_rq_prep_clone()Junichi Nomura2014-10-031-1/+1
| * block: misplaced rq_complete tracepointHannes Reinecke2014-10-011-2/+2
| * block: Replace strnicmp with strncasecmpRasmus Villemoes2014-09-281-4/+4
| * block: Add T10 Protection Information functionsMartin K. Petersen2014-09-273-2/+200
| * block: Don't merge requests if integrity flags differMartin K. Petersen2014-09-272-13/+29
| * block: Integrity checksum flagMartin K. Petersen2014-09-271-0/+3
| * block: Relocate bio integrity flagsMartin K. Petersen2014-09-271-2/+2
| * block: Add a disk flag to block integrity profileMartin K. Petersen2014-09-271-0/+12
| * block: Add prefix to block integrity profile flagsMartin K. Petersen2014-09-272-23/+24
| * block: Clean up the code used to generate and verify integrity metadataMartin K. Petersen2014-09-271-60/+22Star
| * block: Make protection interval calculation genericMartin K. Petersen2014-09-271-5/+1Star
| * block: Deprecate the use of the term sector in the context of block integrityMartin K. Petersen2014-09-272-26/+26
| * block: Remove bip_bufMartin K. Petersen2014-09-271-4/+6
| * block: Remove integrity tagging functionsMartin K. Petersen2014-09-272-95/+1Star
| * block: Replace bi_integrity with bi_specialMartin K. Petersen2014-09-271-9/+10
| * block: Get rid of bdev_integrity_enabled()Martin K. Petersen2014-09-271-22/+17Star
| * blk-mq: support per-distpatch_queue flush machineryMing Lei2014-09-255-39/+54
| * block: introduce 'blk_mq_ctx' parameter to blk_get_flush_queueMing Lei2014-09-254-10/+10
| * block: flush: avoid to figure out flush queue unnecessarilyMing Lei2014-09-251-14/+16
| * block: remove blk_init_flush() and its pairMing Lei2014-09-255-23/+10Star
| * block: introduce blk_flush_queue to drive flush machineryMing Lei2014-09-254-48/+97