summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | aoe: Convert to immutable biovecsKent Overstreet2013-11-232-92/+53
| * | | | block: Convert drivers to immutable biovecsKent Overstreet2013-11-231-27/+23
| * | | | block: Kill bio_segments()/bi_vcnt usageKent Overstreet2013-11-231-4/+3
| * | | | block: Immutable bio vecsKent Overstreet2013-11-232-3/+3
| * | | | block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-2314-113/+125
| * | | | block: Convert bio_iovec() to bvec_iterKent Overstreet2013-11-231-1/+1
| * | | | block: Abstract out bvec iteratorKent Overstreet2013-11-2320-81/+89
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-01-281-99/+204
|\ \ \ \ \
| * | | | | libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid}Ilya Dryomov2014-01-271-4/+4
| * | | | | libceph: introduce and start using oid abstractionIlya Dryomov2014-01-271-8/+2
| * | | | | libceph: rename MAX_OBJ_NAME_SIZE to CEPH_MAX_OID_NAME_LENIlya Dryomov2014-01-271-3/+3
| * | | | | libceph: start using oloc abstractionIlya Dryomov2014-01-271-4/+4
| * | | | | rbd: tear down watch request if rbd_dev_device_setup() failsIlya Dryomov2013-12-311-0/+6
| * | | | | rbd: introduce rbd_dev_header_unwatch_sync() and switch to itIlya Dryomov2013-12-311-13/+22
| * | | | | rbd: enable extended devt in single-major modeIlya Dryomov2013-12-311-4/+9
| * | | | | rbd: add support for single-major device number allocation schemeIlya Dryomov2013-12-311-20/+112
| * | | | | rbd: wire up is_visible() sysfs callback for rbd busIlya Dryomov2013-12-311-1/+12
| * | | | | rbd: add 'minor' sysfs rbd device attributeIlya Dryomov2013-12-311-1/+12
| * | | | | rbd: switch to ida for rbd id assignmentsIlya Dryomov2013-12-311-46/+23
| * | | | | rbd: refactor rbd_init() a bitIlya Dryomov2013-12-311-4/+8
| * | | | | rbd: tweak "loaded" message and module descriptionIlya Dryomov2013-12-311-4/+2
| * | | | | rbd: rbd_device::dev_id is an int, format it as suchIlya Dryomov2013-12-311-4/+2
* | | | | | drivers/block/Kconfig: update RAM block device module nameFabian Frederick2014-01-231-1/+2
* | | | | | Merge tag 'stable/for-linus-3.14-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-01-221-2/+2
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | xen/pvhvm: If xen_platform_pci=0 is set don't blow up (v4).Konrad Rzeszutek Wilk2014-01-031-2/+2
| | |_|/ / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-01-221-1/+0
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into for-nextJiri Kosina2013-12-1938-1113/+7862
| |\ \ \ \ \
| * | | | | | vio: remove dangly makefile bitsAlan2013-12-031-1/+0
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2014-01-201-5/+2
|\ \ \ \ \ \ \
| * | | | | | | block/z2ram: Remove duplicate external declarationsGeert Uytterhoeven2013-11-261-3/+0
| * | | | | | | zorro: ZTWO_VADDR() should return "void __iomem *"Geert Uytterhoeven2013-11-261-2/+2
| | |_|_|_|/ / | |/| | | | |
* | | | | | | block: null_blk: fix queue leak inside removing deviceMing Lei2014-01-121-8/+2
| |_|_|/ / / |/| | | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2013-12-242-28/+78
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | null_blk: support submit_queues on use_per_node_hctxMatias Bjørling2013-12-211-4/+35
| * | | | | null_blk: set use_per_node_hctx param to falseMatias Bjørling2013-12-211-2/+2
| * | | | | null_blk: warning on ignored submit_queues paramMatias Bjorling2013-12-191-2/+5
| * | | | | null_blk: refactor init and init errors code pathsMatias Bjorling2013-12-191-25/+38
| * | | | | null_blk: mem garbage on NUMA systems during initMatias Bjorling2013-12-191-4/+4
| * | | | | drivers: block: Mark the functions as static in skd_main.cRashika Kheria2013-12-191-2/+2
| | |_|/ / | |/| | |
* / | | | null_blk: mem garbage on NUMA systems during initMatias Bjorling2013-12-151-4/+4
|/ / / /
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2013-12-051-1/+6
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'stable/for-jens-3.13-take-two' of git://git.kernel.org/pub/scm/...Jens Axboe2013-11-271-1/+6
| |\ \ \
| | * | | block: xen-blkfront: Fix possible NULL ptr dereferenceFelipe Pena2013-11-261-0/+5
| | * | | xen-blkfront: Silence pfn maybe-uninitialized warningTim Gardner2013-11-261-1/+1
* | | | | kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS cleanlyYuanhan Liu2013-11-211-4/+4
|/ / / /
* | | / virtio-blk: virtqueue_kick() must be ordered with other virtqueue operationsShaohua Li2013-11-191-2/+3
| |_|/ |/| |
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2013-11-151-257/+65
|\ \ \
| * | | virtio_blk: blk-mq supportJens Axboe2013-11-141-257/+65
| * | | Merge branch 'for-3.13/post-mq-drivers' into for-linusJens Axboe2013-11-1421-357/+6362
| |\| |
* | | | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-11-151-46/+37
|\ \ \ \