aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/raid
AgeCommit message (Expand)AuthorFilesLines
2023-09-11lib/raid6: Drop IA64 supportArd Biesheuvel1-2/+0
2023-09-06raid6: Add LoongArch SIMD recovery implementationWANG Xuerui1-0/+2
2023-09-06raid6: Add LoongArch SIMD syndrome calculationWANG Xuerui1-0/+2
2022-11-14lib/raid6: drop RAID6_USE_EMPTY_ZERO_PAGEGiulio Benetti1-8/+0
2022-02-11lib/xor: make xor prototypes more friendly to compiler vectorizationArd Biesheuvel1-7/+14
2022-01-06lib/raid6: Use strict priority ranking for pq gen() benchmarkingDirk Müller1-1/+1
2020-07-16md: remove the kernel version of md_u.hChristoph Hellwig1-13/+0
2020-07-16md: move the early init autodetect code to drivers/md/Christoph Hellwig1-0/+8
2020-03-24block: cleanup how md_autodetect_dev is calledChristoph Hellwig1-0/+3
2020-01-13md/raid6: fix algorithm choice under larger PAGE_SIZEZhengyuan Liu1-0/+4
2020-01-13raid6/test: fix a compilation warningZhengyuan Liu1-0/+2
2020-01-13raid6/test: fix a compilation errorZhengyuan Liu1-1/+0
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 48Thomas Gleixner1-6/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner1-8/+1
2018-12-20lib/raid6: add option to skip algo benchmarkingDaniel Verkamp1-0/+3
2018-12-20lib/raid6: avoid __attribute_const__ redefinitionDaniel Verkamp1-1/+3
2018-12-20lib/raid6: add missing include for raid6testDaniel Verkamp1-0/+1
2018-04-07Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-0/+4
2018-03-26raid: remove tile specific raid6 implementationArnd Bergmann1-1/+0
2018-03-20lib/raid6/altivec: Add vpermxor implementation for raid6 Q syndromeMatt Brown1-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-09md/raid6: implement recovery using ARM NEON intrinsicsArd Biesheuvel1-0/+1
2017-05-16lib/raid6: Add log-of-2 table for RAID6 HW requiring disk positionAnup Patel1-0/+1
2016-10-07Merge tag 'md/4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-0/+4
2016-09-21lib/raid6: Add AVX512 optimized recovery functionsGayatri Kammela1-0/+1
2016-09-21lib/raid6: Add AVX512 optimized gen_syndrome functionsGayatri Kammela1-0/+3
2016-09-01RAID/s390: provide raid6 recovery optimizationMartin Schwidefsky1-0/+1
2016-08-29RAID/s390: add SIMD implementation for raid6 gen/xorMartin Schwidefsky1-0/+1
2016-01-21raid6/algos.c : bug fix : Add the missing definitions to the pq.h fileGayatri Kammela1-0/+2
2015-04-22md/raid6 algorithms: delta syndrome functionsMarkus Stockhausen1-0/+1
2013-09-10Merge tag 'md/3.12' of git://neil.brown.name/mdLinus Torvalds1-0/+1
2013-08-27RAID: add tilegx SIMD implementation of raid6Ken Steele1-0/+1
2013-07-08lib/raid6: add ARM-NEON accelerated syndrome calculationArd Biesheuvel1-0/+5
2013-01-02UAPI: Remove empty Kbuild filesDavid Howells1-0/+0
2012-12-13lib/raid6: Add AVX2 optimized gen_syndrome functionsYuanhan Liu1-0/+3
2012-12-13lib/raid6: Add AVX2 optimized recovery functionsJim Kukunas1-0/+1
2012-10-09UAPI: (Scripted) Disintegrate include/linux/raidDavid Howells3-443/+1
2012-05-22lib/raid6: Add SSSE3 optimized recovery functionsJim Kukunas1-2/+16
2012-05-21md: add possibility to change data-offset for devices.NeilBrown1-2/+8
2012-05-21md: allow a reshape operation to be reversed.NeilBrown1-1/+6
2012-03-13md: Use existed macros instead of numbersmajianpeng1-1/+5
2011-12-23md: create externally visible flags for supporting hot-replace.NeilBrown1-2/+5
2011-12-23md: Fix userspace free_pages() macroSteven Rostedt1-1/+1
2011-07-28md: load/store badblock list from v1.x metadataNeilBrown1-4/+10
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-08-12Make lib/raid6/test build correctly.NeilBrown1-0/+2
2009-12-14md: remove sparse warning:symbol XXX was not declared.NeilBrown1-0/+19
2009-06-18md: fix some comments.Andre Noll1-1/+1
2009-03-31md/raid6: move raid6 data processing to raid6_pq.koDan Williams1-0/+132
2009-03-31md: move md_k.h from include/linux/raid/ to drivers/md/NeilBrown1-411/+0
2009-03-31md: move lots of #include lines out of .h files and into .cNeilBrown3-44/+0
2009-03-31md: move most content from md.h to md_k.hNeilBrown3-40/+40
2009-03-31md: move LEVEL_* definition from md_k.h to md_u.hNeilBrown3-12/+17
2009-03-31md: move headers out of include/linux/raid/Christoph Hellwig7-1050/+0
2009-03-31md: Fix is_mddev_idle test (again).NeilBrown1-1/+1
2009-01-30headers_check fix: raid/md_p.hJaswinder Singh Rajput1-0/+2
2009-01-09md: don't retry recovery of raid1 that fails due to error on source drive.NeilBrown1-0/+3
2009-01-09md: Allow md devices to be created by name.NeilBrown1-0/+1
2009-01-09md: make devices disappear when they are no longer needed.NeilBrown1-0/+4
2009-01-09md: need another print_sb for mdp_superblock_1Cheng Renquan1-0/+2
2009-01-09md: use list_for_each_entry macro directlyCheng Renquan1-7/+4
2009-01-09md: raid0: make hash_spacing and preshift sector-based.Andre Noll1-2/+2
2009-01-09md: raid0: Represent the size of strip zones in sectors.Andre Noll1-1/+1
2009-01-09md: raid0: Represent zone->zone_offset in sectors.Andre Noll1-1/+1
2009-01-09md: raid0: Represent device offset in sectors.Andre Noll1-1/+1
2009-01-09md: use sysfs_notify_dirent to notify changes to md/sync_action.NeilBrown1-0/+1
2008-10-21md: use sysfs_notify_dirent to notify changes to md/dev-xxx/stateNeilBrown1-0/+3
2008-10-21md: use sysfs_notify_dirent to notify changes to md/array_stateNeilBrown1-1/+4
2008-10-13md: remove space after function name in declaration and call.NeilBrown1-5/+5
2008-10-13md: Remove unnecessary #includes, #defines, and function declarations.NeilBrown1-22/+0
2008-10-13md: Convert remaining 1k representations in linear.c to sectors.Andre Noll1-2/+4
2008-10-13md: linear: Represent dev_info->size and dev_info->offset in sectors.Andre Noll1-2/+2
2008-07-23md: delay notification of 'active_idle' to the recovery threadDan Williams1-0/+1
2008-07-21md: Protect access to mddev->disks list using RCUNeilBrown1-0/+3
2008-07-21md: only count actual openers as access which prevent a 'stop'NeilBrown1-1/+2
2008-07-21md: linear: Make array_size sector-based and rename it to array_sectors.Andre Noll1-1/+1
2008-07-21md: Make mddev->array_size sector-based.Andre Noll1-1/+1
2008-07-11md: Remove some unused macros.Andre Noll1-3/+0
2008-07-11md: Turn rdev->sb_offset into a sector-based quantity.Andre Noll1-1/+1
2008-06-30md: resolve external metadata handling deadlock in md_allow_writeDan Williams1-1/+1
2008-06-28md: replace R5_WantPrexor with R5_WantDrain, add 'prexor' reconstruct_statesDan Williams1-3/+3
2008-06-28md: replace STRIPE_OP_{BIODRAIN,PREXOR,POSTXOR} with 'reconstruct_states'Dan Williams1-8/+1
2008-06-28md: replace STRIPE_OP_CHECK with 'check_states'Dan Williams1-6/+40
2008-06-28md: kill STRIPE_OP_IO flagDan Williams1-1/+0
2008-06-28md: kill STRIPE_OP_MOD_DMA in raid5 offloadDan Williams1-2/+0
2008-06-28Make sure all changes to md/dev-XX/state are notifiedNeil Brown1-0/+3
2008-06-28Make sure all changes to md/sync_action are notified.Neil Brown1-0/+2
2008-06-28Allow setting start point for requested check/repairNeil Brown1-0/+2
2008-06-28Improve setting of "events_cleared" for write-intent bitmaps.Neil Brown1-0/+1
2008-05-24md: restart recovery cleanly after device failure.NeilBrown1-3/+1
2008-05-24md: allow parallel resync of md-devices.Bernd Schubert1-0/+3
2008-05-24md: kill file_path wrapperChristoph Hellwig1-1/+0
2008-05-24md: proper extern for mdp_majorAdrian Bunk1-0/+2
2008-04-30md: support blocking writes to an array on device failureDan Williams2-0/+5
2008-04-28md: introduce get_priority_stripe() to improve raid456 write performanceDan Williams1-0/+7
2008-04-18include: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-03-04md: clean up irregularity with raid autodetectNeilBrown1-0/+1
2008-03-04md: reduce CPU wastage on idle md array with a write-intent bitmapNeilBrown1-0/+2
2008-02-06md: change ITERATE_RDEV_GENERIC to rdev_for_each_list, and remove ITERATE_RDE...NeilBrown1-10/+4
2008-02-06md: change ITERATE_RDEV to rdev_for_eachNeilBrown1-1/+1
2008-02-06md: allow devices to be shared between md arraysNeilBrown1-0/+2
2008-02-06md: allow a maximum extent to be set for resyncingNeilBrown1-0/+2
2008-02-06md: support 'external' metadata for md arraysNeilBrown1-0/+3
2008-02-06md: Update md bitmap during resync.NeilBrown1-0/+3
2007-10-17bitmap.h: remove dead artifactsAdrian Bunk1-2/+0
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-2/+2
2007-07-17md: change bitmap_unplug and others to void functionsNeilBrown1-3/+3
2007-07-17md: improve the is_mddev_idle test fixNeilBrown1-1/+1
2007-07-13md: handle_stripe5 - add request/completion logic for async read opsDan Williams1-1/+1
2007-07-13md: handle_stripe5 - add request/completion logic for async compute opsDan Williams1-1/+1
2007-07-13md: raid5_run_ops - run stripe operations outside sh->lockDan Williams1-3/+78
2007-07-13raid5: refactor handle_stripe5 and handle_stripe6 (v3)Dan Williams1-0/+16
2007-07-13async_tx: add the async_tx apiDan Williams1-2/+3
2007-07-13xor: make 'xor_blocks' a library routine for use with async_txDan Williams1-1/+1
2007-05-23md: don't write more than is required of the last page of a bitmapNeilBrown1-0/+1
2007-05-09Revert "md: improve partition detection in md array"Linus Torvalds1-0/+1
2007-05-09md: improve partition detection in md arrayNeilBrown1-1/+0
2007-04-04[PATCH] md: avoid a deadlock when removing a device from an md array via sysfsNeilBrown1-0/+1
2007-02-09[PATCH] md: avoid possible BUG_ON in md bitmap handlingNeil Brown1-0/+1
2007-01-26[PATCH] md: fix potential memalloc deadlock in mdNeilBrown1-1/+1
2006-12-10[PATCH] md: allow reads that have bypassed the cache to be retried on failureRaz Ben-Jehuda(caro)1-0/+3
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-1/+1
2006-10-21[PATCH] md: endian annotations for the bitmap superblockNeilBrown1-10/+10
2006-10-21[PATCH] md: endian annotation for v1 superblock accessNeilBrown1-28/+28
2006-10-03[PATCH] md: remove MAX_MD_DEVS which is an arbitrary limitNeilBrown1-4/+1
2006-10-03[PATCH] md: Remove working_disks from raid1 state dataNeilBrown1-1/+0
2006-10-03[PATCH] md: new sysfs interface for setting bits in the write-intent-bitmapPaul Clements1-0/+2
2006-10-03[PATCH] md: remove 'working_disks' from raid10 stateNeilBrown1-1/+0
2006-10-03[PATCH] md: remove the working_disks and failed_disks from raid5 state data.NeilBrown1-1/+1
2006-10-03[PATCH] md: replace magic numbers in sb_dirty with well defined bit flagsNeilBrown2-2/+5
2006-10-03[PATCH] md: fix a comment that is wrong in raid5.hNeilBrown1-2/+3
2006-10-03[PATCH] md: the scheduled removal of the START_ARRAY ioctl for mdAdrian Bunk1-1/+1
2006-09-30[PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells2-0/+6
2006-09-19[HEADERS] One line per header in Kbuild files to reduce conflictsDavid Woodhouse1-1/+2
2006-07-10[PATCH] md: fix resync speed calculation for restarted resyncsNeilBrown1-1/+2
2006-07-04Merge git://git.infradead.org/hdrinstall-2.6Linus Torvalds1-0/+1
2006-06-26[PATCH] md: Don't write dirty/clean update to spares - leave them aloneNeilBrown1-0/+1
2006-06-26[PATCH] md/bitmap: change md/bitmap file handling to use bmap to file blocksNeilBrown1-3/+4
2006-06-26[PATCH] md/bitmap: remove bitmap writeback daemonNeilBrown1-6/+0
2006-06-26[PATCH] md: make md_print_devices() staticAdrian Bunk1-4/+0
2006-06-26[PATCH] md: support stripe/offset mode in raid10NeilBrown1-1/+6
2006-06-26[PATCH] md: allow a linear array to have drives added while activeNeilBrown1-0/+2
2006-06-26[PATCH] md: allow checkpoint of recovery with version-1 superblockNeilBrown2-1/+10
2006-06-26[PATCH] md: merge raid5 and raid6 codeNeilBrown1-0/+1
2006-06-26[PATCH] md: remove arbitrary limit on chunk sizeNeilBrown1-1/+2
2006-06-18Add generic Kbuild files for 'make headers_install'David Woodhouse1-0/+1
2006-04-11[PATCH] md: make sure 64bit fields in version-1 metadata are 64-bit alignedNeilBrown1-1/+1
2006-03-27[PATCH] md: Convert reconfig_sem to reconfig_mutexNeilBrown1-1/+1
2006-03-27[PATCH] md: Support suspending of IO to regions of an md arrayNeilBrown1-0/+4
2006-03-27[PATCH] md: Split reshape handler in check_reshape and start_reshapeNeilBrown1-1/+2
2006-03-27[PATCH] md: Only checkpoint expansion progress occasionallyNeilBrown1-0/+3
2006-03-27[PATCH] md: Checkpoint and allow restart of raid5 reshapeNeilBrown4-3/+40
2006-03-27[PATCH] md: Final stages of raid5 expand codeNeilBrown1-1/+2
2006-03-27[PATCH] md: Core of raid5 resize processNeilBrown2-1/+7
2006-03-27[PATCH] md: Infrastructure to allow normal IO to continue while array is expa...NeilBrown1-0/+6
2006-03-27[PATCH] md: Allow stripes to be expanded in preparation for expanding an arrayNeilBrown1-2/+7
2006-03-27[PATCH] md: Split disks array out of raid5 conf structure so it is easier to ...NeilBrown1-1/+1
2006-03-23[PATCH] DM: Fix bug: BIO_RW_BARRIER requests to md/raid1 hang.NeilBrown1-1/+1
2006-01-06[PATCH] md: allow sync-speed to be controlled per-deviceNeilBrown1-0/+4
2006-01-06[PATCH] md: count corrected read errors per driveNeilBrown1-0/+4
2006-01-06[PATCH] md: allow array level to be set textually via sysfsNeilBrown1-0/+1
2006-01-06[PATCH] md: make a couple of names in md.c staticNeilBrown1-2/+0
2006-01-06[PATCH] md: define and use safe_put_page for mdNeilBrown1-0/+5
2006-01-06[PATCH] md: remove personality numbering from mdNeilBrown2-55/+12
2006-01-06[PATCH] md: tidy up raid5/6 hash table codeNeilBrown1-2/+2
2006-01-06[PATCH] md: raid10 read-error handling - resync and read-onlyNeilBrown1-0/+7
2006-01-06[PATCH] md: auto-correct correctable read errors in raid10NeilBrown1-0/+2
2006-01-06[PATCH] md: fix up some rdev rcu locking in raid5/6NeilBrown1-1/+0
2006-01-06[PATCH] md: handle errors when read-onlyNeilBrown1-0/+7
2006-01-06[PATCH] md: attempt to auto-correct read errors in raid1NeilBrown1-0/+3
2006-01-06[PATCH] md: fix raid6 resync check/repair codeNeilBrown1-0/+2
2006-01-06[PATCH] md: write intent bitmap support for raid10NeilBrown1-1/+8
2006-01-06[PATCH] md: allow dirty raid[456] arrays to be started at bootNeilBrown1-0/+1
2006-01-06[PATCH] md: improve raid10 "IO Barrier" conceptNeilBrown1-2/+2
2006-01-06[PATCH] md: improve raid1 "IO Barrier" conceptNeilBrown1-2/+2
2005-11-09[PATCH] md: complete conversion of md to use kthreadsNeilBrown1-2/+0
2005-11-09[PATCH] md: support BIO_RW_BARRIER for md/raid1NeilBrown3-1/+12
2005-11-09[PATCH] md: make md on-disk bitmaps not host-endianNeilBrown2-3/+12
2005-11-09[PATCH] md: convert 'faulty' and 'in_sync' fields to bits in 'flags' fieldNeilBrown1-4/+4
2005-11-09[PATCH] md: improvements to raid5 handling of read errorsNeilBrown1-0/+3
2005-11-09[PATCH] md: change raid5 sysfs attribute to not create a new directoryNeilBrown2-1/+7
2005-11-09[PATCH] md: teach raid5 the difference between 'check' and 'repair'.NeilBrown1-0/+4
2005-11-09[PATCH] md: allow a manual resync with mdNeilBrown1-0/+4
2005-11-09[PATCH] md: add kobject/sysfs support to raid5NeilBrown1-0/+1
2005-11-09[PATCH] md: extend md sysfs support to component devices.NeilBrown1-0/+2
2005-11-09[PATCH] md: initial sysfs support for mdNeilBrown1-0/+2
2005-11-09[PATCH] md: better handling of readerrors with raid5.NeilBrown1-0/+2
2005-09-09[PATCH] md: add write-intent-bitmap support to raid5NeilBrown1-1/+13
2005-09-09[PATCH] md: limit size of sb read/written to appropriate amountNeilBrown1-0/+1
2005-09-09[PATCH] md: remove old cruft from md_k.h header fileNeilBrown1-64/+0
2005-09-09[PATCH] md: allow md to load a superblock with feature-bit '1' setNeilBrown1-0/+5
2005-09-09[PATCH] md: support md/linear array with components greater than 2 terabytes.NeilBrown1-2/+2
2005-09-09[PATCH] md: add write-behind support for md/raid1NeilBrown3-5/+26
2005-09-09[PATCH] md: support write-mostly device in raid1NeilBrown2-2/+12
2005-09-09[PATCH] md: all hot-add and hot-remove of md intent logging bitmapsNeilBrown1-0/+10
2005-08-04[PATCH] md: make sure md bitmap updates are flushed when array is stopped.NeilBrown1-0/+1
2005-07-15[PATCH] md/raid1: clear bitmap when fullsync completesNeilBrown1-1/+1
2005-06-21[PATCH] Two small fixes for md verion-1 superblocks.NeilBrown1-1/+1
2005-06-21[PATCH] md: allow md to update multiple superblocks in parallel.NeilBrown1-0/+1
2005-06-21[PATCH] md: allow md intent bitmap to be stored near the superblock.NeilBrown4-2/+26