summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-13zram: rework reset and destroy pathSergey Senozhatsky1-42/+33
2015-02-13zram: fix umount-reset_store-mount race conditionSergey Senozhatsky1-14/+9
2015-02-13zram: free meta table in zram_meta_freeGanesh Mahendran1-17/+16
2015-02-13zram: clean up zram_meta_alloc()Sergey Senozhatsky1-8/+6
2015-02-13Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds9-333/+374
2015-02-13Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds3-9/+9
2015-02-11Merge tag 'stable/for-linus-3.20-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-54/+126
2015-02-10xen-blkback: default to X86_32 ABI on x86David Vrabel2-2/+11
2015-02-10xen-blkfront: fix accounting of reqs when migratingRoger Pau Monne1-2/+2
2015-02-03floppy: Avoid manual call of device_create_file()Takashi Iwai1-9/+8
2015-01-29NVMe: avoid kmalloc/kfree for smaller IOJens Axboe1-31/+88
2015-01-28xen-blkback: safely unmap grants in case they are still in useJennifer Herbert2-50/+122
2015-01-28xen/grant-table: add helpers for allocating pagesDavid Vrabel1-4/+4
2015-01-28rbd: drop parent_ref in rbd_dev_unprobe() unconditionallyIlya Dryomov1-4/+1
2015-01-28rbd: fix rbd_dev_parent_get() when parent_overlap == 0Ilya Dryomov1-14/+6
2015-01-24Merge branch 'for-3.20/core' into for-3.20/driversJens Axboe2-2/+2
2015-01-24block: support different tag allocation policyShaohua Li1-1/+1
2015-01-22NVMe: within nvme_free_queues(), delete RCU sychro/deferred freekaoudis1-8/+1
2015-01-21block: Add discard flag to blkdev_issue_zeroout() functionMartin K. Petersen1-1/+1
2015-01-21virtio_blk: coding style fixesMichael S. Tsirkin1-4/+2
2015-01-21virtio/blk: verify device has config spaceMichael S. Tsirkin1-0/+6
2015-01-17null_blk: suppress invalid partition infoJens Axboe1-1/+1
2015-01-16NVMe: cq_vector should be signedJens Axboe1-1/+1
2015-01-14brd: Request from fdisk 4k alignmentBoaz Harrosh1-0/+9
2015-01-14brd: Fix all partitions BUGsBoaz Harrosh1-62/+38