| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "blk-mq: Micro-optimize bt_get()" | Jens Axboe | 2014-12-15 | 1 | -1/+3 |
* | Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2014-12-13 | 10 | -119/+197 |
|\ |
|
| * | bio: modify __bio_add_page() to accept pages that don't start a new segment | Maurizio Lombardi | 2014-12-11 | 1 | -24/+30 |
| * | blk-mq: Fix uninitialized kobject at CPU hotplugging | Takashi Iwai | 2014-12-10 | 1 | -5/+4 |
| * | blk-mq: Use all available hardware queues | Bart Van Assche | 2014-12-09 | 1 | -1/+1 |
| * | blk-mq: Micro-optimize bt_get() | Bart Van Assche | 2014-12-09 | 1 | -3/+1 |
| * | blk-mq: Fix a race between bt_clear_tag() and bt_get() | Bart Van Assche | 2014-12-09 | 1 | -6/+5 |
| * | blk-mq: Avoid that __bt_get_word() wraps multiple times | Bart Van Assche | 2014-12-09 | 1 | -2/+4 |
| * | blk-mq: Fix a use-after-free | Bart Van Assche | 2014-12-09 | 2 | -8/+7 |
| * | blk-mq: prevent unmapped hw queue from being scheduled | Ming Lei | 2014-12-08 | 2 | -2/+11 |
| * | blk-mq: re-check for available tags after running the hardware queue | Jens Axboe | 2014-12-08 | 1 | -0/+8 |
| * | blk-mq: fix hang in bt_get() | Bart Van Assche | 2014-12-08 | 1 | -0/+7 |
| * | blk-mq: move the kdump check to blk_mq_alloc_tag_set | Shaohua Li | 2014-11-30 | 1 | -10/+10 |
| * | blk-mq: cleanup tag free handling | Jens Axboe | 2014-11-24 | 1 | -18/+6 |
| * | blk-mq: use 'nr_cpu_ids' as highest CPU ID count for hwq <-> cpu map | Jens Axboe | 2014-11-24 | 1 | -1/+1 |
| * | blk: introduce generic io stat accounting help function | Gu Zheng | 2014-11-24 | 1 | -0/+28 |
| * | blk-mq: handle the single queue case in blk_mq_hctx_next_cpu | Christoph Hellwig | 2014-11-24 | 1 | -21/+10 |
| * | genhd: check for int overflow in disk_expand_part_tbl() | Jens Axboe | 2014-11-19 | 1 | -2/+9 |
| * | blk-mq: add blk_mq_free_hctx_request() | Jens Axboe | 2014-11-17 | 1 | -5/+12 |
| * | blk-mq: export blk_mq_free_request() | Jens Axboe | 2014-11-17 | 1 | -0/+1 |
| * | blk-mq: use get_cpu/put_cpu instead of preempt_disable/preempt_enable | Paolo Bonzini | 2014-11-11 | 1 | -4/+4 |
| * | blk_mq: call preempt_disable/enable in blk_mq_run_hw_queue, and only if needed | Paolo Bonzini | 2014-11-11 | 1 | -9/+12 |
| * | blk-mq: add BLK_MQ_F_DEFER_ISSUE support flag | Jens Axboe | 2014-10-29 | 1 | -1/+6 |
| * | blk-mq: add a 'list' parameter to ->queue_rq() | Jens Axboe | 2014-10-29 | 1 | -2/+27 |
| * | block: remove artifical max_hw_sectors cap | Christoph Hellwig | 2014-10-21 | 1 | -3/+1 |
* | | Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-12-10 | 2 | -4/+4 |
|\ \ |
|
| * \ | Merge branch 'pm-runtime' | Rafael J. Wysocki | 2014-12-08 | 2 | -4/+4 |
| |\ \ |
|
| | * | | block / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM | Rafael J. Wysocki | 2014-12-04 | 2 | -4/+4 |
* | | | | Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 2014-12-08 | 4 | -3/+33 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Merge remote-tracking branch 'scsi-queue/core-for-3.19' into for-linus | James Bottomley | 2014-12-08 | 4 | -3/+33 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | scsi: rename SERVICE_ACTION_IN to SERVICE_ACTION_IN_16 | Hannes Reinecke | 2014-11-24 | 1 | -1/+1 |
| | * | | scsi: add new scsi-command flag for tagged commands | Christoph Hellwig | 2014-11-12 | 1 | -2/+2 |
| | * | | blk-mq: add blk_mq_unique_tag() | Bart Van Assche | 2014-11-12 | 2 | -0/+30 |
* | | | | block: fix regression where bio_integrity_process uses wrong bio_vec iterator | Darrick J. Wong | 2014-12-02 | 1 | -6/+7 |
|/ / / |
|
* | | | block: blk-merge: fix blk_recount_segments() | Ming Lei | 2014-11-11 | 1 | -8/+11 |
* | | | scsi: Fix more error handling in SCSI_IOCTL_SEND_COMMAND | Tony Battersby | 2014-11-10 | 1 | -3/+5 |
* | | | blk-mq: make mq_queue_reinit_notify() freeze queues in parallel | Tejun Heo | 2014-11-04 | 1 | -8/+33 |
* | | | block: Fix computation of merged request priority | Jan Kara | 2014-10-31 | 1 | -6/+8 |
|/ / |
|
* | | block: fix wrong error return in elevator_init() | Sudip Mukherjee | 2014-10-23 | 1 | -1/+3 |
* | | scsi: Fix error handling in SCSI_IOCTL_SEND_COMMAND | Jan Kara | 2014-10-22 | 1 | -2/+1 |
* | | blk-merge: recaculate segment if it isn't less than max segments | Ming Lei | 2014-10-21 | 1 | -2/+3 |
|/ |
|
* | Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2014-10-18 | 24 | -607/+791 |
|\ |
|
| * | blk-mq: allocate cpumask on the home node | Jens Axboe | 2014-10-13 | 1 | -1/+2 |
| * | bio-integrity: remove the needless fail handle of bip_slab creating | Gu Zheng | 2014-10-13 | 1 | -2/+0 |
| * | block: include func name in __get_request prints | Robert Elliott | 2014-10-13 | 1 | -2/+2 |
| * | block: make blk_update_request print prefix match ratelimited prefix | Robert Elliott | 2014-10-13 | 1 | -2/+2 |
| * | blk-merge: don't compute bi_phys_segments from bi_vcnt for cloned bio | Ming Lei | 2014-10-09 | 1 | -2/+6 |
| * | block: fix alignment_offset math that assumes io_min is a power-of-2 | Mike Snitzer | 2014-10-09 | 1 | -2/+2 |
| * | blk-mq: Make bt_clear_tag() easier to read | Bart Van Assche | 2014-10-07 | 1 | -5/+2 |
| * | blk-mq: fix potential hang if rolling wakeup depth is too high | Jens Axboe | 2014-10-07 | 1 | -2/+2 |