aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-16brd: rename XIP to DAXMatthew Wilcox2-13/+14
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-117/+133
2015-02-12kernel.h: remove ancient __FUNCTION__ hackRasmus Villemoes1-1/+1
2015-02-12mm/zpool: add name argument to create zpoolGanesh Mahendran1-3/+5
2015-02-12zram: remove request_queue from struct zramSergey Senozhatsky2-9/+8
2015-02-12zram: remove init_lock in zram_make_requestMinchan Kim2-32/+64
2015-02-12zram: check bd_openers instead of bd_holdersMinchan Kim1-1/+1
2015-02-12zram: rework reset and destroy pathSergey Senozhatsky1-42/+33
2015-02-12zram: fix umount-reset_store-mount race conditionSergey Senozhatsky1-14/+9
2015-02-12zram: free meta table in zram_meta_freeGanesh Mahendran1-17/+16
2015-02-12zram: clean up zram_meta_alloc()Sergey Senozhatsky1-8/+6
2015-02-12Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds9-333/+374
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds3-9/+9
2015-02-10Merge tag 'stable/for-linus-3.20-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus 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-23Merge branch 'for-3.20/core' into for-3.20/driversJens Axboe2-2/+2
2015-01-23block: support different tag allocation policyShaohua Li1-1/+1
2015-01-21NVMe: 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-16null_blk: suppress invalid partition infoJens Axboe1-1/+1
2015-01-15NVMe: cq_vector should be signedJens Axboe1-1/+1
2015-01-13brd: Request from fdisk 4k alignmentBoaz Harrosh1-0/+9
2015-01-13brd: Fix all partitions BUGsBoaz Harrosh1-62/+38
2015-01-13Merge branch 'for-3.20/core' into for-3.20/driversJens Axboe1-7/+7
2015-01-13block: Change direct_access calling conventionMatthew Wilcox1-7/+7
2015-01-08NVMe: Fix locking on abort handlingKeith Busch1-10/+19
2015-01-08NVMe: Start and stop h/w queues on resetKeith Busch1-3/+41
2015-01-08NVMe: Command abort handling fixesKeith Busch1-4/+13
2015-01-08NVMe: Admin queue removal handlingKeith Busch1-14/+20
2015-01-08NVMe: Reference count admin queue usageKeith Busch1-14/+14
2015-01-08NVMe: Start all requestsKeith Busch1-4/+12
2015-01-02loop: add blk-mq.h includeJens Axboe2-1/+1
2015-01-02block: loop: don't handle REQ_FUA explicitlyMing Lei1-11/+3
2015-01-02block: loop: introduce lo_discard() and lo_req_flush()Ming Lei1-33/+40
2015-01-02block: loop: say goodby to bioMing Lei1-25/+20
2015-01-02block: loop: improve performance via blk-mqMing Lei2-170/+174
2015-01-02block: fix checking return value of blk_mq_init_queueMing Lei3-3/+3
2014-12-22NVMe: Fix double free irqKeith Busch1-5/+12
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-4/+7
2014-12-17rbd: don't treat CEPH_OSD_OP_DELETE as extent opIlya Dryomov1-2/+6
2014-12-17ceph, rbd: delete unnecessary checks before two function callsSF Markus Elfring1-2/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds3-3/+0
2014-12-13Merge branch 'for-3.19/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds14-1158/+942