summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dm-3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-11-1416-455/+1466
|\
| * dm cache: resolve small nits and improve DocumentationMike Snitzer2013-11-122-2/+2
| * dm cache: add cache block invalidation supportJoe Thornber2013-11-111-3/+222
| * dm cache: add remove_cblock method to policy interfaceJoe Thornber2013-11-113-4/+57
| * dm cache policy mq: reduce memory requirementsJoe Thornber2013-11-111-312/+231
| * dm cache metadata: check the metadata version when reading the superblockJoe Thornber2013-11-111-3/+21
| * dm cache: add passthrough modeJoe Thornber2013-11-113-35/+184
| * dm cache: cache shrinking supportJoe Thornber2013-11-112-9/+120
| * dm cache: promotion optimisation for writesJoe Thornber2013-11-101-6/+87
| * dm cache: be much more aggressive about promoting writes to discarded blocksJoe Thornber2013-11-101-21/+63
| * dm cache policy mq: implement writeback_work() and mq_{set,clear}_dirty()Joe Thornber2013-11-101-19/+128
| * dm cache: optimize commit_if_neededHeinz Mauelshagen2013-11-101-5/+7
| * dm space map disk: optimise sm_disk_dec_blockJoe Thornber2013-11-101-17/+1
| * dm: fix Kconfig menu indentationMikulas Patocka2013-11-101-11/+11
| * dm: allow remove to be deferredMikulas Patocka2013-11-103-10/+86
| * dm table: print error on preresume failureMike Snitzer2013-11-101-1/+4
| * dm crypt: add TCW IV mode for old CBC TCRYPT containersMilan Broz2013-11-101-2/+183
| * dm crypt: properly handle extra key string in initializationMilan Broz2013-11-101-11/+18
| * dm cache: log error message if dm_kcopyd_copy() failsHeinz Mauelshagen2013-11-101-1/+3
| * dm cache: use cell_defer() boolean argument consistentlyHeinz Mauelshagen2013-11-101-4/+4
| * dm cache: return -EINVAL if the user specifies unknown cache policyMikulas Patocka2013-11-102-8/+9
| * dm cache metadata: return bool from __superblock_all_zeroesJoe Thornber2013-11-101-4/+5
| * dm cache policy mq: a few small fixesJoe Thornber2013-11-101-10/+12
| * dm cache policy: remove return from void policy_remove_mappingJoe Thornber2013-11-101-1/+1
| * dm cache: improve efficiency of quiescing flag managementJoe Thornber2013-11-101-22/+5
| * dm cache: fix a race condition between queuing new migrations and quiescing f...Joe Thornber2013-11-091-14/+40
| * dm cache: io destined for the cache device can now serve as tick biosJoe Thornber2013-11-091-0/+1
| * dm cache policy mq: protect residency method with existing mutexJoe Thornber2013-11-091-2/+6
| * dm array: fix bug in growing arrayJoe Thornber2013-11-051-1/+4
| * dm mpath: requeue I/O during pg_initHannes Reinecke2013-11-051-4/+12
| * dm mpath: fix race condition between multipath_dtr and pg_init_doneShiva Krishna Merla2013-11-011-3/+15
| * dm: allocate buffer for messages with small number of arguments using GFP_NOIOMikulas Patocka2013-10-311-2/+16
* | Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtdLinus Torvalds2013-11-1450-939/+814
|\ \
| * | mtd: gpmi: fix the NULL pointerHuang Shijie2013-11-121-7/+7
| * | mtd: gpmi: fix kernel BUG due to racing DMA operationsHuang Shijie2013-11-111-2/+2
| * | mtd: mtdchar: return expected errors on mmap() callVladimir Zapolskiy2013-11-111-3/+3
| * | mtd: gpmi: only scan two chips for imx6Huang Shijie2013-11-111-1/+1
| * | mtd: gpmi: Use devm_kzalloc()Fabio Estevam2013-11-071-3/+1
| * | mtd: atmel_nand: fix bug driver will in a dead lock if no nand detectedJosh Wu2013-11-071-1/+0
| * | mtd: nand: use a local variable to simplify the nand_scan_tailHuang Shijie2013-11-071-109/+104
| * | mtd: nand: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-11-073-5/+3
| * | mtd: dataflash: Say if we find a device we don't supportMark Brown2013-11-071-1/+1
| * | mtd: nand: omap: fix error return code in omap_nand_probe()Wei Yongjun2013-11-071-1/+2
| * | mtd: nand_bbt: kill NAND_BBT_SCANALLPAGESBrian Norris2013-11-071-34/+3
| * | mtd: m25p80: fixup device removal failure pathBrian Norris2013-11-071-3/+1
| * | mtd: mxc_nand: Include linux/of.h headerSachin Kamat2013-11-071-0/+1
| * | mtd: remove duplicated include from mtdcore.cWei Yongjun2013-11-071-1/+0
| * | mtd: m25p80: add support for Macronix mx25l3255eBrian Norris2013-11-071-0/+1
| * | mtd: nand: omap: remove selection of BCH ecc-scheme via KConfigPekon Gupta2013-11-071-34/+6
| * | mtd: nand: omap: updated devm_xx for all resource allocation and free callsPekon Gupta2013-11-071-50/+35