summaryrefslogtreecommitdiffstats
path: root/fs/udf/unicode.c
Commit message (Expand)AuthorAgeFilesLines
* udf: Fix uninitialized array access for some pathnamesJan Kara2023-06-211-1/+1
* fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifierBagas Sanjaya2023-05-301-5/+1
* udf: Fix iocharset=utf8 mount optionPali Rohár2021-08-121-2/+2
* udf: Allow mounting volumes with incorrect identification stringsJan Kara2018-11-191-3/+11
* udf: Add support for decoding UTF-16 charactersJan Kara2018-04-191-35/+68
* udf: Add support for encoding UTF-16 charactersJan Kara2018-04-191-36/+43
* udf: Push sb argument to udf_name_[to|from]_CS0()Jan Kara2018-04-191-33/+24
* udf: Convert ident strings to proper charsetJan Kara2018-04-191-3/+10
* udf: Use UTF-32 <-> UTF-8 conversion functions from NLSJan Kara2018-04-191-63/+17
* udf: Fix leak of UTF-16 surrogates into encoded stringsJan Kara2018-04-181-0/+6
* udf: Fix signed/unsigned format specifiersSteve Magnani2017-10-171-1/+1
* udf: Fix conversion of 'dstring' fields to UTF8Andrew Gabbasov2016-04-251-2/+14
* udf: Merge linux specific translation into CS0 conversion functionAndrew Gabbasov2016-02-091-128/+152
* udf: Remove struct ustr as non-needed intermediate storageAndrew Gabbasov2016-02-091-101/+45
* udf: Adjust UDF_NAME_LEN to better reflect actual restrictionsAndrew Gabbasov2016-02-091-3/+3
* udf: Join functions for UTF8 and NLS conversionsAndrew Gabbasov2016-02-091-188/+90
* udf: Parameterize output length in udf_put_filenameAndrew Gabbasov2016-02-091-5/+5
* udf: Check output buffer length when converting name to CS0Andrew Gabbasov2016-01-041-2/+13
* udf: Prevent buffer overrun with multi-byte charactersAndrew Gabbasov2016-01-041-1/+5
* udf: Make udf_get_filename() return error instead of 0 length file nameFabian Frederick2015-05-181-1/+4
* udf: bug on exotic flag in udf_get_filename()Fabian Frederick2015-05-181-1/+1
* udf: improve error management in udf_CS0toNLS()Fabian Frederick2015-05-181-3/+4
* udf: improve error management in udf_CS0toUTF8()Fabian Frederick2015-05-181-3/+4
* udf: unicode: update function name in commentsFabian Frederick2015-05-181-2/+2
* udf: remove unnecessary test in udf_build_ustr_exact()Fabian Frederick2015-05-181-9/+5
* udf: Return -ENOMEM when allocation fails in udf_get_filename()Fabian Frederick2015-05-181-5/+7
* udf: Check path length when reading symlinkJan Kara2014-12-191-12/+16
* fs/udf: re-use hex_asc_upper_{hi,lo} macrosAndy Shevchenko2014-07-151-5/+4
* udf: Convert printks to pr_<level>Joe Perches2011-10-311-3/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* udf: Fix oops when invalid character in filename occursJan Kara2009-04-021-5/+16
* udf: reduce stack usage of udf_get_filenameMarcin Slusarz2009-04-021-16/+25
* udf: use crc_itu_t from lib instead of udf_crcBob Copeland2008-04-171-1/+2
* udf: udf_CS0toNLS cleanupmarcin.slusarz@gmail.com2008-04-171-11/+8
* udf: fix udf_build_ustrMarcin Slusarz2008-04-171-5/+7
* udf: udf_CS0toUTF8 cleanupmarcin.slusarz@gmail.com2008-04-171-17/+10
* udf: move headers out include/linux/Christoph Hellwig2008-04-171-1/+0
* udf: fix coding styleMarcin Slusarz2008-02-081-39/+46
* UDF: coding style conversion - lindent fixupsCyrill Gorcunov2007-07-211-82/+73
* UDF: coding style conversion - lindentCyrill Gorcunov2007-07-191-164/+135
* remove pointers to the defunct UDF mailing listAdrian Bunk2006-01-031-5/+0
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+516