summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* kernel.h: remove ancient __FUNCTION__ hackRasmus Villemoes2015-02-121-1/+1
* mm/zpool: add name argument to create zpoolGanesh Mahendran2015-02-121-3/+5
* zram: remove request_queue from struct zramSergey Senozhatsky2015-02-122-9/+8
* zram: remove init_lock in zram_make_requestMinchan Kim2015-02-122-32/+64
* zram: check bd_openers instead of bd_holdersMinchan Kim2015-02-121-1/+1
* zram: rework reset and destroy pathSergey Senozhatsky2015-02-121-42/+33
* zram: fix umount-reset_store-mount race conditionSergey Senozhatsky2015-02-121-14/+9
* zram: free meta table in zram_meta_freeGanesh Mahendran2015-02-121-17/+16
* zram: clean up zram_meta_alloc()Sergey Senozhatsky2015-02-121-8/+6
* 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/+1
* | rbd: fix rbd_dev_parent_get() when parent_overlap == 0Ilya Dryomov2015-01-281-14/+6
* | 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-171-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/+1
* | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-143-3/+0
|\ \
| * \ Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-033-3/+0
| |\ \
| | * | block: drop owner assignment from platform_driversWolfram Sang2014-10-203-3/+0
* | | | Merge branch 'for-3.19/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-12-1314-1158/+942
|\ \ \ \
| * | | | NVMe: fix race condition in nvme_submit_sync_cmd()Jens Axboe2014-12-121-4/+11
| * | | | NVMe: fix retry/error logic in nvme_queue_rq()Jens Axboe2014-12-111-23/+16
| * | | | NVMe: Fix FS mount issue (hot-remove followed by hot-add)Indraneel M2014-12-111-1/+1
| * | | | Merge branch 'for-jens-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Jens Axboe2014-12-101-26/+39
| |\ \ \ \
| | * | | | xen/blkfront: remove redundant flush_opVitaly Kuznetsov2014-12-101-20/+31
| | * | | | xen/blkfront: improve protection against issuing unsupported REQ_FUAVitaly Kuznetsov2014-12-101-6/+8
| * | | | | NVMe: fix error return checking from blk_mq_alloc_request()Jens Axboe2014-12-101-6/+6
| * | | | | NVMe: fix freeing of wrong request in abort pathSam Bradshaw2014-12-101-1/+1
| |/ / / /
| * | | | NVMe: Fix command setup on IO retryKeith Busch2014-12-031-2/+1
| * | | | null_blk: boundary check queue_mode and irqmodeMatias Bjorling2014-11-261-2/+40
| * | | | block/rsxx: use generic io stats accounting functions to simplify io stat acc...Gu Zheng2014-11-241-25/+4
| * | | | drbd: use generic io stats accounting functions to simplify io stat accountingGu Zheng2014-11-241-18/+4
| * | | | NVMe: Update module version major numberKeith Busch2014-11-211-1/+1
| * | | | NVMe: fail pci initialization if the device doesn't have any BARsJens Axboe2014-11-201-0/+3
| * | | | NVMe: add ->exit_hctx() hookJens Axboe2014-11-201-0/+9
| * | | | NVMe: make setup work for devices that don't do INTxJens Axboe2014-11-191-0/+19
| * | | | Merge branch 'master' into for-3.19/driversJens Axboe2014-11-184-37/+34
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | NVMe: enable IO stats by defaultJens Axboe2014-11-181-1/+0
| * | | | NVMe: nvme_submit_async_admin_req() must use atomic rq allocationJens Axboe2014-11-181-1/+1
| * | | | NVMe: replace blk_put_request() with blk_mq_free_request()Jens Axboe2014-11-171-7/+7