summaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable/for-jens-4.1' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2015-04-083-52/+54
|\
| * xen-blkback: define pr_fmt macro to avoid the duplication of DRV_PFXTao Chen2015-04-073-50/+49
| * xen-blkback: enlarge the array size of blkback nameTao Chen2015-04-071-2/+5
* | NVMe: Meta data handling through submit io ioctlKeith Busch2015-04-081-74/+49
* | NVMe: Add translation for block limitsKeith Busch2015-04-081-1/+27
* | NVMe: Remove check for nullKeith Busch2015-04-081-2/+0
* | NVMe: Fix error handling of class_create("nvme")Alexey Khoroshilov2015-04-081-1/+3
|/
* nbd: Return error pointer directlyMarkus Pargmann2015-04-021-5/+2
* nbd: Return error code directlyMarkus Pargmann2015-04-021-5/+2
* nbd: Remove fixme that was already fixedMarkus Pargmann2015-04-021-6/+3
* nbd: Restructure debugging printsMarkus Pargmann2015-04-021-66/+22
* nbd: Fix device bytesize typeMarkus Pargmann2015-04-021-1/+2
* nbd: Replace kthread_create with kthread_runMarkus Pargmann2015-04-021-3/+3
* nbd: Remove kernel internal headerMarkus Pargmann2015-04-021-0/+22
* NVMe: increase depth of admin queueJens Axboe2015-03-311-1/+1
* nvme: Fix PRP list calculation for non-4k system page sizeMurali Iyer2015-03-311-2/+2
* NVMe: Fix blk-mq hot cpu notificationKeith Busch2015-03-311-7/+5
* NVMe: embedded iod mask cleanupChong Yuan2015-03-311-4/+3
* NVMe: Freeze admin queue on device failureKeith Busch2015-03-311-2/+3
* block, drbd: use mempool_create_slab_pool()David Rientjes2015-03-251-4/+3
* block, drbd: fix drbd_req_new() initializationDavid Rientjes2015-03-251-1/+2
* Merge tag 'nbd_fixes_20150305' of git://git.pengutronix.de/git/mpa/linux-nbd ...Jens Axboe2015-03-051-4/+4
|\
| * nbd: fix possible memory leakSudip Mukherjee2015-03-051-4/+4
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-281-41/+58
|\ \
| * | NVMe: Fix for BLK_DEV_INTEGRITY not setKeith Busch2015-02-231-41/+58
| |/
* / zram: use proper type to update max_used_pagesJoonsoo Kim2015-02-281-1/+1
|/
* Merge branch 'for-3.20' of git://git.infradead.org/users/kbusch/linux-nvme in...Jens Axboe2015-02-212-207/+385
|\
| * NVMe: Fix potential corruption on sync commandsKeith Busch2015-02-201-29/+3
| * NVMe: Remove unused variablesKeith Busch2015-02-201-8/+0
| * NVMe: Fix scsi mode select llbaa settingKeith Busch2015-02-201-1/+1
| * NVMe: Fix potential corruption during shutdownKeith Busch2015-02-201-30/+19
| * NVMe: Asynchronous controller probeKeith Busch2015-02-201-17/+31
| * NVMe: Register management handle under nvme classKeith Busch2015-02-201-23/+56
| * NVMe: Update SCSI Inquiry VPD 83h translationKeith Busch2015-02-201-41/+53
| * NVMe: Metadata format supportKeith Busch2015-02-201-67/+231
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-02-191-110/+83
|\ \ | |/ |/|
| * rbd: convert to blk-mqChristoph Hellwig2015-02-191-54/+68
| * rbd: do not treat standalone as flattenIlya Dryomov2015-02-191-20/+10
| * rbd: fix error paths in rbd_dev_refresh()Ilya Dryomov2015-02-191-7/+6
| * rbd: nuke copy_token()Rickard Strandqvist2015-02-191-30/+0
* | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-181-4/+8
|\ \
| * | virtio_blk: coding style fixesMichael S. Tsirkin2015-01-211-4/+2
| * | virtio/blk: verify device has config spaceMichael S. Tsirkin2015-01-211-0/+6
* | | brd: rename XIP to DAXMatthew Wilcox2015-02-172-13/+14
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-133-117/+133
|\ \ \
| * | | kernel.h: remove ancient __FUNCTION__ hackRasmus Villemoes2015-02-131-1/+1
| * | | mm/zpool: add name argument to create zpoolGanesh Mahendran2015-02-131-3/+5
| * | | zram: remove request_queue from struct zramSergey Senozhatsky2015-02-132-9/+8
| * | | zram: remove init_lock in zram_make_requestMinchan Kim2015-02-132-32/+64
| * | | zram: check bd_openers instead of bd_holdersMinchan Kim2015-02-131-1/+1