summaryrefslogtreecommitdiffstats
path: root/include/linux/raid
Commit message (Expand)AuthorAgeFilesLines
* lib/raid6: Add SSSE3 optimized recovery functionsJim Kukunas2012-05-221-2/+16
* md: add possibility to change data-offset for devices.NeilBrown2012-05-211-2/+8
* md: allow a reshape operation to be reversed.NeilBrown2012-05-211-1/+6
* md: Use existed macros instead of numbersmajianpeng2012-03-131-1/+5
* md: create externally visible flags for supporting hot-replace.NeilBrown2011-12-231-2/+5
* md: Fix userspace free_pages() macroSteven Rostedt2011-12-231-1/+1
* md: load/store badblock list from v1.x metadataNeilBrown2011-07-281-4/+10
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* 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