linux-2.6-block.git
2015-04-03 Christoph Hellwigfnic: reject device resets without assigned tags for...
2015-04-03 Christoph Hellwigscsi: add support for a blk-mq based I/O path.
2015-04-02 Christoph Hellwigscatterlist: allow chaining to preallocated chunks
2015-04-02 Christoph Hellwigscsi: unwind blk_end_request_all and blk_end_request_er...
2015-04-02 Christoph Hellwigscsi: only maintain target_blocked if the driver has...
2015-04-02 Christoph Hellwigscsi: fix the {host,target,device}_blocked counter...
2015-04-02 Christoph Hellwigscsi: convert device_busy to atomic_t
2015-04-02 Christoph Hellwigscsi: convert host_busy to atomic_t
2015-04-02 Christoph Hellwigscsi: convert target_busy to an atomic_t
2015-04-02 Christoph Hellwigscsi: push host_lock down into scsi_{host,target}_queue...
2015-04-02 Christoph Hellwigscsi: set ->scsi_done before calling scsi_dispatch_cmd
2015-04-02 Christoph Hellwigscsi: centralize command re-queueing in scsi_dispatch_fn
2015-04-02 Christoph Hellwigscsi: split __scsi_queue_insert
2015-04-02 Christoph Hellwigsd: don't use rq->cmd_len before setting it up
2015-04-02 Christoph Hellwigscsi: reintroduce scsi_driver.init_command
2015-04-02 Christoph Hellwigscsi: remove scsi_end_request
2015-04-02 Christoph Hellwigscsi: explicitly release bidi buffers
2015-04-02 Alan SternFix command result state propagation
2015-04-02 Christoph Hellwigdon't reference freed command in scsi_prep_return
2015-04-02 Christoph Hellwigdon't reference freed command in scsi_init_sgtable
2015-04-02 Christoph Hellwigadd support for per-host cmd pools
2015-04-02 Christoph Hellwigmegaraid: simplify internal command handling
2015-04-02 Christoph Hellwigremove a useless get/put_device pair in scsi_requeue_co...
2015-04-02 Bart Van Asscheremove a useless get/put_device pair in scsi_next_command
2015-04-02 Bart Van Asscheremove a useless get/put_device pair in scsi_request_fn
2015-04-02 Christoph Hellwigdo not manipulate device reference counts in scsi_get...
2015-04-02 Hannes Reineckeimproved eh timeout handler
2015-04-02 James BottomleyFix spurious request sense in error handling
2015-04-02 Hannes ReineckeAdd 'eh_deadline' to limit SCSI EH runtime
2015-04-02 Hannes Reineckeremove check for 'resetting'
2015-04-02 Hannes Reineckedc395: Move 'last_reset' into internal host structure
2015-04-02 Hannes Reinecketmscsim: Move 'last_reset' into host structure
2015-04-02 Hannes Reineckeadvansys: Remove 'last_reset' references
2015-04-02 Christoph Hellwigavoid taking host_lock in scsi_run_queue unless nessecary
2015-04-02 Christoph Hellwigavoid useless free_list lock roundtrips
2015-04-02 Bart Van Asscheenable destruction of blocked devices which fail LUN...
2015-04-02 Eiichi TsukataAdd timeout to avoid infinite command retry
2015-04-02 Christoph Hellwigscsi: handle command allocation failure in scsi_reset_p...
2015-03-30 Sam Bradshawblkmq: Fix NULL pointer deref when all reserved tags in v3.10-blk-mq
2015-03-30 Wenbo WangFix bug in blk_rq_merge_ok
2015-03-30 Tony Battersbyblk-mq: fix double-free in error path
2015-03-30 Jens Axboeblk-mq: fix false negative out-of-tags condition
2015-03-30 Christoph Hellwigblock: remove artifical max_hw_sectors cap
2015-03-30 Jens Axboeblk-mq: add blk_mq_queue_freeze_start()
2015-03-30 Keith Buschblk-mq: End unstarted requests on a dying queue
2015-03-30 Keith Buschblk-mq: Allow requests to never expire
2015-03-30 Jens Axboeblk-mq: Add helper to abort requeued requests
2015-03-30 Keith Buschblk-mq: Let drivers cancel requeue_work
2015-03-30 Keith Buschblk-mq: Export if requests were started
2015-03-30 Keith Buschblk-mq: Wake tasks entering queue on dying
2015-03-30 Jens Axboeblock: wake up waiters when a queue is marked dying
2015-03-30 Keith Buschblk-mq: Exit queue on alloc failure
2015-03-30 Jens AxboeRevert "blk-mq: Micro-optimize bt_get()"
2015-03-30 Takashi Iwaiblk-mq: Fix uninitialized kobject at CPU hotplugging
2015-03-30 Bart Van Asscheblk-mq: Use all available hardware queues
2015-03-30 Bart Van Asscheblk-mq: Micro-optimize bt_get()
2015-03-30 Bart Van Asscheblk-mq: Fix a race between bt_clear_tag() and bt_get()
2015-03-30 Bart Van Asscheblk-mq: Avoid that __bt_get_word() wraps multiple times
2015-03-30 Bart Van Asscheblk-mq: Fix a use-after-free
2015-03-30 Ming Leiblk-mq: prevent unmapped hw queue from being scheduled
2015-03-30 Christoph Hellwigblk-mq: handle the single queue case in blk_mq_hctx_nex...
2015-03-30 Paolo Bonziniblk-mq: use get_cpu/put_cpu instead of preempt_disable...
2015-03-30 Paolo Bonziniblk_mq: call preempt_disable/enable in blk_mq_run_hw_qu...
2015-03-30 Christoph HellwigRevert "block: all blk-mq requests are tagged"
2015-03-30 Shaohua Liblk-mq: move the kdump check to blk_mq_alloc_tag_set
2015-03-30 Jens Axboeblk-mq: re-check for available tags after running the...
2015-03-30 Bart Van Asscheblk-mq: fix hang in bt_get()
2015-03-30 Jens Axboeblk-mq: GPL export blk_mq_{freeze,unfreeze}_queue()
2015-03-30 Jens Axboeblk-mq: add blk_mq_free_hctx_request()
2015-03-30 Jens Axboeblk-mq: export blk_mq_free_request()
2015-03-30 Bart Van Asscheblk-mq: Make bt_clear_tag() easier to read
2015-03-30 Jens Axboeblk-mq: fix potential hang if rolling wakeup depth...
2015-03-30 Christoph Hellwigblock: fix blk_abort_request on blk-mq
2015-03-30 Jens Axboeblk-mq: start hardware queues when running requeue...
2015-03-30 Ming Leiblk-timeout: fix blk_add_timer
2015-03-30 Jens Axboeblk-mq: fix potential oops on out-of-memory in __blk_mq...
2015-03-30 Christoph Hellwigblk-mq: avoid infinite recursion with the FUA flag
2015-03-30 David Hildenbrandblk-mq: Avoid race condition with uninitialized requests
2015-03-30 Jens Axboeblk-mq: limit memory consumption if a crash dump is...
2015-03-30 Ming Leiblk-mq: remove unnecessary blk_clear_rq_complete()
2015-03-30 Jens Axboeblk-mq: request deadline must be visible before marking...
2015-03-30 Christoph Hellwigblk-mq: pass a reserved argument to the timeout handler
2015-03-30 Christoph Hellwigblk-mq: unshared timeout handler
2015-03-30 Christoph Hellwigblk-mq: fix and simplify tag iteration for the timeout...
2015-03-30 Christoph Hellwigblk-mq: rename blk_mq_end_io to blk_mq_end_request
2015-03-30 Christoph Hellwigblk-mq: call blk_mq_start_request from ->queue_rq
2015-03-30 Christoph Hellwigblk-mq: remove REQ_END
2015-03-30 Jens Axboeblk-mq: scale depth and rq map appropriate if low on...
2015-03-30 Jens Axboeblk-mq: don't allow merges if turned off for the queue
2015-03-30 Robert Elliottblk-mq: cleanup after blk_mq_init_rq_map failures
2015-03-30 Robert Elliottblk-mq: pass along blk_mq_alloc_tag_set return values
2015-03-30 Ming Leiblk-merge: fix blk_recount_segments
2015-03-30 Jens Axboeblk-mq: blk_mq_start_hw_queue() should use blk_mq_run_h...
2015-03-30 Jens Axboeblock: add support for limiting gaps in SG lists
2015-03-30 Alexander Gordeevblk-mq: bitmap tag: fix races in bt_get() function
2015-03-30 Alexander Gordeevblk-mq: bitmap tag: fix race on blk_mq_bitmap_tags...
2015-03-30 Alexander Gordeevblk-mq: bitmap tag: fix races on shared ::wake_index...
2015-03-30 Jens Axboeblock: blk_max_size_offset() should check ->max_sectors
2015-03-30 Jens Axboenull_blk: fix softirq completions for queue_mode == 1
2015-03-30 Christoph Hellwigblk-mq: merge blk_mq_drain_queue and __blk_mq_drain_queue
next