summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2015-09-091-3/+3
|\ \ \ \ \
| * | | | | virtio-blk: Allow extended partitionsFam Zheng2015-09-081-0/+1
| * | | | | virtio-blk: use VIRTIO_BLK_F_WCE and VIRTIO_BLK_F_CONFIG_WCE in virtio1Paolo Bonzini2015-09-081-3/+2Star
| | |/ / / | |/| | |
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-092-14/+17
|\ \ \ \ \
| * | | | | zram: unify error reportingSergey Senozhatsky2015-09-091-7/+8
| * | | | | zsmalloc: account the number of compacted pagesSergey Senozhatsky2015-09-091-1/+1
| * | | | | zsmalloc/zram: introduce zs_pool_stats apiSergey Senozhatsky2015-09-092-7/+9
| | |_|/ / | |/| | |
* | | | | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-6/+2Star
|\ \ \ \ \
| * | | | | dax: drop size parameter to ->direct_access()Dan Williams2015-08-281-5/+1Star
| * | | | | pmem, dax: have direct_access use __pmem annotationRoss Zwisler2015-08-201-2/+2
* | | | | | Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-081-86/+60Star
|\ \ \ \ \ \ | |_|/ / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | xen-blkfront: convert to blk-mq APIsBob Liu2015-08-201-86/+60Star
* | | | | Merge branch 'for-4.3/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-022-145/+484
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | NVMe: Using PRACT bit to generate and verify PI by controllerAlok Pandey2015-08-261-5/+8
| * | | | NVMe:Remove unreachable code in nvme_abort_reqSunad Bhandary2015-08-191-15/+9Star
| * | | | NVMe: Add nvme subsystem reset IOCTLJon Derrick2015-08-181-0/+11
| * | | | NVMe: Add nvme subsystem reset supportKeith Busch2015-08-181-1/+10
| * | | | NVMe: removed unused nn var from nvme_dev_addMatias Bjørling2015-08-181-2/+0Star
| * | | | NVMe: Set queue max segmentsKeith Busch2015-08-171-1/+4
| * | | | nbd: flags is a u32 variableMarkus Pargmann2015-08-171-1/+1
| * | | | nbd: Rename functions for clearness of recv/send pathMarkus Pargmann2015-08-171-6/+6
| * | | | nbd: Change 'disconnect' to be booleanMarkus Pargmann2015-08-171-4/+4
| * | | | nbd: Add debugfs entriesMarkus Pargmann2015-08-171-1/+177
| * | | | nbd: Remove variable 'pid'Markus Pargmann2015-08-171-10/+9Star
| * | | | nbd: Move clear queue debug messageMarkus Pargmann2015-08-171-1/+1