summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-163-2/+76
|\
| * paride: fix the "verbose" module paramDan Carpenter2015-04-161-2/+2
| * zram: fix error return codeJulia Lawall2015-04-161-0/+1
| * zram: deprecate zram attrs sysfs nodesSergey Senozhatsky2015-04-161-0/+15
| * zram: export new 'mm_stat' sysfs attrsSergey Senozhatsky2015-04-161-0/+31
| * zram: export new 'io_stat' sysfs attrsSergey Senozhatsky2015-04-161-0/+20
| * zram: use generic start/end io accountingSergey Senozhatsky2015-04-161-0/+6
| * zram: move compact_store() to sysfs functions areaSergey Senozhatsky2015-04-161-23/+0Star
| * zram: remove `num_migrated' device attrSergey Senozhatsky2015-04-161-2/+0Star
| * zram: support compactionMinchan Kim2015-04-162-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-121-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
|/
* 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/+3Star
| * NVMe: Remove unused variablesKeith Busch2015-02-201-8/+0Star
| * NVMe: Fix scsi mode select llbaa settingKeith Busch2015-02-201-1/+1
| * NVMe: Fix potential corruption during shutdownKeith Busch2015-02-201-30/+19Star
| * 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/+83Star
|\ \ | |/ |/|
| * rbd: convert to blk-mqChristoph Hellwig2015-02-191-54/+68
| * rbd: do not treat standalone as flattenIlya Dryomov2015-02-191-20/+10Star
| * rbd: fix error paths in rbd_dev_refresh()Ilya Dryomov2015-02-191-7/+6Star
| * rbd: nuke copy_token()Rickard Strandqvist2015-02-191-30/+0Star
* | 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/+2Star
| * | 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/+8Star
| * | | 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
| * | | zram: rework reset and destroy pathSergey Senozhatsky2015-02-131-42/+33Star
| * | | zram: fix umount-reset_store-mount race conditionSergey Senozhatsky2015-02-131-14/+9Star
| * | | zram: free meta table in zram_meta_freeGanesh Mahendran2015-02-131-17/+16Star
| * | | zram: clean up zram_meta_alloc()Sergey Senozhatsky2015-02-131-8/+6Star
* | | | Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-129-333/+374
|\ \ \ \
| * | | | xen-blkback: default to X86_32 ABI on x86David Vrabel2015-02-102-2/+11