summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2015-04-08NVMe: Remove check for nullKeith Busch1-2/+0
2015-04-08NVMe: Fix error handling of class_create("nvme")Alexey Khoroshilov1-1/+3
2015-04-07xen-blkback: define pr_fmt macro to avoid the duplication of DRV_PFXTao Chen3-50/+49
2015-04-07xen-blkback: enlarge the array size of blkback nameTao Chen1-2/+5
2015-04-02nbd: Return error pointer directlyMarkus Pargmann1-5/+2
2015-04-02nbd: Return error code directlyMarkus Pargmann1-5/+2
2015-04-02nbd: Remove fixme that was already fixedMarkus Pargmann1-6/+3
2015-04-02nbd: Restructure debugging printsMarkus Pargmann1-66/+22
2015-04-02nbd: Fix device bytesize typeMarkus Pargmann1-1/+2
2015-04-02nbd: Replace kthread_create with kthread_runMarkus Pargmann1-3/+3
2015-04-02nbd: Remove kernel internal headerMarkus Pargmann1-0/+22
2015-04-01drivers/block/pmem: Fix 32-bit build warning in pmem_alloc()Ingo Molnar1-2/+1
2015-04-01drivers/block/pmem: Add a driver for persistent memoryRoss Zwisler3-0/+275
2015-03-31NVMe: increase depth of admin queueJens Axboe1-1/+1
2015-03-31nvme: Fix PRP list calculation for non-4k system page sizeMurali Iyer1-2/+2
2015-03-31NVMe: Fix blk-mq hot cpu notificationKeith Busch1-7/+5
2015-03-31NVMe: embedded iod mask cleanupChong Yuan1-4/+3
2015-03-31NVMe: Freeze admin queue on device failureKeith Busch1-2/+3
2015-03-25block, drbd: use mempool_create_slab_pool()David Rientjes1-4/+3
2015-03-25block, drbd: fix drbd_req_new() initializationDavid Rientjes1-1/+2
2015-03-23NVMe: Initialize device list head before startingKeith Busch1-0/+1
2015-03-23powerpc: Move Power Macintosh drivers to generic byteswappersDavid Gibson1-6/+6
2015-03-05genirq: Remove the deprecated 'IRQF_DISABLED' request_irq() flag entirelyValentin Rothberg1-2/+2
2015-03-05Merge tag 'nbd_fixes_20150305' of git://git.pengutronix.de/git/mpa/linux-nbd ...Jens Axboe1-4/+4
2015-03-05nbd: fix possible memory leakSudip Mukherjee1-4/+4
2015-02-28Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-41/+58
2015-02-28zram: use proper type to update max_used_pagesJoonsoo Kim1-1/+1
2015-02-23NVMe: Fix for BLK_DEV_INTEGRITY not setKeith Busch1-41/+58
2015-02-21Merge branch 'for-3.20' of git://git.infradead.org/users/kbusch/linux-nvme in...Jens Axboe2-207/+385
2015-02-20NVMe: Fix potential corruption on sync commandsKeith Busch1-29/+3
2015-02-20NVMe: Remove unused variablesKeith Busch1-8/+0
2015-02-20NVMe: Fix scsi mode select llbaa settingKeith Busch1-1/+1
2015-02-20NVMe: Fix potential corruption during shutdownKeith Busch1-30/+19
2015-02-20NVMe: Asynchronous controller probeKeith Busch1-17/+31
2015-02-20NVMe: Register management handle under nvme classKeith Busch1-23/+56
2015-02-20NVMe: Update SCSI Inquiry VPD 83h translationKeith Busch1-41/+53
2015-02-20NVMe: Metadata format supportKeith Busch1-67/+231
2015-02-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-110/+83
2015-02-19rbd: convert to blk-mqChristoph Hellwig1-54/+68
2015-02-19rbd: do not treat standalone as flattenIlya Dryomov1-20/+10
2015-02-19rbd: fix error paths in rbd_dev_refresh()Ilya Dryomov1-7/+6
2015-02-19rbd: nuke copy_token()Rickard Strandqvist1-30/+0
2015-02-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+8
2015-02-17brd: rename XIP to DAXMatthew Wilcox2-13/+14
2015-02-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-117/+133
2015-02-13kernel.h: remove ancient __FUNCTION__ hackRasmus Villemoes1-1/+1
2015-02-13mm/zpool: add name argument to create zpoolGanesh Mahendran1-3/+5
2015-02-13zram: remove request_queue from struct zramSergey Senozhatsky2-9/+8
2015-02-13zram: remove init_lock in zram_make_requestMinchan Kim2-32/+64
2015-02-13zram: check bd_openers instead of bd_holdersMinchan Kim1-1/+1