summaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
Commit message (Expand)AuthorAgeFilesLines
* block/rsxx: use generic io stats accounting functions to simplify io stat acc...Gu Zheng2014-11-241-25/+4
* drbd: use generic io stats accounting functions to simplify io stat accountingGu Zheng2014-11-241-18/+4
* NVMe: Update module version major numberKeith Busch2014-11-221-1/+1
* NVMe: fail pci initialization if the device doesn't have any BARsJens Axboe2014-11-201-0/+3
* NVMe: add ->exit_hctx() hookJens Axboe2014-11-201-0/+9
* NVMe: make setup work for devices that don't do INTxJens Axboe2014-11-191-0/+19
* Merge branch 'master' into for-3.19/driversJens Axboe2014-11-194-37/+34
|\
| * zram: avoid kunmap_atomic() of a NULL pointerWeijie Yang2014-11-141-1/+2
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-11-041-16/+19
| |\
| | * rbd: Fix error recovery in rbd_obj_read_sync()Jan Kara2014-10-301-1/+1
| | * rbd: use a single workqueue for all devicesIlya Dryomov2014-10-301-15/+18
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2014-10-311-9/+0
| |\ \
| | * | sunvdc: don't call VD_OP_GET_VTOCDwight Engen2014-10-311-9/+0
| | |/
| * | Merge branch 'akpm' (incoming from Andrew Morton)Linus Torvalds2014-10-301-4/+6
| |\ \
| | * | zram: avoid NULL pointer access in concurrent situationWeijie Yang2014-10-301-4/+6
| | |/
| * / null_blk: Cleanup error recovery in null_add_dev()Jan Kara2014-10-221-7/+7
| |/
* | NVMe: enable IO stats by defaultJens Axboe2014-11-181-1/+0
* | NVMe: nvme_submit_async_admin_req() must use atomic rq allocationJens Axboe2014-11-181-1/+1
* | NVMe: replace blk_put_request() with blk_mq_free_request()Jens Axboe2014-11-171-7/+7
* | drbd: Remove an useless copy of kernel_setsockopt()Philipp Reisner2014-11-101-25/+4
* | drbd: Fix state change in case of connection timeoutPhilipp Reisner2014-11-101-1/+1
* | drbd: merge_bvec_fn: properly remap bvm->bi_bdevLars Ellenberg2014-11-101-0/+1
* | drbd: fix resync throttling initializationLars Ellenberg2014-11-103-3/+5
* | drbd: fix race between role change and handshakePhilipp Reisner2014-11-103-8/+40
* | drbd: Only use drbd_msg_put_info() in drbd_nl.cAndreas Gruenbacher2014-11-103-16/+4
* | 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