summaryrefslogtreecommitdiffstats
path: root/lib/string_helpers.c
Commit message (Expand)AuthorAgeFilesLines
* mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-131-2/+2
* string_helpers: add kstrdup_quotable_fileKees Cook2016-04-211-0/+30
* string_helpers: add kstrdup_quotable_cmdlineKees Cook2016-04-211-0/+34
* string_helpers: add kstrdup_quotableKees Cook2016-04-211-0/+28
* string_helpers: fix precision loss for some inputsJames Bottomley2016-01-201-20/+43
* lib/string_helpers.c: fix infinite loop in string_get_size()Vitaly Kuznetsov2015-09-171-1/+5
* lib/string_helpers: rename "esc" arg to "only"Kees Cook2015-09-101-7/+7
* lib/string_helpers: clarify esc arg in string_escape_memKees Cook2015-09-101-4/+6
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-04-161-20/+48
|\
| * sd, mmc, virtio_blk, string_helpers: fix block size unitsJames Bottomley2015-04-101-20/+48
* | lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes2015-04-151-42/+7
* | lib/string_helpers.c: refactor string_escape_memRasmus Villemoes2015-04-151-103/+105
|/
* libstring_helpers.c:string_get_size(): return voidRasmus Villemoes2015-02-121-6/+4
* lib/string_helpers.c:string_get_size(): use 32 bit arithmetic when possibleRasmus Villemoes2015-02-121-5/+4
* lib/string_helpers.c:string_get_size(): remove redundant prefixesRasmus Villemoes2015-02-121-4/+3
* lib / string_helpers: introduce string_escape_mem()Andy Shevchenko2014-10-141-0/+274
* lib / string_helpers: move documentation to c-fileAndy Shevchenko2014-10-141-0/+38
* lib/string_helpers.c: constify static arraysMathias Krause2014-08-061-6/+9
* lib/string_helpers: introduce generic string_unescapeAndy Shevchenko2013-04-301-0/+133
* lib/string_helpers.c: make arrays staticAndrew Morton2012-05-291-4/+4
* lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-071-1/+1
* [SCSI] lib: string_get_size(): don't hang on zero; no decimals on exactH. Peter Anvin2008-10-231-15/+19
* [SCSI] lib: add generic helper to print sizes rounded to the correct SI rangeJames Bottomley2008-10-031-0/+64