summaryrefslogtreecommitdiffstats
path: root/fs/udf/unicode.c
AgeCommit message (Expand)AuthorLines
2018-11-19udf: Allow mounting volumes with incorrect identification stringsJan Kara-3/+11
2018-04-19udf: Add support for decoding UTF-16 charactersJan Kara-35/+68
2018-04-19udf: Add support for encoding UTF-16 charactersJan Kara-36/+43
2018-04-19udf: Push sb argument to udf_name_[to|from]_CS0()Jan Kara-33/+24
2018-04-19udf: Convert ident strings to proper charsetJan Kara-3/+10
2018-04-19udf: Use UTF-32 <-> UTF-8 conversion functions from NLSJan Kara-63/+17
2018-04-18udf: Fix leak of UTF-16 surrogates into encoded stringsJan Kara-0/+6
2017-10-17udf: Fix signed/unsigned format specifiersSteve Magnani-1/+1
2016-04-25udf: Fix conversion of 'dstring' fields to UTF8Andrew Gabbasov-2/+14
2016-02-09udf: Merge linux specific translation into CS0 conversion functionAndrew Gabbasov-128/+152
2016-02-09udf: Remove struct ustr as non-needed intermediate storageAndrew Gabbasov-101/+45
2016-02-09udf: Adjust UDF_NAME_LEN to better reflect actual restrictionsAndrew Gabbasov-3/+3
2016-02-09udf: Join functions for UTF8 and NLS conversionsAndrew Gabbasov-188/+90
2016-02-09udf: Parameterize output length in udf_put_filenameAndrew Gabbasov-5/+5
2016-01-04udf: Check output buffer length when converting name to CS0Andrew Gabbasov-2/+13
2016-01-04udf: Prevent buffer overrun with multi-byte charactersAndrew Gabbasov-1/+5
2015-05-18udf: Make udf_get_filename() return error instead of 0 length file nameFabian Frederick-1/+4
2015-05-18udf: bug on exotic flag in udf_get_filename()Fabian Frederick-1/+1
2015-05-18udf: improve error management in udf_CS0toNLS()Fabian Frederick-3/+4
2015-05-18udf: improve error management in udf_CS0toUTF8()Fabian Frederick-3/+4
2015-05-18udf: unicode: update function name in commentsFabian Frederick-2/+2
2015-05-18udf: remove unnecessary test in udf_build_ustr_exact()Fabian Frederick-9/+5
2015-05-18udf: Return -ENOMEM when allocation fails in udf_get_filename()Fabian Frederick-5/+7
2014-12-19udf: Check path length when reading symlinkJan Kara-12/+16
2014-07-15fs/udf: re-use hex_asc_upper_{hi,lo} macrosAndy Shevchenko-5/+4
2011-10-31udf: Convert printks to pr_<level>Joe Perches-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-04-02udf: Fix oops when invalid character in filename occursJan Kara-5/+16
2009-04-02udf: reduce stack usage of udf_get_filenameMarcin Slusarz-16/+25
2008-04-17udf: use crc_itu_t from lib instead of udf_crcBob Copeland-1/+2
2008-04-17udf: udf_CS0toNLS cleanupmarcin.slusarz@gmail.com-11/+8
2008-04-17udf: fix udf_build_ustrMarcin Slusarz-5/+7
2008-04-17udf: udf_CS0toUTF8 cleanupmarcin.slusarz@gmail.com-17/+10
2008-04-17udf: move headers out include/linux/Christoph Hellwig-1/+0
2008-02-08udf: fix coding styleMarcin Slusarz-39/+46
2007-07-21UDF: coding style conversion - lindent fixupsCyrill Gorcunov-82/+73
2007-07-19UDF: coding style conversion - lindentCyrill Gorcunov-164/+135
2006-01-03remove pointers to the defunct UDF mailing listAdrian Bunk-5/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+516