summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2015-10-15NVMe: Fix memory leak on retried commandsKeith Busch1-2/+6
2015-10-15nvme: use an integer value to Linux errno valuesChristoph Hellwig1-5/+7
2015-10-15drbd: stop including <asm-generic/kmap_types.h>Christoph Hellwig1-1/+1
2015-10-15move io-64-nonatomic*.h out of asm-genericChristoph Hellwig1-1/+1
2015-10-12nvme: fix 32-bit build warningArnd Bergmann1-3/+3
2015-10-09nvme: move to a new drivers/nvme/host directoryJay Sternberg5-6056/+0
2015-10-09nvme: move hardware structures out of the uapi version of nvme.hChristoph Hellwig1-0/+1
2015-10-09nvme: add a local nvme.h headerChristoph Hellwig3-2/+136
2015-10-09nvme: properly handle partially initialized queues in nvme_create_io_queuesChristoph Hellwig1-2/+14
2015-10-09nvme: merge nvme_dev_start, nvme_dev_resume and nvme_async_probeChristoph Hellwig1-33/+20
2015-10-09nvme: factor reset code into a common helperChristoph Hellwig1-24/+24
2015-10-09nvme: merge nvme_dev_reset into nvme_reset_failed_devChristoph Hellwig1-9/+3
2015-10-09nvme: delete dev from dev_list in nvme_resetChristoph Hellwig1-0/+1
2015-10-09NVMe: Simplify device resume on io queue failureKeith Busch1-28/+6
2015-10-09NVMe: Namespace removal simplificationsKeith Busch1-32/+10
2015-10-09NVMe: Reference count open namespacesKeith Busch1-9/+20
2015-10-09Merge branch 'for-4.4/core' into for-4.4/driversJens Axboe6-65/+62
2015-10-08nbd: Add locking for tasksMarkus Pargmann1-6/+30
2015-10-07Merge branch 'stable/for-jens-4.3' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe1-1/+2
2015-10-07xen-blkfront: check for null drvdata in blkback_changed (XenbusStateClosing)Cathy Avery1-1/+2
2015-10-01blk-mq: fix racy updates of rq->errorsChristoph Hellwig5-26/+24
2015-09-29pktcdvd: drop null test before destroy functionsJulia Lawall1-2/+1
2015-09-23NVMe: Set affinity after allocating request queuesKeith Busch1-19/+17
2015-09-23block: loop: support DIO & AIOMing Lei2-3/+97
2015-09-23block: loop: introduce ioctl command of LOOP_SET_DIRECT_IOMing Lei1-0/+19
2015-09-23block: loop: prepare for supporing direct IOMing Lei2-0/+78
2015-09-23block: loop: use kthread_workMing Lei2-61/+28
2015-09-23block: loop: set QUEUE_FLAG_NOMERGES for request queue of loopMing Lei1-0/+6
2015-09-23Merge branch 'stable/for-jens-4.3' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe1-18/+20
2015-09-23xen/blkback: free requests on disconnectionRoger Pau Monne1-18/+20
2015-09-20Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-18/+18
2015-09-18zram: fix possible use after free in zcomp_create()Luis Henriques1-5/+7
2015-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-2/+4
2015-09-11Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+3
2015-09-09Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-3/+3
2015-09-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-14/+17
2015-09-09zram: unify error reportingSergey Senozhatsky1-7/+8
2015-09-09zsmalloc: account the number of compacted pagesSergey Senozhatsky1-1/+1
2015-09-09zsmalloc/zram: introduce zs_pool_stats apiSergey Senozhatsky2-7/+9
2015-09-09Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+2
2015-09-08rbd: plug rbd_dev->header.object_prefix memory leakIlya Dryomov1-1/+4
2015-09-08rbd: fix double free on rbd_dev->header_nameIlya Dryomov1-1/+0
2015-09-08Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-86/+60
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall1-3/+3
2015-09-08virtio-blk: Allow extended partitionsFam Zheng1-0/+1
2015-09-08virtio-blk: use VIRTIO_BLK_F_WCE and VIRTIO_BLK_F_CONFIG_WCE in virtio1Paolo Bonzini1-3/+2
2015-09-03null_blk: fix wrong capacity when bs is not 512 bytesMatias Bjørling1-2/+1
2015-09-03null_blk: fix memory leak on cleanupMatias Bjørling1-16/+17
2015-09-02Merge branch 'for-4.3/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2-145/+484
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds25-224/+109