summaryrefslogtreecommitdiffstats
path: root/drivers/block
AgeCommit message (Expand)AuthorFilesLines
2014-01-03pktcdvd: fix error return codeJulia Lawall1-1/+3
2013-12-31rbd: tear down watch request if rbd_dev_device_setup() failsIlya Dryomov1-0/+6
2013-12-31rbd: introduce rbd_dev_header_unwatch_sync() and switch to itIlya Dryomov1-13/+22
2013-12-31rbd: enable extended devt in single-major modeIlya Dryomov1-4/+9
2013-12-31rbd: add support for single-major device number allocation schemeIlya Dryomov1-20/+112
2013-12-31rbd: wire up is_visible() sysfs callback for rbd busIlya Dryomov1-1/+12
2013-12-31rbd: add 'minor' sysfs rbd device attributeIlya Dryomov1-1/+12
2013-12-31rbd: switch to ida for rbd id assignmentsIlya Dryomov1-46/+23
2013-12-31rbd: refactor rbd_init() a bitIlya Dryomov1-4/+8
2013-12-31rbd: tweak "loaded" message and module descriptionIlya Dryomov1-4/+2
2013-12-31rbd: rbd_device::dev_id is an int, format it as suchIlya Dryomov1-4/+2
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe3-33/+88
2013-12-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-28/+78
2013-12-21null_blk: support submit_queues on use_per_node_hctxMatias Bjørling1-4/+35
2013-12-21null_blk: set use_per_node_hctx param to falseMatias Bjørling1-2/+2
2013-12-19null_blk: warning on ignored submit_queues paramMatias Bjorling1-2/+5
2013-12-19null_blk: refactor init and init errors code pathsMatias Bjorling1-25/+38
2013-12-19null_blk: mem garbage on NUMA systems during initMatias Bjorling1-4/+4
2013-12-19drivers: block: Mark the functions as static in skd_main.cRashika Kheria1-2/+2
2013-12-19Merge branch 'master' into for-nextJiri Kosina38-1113/+7862
2013-12-16NVMe: Device resume error handlingKeith Busch1-15/+93
2013-12-16NVMe: Cache dev->pci_dev in a local pointerMatthew Wilcox1-4/+4
2013-12-16NVMe: Fix lockdep warningsMatthew Wilcox1-6/+6
2013-12-16NVMe: compat SG_IO ioctlKeith Busch2-1/+164
2013-12-15null_blk: mem garbage on NUMA systems during initMatias Bjorling1-4/+4
2013-12-05Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+6
2013-12-03vio: remove dangly makefile bitsAlan1-1/+0
2013-11-27Merge branch 'stable/for-jens-3.13-take-two' of git://git.kernel.org/pub/scm/...Jens Axboe1-1/+6
2013-11-26block: xen-blkfront: Fix possible NULL ptr dereferenceFelipe Pena1-0/+5
2013-11-26xen-blkfront: Silence pfn maybe-uninitialized warningTim Gardner1-1/+1
2013-11-26block/z2ram: Remove duplicate external declarationsGeert Uytterhoeven1-3/+0
2013-11-26zorro: ZTWO_VADDR() should return "void __iomem *"Geert Uytterhoeven1-2/+2
2013-11-23block: Introduce new bio_split()Kent Overstreet2-159/+83
2013-11-23block: Rename bio_split() -> bio_pair_split()Kent Overstreet1-1/+1
2013-11-23rbd: Refactor bio cloningKent Overstreet1-62/+2
2013-11-23aoe: Convert to immutable biovecsKent Overstreet2-92/+53
2013-11-23block: Convert drivers to immutable biovecsKent Overstreet1-27/+23
2013-11-23block: Kill bio_segments()/bi_vcnt usageKent Overstreet1-4/+3
2013-11-23block: Immutable bio vecsKent Overstreet2-3/+3
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet14-113/+125
2013-11-23block: Convert bio_iovec() to bvec_iterKent Overstreet1-1/+1
2013-11-23block: Abstract out bvec iteratorKent Overstreet20-81/+89
2013-11-21kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS cleanlyYuanhan Liu1-4/+4
2013-11-19virtio-blk: virtqueue_kick() must be ordered with other virtqueue operationsShaohua Li1-2/+3
2013-11-18NVMe: remove deprecated IRQF_DISABLEDMichael Opdenacker1-3/+2
2013-11-18NVMe: Avoid shift operation when writing cq head doorbellHaiyan Hu1-5/+5
2013-11-15Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-257/+65
2013-11-15Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-46/+37
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2-3/+3
2013-11-14virtio_blk: blk-mq supportJens Axboe1-257/+65