aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
Commit message (Expand)AuthorAgeFilesLines
...
* md: check ->hot_remove_disk when removing diskNamhyung Kim2011-06-091-1/+1
* md: Using poll /proc/mdstat can monitor the events of adding a spare disks马建朋2011-06-091-0/+2
* MD: use is_power_of_2 macroJonathan Brassow2011-06-091-1/+1
* MD: raid5 do not set fullsyncJonathan Brassow2011-06-091-1/+1
* MD: support initial bitmap creation in-kernelJonathan Brassow2011-06-092-5/+89
* MD: add sync_super to mddev_t structJonathan Brassow2011-06-082-2/+14
* MD: raid1 changes to allow use by device mapperJonathan Brassow2011-06-082-7/+19
* MD: move thread wakeups into resumeJonathan Brassow2011-06-081-3/+7
* MD: possible typoJonathan Brassow2011-06-081-2/+2
* MD: no sync IO while suspendedJonathan Brassow2011-06-081-1/+3
* MD: no integrity register if no gendiskJonathan Brassow2011-06-081-2/+2
* dm kcopyd: return client directly and not through a pointerMikulas Patocka2011-05-293-9/+11
* dm kcopyd: reserve fewer pagesMikulas Patocka2011-05-293-11/+5
* dm io: use fixed initial mempool sizeMikulas Patocka2011-05-295-39/+9
* dm kcopyd: alloc pages from the main page allocatorMikulas Patocka2011-05-291-31/+60
* dm kcopyd: add gfp parm to alloc_plMikulas Patocka2011-05-291-4/+4
* dm kcopyd: remove superfluous page allocation spinlockMikulas Patocka2011-05-291-10/+1
* dm kcopyd: preallocate sub jobs to avoid deadlockMikulas Patocka2011-05-291-20/+29
* dm kcopyd: avoid pointless job splittingMikulas Patocka2011-05-291-1/+1
* dm mpath: do not fail paths after integrity errorsMartin K. Petersen2011-05-291-1/+1
* dm table: reject devices without request fnsMilan Broz2011-05-291-0/+17
* dm table: allow targets to support discards internallyMike Snitzer2011-05-291-1/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-231-1/+1
|\
| * md, raid5: Fix spelling error in comment ('Ofcourse' --> 'Of course').Jesper Juhl2011-05-101-1/+1
* | md: allow resync_start to be set while an array is active.NeilBrown2011-05-113-3/+4
* | md/raid10: reformat some loops with less indenting.NeilBrown2011-05-111-108/+120
* | md/raid10: remove unused variable.NeilBrown2011-05-111-3/+0
* | md/raid10: make more use of 'slot' in raid10d.NeilBrown2011-05-111-4/+5
* | md/raid10: some tidying up in fix_read_errorNeilBrown2011-05-111-40/+34
* | md/raid1: improve handling of pages allocated for write-behind.NeilBrown2011-05-112-30/+29
* | md/raid1: try fix_sync_read_error before process_checks.NeilBrown2011-05-111-14/+5
* | md/raid1: tidy up new functions: process_checks and fix_sync_read_error.NeilBrown2011-05-111-89/+95
* | md/raid1: split out two sub-functions from sync_request_writeNeilBrown2011-05-111-173/+192
* | md: make error_handler functions more uniform and correct.NeilBrown2011-05-112-38/+40
* | md/multipath: discard ->working_disks in favour of ->degradedNeilBrown2011-05-112-12/+11
* | md/raid1: clean up read_balance.NeilBrown2011-05-111-49/+34
* | md: simplify raid10 read_balanceNeilBrown2011-05-111-66/+44
* | md/bitmap: fix saving of events_cleared and other state.NeilBrown2011-05-111-4/+6
* | md: reject a re-add request that cannot be honoured.NeilBrown2011-05-111-0/+10
* | md: Fix race when creating a new md device.NeilBrown2011-05-111-3/+8
|/
* raid5: fix build error, sector_t usageRandy Dunlap2011-04-211-1/+1
* md: Cleanup after raid45->raid0 takeoverKrzysztof Wojcik2011-04-201-0/+1
* md: Fix dev_sectors on takeover from raid0 to raid4/5NeilBrown2011-04-201-0/+4
* md/raid5: remove setting of ->queue_lockNeilBrown2011-04-201-1/+0
* md: fix up raid1/raid10 unplugging.NeilBrown2011-04-182-28/+20
* md: incorporate new plugging into raid5.NeilBrown2011-04-181-7/+16
* md: provide generic support for handling unplug callbacks.NeilBrown2011-04-182-0/+60
* md - remove old plugging code.NeilBrown2011-04-184-104/+8
* md/dm - remove remains of plug_fn callback.NeilBrown2011-04-181-8/+0
* md: use new plugging interface for RAID IO.NeilBrown2011-04-183-1/+10