aboutsummaryrefslogtreecommitdiff
path: root/lib/crc-t10dif.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-18crc-t10dif: clean up some more thingsGravatar Eric Biggers 1-13/+11
2020-06-18crc-t10dif: use fallback in initial stateGravatar Eric Biggers 1-27/+10
2020-06-18crc-t10dif: Fix potential crypto notify dead-lockGravatar Herbert Xu 1-12/+42
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Gravatar Thomas Gleixner 1-3/+1
2019-04-25crypto: shash - remove shash_desc::flagsGravatar Eric Biggers 1-1/+0
2018-09-14crc-t10dif: crc_t10dif_mutex can be staticGravatar kbuild test robot 1-1/+1
2018-09-04crc-t10dif: Allow current transform to be inspected in sysfsGravatar Martin K. Petersen 1-0/+11
2018-09-04crc-t10dif: Pick better transform if one becomes availableGravatar Martin K. Petersen 1-2/+44
2015-05-30lib: introduce crc_t10dif_update()Gravatar Akinobu Mita 1-3/+9
2013-09-12crypto: crct10dif - Add fallback for broken initrdsGravatar Herbert Xu 1-1/+10
2013-09-07Reinstate "crypto: crct10dif - Wrap crc_t10dif function all to use crypto tra...Gravatar Herbert Xu 1-43/+31
2013-07-24Revert "crypto: crct10dif - Wrap crc_t10dif function all to use crypto transf...Gravatar Herbert Xu 1-30/+43
2013-06-05crypto: crct10dif - Use PTR_RETGravatar Herbert Xu 1-3/+1
2013-05-20crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform fram...Gravatar Tim Chen 1-43/+32
2008-07-12[SCSI] lib: Add support for the T10 (SCSI) Data Integrity Field CRCGravatar Martin K. Petersen 1-0/+67