summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.4/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-056-6028/+225Star
|\
| * nvme: move to a new drivers/nvme/host directoryJay Sternberg2015-10-095-6056/+0Star
| * nvme: move hardware structures out of the uapi version of nvme.hChristoph Hellwig2015-10-091-0/+1
| * nvme: add a local nvme.h headerChristoph Hellwig2015-10-093-2/+136
| * nvme: properly handle partially initialized queues in nvme_create_io_queuesChristoph Hellwig2015-10-091-2/+14
| * nvme: merge nvme_dev_start, nvme_dev_resume and nvme_async_probeChristoph Hellwig2015-10-091-33/+20Star
| * nvme: factor reset code into a common helperChristoph Hellwig2015-10-091-24/+24
| * nvme: merge nvme_dev_reset into nvme_reset_failed_devChristoph Hellwig2015-10-091-9/+3Star
| * nvme: delete dev from dev_list in nvme_resetChristoph Hellwig2015-10-091-0/+1
| * NVMe: Simplify device resume on io queue failureKeith Busch2015-10-091-28/+6Star
| * NVMe: Namespace removal simplificationsKeith Busch2015-10-091-32/+10Star
| * NVMe: Reference count open namespacesKeith Busch2015-10-091-9/+20
| * Merge branch 'for-4.4/core' into for-4.4/driversJens Axboe2015-10-096-65/+62Star
| |\
| * | block: loop: support DIO & AIOMing Lei2015-09-232-3/+97
| * | block: loop: introduce ioctl command of LOOP_SET_DIRECT_IOMing Lei2015-09-231-0/+19
| * | block: loop: prepare for supporing direct IOMing Lei2015-09-232-0/+78
| * | block: loop: use kthread_workMing Lei2015-09-232-61/+28Star
| * | block: loop: set QUEUE_FLAG_NOMERGES for request queue of loopMing Lei2015-09-231-0/+6
* | | Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-11-054-214/+387
|\ \ \
| * | | xen/xenbus: Rename *RING_PAGE* to *RING_GRANT*Julien Grall2015-10-233-10/+10
| * | | block/xen-blkback: Make it running on 64KB page granularityJulien Grall2015-10-233-9/+22
| * | | block/xen-blkfront: Make it running on 64KB page granularityJulien Grall2015-10-231-111/+213
| * | | block/xen-blkfront: split get_grant in 2Julien Grall2015-10-231-29/+59
| * | | block/xen-blkfront: Store a page rather a pfn in the grant structureJulien Grall2015-10-231-20/+19Star
| * | | block/xen-blkfront: Split blkif_queue_request in 2Julien Grall2015-10-231-124/+153
* | | | rbd: require stable pages if message data CRCs are enabledRonny Hegewald2015-10-301-0/+3
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-10-243-16/+47
|\ \ \ \
| * | | | NVMe: Fix memory leak on retried commandsKeith Busch2015-10-151-2/+6
| * | | | nvme: use an integer value to Linux errno valuesChristoph Hellwig2015-10-151-5/+7
| * | | | nvme: fix 32-bit build warningArnd Bergmann2015-10-121-3/+3
| * | | | nbd: Add locking for tasksMarkus Pargmann2015-10-081-6/+30
| * | | | Merge branch 'stable/for-jens-4.3' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2015-10-071-1/+2
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | xen-blkfront: check for null drvdata in blkback_changed (XenbusStateClosing)Cathy Avery2015-10-071-1/+2
* | | | | rbd: prevent kernel stack blow up on rbd mapIlya Dryomov2015-10-231-10/+23
* | | | | rbd: don't leak parent_spec in rbd_dev_probe_parent()Ilya Dryomov2015-10-231-20/+16Star
| |_|/ / |/| | |
* | | | rbd: use writefull op for object size writesIlya Dryomov2015-10-161-2/+7
* | | | rbd: set max_sectors explicitlyIlya Dryomov2015-10-161-0/+1
|/ / /
* | | blk-mq: fix racy updates of rq->errorsChristoph Hellwig2015-10-015-26/+24Star
* | | NVMe: Set affinity after allocating request queuesKeith Busch2015-09-231-19/+17Star
* | | Merge branch 'stable/for-jens-4.3' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2015-09-231-18/+20
|\| | | |/ |/|
| * xen/blkback: free requests on disconnectionRoger Pau Monne2015-09-231-18/+20
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-201-18/+18
|\ \
| * | null_blk: fix wrong capacity when bs is not 512 bytesMatias Bjørling2015-09-031-2/+1Star
| * | null_blk: fix memory leak on cleanupMatias Bjørling2015-09-031-16/+17
* | | zram: fix possible use after free in zcomp_create()Luis Henriques2015-09-181-5/+7
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2015-09-111-2/+4
|\ \ \
| * | | rbd: plug rbd_dev->header.object_prefix memory leakIlya Dryomov2015-09-081-1/+4
| * | | rbd: fix double free on rbd_dev->header_nameIlya Dryomov2015-09-081-1/+0Star
* | | | Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-09-111-3/+3
|\ \ \ \
| * | | | xen: Use correctly the Xen memory terminologiesJulien Grall2015-09-081-3/+3