summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Revert "blk-mq: Micro-optimize bt_get()"Jens Axboe2014-12-151-1/+3
* Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-12-1310-119/+197
|\
| * bio: modify __bio_add_page() to accept pages that don't start a new segmentMaurizio Lombardi2014-12-111-24/+30
| * blk-mq: Fix uninitialized kobject at CPU hotpluggingTakashi Iwai2014-12-101-5/+4
| * blk-mq: Use all available hardware queuesBart Van Assche2014-12-091-1/+1
| * blk-mq: Micro-optimize bt_get()Bart Van Assche2014-12-091-3/+1
| * blk-mq: Fix a race between bt_clear_tag() and bt_get()Bart Van Assche2014-12-091-6/+5
| * blk-mq: Avoid that __bt_get_word() wraps multiple timesBart Van Assche2014-12-091-2/+4
| * blk-mq: Fix a use-after-freeBart Van Assche2014-12-092-8/+7
| * blk-mq: prevent unmapped hw queue from being scheduledMing Lei2014-12-082-2/+11
| * blk-mq: re-check for available tags after running the hardware queueJens Axboe2014-12-081-0/+8
| * blk-mq: fix hang in bt_get()Bart Van Assche2014-12-081-0/+7
| * blk-mq: move the kdump check to blk_mq_alloc_tag_setShaohua Li2014-11-301-10/+10
| * blk-mq: cleanup tag free handlingJens Axboe2014-11-241-18/+6
| * blk-mq: use 'nr_cpu_ids' as highest CPU ID count for hwq <-> cpu mapJens Axboe2014-11-241-1/+1
| * 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/+10
| * genhd: check for int overflow in disk_expand_part_tbl()Jens Axboe2014-11-191-2/+9
| * 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/+1
* | Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-12-102-4/+4
|\ \
| * \ Merge branch 'pm-runtime'Rafael J. Wysocki2014-12-082-4/+4
| |\ \
| | * | block / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2014-12-042-4/+4
* | | | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2014-12-084-3/+33
|\ \ \ \ | |/ / / |/| | |
| * | | Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linusJames Bottomley2014-12-084-3/+33
| |\ \ \ | | |/ / | |/| |
| | * | scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke2014-11-241-1/+1
| | * | scsi: add new scsi-command flag for tagged commandsChristoph Hellwig2014-11-121-2/+2
| | * | blk-mq: add blk_mq_unique_tag()Bart Van Assche2014-11-122-0/+30
* | | | block: fix regression where bio_integrity_process uses wrong bio_vec iteratorDarrick J. Wong2014-12-021-6/+7
|/ / /
* | | block: blk-merge: fix blk_recount_segments()Ming Lei2014-11-111-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-221-2/+1
* | blk-merge: recaculate segment if it isn't less than max segmentsMing Lei2014-10-211-2/+3
|/
* 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/+0
| * 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/+2
| * blk-mq: fix potential hang if rolling wakeup depth is too highJens Axboe2014-10-071-2/+2
OpenPOWER on IntegriCloud