summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorLines
2015-04-15zram: export new 'io_stat' sysfs attrsSergey Senozhatsky-0/+20
2015-04-15zram: use generic start/end io accountingSergey Senozhatsky-0/+6
2015-04-15zram: move compact_store() to sysfs functions areaSergey Senozhatsky-23/+0
2015-04-15zram: remove `num_migrated' device attrSergey Senozhatsky-2/+0
2015-04-15zram: support compactionMinchan Kim-0/+26
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-5/+7
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells-4/+4
2015-04-15block: loop: switch to VFS ITER_BVECChristoph Hellwig-174/+120
2015-04-15xenbus_client: Extend interface to support multi-page ringWei Liu-4/+6
2015-04-11switch /dev/loop to vfs_iter_write()Al Viro-5/+7
2015-04-10sd, mmc, virtio_blk, string_helpers: fix block size unitsJames Bottomley-4/+5
2015-04-08Merge branch 'linus' into irq/core to get the GIC updates whichThomas Gleixner-4/+5
2015-04-07Merge branch 'stable/for-jens-4.1' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe-52/+54
2015-04-07NVMe: Meta data handling through submit io ioctlKeith Busch-74/+49
2015-04-07NVMe: Add translation for block limitsKeith Busch-1/+27
2015-04-07NVMe: Remove check for nullKeith Busch-2/+0
2015-04-07NVMe: Fix error handling of class_create("nvme")Alexey Khoroshilov-1/+3
2015-04-07xen-blkback: define pr_fmt macro to avoid the duplication of DRV_PFXTao Chen-50/+49
2015-04-07xen-blkback: enlarge the array size of blkback nameTao Chen-2/+5
2015-04-02nbd: Return error pointer directlyMarkus Pargmann-5/+2
2015-04-02nbd: Return error code directlyMarkus Pargmann-5/+2
2015-04-02nbd: Remove fixme that was already fixedMarkus Pargmann-6/+3
2015-04-02nbd: Restructure debugging printsMarkus Pargmann-66/+22
2015-04-02nbd: Fix device bytesize typeMarkus Pargmann-1/+2
2015-04-02nbd: Replace kthread_create with kthread_runMarkus Pargmann-3/+3
2015-04-02nbd: Remove kernel internal headerMarkus Pargmann-0/+22
2015-04-01drivers/block/pmem: Fix 32-bit build warning in pmem_alloc()Ingo Molnar-2/+1
2015-04-01drivers/block/pmem: Add a driver for persistent memoryRoss Zwisler-0/+275
2015-03-31NVMe: increase depth of admin queueJens Axboe-1/+1
2015-03-31nvme: Fix PRP list calculation for non-4k system page sizeMurali Iyer-2/+2
2015-03-31NVMe: Fix blk-mq hot cpu notificationKeith Busch-7/+5
2015-03-31NVMe: embedded iod mask cleanupChong Yuan-4/+3
2015-03-31NVMe: Freeze admin queue on device failureKeith Busch-2/+3
2015-03-24block, drbd: use mempool_create_slab_pool()David Rientjes-4/+3
2015-03-24block, drbd: fix drbd_req_new() initializationDavid Rientjes-1/+2
2015-03-23NVMe: Initialize device list head before startingKeith Busch-0/+1
2015-03-23powerpc: Move Power Macintosh drivers to generic byteswappersDavid Gibson-6/+6
2015-03-05genirq: Remove the deprecated 'IRQF_DISABLED' request_irq() flag entirelyValentin Rothberg-2/+2
2015-03-05Merge tag 'nbd_fixes_20150305' of git://git.pengutronix.de/git/mpa/linux-nbd ...Jens Axboe-4/+4
2015-03-05nbd: fix possible memory leakSudip Mukherjee-4/+4
2015-02-28Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-41/+58
2015-02-28zram: use proper type to update max_used_pagesJoonsoo Kim-1/+1
2015-02-23NVMe: Fix for BLK_DEV_INTEGRITY not setKeith Busch-41/+58
2015-02-20Merge branch 'for-3.20' of git://git.infradead.org/users/kbusch/linux-nvme in...Jens Axboe-207/+385
2015-02-19NVMe: Fix potential corruption on sync commandsKeith Busch-29/+3
2015-02-19NVMe: Remove unused variablesKeith Busch-8/+0
2015-02-19NVMe: Fix scsi mode select llbaa settingKeith Busch-1/+1
2015-02-19NVMe: Fix potential corruption during shutdownKeith Busch-30/+19
2015-02-19NVMe: Asynchronous controller probeKeith Busch-17/+31
2015-02-19NVMe: Register management handle under nvme classKeith Busch-23/+56