summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2013-11-10dm: allow remove to be deferredMikulas Patocka3-10/+86
2013-11-10dm table: print error on preresume failureMike Snitzer1-1/+4
2013-11-10dm crypt: add TCW IV mode for old CBC TCRYPT containersMilan Broz1-2/+183
2013-11-10dm crypt: properly handle extra key string in initializationMilan Broz1-11/+18
2013-11-10dm cache: log error message if dm_kcopyd_copy() failsHeinz Mauelshagen1-1/+3
2013-11-10dm cache: use cell_defer() boolean argument consistentlyHeinz Mauelshagen1-4/+4
2013-11-10dm cache: return -EINVAL if the user specifies unknown cache policyMikulas Patocka2-8/+9
2013-11-10dm cache metadata: return bool from __superblock_all_zeroesJoe Thornber1-4/+5
2013-11-10dm cache policy mq: a few small fixesJoe Thornber1-10/+12
2013-11-10dm cache policy: remove return from void policy_remove_mappingJoe Thornber1-1/+1
2013-11-10dm cache: improve efficiency of quiescing flag managementJoe Thornber1-22/+5
2013-11-10dm cache: fix a race condition between queuing new migrations and quiescing f...Joe Thornber1-14/+40
2013-11-10dm cache: io destined for the cache device can now serve as tick biosJoe Thornber1-0/+1
2013-11-10dm 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-11-01dm 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-11bcache: Fix a null ptr deref regressionKent Overstreet1-2/+1
2013-09-26Merge tag 'dm-3.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Linus Torvalds8-25/+118
2013-09-25bcache: Fix flushes in writeback modeKent Overstreet1-6/+9
2013-09-25bcache: Fix for handling overlapping extents when reading in a btree nodeKent Overstreet1-11/+28
2013-09-25bcache: Fix a shrinker deadlockKent Overstreet1-1/+1
2013-09-25bcache: Fix a dumb CPU spinning bug in writebackKent Overstreet1-2/+1
2013-09-25bcache: Fix a flush/fua performance bugKent Overstreet1-0/+1
2013-09-25bcache: Fix a writeback performance regressionKent Overstreet4-30/+43
2013-09-25bcache: Correct printf()-style format length modifierGeert Uytterhoeven1-1/+1
2013-09-25bcache: Fix for when no journal entries are foundKent Overstreet1-12/+18
2013-09-25bcache: Strip endline when writing the label through sysfsGabriel de Perthuis1-2/+7
2013-09-25bcache: Fix a dumb journal discard bugKent Overstreet1-1/+1
2013-09-23dm: add reserved_bio_based_ios module parameterMike Snitzer3-5/+20
2013-09-23dm: add reserved_rq_based_ios module parameterMike Snitzer3-4/+42
2013-09-23dm: lower bio-based mempool reservationMike Snitzer1-4/+5
2013-09-23dm thin: do not expose non-zero discard limits if discards disabledMike Snitzer1-3/+11
2013-09-20dm mpath: disable WRITE SAME if it failsMike Snitzer2-1/+21
2013-09-20dm-snapshot: fix performance degradation due to small hash sizeMikulas Patocka1-3/+2
2013-09-20dm snapshot: workaround for a false positive lockdep warningMikulas Patocka1-1/+1
2013-09-18dm stats: fix possible counter corruption on 32-bit systemsMikulas Patocka1-6/+17
2013-09-18dm mpath: do not fail path on -ENOSPCJun'ichi Nomura1-0/+1
2013-09-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-43/+66
2013-09-11drivers: convert shrinkers to new count/scan APIDave Chinner3-43/+66
2013-09-11Merge tag 'dm-3.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds18-151/+1359
2013-09-11Merge tag 'md/3.12' of git://neil.brown.name/mdLinus Torvalds4-40/+406
2013-09-06dm stripe: silence a couple sparse warningsMike Snitzer1-0/+1
2013-09-06dm: add statistics supportMikulas Patocka6-12/+1102
2013-09-06dm thin: always return -ENOSPC if no_free_space is setMike Snitzer1-25/+31
2013-09-06dm ioctl: cleanup error handling in table_loadMike Snitzer1-18/+16
2013-09-06dm ioctl: increase granularity of type_lock when loading tableMike Snitzer3-4/+6
2013-09-06dm ioctl: prevent rename to empty name or uuidAlasdair Kergon1-1/+1
2013-09-06dm thin: set pool read-only if breaking_sharing fails block allocationMike Snitzer1-2/+4