aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-15Revert "blk-mq: Micro-optimize bt_get()"Jens Axboe1-1/+3
2014-12-13Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-blockLinus Torvalds10-119/+197
2014-12-11bio: modify __bio_add_page() to accept pages that don't start a new segmentMaurizio Lombardi1-24/+30
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-4/+4
2014-12-10blk-mq: Fix uninitialized kobject at CPU hotpluggingTakashi Iwai1-5/+4
2014-12-09blk-mq: Use all available hardware queuesBart Van Assche1-1/+1
2014-12-09blk-mq: Micro-optimize bt_get()Bart Van Assche1-3/+1
2014-12-09blk-mq: Fix a race between bt_clear_tag() and bt_get()Bart Van Assche1-6/+5
2014-12-09blk-mq: Avoid that __bt_get_word() wraps multiple timesBart Van Assche1-2/+4
2014-12-09blk-mq: Fix a use-after-freeBart Van Assche2-8/+7
2014-12-08Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-3/+33
2014-12-08blk-mq: prevent unmapped hw queue from being scheduledMing Lei2-2/+11
2014-12-08Merge branch 'pm-runtime'Rafael J. Wysocki2-4/+4
2014-12-08blk-mq: re-check for available tags after running the hardware queueJens Axboe1-0/+8
2014-12-08blk-mq: fix hang in bt_get()Bart Van Assche1-0/+7
2014-12-08Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linusJames Bottomley4-3/+33
2014-12-04block / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PMRafael J. Wysocki2-4/+4
2014-12-02block: fix regression where bio_integrity_process uses wrong bio_vec iteratorDarrick J. Wong1-6/+7
2014-11-30blk-mq: move the kdump check to blk_mq_alloc_tag_setShaohua Li1-10/+10
2014-11-24blk-mq: cleanup tag free handlingJens Axboe1-18/+6
2014-11-24blk-mq: use 'nr_cpu_ids' as highest CPU ID count for hwq <-> cpu mapJens Axboe1-1/+1
2014-11-24scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16Hannes Reinecke1-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-12scsi: add new scsi-command flag for tagged commandsChristoph Hellwig1-2/+2
2014-11-12blk-mq: add blk_mq_unique_tag()Bart Van Assche2-0/+30
2014-11-11block: blk-merge: fix blk_recount_segments()Ming Lei1-8/+11
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-11-10scsi: Fix more error handling in SCSI_IOCTL_SEND_COMMANDTony Battersby1-3/+5
2014-11-04blk-mq: make mq_queue_reinit_notify() freeze queues in parallelTejun Heo1-8/+33
2014-10-31block: Fix computation of merged request priorityJan Kara1-6/+8
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-23block: fix wrong error return in elevator_init()Sudip Mukherjee1-1/+3
2014-10-22scsi: Fix error handling in SCSI_IOCTL_SEND_COMMANDJan Kara1-2/+1
2014-10-21blk-merge: recaculate segment if it isn't less than max segmentsMing Lei1-2/+3
2014-10-21block: 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-13blk-mq: allocate cpumask on the home nodeJens Axboe1-1/+2
2014-10-13bio-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/percpuLinus 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-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-5/+5