aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/unicode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-25udf: Fix conversion of 'dstring' fields to UTF8Andrew Gabbasov1-2/+14
2016-02-09udf: Merge linux specific translation into CS0 conversion functionAndrew Gabbasov1-128/+152
2016-02-09udf: Remove struct ustr as non-needed intermediate storageAndrew Gabbasov1-101/+45
2016-02-09udf: Adjust UDF_NAME_LEN to better reflect actual restrictionsAndrew Gabbasov1-3/+3
2016-02-09udf: Join functions for UTF8 and NLS conversionsAndrew Gabbasov1-188/+90
2016-02-09udf: Parameterize output length in udf_put_filenameAndrew Gabbasov1-5/+5
2016-01-04udf: Check output buffer length when converting name to CS0Andrew Gabbasov1-2/+13
2016-01-04udf: Prevent buffer overrun with multi-byte charactersAndrew Gabbasov1-1/+5
2015-05-18udf: Make udf_get_filename() return error instead of 0 length file nameFabian Frederick1-1/+4
2015-05-18udf: bug on exotic flag in udf_get_filename()Fabian Frederick1-1/+1
2015-05-18udf: improve error management in udf_CS0toNLS()Fabian Frederick1-3/+4
2015-05-18udf: improve error management in udf_CS0toUTF8()Fabian Frederick1-3/+4
2015-05-18udf: unicode: update function name in commentsFabian Frederick1-2/+2
2015-05-18udf: remove unnecessary test in udf_build_ustr_exact()Fabian Frederick1-9/+5
2015-05-18udf: Return -ENOMEM when allocation fails in udf_get_filename()Fabian Frederick1-5/+7
2014-12-19udf: Check path length when reading symlinkJan Kara1-12/+16
2014-07-15fs/udf: re-use hex_asc_upper_{hi,lo} macrosAndy Shevchenko1-5/+4
2011-10-31udf: Convert printks to pr_<level>Joe Perches1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-04-02udf: Fix oops when invalid character in filename occursJan Kara1-5/+16
2009-04-02udf: reduce stack usage of udf_get_filenameMarcin Slusarz1-16/+25
2008-04-17udf: use crc_itu_t from lib instead of udf_crcBob Copeland1-1/+2
2008-04-17udf: udf_CS0toNLS cleanupmarcin.slusarz@gmail.com1-11/+8
2008-04-17udf: fix udf_build_ustrMarcin Slusarz1-5/+7
2008-04-17udf: udf_CS0toUTF8 cleanupmarcin.slusarz@gmail.com1-17/+10
2008-04-17udf: move headers out include/linux/Christoph Hellwig1-1/+0
2008-02-08udf: fix coding styleMarcin Slusarz1-39/+46
2007-07-21UDF: coding style conversion - lindent fixupsCyrill Gorcunov1-82/+73
2007-07-19UDF: coding style conversion - lindentCyrill Gorcunov1-164/+135
2006-01-03remove pointers to the defunct UDF mailing listAdrian Bunk1-5/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+516