summaryrefslogtreecommitdiff
path: root/drivers/block
AgeCommit message (Expand)Author
2014-01-03pktcdvd: fix error return codeJulia Lawall
2013-12-31rbd: tear down watch request if rbd_dev_device_setup() failsIlya Dryomov
2013-12-31rbd: introduce rbd_dev_header_unwatch_sync() and switch to itIlya Dryomov
2013-12-31rbd: enable extended devt in single-major modeIlya Dryomov
2013-12-31rbd: add support for single-major device number allocation schemeIlya Dryomov
2013-12-31rbd: wire up is_visible() sysfs callback for rbd busIlya Dryomov
2013-12-31rbd: add 'minor' sysfs rbd device attributeIlya Dryomov
2013-12-31rbd: switch to ida for rbd id assignmentsIlya Dryomov
2013-12-31rbd: refactor rbd_init() a bitIlya Dryomov
2013-12-31rbd: tweak "loaded" message and module descriptionIlya Dryomov
2013-12-31rbd: rbd_device::dev_id is an int, format it as suchIlya Dryomov
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe
2013-12-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-12-21null_blk: support submit_queues on use_per_node_hctxMatias Bjørling
2013-12-21null_blk: set use_per_node_hctx param to falseMatias Bjørling
2013-12-19null_blk: warning on ignored submit_queues paramMatias Bjorling
2013-12-19null_blk: refactor init and init errors code pathsMatias Bjorling
2013-12-19null_blk: mem garbage on NUMA systems during initMatias Bjorling
2013-12-19drivers: block: Mark the functions as static in skd_main.cRashika Kheria
2013-12-19Merge branch 'master' into for-nextJiri Kosina
2013-12-16NVMe: Device resume error handlingKeith Busch
2013-12-16NVMe: Cache dev->pci_dev in a local pointerMatthew Wilcox
2013-12-16NVMe: Fix lockdep warningsMatthew Wilcox
2013-12-16NVMe: compat SG_IO ioctlKeith Busch
2013-12-15null_blk: mem garbage on NUMA systems during initMatias Bjorling
2013-12-05Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-12-03vio: remove dangly makefile bitsAlan
2013-11-27Merge branch 'stable/for-jens-3.13-take-two' of git://git.kernel.org/pub/scm/...Jens Axboe
2013-11-26block: xen-blkfront: Fix possible NULL ptr dereferenceFelipe Pena
2013-11-26xen-blkfront: Silence pfn maybe-uninitialized warningTim Gardner
2013-11-26block/z2ram: Remove duplicate external declarationsGeert Uytterhoeven
2013-11-26zorro: ZTWO_VADDR() should return "void __iomem *"Geert Uytterhoeven
2013-11-23block: Introduce new bio_split()Kent Overstreet
2013-11-23block: Rename bio_split() -> bio_pair_split()Kent Overstreet
2013-11-23rbd: Refactor bio cloningKent Overstreet
2013-11-23aoe: Convert to immutable biovecsKent Overstreet
2013-11-23block: Convert drivers to immutable biovecsKent Overstreet
2013-11-23block: Kill bio_segments()/bi_vcnt usageKent Overstreet
2013-11-23block: Immutable bio vecsKent Overstreet
2013-11-23block: Convert bio_for_each_segment() to bvec_iterKent Overstreet
2013-11-23block: Convert bio_iovec() to bvec_iterKent Overstreet
2013-11-23block: Abstract out bvec iteratorKent Overstreet
2013-11-21kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS cleanlyYuanhan Liu
2013-11-19virtio-blk: virtqueue_kick() must be ordered with other virtqueue operationsShaohua Li
2013-11-18NVMe: remove deprecated IRQF_DISABLEDMichael Opdenacker
2013-11-18NVMe: Avoid shift operation when writing cq head doorbellHaiyan Hu
2013-11-15Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-11-15Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang
2013-11-14virtio_blk: blk-mq supportJens Axboe