summaryrefslogtreecommitdiffstats
path: root/include/linux/raid
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'md/4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2016-10-071-0/+4
|\
| * lib/raid6: Add AVX512 optimized recovery functionsGayatri Kammela2016-09-211-0/+1
| * lib/raid6: Add AVX512 optimized gen_syndrome functionsGayatri Kammela2016-09-211-0/+3
* | RAID/s390: provide raid6 recovery optimizationMartin Schwidefsky2016-09-011-0/+1
* | RAID/s390: add SIMD implementation for raid6 gen/xorMartin Schwidefsky2016-08-291-0/+1
|/
* raid6/algos.c : bug fix : Add the missing definitions to the pq.h fileGayatri Kammela2016-01-211-0/+2
* md/raid6 algorithms: delta syndrome functionsMarkus Stockhausen2015-04-221-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-131-0/+1
* UAPI: (Scripted) Disintegrate include/linux/raidDavid Howells2012-10-093-443/+1
* 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