summaryrefslogtreecommitdiffstats
path: root/drivers/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'stable/for-linus-3.14-rc1-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2014-02-061-6/+9
|\
| * Revert "xen/grant-table: Avoid m2p_override during mapping"Konrad Rzeszutek Wilk2014-02-031-6/+9
* | Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds2014-02-062-105/+652
|\ \
| * | NVMe: Namespace use after free on surprise removalKeith Busch2014-02-021-13/+42
| * | NVMe: Correct uses of INIT_WORKMatthew Wilcox2014-01-291-4/+5
| * | NVMe: Include device and queue numbers in interrupt nameMatthew Wilcox2014-01-281-5/+9
| * | NVMe: Add a pci_driver shutdown methodKeith Busch2014-01-281-0/+7
| * | NVMe: Disable admin queue on init failureKeith Busch2014-01-281-5/+6
| * | NVMe: Dynamically allocate partition numbersMatthew Wilcox2014-01-281-33/+3Star
| * | NVMe: Async IO queue deletionKeith Busch2014-01-281-12/+217
| * | NVMe: Surprise removal handlingKeith Busch2014-01-281-3/+10
| * | NVMe: Abort timed out commandsKeith Busch2014-01-281-1/+67
| * | NVMe: Schedule reset for failed controllersKeith Busch2014-01-281-2/+19
| * | NVMe: Device resume error handlingKeith Busch2013-12-161-15/+93
| * | NVMe: Cache dev->pci_dev in a local pointerMatthew Wilcox2013-12-161-4/+4
| * | NVMe: Fix lockdep warningsMatthew Wilcox2013-12-161-6/+6
| * | NVMe: compat SG_IO ioctlKeith Busch2013-12-162-1/+164
| * | NVMe: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-11-181-3/+2Star
| * | NVMe: Avoid shift operation when writing cq head doorbellHaiyan Hu2013-11-181-5/+5
* | | 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