summaryrefslogtreecommitdiffstats
path: root/include/linux/string_helpers.h
Commit message (Expand)AuthorAgeFilesLines
* lib/string_helpers: Add flags param to string_get_size()Andy Shevchenko2024-02-291-3/+7
* lib/string_helpers: string_get_size() now returns characters wroteKent Overstreet2023-09-111-2/+2
* lib/string_helpers: Add kstrdup_and_replace() helperAndy Shevchenko2023-08-041-0/+2
* lib/string_helpers: Split out string_choices.hAndy Shevchenko2023-06-121-25/+1
* string_helpers: Move string_is_valid() to the headerAndy Shevchenko2023-02-091-0/+5
* Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-081-0/+5
|\
| * lib/string_helpers: Add str_read_write() helperAndy Shevchenko2022-08-281-0/+5
* | lib/string_helpers: Introduce parse_int_array_user()Cezary Rojewski2022-09-051-0/+2
|/
* lib/string_helpers: Consolidate string helpers implementationLucas De Marchi2022-02-071-0/+20
* lib/string_helpers: Introduce managed variant of kasprintf_strarray()Andy Shevchenko2021-11-181-0/+3
* lib/string_helpers: Introduce kasprintf_strarray()Andy Shevchenko2021-11-181-0/+1
* include/linux/string_helpers.h: add linux/string.h for strlen()Lucas De Marchi2021-11-091-0/+1
* seq_file: drop unused *_escape_mem_ascii()Andy Shevchenko2021-07-011-3/+0
* lib/test-string_helpers: add test cases for new featuresAndy Shevchenko2021-07-011-0/+4
* lib/string_helpers: allow to append additional characters to be escapedAndy Shevchenko2021-07-011-0/+1
* lib/string_helpers: introduce ESCAPE_NAP to escape non-ASCII and non-printableAndy Shevchenko2021-07-011-0/+1
* lib/string_helpers: introduce ESCAPE_NA for escaping non-ASCIIAndy Shevchenko2021-07-011-0/+1
* lib/string_helpers: switch to use BIT() macroAndy Shevchenko2021-07-011-10/+11
* lib: string_helpers: provide kfree_strarray()Bartosz Golaszewski2020-09-301-0/+2
* lib/string_helpers: Introduce string_upper() and string_lower() helpersVadim Pasternak2020-07-151-0/+15
* nfsd: escape high characters in binary dataJ. Bruce Fields2019-07-031-0/+3
* lib/string_helpers: Add missed declaration of struct task_structAndy Shevchenko2018-05-151-0/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* string_helpers: add kstrdup_quotable_fileKees Cook2016-04-211-0/+3
* string_helpers: add kstrdup_quotable_cmdlineKees Cook2016-04-211-0/+1
* string_helpers: add kstrdup_quotableKees Cook2016-04-211-0/+2
* lib/string_helpers: rename "esc" arg to "only"Kees Cook2015-09-101-7/+7
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-04-161-1/+1
|\
| * sd, mmc, virtio_blk, string_helpers: fix block size unitsJames Bottomley2015-04-101-1/+1
* | lib/string_helpers.c: change semantics of string_escape_memRasmus Villemoes2015-04-151-4/+4
|/
* libstring_helpers.c:string_get_size(): return voidRasmus Villemoes2015-02-121-2/+2
* lib / string_helpers: introduce string_escape_mem()Andy Shevchenko2014-10-141-0/+31
* lib / string_helpers: move documentation to c-fileAndy Shevchenko2014-10-141-34/+0
* lib/string_helpers: introduce generic string_unescapeAndy Shevchenko2013-04-301-0/+58
* [SCSI] lib: add generic helper to print sizes rounded to the correct SI rangeJames Bottomley2008-10-031-0/+16