summaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Three one-liners in md.cNeilBrown2005-10-201-1/+3
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-096-8/+8
* [PATCH] device-mapper: Fix queue_if_no_path initialisationAlasdair G Kergon2005-09-281-6/+10
* [PATCH] device-mapper: Trigger an event when a table is deletedgoggin, edward2005-09-281-0/+9
* [PATCH] RAID6 Altivec fixH. Peter Anvin2005-09-174-10/+40
* [PATCH] merge some from Rusty's trivial patchesAdrian Bunk2005-09-101-2/+2
* [PATCH] vfree and kfree cleanup in drivers/Jesper Juhl2005-09-101-6/+3Star
* [PATCH] md: fix BUG when raid10 rebuilds without enough drivesNeilBrown2005-09-101-1/+7
* [PATCH] md: fix raid10 assembly when too many devices are missingNeilBrown2005-09-101-3/+27
* [PATCH] md: really get sb_size setting right in all casesNeilBrown2005-09-101-2/+2
* [PATCH] md: make sure the new 'sb_size' is set properly device added without ...NeilBrown2005-09-101-0/+2
* [PATCH] md: report spare drives in /proc/mdstatNeilBrown2005-09-101-1/+2
* [PATCH] md: add information about superblock version to /proc/mdstatNeilBrown2005-09-101-0/+9
* [PATCH] md: use queue_hardsect_size instead of block_size for md superblock s...NeilBrown2005-09-101-1/+1
* [PATCH] md: choose better default offset for bitmap.NeilBrown2005-09-101-2/+1Star
* [PATCH] md: tidy up daemon stop/start code in md/bitmap.cNeilBrown2005-09-102-47/+28Star
* [PATCH] md: ensure bitmap_writeback_daemon handles shutdown properly.NeilBrown2005-09-101-0/+3
* [PATCH] md: use kthread infrastructure in mdNeilBrown2005-09-101-38/+10Star
* [PATCH] md: write-intent bitmap support for raid6NeilBrown2005-09-102-11/+124
* [PATCH] md: add write-intent-bitmap support to raid5NeilBrown2005-09-102-12/+124
* [PATCH] md: limit size of sb read/written to appropriate amountNeilBrown2005-09-101-5/+15
* [PATCH] md: fix bitmap/read_sb_page so that it handles errors properly.NeilBrown2005-09-101-9/+10
* [PATCH] md: allow md to load a superblock with feature-bit '1' setNeilBrown2005-09-101-3/+3
* [PATCH] md: allow hot-adding devices to arrays with non-persistant superblocks.NeilBrown2005-09-101-2/+5
* [PATCH] md: do not set mddev->bitmap until bitmap is fully initialisedNeilBrown2005-09-101-9/+24
* [PATCH] md: make sure bitmap_daemon_work actually does work.NeilBrown2005-09-101-0/+1
* [PATCH] md: raid1_quiesce is back to front, fix it.NeilBrown2005-09-101-2/+2
* [PATCH] md: support md/linear array with components greater than 2 terabytes.NeilBrown2005-09-101-29/+66
* [PATCH] md: add write-behind support for md/raid1NeilBrown2005-09-102-11/+139
* [PATCH] md: support write-mostly device in raid1NeilBrown2005-09-102-24/+70
* [PATCH] md: all hot-add and hot-remove of md intent logging bitmapsNeilBrown2005-09-102-17/+117
* [PATCH] md: improve handling of bitmap initialisation.NeilBrown2005-09-101-7/+21
* [PATCH] md: don't allow new md/bitmap file to be set if one already existsNeilBrown2005-09-101-1/+1
* [PATCH] dm: fix rh_dec()/rh_inc() race in dm-raid1.cJun'ichi Nomura2005-09-101-3/+9
* [PATCH] md: fail IO request to md that require a barrier.NeilBrown2005-09-107-0/+34
* [PATCH] md: fix minor error in raid10 read-balancing calculation.NeilBrown2005-09-101-1/+2
* [PATCH] trivial __user annotations (md)viro@ZenIV.linux.org.uk2005-09-091-2/+2
* [PATCH] kill bio->bi_setPeter Osterlund2005-09-082-0/+12
* [CRYPTO]: Use CRYPTO_TFM_REQ_MAY_SLEEP where appropriateHerbert Xu2005-09-021-3/+4
* [PATCH] md: clear the 'recovery' flags when starting an md array.NeilBrown2005-08-271-0/+1
* [PATCH] md: create a MODULE_ALIAS for md corresponding to its block major num...NeilBrown2005-08-271-0/+1
* [PATCH] md: make sure resync gets started when array starts.NeilBrown2005-08-231-4/+3Star
* [PATCH] md: make sure mddev->bitmap_offset gets cleared between array instant...NeilBrown2005-08-181-0/+3
* [PATCH] dm-raid locking fixAlasdair G Kergon2005-08-041-1/+1
* [PATCH] md: make sure md bitmap updates are flushed when array is stopped.NeilBrown2005-08-042-0/+25
* [PATCH] md: yet another attempt to get bitmap-based resync to do the right th...NeilBrown2005-08-041-14/+15
* [PATCH] md: always honour md bitmap being read from diskNeilBrown2005-08-041-29/+23Star
* [PATCH] md: make 'md' and alias for 'md-mod'NeilBrown2005-08-041-0/+1
* [PATCH] md: remove a stray debugging printk.NeilBrown2005-08-041-1/+0Star
* [PATCH] md: make sure raid5/raid6 resync uses correct 'max_sectors'NeilBrown2005-08-022-0/+2