summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'stable/for-linus-3.14-rc0-late-tag' of git://git.kernel.org/pub/sc...Linus Torvalds2014-01-311-9/+6Star
|\
| * xen/grant-table: Avoid m2p_override during mappingZoltan Kiss2014-01-311-9/+6Star
* | zram: remove zram->lock in read path and change it with mutexMinchan Kim2014-01-312-12/+9Star
* | zram: remove workqueue for freeing removed pending slotMinchan Kim2014-01-312-58/+6Star
* | zram: introduce zram->tb_lockMinchan Kim2014-01-312-6/+23
* | zram: use atomic operation for statMinchan Kim2014-01-312-20/+16Star
* | zram: remove unnecessary freeMinchan Kim2014-01-311-8/+0Star
* | zram: delay pending free request in read pathMinchan Kim2014-01-311-1/+0Star
* | zram: fix race between reset and flushing pending workMinchan Kim2014-01-311-2/+2
* | zram: add copyrightMinchan Kim2014-01-312-0/+2
* | zram: remove old private project commentMinchan Kim2014-01-313-3/+0Star
* | zram: promote zram from stagingMinchan Kim2014-01-316-0/+1149
* | Merge branch 'for-3.14/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-3010-130/+205
|\ \
| * | mg_disk: Spelling s/finised/finished/Geert Uytterhoeven2014-01-221-1/+1
| * | null_blk: Null pointer deference problem in alloc_page_buffersRaghavendra K T2014-01-221-0/+5
| * | mtip32xx: Correctly handle security locked conditionSam Bradshaw2014-01-222-3/+15
| * | mtip32xx: Make SGL container per-command to eliminate high order dma allocationSam Bradshaw2014-01-222-97/+149
| * | Merge branch 'for-jens' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Jens Axboe2014-01-221-9/+27
| |\ \
| | * | floppy: bail out in open() if drive is not responding to block0 readJiri Kosina2014-01-171-9/+27
| * | | drivers/block/loop.c: fix comment typo in loop_config_discardOlaf Hering2014-01-221-1/+1
| * | | drivers/block/cciss.c:cciss_init_one(): use proper errnosAndrew Morton2014-01-221-2/+2
| * | | drivers/block/paride/pg.c: underflow bug in pg_write()Dan Carpenter2014-01-221-1/+1
| * | | drivers/block/sx8.c: remove unnecessary pci_set_drvdata()Jingoo Han2014-01-221-1/+0Star
| * | | drivers/block/sx8.c: use module_pci_driver()Jingoo Han2014-01-221-14/+1Star
| * | | Merge branch 'for-3.14/core' into for-3.14/driversJens Axboe2014-01-083-33/+88
| |\ \ \ | | |/ / | |/| |
| * | | pktcdvd: fix error return codeJulia Lawall2014-01-031-1/+3
* | | | Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-01-3024-502/+342Star
|\ \ \ \ | | |/ / | |/| |
| * | | Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe2013-12-313-33/+88
| |\ \ \ | | |/ / | |/| |
| * | | block: Introduce new bio_split()Kent Overstreet2013-11-242-159/+83Star
| * | | block: Rename bio_split() -> bio_pair_split()Kent Overstreet2013-11-241-1/+1
| * | | rbd: Refactor bio cloningKent Overstreet2013-11-241-62/+2Star
| * | | aoe: Convert to immutable biovecsKent Overstreet2013-11-242-92/+53Star
| * | | block: Convert drivers to immutable biovecsKent Overstreet2013-11-241-27/+23Star
| * | | block: Kill bio_segments()/bi_vcnt usageKent Overstreet2013-11-241-4/+3Star
| * | | block: Immutable bio vecsKent Overstreet2013-11-242-3/+3
| * | | block: Convert bio_for_each_segment() to bvec_iterKent Overstreet2013-11-2414-113/+125
| * | | block: Convert bio_iovec() to bvec_iterKent Overstreet2013-11-241-1/+1
| * | | block: Abstract out bvec iteratorKent Overstreet2013-11-2420-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/+2Star
| * | | | 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/+23Star