aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-01null_blk: change type of completion_nsec to unsigned longArianna Avanzini1-2/+2
2015-12-01null_blk: guarantee device restart in all irq modesArianna Avanzini1-12/+15
2015-12-01null_blk: set a separate timer for each commandPaolo Valente1-55/+24
2015-11-20mtip32xx: use formatting capability of kthread_create_on_nodeRasmus Villemoes1-4/+2
2015-11-19null_blk: do not del gendisk with lightnvmMatias Bjørling1-3/+5
2015-11-19null_blk: use device addressing modeMatias Bjørling1-5/+23
2015-11-19null_blk: use ppa_cache poolMatias Bjørling1-2/+23
2015-11-16null_blk: register as a LightNVM deviceMatias Bjørling1-6/+154
2015-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds1-55/+54
2015-11-11brd: Refuse improperly aligned discard requestsJan Kara1-0/+3
2015-11-10Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds9-18/+24
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds8-32/+26
2015-11-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+1
2015-11-07block: change ->make_request_fn() and users to return a queue cookieJens Axboe9-18/+24
2015-11-06signal: turn dequeue_signal_lock() into kernel_dequeue_signal()Oleg Nesterov1-11/+4
2015-11-06zram: make is_partial_io/valid_io_request/page_zero_filled return booleanGeliang Tang1-9/+9
2015-11-06zram: keep the exact overcommited value in mem_used_maxSergey SENOZHATSKY1-2/+2
2015-11-06zram: introduce comp algorithm fallback functionalityLuis Henriques1-3/+3
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman4-5/+5
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman2-2/+3
2015-11-06Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+1
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-11-02rbd: remove duplicate calls to rbd_dev_mapping_clear()Ilya Dryomov1-3/+0
2015-11-02rbd: set device_type::release instead of device::releaseIlya Dryomov1-5/+2
2015-11-02rbd: don't free rbd_dev outside of the release callbackIlya Dryomov1-42/+47
2015-11-02rbd: return -ENOMEM instead of pool id if rbd_dev_create() failsIlya Dryomov1-2/+4
2015-11-02rbd: drop null test before destroy functionsJulia Lawall1-4/+2
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-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