| Commit message (Expand) | Author | Age | Files | Lines |
* | dm: add statistics support | Mikulas Patocka | 2013-09-05 | 1 | -0/+186 |
* | dm thin: add data block size limits to Documentation | Carlos Maiolino | 2013-08-23 | 1 | -7/+8 |
* | dm cache: add data block size limits to code and Documentation | Mike Snitzer | 2013-08-23 | 1 | -1/+2 |
* | dm cache: document metadata device is exclussive to a cache | Mike Snitzer | 2013-08-23 | 1 | -1/+2 |
* | Merge tag 'dm-3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2013-07-11 | 1 | -0/+126 |
|\ |
|
| * | dm: add switch target | Jim Ramsay | 2013-07-10 | 1 | -0/+126 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2013-07-04 | 1 | -1/+1 |
|\ \ |
|
| * | | doc: fix misspellings with 'codespell' tool | Anatol Pomozov | 2013-05-28 | 1 | -1/+1 |
| |/ |
|
* | | MD: Remember the last sync operation that was performed | Jonathan Brassow | 2013-06-26 | 1 | -0/+1 |
* | | DM RAID: Add ability to restore transiently failed devices on resume | Jonathan Brassow | 2013-06-14 | 1 | -0/+1 |
|/ |
|
* | DM RAID: Add message/status support for changing sync action | Jonathan Brassow | 2013-04-24 | 1 | -17/+67 |
* | Merge tag 'md-3.9' of git://neil.brown.name/md | Linus Torvalds | 2013-03-05 | 1 | -7/+37 |
|\ |
|
| * | DM RAID: Add support for MD's RAID10 "far" and "offset" algorithms | Jonathan Brassow | 2013-02-26 | 1 | -7/+37 |
* | | dm cache: add cleaner policy | Heinz Mauelshagen | 2013-03-01 | 1 | -0/+5 |
* | | dm cache: add mq policy | Joe Thornber | 2013-03-01 | 1 | -0/+72 |
* | | dm: add cache target | Joe Thornber | 2013-03-01 | 1 | -0/+243 |
|/ |
|
* | DM-RAID: Fix RAID10's check for sufficient redundancy | Jonathan Brassow | 2013-01-24 | 1 | -0/+1 |
* | DM RAID: Add rebuild capability for RAID10 | Jonathan Brassow | 2012-10-11 | 1 | -0/+9 |
* | Merge branch 'for-next' of git://neil.brown.name/md | Linus Torvalds | 2012-08-01 | 1 | -0/+26 |
|\ |
|
| * | DM RAID: Add support for MD RAID10 | Jonathan Brassow | 2012-08-01 | 1 | -0/+26 |
* | | dm thin: add read only and fail io modes | Joe Thornber | 2012-07-27 | 1 | -1/+23 |
|/ |
|
* | dm stripe: support for non power of 2 chunksize | Mike Snitzer | 2012-07-27 | 1 | -2/+2 |
* | dm stripe: fix size test | Mikulas Patocka | 2012-07-27 | 1 | -2/+1 |
* | dm: verity fix documentation | Milan Broz | 2012-07-03 | 1 | -85/+46 |
* | dm thin: provide userspace access to pool metadata | Joe Thornber | 2012-06-03 | 1 | -0/+11 |
* | dm: add verity target | Mikulas Patocka | 2012-03-28 | 1 | -0/+194 |
* | dm thin: add pool target flags to control discard | Joe Thornber | 2012-03-28 | 1 | -1/+7 |
* | dm thin: support read only external snapshot origins | Joe Thornber | 2012-03-28 | 1 | -1/+38 |
* | dm thin: relax hard limit on the maximum size of a metadata device | Mike Snitzer | 2012-03-28 | 1 | -3/+5 |
* | dm thin: correct comments | Joe Thornber | 2012-03-28 | 1 | -10/+0 |
* | Documentation: Fix multiple typo in Documentation | Masanari Iida | 2012-03-07 | 2 | -2/+2 |
* | Documentation: Fix typo in thin-provisioning.txt | Masanari Iida | 2012-02-21 | 1 | -1/+1 |
* | dm log userspace: fix comment hyphens | Jonathan Brassow | 2011-10-31 | 1 | -1/+1 |
* | dm: add thin provisioning target | Joe Thornber | 2011-10-31 | 1 | -0/+285 |
* | dm: add persistent data library | Joe Thornber | 2011-10-31 | 1 | -0/+84 |
* | dm crypt: optionally support discard requests | Milan Broz | 2011-08-02 | 1 | -1/+20 |
* | dm raid: support metadata devices | Jonathan Brassow | 2011-08-02 | 1 | -6/+6 |
* | dm raid: add write_mostly parameter | Jonathan Brassow | 2011-08-02 | 1 | -1/+3 |
* | dm raid: add region_size parameter | Jonathan Brassow | 2011-08-02 | 1 | -0/+4 |
* | dm raid: improve table parameters documentation | Jonathan Brassow | 2011-08-02 | 1 | -46/+78 |
* | dm flakey: add corrupt_bio_byte feature | Mike Snitzer | 2011-08-02 | 1 | -0/+19 |
* | dm flakey: add drop_writes | Mike Snitzer | 2011-08-02 | 1 | -6/+23 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | dm: add flakey target | Josef Bacik | 2011-03-24 | 1 | -0/+17 |
* | Merge branch 'master' into for-next | Jiri Kosina | 2011-02-15 | 2 | -1/+76 |
|\ |
|
| * | dm: raid456 basic support | NeilBrown | 2011-01-13 | 1 | -0/+70 |
| * | dm crypt: add multi key capability | Milan Broz | 2011-01-13 | 1 | -1/+6 |
* | | Documentation: dm-crypt: update cryptsetup homepage | Andrea Gelmini | 2011-01-13 | 1 | -1/+1 |
|/ |
|
* | Documentation: update broken web addresses. | Justin P. Mattock | 2010-08-04 | 1 | -1/+1 |
* | dm: document when snapshot has finished merging | Mike Snitzer | 2010-03-06 | 1 | -0/+44 |