aboutsummaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2015-11-06zram: keep the exact overcommited value in mem_used_maxSergey SENOZHATSKY
2015-11-06zram: introduce comp algorithm fallback functionalityLuis Henriques
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-11-06Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-11-04Merge branch 'for-4.4/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-11-04Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-11-02rbd: remove duplicate calls to rbd_dev_mapping_clear()Ilya Dryomov
2015-11-02rbd: set device_type::release instead of device::releaseIlya Dryomov
2015-11-02rbd: don't free rbd_dev outside of the release callbackIlya Dryomov
2015-11-02rbd: return -ENOMEM instead of pool id if rbd_dev_create() failsIlya Dryomov
2015-11-02rbd: drop null test before destroy functionsJulia Lawall
2015-10-30rbd: require stable pages if message data CRCs are enabledRonny Hegewald
2015-10-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-10-23rbd: prevent kernel stack blow up on rbd mapIlya Dryomov
2015-10-23rbd: don't leak parent_spec in rbd_dev_probe_parent()Ilya Dryomov
2015-10-23xen/xenbus: Rename *RING_PAGE* to *RING_GRANT*Julien Grall
2015-10-23block/xen-blkback: Make it running on 64KB page granularityJulien Grall
2015-10-23block/xen-blkfront: Make it running on 64KB page granularityJulien Grall
2015-10-23block/xen-blkfront: split get_grant in 2Julien Grall
2015-10-23block/xen-blkfront: Store a page rather a pfn in the grant structureJulien Grall
2015-10-23block/xen-blkfront: Split blkif_queue_request in 2Julien Grall
2015-10-16rbd: use writefull op for object size writesIlya Dryomov
2015-10-16rbd: set max_sectors explicitlyIlya Dryomov
2015-10-15NVMe: Fix memory leak on retried commandsKeith Busch
2015-10-15nvme: use an integer value to Linux errno valuesChristoph Hellwig
2015-10-15drbd: stop including <asm-generic/kmap_types.h>Christoph Hellwig
2015-10-15move io-64-nonatomic*.h out of asm-genericChristoph Hellwig
2015-10-12nvme: fix 32-bit build warningArnd Bergmann
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