summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* drbd: Minor cleanupsAndreas Gruenbacher2014-11-104-44/+34
* NVMe: __nvme_submit_admin_cmd() can be statickbuild test robot2014-11-101-1/+1
* NVMe: blk_mq_alloc_request() returns error pointersDan Carpenter2014-11-051-6/+6
* NVMe: Convert to blk-mqMatias Bjørling2014-11-042-813/+561
* NVMe: Do not over allocate for discard requestsKeith Busch2014-11-041-1/+3
* 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: Passthrough IOCTL for IO commandsKeith Busch2014-11-041-5/+12
* 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-041-19/+40
* NVMe: Async event requestKeith Busch2014-11-041-0/+42
* block: Use dma_zalloc_coherentJoe Perches2014-11-041-3/+2
* blk-mq: add a 'list' parameter to ->queue_rq()Jens Axboe2014-10-293-10/+12
* block: remove artifical max_hw_sectors capChristoph Hellwig2014-10-211-1/+1
* Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-1823-145/+121
|\
| * block: disable entropy contributions for nonrot devicesMike Snitzer2014-10-047-0/+7
| * Merge branch 'stable/for-jens-3.18' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe2014-10-013-6/+13
| |\
| | * xen, blkfront: factor out flush-related checks from do_blkif_request()Arianna Avanzini2014-10-011-3/+9
| | * xen-blkback: fix leak on grant map error pathRoger Pau Monné2014-10-011-0/+1
| | * xen/blkback: unmap all persistent grants when frontend gets disconnectedVitaly Kuznetsov2014-10-011-3/+3
| * | rsxx: Remove deprecated IRQF_DISABLEDMichael Opdenacker2014-10-011-1/+1
| * | block: hd: remove deprecated IRQF_DISABLEDMichael Opdenacker2014-10-011-11/+1
| |/
| * drbd: use RB_DECLARE_CALLBACKS() to define augment callbacksLai Jiangshan2014-09-181-34/+2
| * drbd: compute the end before rb_insert_augmented()Lai Jiangshan2014-09-181-0/+4
| * drbd: Add missing newline in resync progress display in /proc/drbdPhilipp Reisner2014-09-111-1/+3
| * drbd: reduce lock contention in drbd_workerLars Ellenberg2014-09-111-6/+4
| * drbd: Improve asender performanceLars Ellenberg2014-09-112-10/+7
| * drbd: Get rid of the WORK_PENDING macroAndreas Gruenbacher2014-09-111-8/+7
| * drbd: Get rid of the __no_warn and __cond_lock macrosAndreas Gruenbacher2014-09-112-8/+12
| * drbd: Avoid inconsistent locking warningAndreas Gruenbacher2014-09-111-1/+1
| * drbd: Remove superfluous newline from "resync_extents" debugfs entry.Philipp Marek2014-09-111-1/+1
| * drbd: Use consistent names for all the bi_end_io callbacksAndreas Gruenbacher2014-09-114-9/+9
| * drbd: Use better variable namesAndreas Gruenbacher2014-09-114-49/+49
* | Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-10-186-9/+21
|\ \
OpenPOWER on IntegriCloud