summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2015-10-09nvme: move to a new drivers/nvme/host directoryJay Sternberg
2015-10-09nvme: move hardware structures out of the uapi version of nvme.hChristoph Hellwig
2015-10-09nvme: add a local nvme.h headerChristoph Hellwig
2015-10-09nvme: properly handle partially initialized queues in nvme_create_io_queuesChristoph Hellwig
2015-10-09nvme: merge nvme_dev_start, nvme_dev_resume and nvme_async_probeChristoph Hellwig
2015-10-09nvme: factor reset code into a common helperChristoph Hellwig
2015-10-09nvme: merge nvme_dev_reset into nvme_reset_failed_devChristoph Hellwig
2015-10-09nvme: delete dev from dev_list in nvme_resetChristoph Hellwig
2015-10-09NVMe: Simplify device resume on io queue failureKeith Busch
2015-10-09NVMe: Namespace removal simplificationsKeith Busch
2015-10-09NVMe: Reference count open namespacesKeith Busch
2015-10-09Merge branch 'for-4.4/core' into for-4.4/driversJens Axboe
2015-10-08nbd: Add locking for tasksMarkus Pargmann
2015-10-07Merge branch 'stable/for-jens-4.3' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe
2015-10-07xen-blkfront: check for null drvdata in blkback_changed (XenbusStateClosing)Cathy Avery
2015-10-01blk-mq: fix racy updates of rq->errorsChristoph Hellwig
2015-09-29pktcdvd: drop null test before destroy functionsJulia Lawall
2015-09-23NVMe: Set affinity after allocating request queuesKeith Busch
2015-09-23block: loop: support DIO & AIOMing Lei
2015-09-23block: loop: introduce ioctl command of LOOP_SET_DIRECT_IOMing Lei
2015-09-23block: loop: prepare for supporing direct IOMing Lei
2015-09-23block: loop: use kthread_workMing Lei
2015-09-23block: loop: set QUEUE_FLAG_NOMERGES for request queue of loopMing Lei
2015-09-23Merge branch 'stable/for-jens-4.3' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe
2015-09-23xen/blkback: free requests on disconnectionRoger Pau Monne
2015-09-19Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-09-17zram: fix possible use after free in zcomp_create()Luis Henriques
2015-09-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2015-09-10Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-09-09Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2015-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-09-08zram: unify error reportingSergey Senozhatsky
2015-09-08zsmalloc: account the number of compacted pagesSergey Senozhatsky
2015-09-08zsmalloc/zram: introduce zs_pool_stats apiSergey Senozhatsky
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-09-08rbd: plug rbd_dev->header.object_prefix memory leakIlya Dryomov
2015-09-08rbd: fix double free on rbd_dev->header_nameIlya Dryomov
2015-09-08Merge tag 'for-linus-4.3-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-09-08xen: Use correctly the Xen memory terminologiesJulien Grall
2015-09-08virtio-blk: Allow extended partitionsFam Zheng
2015-09-08virtio-blk: use VIRTIO_BLK_F_WCE and VIRTIO_BLK_F_CONFIG_WCE in virtio1Paolo Bonzini
2015-09-02null_blk: fix wrong capacity when bs is not 512 bytesMatias Bjørling
2015-09-02null_blk: fix memory leak on cleanupMatias Bjørling
2015-09-02Merge branch 'for-4.3/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-09-02Merge branch 'for-4.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-08-27dax: drop size parameter to ->direct_access()Dan Williams
2015-08-26NVMe: Using PRACT bit to generate and verify PI by controllerAlok Pandey
2015-08-25mtip32x: fix regression introduced by blk-mq per-hctx flushJeff Moyer
2015-08-20pmem, dax: have direct_access use __pmem annotationRoss Zwisler
2015-08-20xen-blkfront: convert to blk-mq APIsBob Liu