summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds2015-02-123-9/+9
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | block: support different tag allocation policyShaohua Li2015-01-231-1/+1
| * | | block: Add discard flag to blkdev_issue_zeroout() functionMartin K. Petersen2015-01-211-1/+1
| | |/ | |/|
| * | block: Change direct_access calling conventionMatthew Wilcox2015-01-141-7/+7
| |/
* | Merge tag 'stable/for-linus-3.20-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2015-02-102-54/+126
|\ \
| * | xen-blkback: safely unmap grants in case they are still in useJennifer Herbert2015-01-282-50/+122
| * | xen/grant-table: add helpers for allocating pagesDavid Vrabel2015-01-281-4/+4
* | | rbd: drop parent_ref in rbd_dev_unprobe() unconditionallyIlya Dryomov2015-01-281-4/+1Star
* | | rbd: fix rbd_dev_parent_get() when parent_overlap == 0Ilya Dryomov2015-01-281-14/+6Star
* | | NVMe: cq_vector should be signedJens Axboe2015-01-151-1/+1
|/ /
* | NVMe: Fix locking on abort handlingKeith Busch2015-01-081-10/+19
* | NVMe: Start and stop h/w queues on resetKeith Busch2015-01-081-3/+41
* | NVMe: Command abort handling fixesKeith Busch2015-01-081-4/+13
* | NVMe: Admin queue removal handlingKeith Busch2015-01-081-14/+20
* | NVMe: Reference count admin queue usageKeith Busch2015-01-081-14/+14
* | NVMe: Start all requestsKeith Busch2015-01-081-4/+12
|/
* block: fix checking return value of blk_mq_init_queueMing Lei2015-01-023-3/+3
* NVMe: Fix double free irqKeith Busch2014-12-221-5/+12
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-12-181-4/+7
|\
| * rbd: don't treat CEPH_OSD_OP_DELETE as extent opIlya Dryomov2014-12-171-2/+6
| * ceph, rbd: delete unnecessary checks before two function callsSF Markus Elfring2014-12-171-2/+1Star
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-153-3/+0Star
|\ \
| * \ Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-043-3/+0Star
| |\ \
| | * | block: drop owner assignment from platform_driversWolfram Sang2014-10-203-3/+0Star