aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-10dm thin: always fallback the pool mode if commit failsJoe Thornber1-22/+15
2013-12-10dm thin: switch to read-only mode if metadata space is exhaustedMike Snitzer1-2/+10
2013-12-10dm thin: switch to read only mode if a mapping insert failsJoe Thornber1-1/+3
2013-12-10dm space map metadata: return on failure in sm_metadata_new_blockMike Snitzer1-2/+6
2013-12-10dm table: fail dm_table_create on dm_round_up overflowMikulas Patocka1-0/+5
2013-12-10dm snapshot: avoid snapshot space leak on crashMikulas Patocka1-7/+64
2013-11-18dm delay: fix a possible deadlock due to shared workqueueMikulas Patocka1-12/+11
2013-11-12dm cache: resolve small nits and improve DocumentationMike Snitzer2-2/+2
2013-11-11dm cache: add cache block invalidation supportJoe Thornber1-3/+222
2013-11-11dm cache: add remove_cblock method to policy interfaceJoe Thornber3-4/+57
2013-11-11dm cache policy mq: reduce memory requirementsJoe Thornber1-312/+231
2013-11-11dm cache metadata: check the metadata version when reading the superblockJoe Thornber1-3/+21
2013-11-11dm cache: add passthrough modeJoe Thornber3-35/+184
2013-11-11dm cache: cache shrinking supportJoe Thornber2-9/+120
2013-11-09dm cache: promotion optimisation for writesJoe Thornber1-6/+87
2013-11-09dm cache: be much more aggressive about promoting writes to discarded blocksJoe Thornber1-21/+63
2013-11-09dm cache policy mq: implement writeback_work() and mq_{set,clear}_dirty()Joe Thornber1-19/+128
2013-11-09dm cache: optimize commit_if_neededHeinz Mauelshagen1-5/+7
2013-11-09dm space map disk: optimise sm_disk_dec_blockJoe Thornber1-17/+1
2013-11-09dm: fix Kconfig menu indentationMikulas Patocka1-11/+11
2013-11-09dm: allow remove to be deferredMikulas Patocka3-10/+86
2013-11-09dm table: print error on preresume failureMike Snitzer1-1/+4
2013-11-09dm crypt: add TCW IV mode for old CBC TCRYPT containersMilan Broz1-2/+183
2013-11-09dm crypt: properly handle extra key string in initializationMilan Broz1-11/+18
2013-11-09dm cache: log error message if dm_kcopyd_copy() failsHeinz Mauelshagen1-1/+3
2013-11-09dm cache: use cell_defer() boolean argument consistentlyHeinz Mauelshagen1-4/+4
2013-11-09dm cache: return -EINVAL if the user specifies unknown cache policyMikulas Patocka2-8/+9
2013-11-09dm cache metadata: return bool from __superblock_all_zeroesJoe Thornber1-4/+5
2013-11-09dm cache policy mq: a few small fixesJoe Thornber1-10/+12
2013-11-09dm cache policy: remove return from void policy_remove_mappingJoe Thornber1-1/+1
2013-11-09dm cache: improve efficiency of quiescing flag managementJoe Thornber1-22/+5
2013-11-09dm cache: fix a race condition between queuing new migrations and quiescing for a shutdownJoe Thornber1-14/+40
2013-11-09dm cache: io destined for the cache device can now serve as tick biosJoe Thornber1-0/+1
2013-11-09dm cache policy mq: protect residency method with existing mutexJoe Thornber1-2/+6
2013-11-05dm array: fix bug in growing arrayJoe Thornber1-1/+4
2013-11-05dm mpath: requeue I/O during pg_initHannes Reinecke1-4/+12
2013-10-31dm mpath: fix race condition between multipath_dtr and pg_init_doneShiva Krishna Merla1-3/+15
2013-10-31dm: allocate buffer for messages with small number of arguments using GFP_NOIOMikulas Patocka1-2/+16
2013-10-10bcache: Fix a null ptr deref regressionKent Overstreet1-2/+1
2013-09-25Merge tag 'dm-3.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds8-25/+118
2013-09-24bcache: Fix flushes in writeback modeKent Overstreet1-6/+9
2013-09-24bcache: Fix for handling overlapping extents when reading in a btree nodeKent Overstreet1-11/+28
2013-09-24bcache: Fix a shrinker deadlockKent Overstreet1-1/+1
2013-09-24bcache: Fix a dumb CPU spinning bug in writebackKent Overstreet1-2/+1
2013-09-24bcache: Fix a flush/fua performance bugKent Overstreet1-0/+1
2013-09-24bcache: Fix a writeback performance regressionKent Overstreet4-30/+43
2013-09-24bcache: Correct printf()-style format length modifierGeert Uytterhoeven1-1/+1
2013-09-24bcache: Fix for when no journal entries are foundKent Overstreet1-12/+18
2013-09-24bcache: Strip endline when writing the label through sysfsGabriel de Perthuis1-2/+7
2013-09-24bcache: Fix a dumb journal discard bugKent Overstreet1-1/+1