summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-161-174/+120
|\
| * block: loop: switch to VFS ITER_BVECChristoph Hellwig2015-04-151-174/+120
* | Merge branch 'for-4.1/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2015-04-168-236/+207
|\ \
| * \ Merge branch 'stable/for-jens-4.1' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2015-04-073-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-071-74/+49
| * | | NVMe: Add translation for block limitsKeith Busch2015-04-071-1/+27
| * | | NVMe: Remove check for nullKeith Busch2015-04-071-2/+0
| * | | NVMe: Fix error handling of class_create("nvme")Alexey Khoroshilov2015-04-071-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-241-4/+3
| * | block, drbd: fix drbd_req_new() initializationDavid Rientjes2015-03-241-1/+2
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-04-161-4/+5
|\ \ \
| * | | sd, mmc, virtio_blk, string_helpers: fix block size unitsJames Bottomley2015-04-101-4/+5
* | | | Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2015-04-162-4/+6
|\ \ \ \
| * | | | xenbus_client: Extend interface to support multi-page ringWei Liu2015-04-152-4/+6
| |/ / /
* | | | Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-04-161-6/+6
|\ \ \ \
| * | | | powerpc: Move Power Macintosh drivers to generic byteswappersDavid Gibson2015-03-231-6/+6
| |/ / /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-153-2/+76
|\ \ \ \
| * | | | paride: fix the "verbose" module paramDan Carpenter2015-04-151-2/+2
| * | | | zram: fix error return codeJulia Lawall2015-04-151-0/+1
| * | | | zram: deprecate zram attrs sysfs nodesSergey Senozhatsky2015-04-151-0/+15
| * | | | zram: export new 'mm_stat' sysfs attrsSergey Senozhatsky2015-04-151-0/+31
| * | | | zram: export new 'io_stat' sysfs attrsSergey Senozhatsky2015-04-151-0/+20
| * | | | zram: use generic start/end io accountingSergey Senozhatsky2015-04-151-0/+6
| * | | | zram: move compact_store() to sysfs functions areaSergey Senozhatsky2015-04-151-23/+0
| * | | | zram: remove `num_migrated' device attrSergey Senozhatsky2015-04-151-2/+0
| * | | | zram: support compactionMinchan Kim2015-04-152-0/+26
* | | | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-04-151-5/+7
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | switch /dev/loop to vfs_iter_write()Al Viro2015-04-111-5/+7
* | | | Merge branch 'linus' into irq/core to get the GIC updates whichThomas Gleixner2015-04-082-4/+5
|\ \ \ \ | |/ / /
| * | | NVMe: Initialize device list head before startingKeith Busch2015-03-231-0/+1
| | |/ | |/|
| * | 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
* | | genirq: Remove the deprecated 'IRQF_DISABLED' request_irq() flag entirelyValentin Rothberg2015-03-051-2/+2
|/ /
* | 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
|/
OpenPOWER on IntegriCloud