summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
| * | | | xen-blkfront: fix accounting of reqs when migratingRoger Pau Monne2015-02-101-2/+2
| * | | | floppy: Avoid manual call of device_create_file()Takashi Iwai2015-02-031-9/+8Star
| * | | | NVMe: avoid kmalloc/kfree for smaller IOJens Axboe2015-01-291-31/+88
| * | | | Merge branch 'for-3.20/core' into for-3.20/driversJens Axboe2015-01-232-2/+2
| |\ \ \ \
| * | | | | NVMe: within nvme_free_queues(), delete RCU sychro/deferred freekaoudis2015-01-221-8/+1Star
| * | | | | null_blk: suppress invalid partition infoJens Axboe2015-01-171-1/+1
| * | | | | brd: Request from fdisk 4k alignmentBoaz Harrosh2015-01-141-0/+9
| * | | | | brd: Fix all partitions BUGsBoaz Harrosh2015-01-141-62/+38Star
| * | | | | Merge branch 'for-3.20/core' into for-3.20/driversJens Axboe2015-01-141-7/+7
| |\ \ \ \ \
| * | | | | | loop: add blk-mq.h includeJens Axboe2015-01-022-1/+1
| * | | | | | block: loop: don't handle REQ_FUA explicitlyMing Lei2015-01-021-11/+3Star
| * | | | | | block: loop: introduce lo_discard() and lo_req_flush()Ming Lei2015-01-021-33/+40
| * | | | | | block: loop: say goodby to bioMing Lei2015-01-021-25/+20Star
| * | | | | | block: loop: improve performance via blk-mqMing Lei2015-01-022-170/+174