summaryrefslogtreecommitdiffstats
path: root/include/linux/raid
Commit message (Expand)AuthorAgeFilesLines
* Make lib/raid6/test build correctly.NeilBrown2010-08-121-0/+2
* md: remove sparse warning:symbol XXX was not declared.NeilBrown2009-12-141-0/+19
* md: fix some comments.Andre Noll2009-06-181-1/+1
* md/raid6: move raid6 data processing to raid6_pq.koDan Williams2009-03-311-0/+132
* md: move md_k.h from include/linux/raid/ to drivers/md/NeilBrown2009-03-311-411/+0
* md: move lots of #include lines out of .h files and into .cNeilBrown2009-03-313-44/+0
* md: move most content from md.h to md_k.hNeilBrown2009-03-313-40/+40
* md: move LEVEL_* definition from md_k.h to md_u.hNeilBrown2009-03-313-12/+17
* md: move headers out of include/linux/raid/Christoph Hellwig2009-03-317-1050/+0
* md: Fix is_mddev_idle test (again).NeilBrown2009-03-311-1/+1
* headers_check fix: raid/md_p.hJaswinder Singh Rajput2009-01-301-0/+2
* md: don't retry recovery of raid1 that fails due to error on source drive.NeilBrown2009-01-091-0/+3
* md: Allow md devices to be created by name.NeilBrown2009-01-091-0/+1
* md: make devices disappear when they are no longer needed.NeilBrown2009-01-091-0/+4
* md: need another print_sb for mdp_superblock_1Cheng Renquan2009-01-091-0/+2
* md: use list_for_each_entry macro directlyCheng Renquan2009-01-091-7/+4
* md: raid0: make hash_spacing and preshift sector-based.Andre Noll2009-01-091-2/+2
* md: raid0: Represent the size of strip zones in sectors.Andre Noll2009-01-091-1/+1
* md: raid0: Represent zone->zone_offset in sectors.Andre Noll2009-01-091-1/+1
* md: raid0: Represent device offset in sectors.Andre Noll2009-01-091-1/+1
* md: use sysfs_notify_dirent to notify changes to md/sync_action.NeilBrown2009-01-091-0/+1
* md: use sysfs_notify_dirent to notify changes to md/dev-xxx/stateNeilBrown2008-10-211-0/+3
* md: use sysfs_notify_dirent to notify changes to md/array_stateNeilBrown2008-10-211-1/+4
* md: remove space after function name in declaration and call.NeilBrown2008-10-131-5/+5
* md: Remove unnecessary #includes, #defines, and function declarations.NeilBrown2008-10-131-22/+0
* md: Convert remaining 1k representations in linear.c to sectors.Andre Noll2008-10-131-2/+4
* md: linear: Represent dev_info->size and dev_info->offset in sectors.Andre Noll2008-10-131-2/+2
* md: delay notification of 'active_idle' to the recovery threadDan Williams2008-07-231-0/+1
* md: Protect access to mddev->disks list using RCUNeilBrown2008-07-211-0/+3
* md: only count actual openers as access which prevent a 'stop'NeilBrown2008-07-211-1/+2
* md: linear: Make array_size sector-based and rename it to array_sectors.Andre Noll2008-07-211-1/+1
* md: Make mddev->array_size sector-based.Andre Noll2008-07-211-1/+1
* md: Remove some unused macros.Andre Noll2008-07-111-3/+0
* md: Turn rdev->sb_offset into a sector-based quantity.Andre Noll2008-07-111-1/+1
* md: resolve external metadata handling deadlock in md_allow_writeDan Williams2008-06-301-1/+1
* md: replace R5_WantPrexor with R5_WantDrain, add 'prexor' reconstruct_statesDan Williams2008-06-281-3/+3
* md: replace STRIPE_OP_{BIODRAIN,PREXOR,POSTXOR} with 'reconstruct_states'Dan Williams2008-06-281-8/+1
* md: replace STRIPE_OP_CHECK with 'check_states'Dan Williams2008-06-281-6/+40
* md: kill STRIPE_OP_IO flagDan Williams2008-06-281-1/+0
* md: kill STRIPE_OP_MOD_DMA in raid5 offloadDan Williams2008-06-281-2/+0
* Make sure all changes to md/dev-XX/state are notifiedNeil Brown2008-06-281-0/+3
* Make sure all changes to md/sync_action are notified.Neil Brown2008-06-281-0/+2
* Allow setting start point for requested check/repairNeil Brown2008-06-281-0/+2
* Improve setting of "events_cleared" for write-intent bitmaps.Neil Brown2008-06-281-0/+1
* md: restart recovery cleanly after device failure.NeilBrown2008-05-241-3/+1
* md: allow parallel resync of md-devices.Bernd Schubert2008-05-241-0/+3
* md: kill file_path wrapperChristoph Hellwig2008-05-241-1/+0
* md: proper extern for mdp_majorAdrian Bunk2008-05-241-0/+2
* md: support blocking writes to an array on device failureDan Williams2008-04-302-0/+5
* md: introduce get_priority_stripe() to improve raid456 write performanceDan Williams2008-04-281-0/+7
OpenPOWER on IntegriCloud