aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* md/raid6 algorithms: delta syndrome functionsMarkus Stockhausen2015-04-211-0/+1
* Merge tag 'md/3.12' of git://neil.brown.name/mdLinus Torvalds2013-09-101-0/+1
|\
| * RAID: add tilegx SIMD implementation of raid6Ken Steele2013-08-271-0/+1
* | lib/raid6: add ARM-NEON accelerated syndrome calculationArd Biesheuvel2013-07-081-0/+5
|/
* UAPI: Remove empty Kbuild filesDavid Howells2013-01-021-0/+0
* lib/raid6: Add AVX2 optimized gen_syndrome functionsYuanhan Liu2012-12-131-0/+3
* lib/raid6: Add AVX2 optimized recovery functionsJim Kukunas2012-12-121-0/+1
* UAPI: (Scripted) Disintegrate include/linux/raidDavid Howells2012-10-093-443/+1
* lib/raid6: Add SSSE3 optimized recovery functionsJim Kukunas2012-05-211-2/+16
* md: add possibility to change data-offset for devices.NeilBrown2012-05-201-2/+8
* md: allow a reshape operation to be reversed.NeilBrown2012-05-201-1/+6
* md: Use existed macros instead of numbersmajianpeng2012-03-121-1/+5
* md: create externally visible flags for supporting hot-replace.NeilBrown2011-12-221-2/+5
* md: Fix userspace free_pages() macroSteven Rostedt2011-12-221-1/+1
* md: load/store badblock list from v1.x metadataNeilBrown2011-07-271-4/+10
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* Make lib/raid6/test build correctly.NeilBrown2010-08-111-0/+2
* md: remove sparse warning:symbol XXX was not declared.NeilBrown2009-12-131-0/+19
* md: fix some comments.Andre Noll2009-06-171-1/+1
* md/raid6: move raid6 data processing to raid6_pq.koDan Williams2009-03-301-0/+132
* md: move md_k.h from include/linux/raid/ to drivers/md/NeilBrown2009-03-301-411/+0
* md: move lots of #include lines out of .h files and into .cNeilBrown2009-03-303-44/+0
* md: move most content from md.h to md_k.hNeilBrown2009-03-303-40/+40
* md: move LEVEL_* definition from md_k.h to md_u.hNeilBrown2009-03-303-12/+17
* md: move headers out of include/linux/raid/Christoph Hellwig2009-03-307-1050/+0
* md: Fix is_mddev_idle test (again).NeilBrown2009-03-301-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-081-0/+3
* md: Allow md devices to be created by name.NeilBrown2009-01-081-0/+1
* md: make devices disappear when they are no longer needed.NeilBrown2009-01-081-0/+4
* md: need another print_sb for mdp_superblock_1Cheng Renquan2009-01-081-0/+2
* md: use list_for_each_entry macro directlyCheng Renquan2009-01-081-7/+4
* md: raid0: make hash_spacing and preshift sector-based.Andre Noll2009-01-081-2/+2
* md: raid0: Represent the size of strip zones in sectors.Andre Noll2009-01-081-1/+1
* md: raid0: Represent zone->zone_offset in sectors.Andre Noll2009-01-081-1/+1
* md: raid0: Represent device offset in sectors.Andre Noll2009-01-081-1/+1
* md: use sysfs_notify_dirent to notify changes to md/sync_action.NeilBrown2009-01-081-0/+1
* md: use sysfs_notify_dirent to notify changes to md/dev-xxx/stateNeilBrown2008-10-201-0/+3
* md: use sysfs_notify_dirent to notify changes to md/array_stateNeilBrown2008-10-201-1/+4
* md: remove space after function name in declaration and call.NeilBrown2008-10-121-5/+5
* md: Remove unnecessary #includes, #defines, and function declarations.NeilBrown2008-10-121-22/+0
* md: Convert remaining 1k representations in linear.c to sectors.Andre Noll2008-10-121-2/+4
* md: linear: Represent dev_info->size and dev_info->offset in sectors.Andre Noll2008-10-121-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