summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | NVMe: Do not open disks that are being deletedKeith Busch2014-11-041-4/+16
| * | | | | | NVMe: Clear QUEUE_FLAG_STACKABLEKeith Busch2014-11-041-0/+1
| * | | | | | NVMe: Fix device probe waiting on kthreadKeith Busch2014-11-041-1/+1
| * | | | | | NVMe: Updates for 1.1 specKeith Busch2014-11-041-1/+26
| * | | | | | NVMe: Passthrough IOCTL for IO commandsKeith Busch2014-11-042-6/+16
| * | | | | | NVMe: Add revalidate_disk callbackKeith Busch2014-11-041-0/+30
| * | | | | | NVMe: Fix nvmeq waitqueue entry initializationKeith Busch2014-11-041-7/+4
| * | | | | | NVMe: Translate NVMe status to errnoKeith Busch2014-11-041-1/+13
| * | | | | | NVMe: Fix SG_IO status valuesKeith Busch2014-11-041-0/+8
| * | | | | | NVMe: Remove duplicate compat SG_IO codeKeith Busch2014-11-042-149/+1
| * | | | | | NVMe: Reference count pci deviceKeith Busch2014-11-041-2/+5
| * | | | | | nvme: Replace rcu_assign_pointer() with RCU_INIT_POINTER()Andreea-Cristina Bernat2014-11-041-1/+1
| * | | | | | NVMe: Correctly handle IOCTL_SUBMIT_IO when cpus > online queuesSam Bradshaw2014-11-041-2/+2
| * | | | | | NVMe: Fix filesystem sync deadlock on removalKeith Busch2014-11-041-2/+2
| * | | | | | NVMe: Call nvme_free_queue directlyKeith Busch2014-11-041-7/+11
| * | | | | | NVMe: Add shutdown timeout as module parameter.Dan McLeran2014-11-041-1/+6
| * | | | | | NVMe: Skip orderly shutdown on failed devicesKeith Busch2014-11-041-1/+4
| * | | | | | NVMe: Whitespace fixesKeith Busch2014-11-041-5/+5
| * | | | | | NVMe: Use pci_stop_and_remove_bus_device_locked()Keith Busch2014-11-041-1/+1
| * | | | | | NVMe: Handling devices incapable of I/OKeith Busch2014-11-041-11/+8
| * | | | | | NVMe: Change nvme_enable_ctrl to set EN and manage CC thru ctrl_config.Dan McLeran2014-11-041-8/+12
| * | | | | | NVMe: Mismatched host/device page size supportKeith Busch2014-11-042-19/+42
| * | | | | | NVMe: Update list of status codesMatthew Wilcox2014-11-041-0/+14
| * | | | | | NVMe: Async event requestKeith Busch2014-11-042-0/+43
| * | | | | | block: Use dma_zalloc_coherentJoe Perches2014-11-041-3/+2
* | | | | | | Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-12-1321-145/+254
|\ \ \ \ \ \ \
| * | | | | | | 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
| * | | | | | | blktrace: don't let the sysfs interface remove trace from running listArianna Avanzini2014-12-091-3/+0
| * | | | | | | 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-242-0/+33
| * | | | | | 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-172-5/+13
| * | | | | 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
| * | | | | writeback: fix a subtle race condition in I_DIRTY clearingTejun Heo2014-11-041-7/+22
| * | | | | block: Expand a bit documentation about elevator_allow_merge_fnJan Kara2014-11-041-1/+5
| |/ / / /
| * | | | blk-mq: add BLK_MQ_F_DEFER_ISSUE support flagJens Axboe2014-10-292-1/+7
OpenPOWER on IntegriCloud