aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman2-2/+3
2015-11-04Merge branch 'for-4.4/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds6-6028/+225
2015-11-04Merge tag 'for-linus-4.4-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds4-214/+387
2015-10-30rbd: require stable pages if message data CRCs are enabledRonny Hegewald1-0/+3
2015-10-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds3-16/+47
2015-10-23rbd: prevent kernel stack blow up on rbd mapIlya Dryomov1-10/+23
2015-10-23rbd: don't leak parent_spec in rbd_dev_probe_parent()Ilya Dryomov1-20/+16
2015-10-23xen/xenbus: Rename *RING_PAGE* to *RING_GRANT*Julien Grall3-10/+10
2015-10-23block/xen-blkback: Make it running on 64KB page granularityJulien Grall3-9/+22
2015-10-23block/xen-blkfront: Make it running on 64KB page granularityJulien Grall1-111/+213
2015-10-23block/xen-blkfront: split get_grant in 2Julien Grall1-29/+59
2015-10-23block/xen-blkfront: Store a page rather a pfn in the grant structureJulien Grall1-20/+19
2015-10-23block/xen-blkfront: Split blkif_queue_request in 2Julien Grall1-124/+153
2015-10-16rbd: use writefull op for object size writesIlya Dryomov1-2/+7
2015-10-16rbd: set max_sectors explicitlyIlya Dryomov1-0/+1
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-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/kernel/git/konrad/xen into for-linusJens 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-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/kernel/git/konrad/xen into for-linusJens Axboe1-18/+20
2015-09-23xen/blkback: free requests on disconnectionRoger Pau Monne1-18/+20
2015-09-19Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-18/+18
2015-09-17zram: 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/sage/ceph-clientLinus Torvalds1-2/+4
2015-09-10Merge tag 'for-linus-4.3-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus 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-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-14/+17
2015-09-08zram: unify error reportingSergey Senozhatsky1-7/+8
2015-09-08zsmalloc: account the number of compacted pagesSergey Senozhatsky1-1/+1