aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifs_unicode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-02fs/cifs: don't translate SFM_SLASH (U+F026) to backslashJon Kuhn1-3/+0
2017-07-08[SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferredSteve French1-2/+0
2017-07-05CIFS: add SFM mapping for 0x01-0x1FBjörn JACKE1-0/+8
2017-05-05CIFS: add misssing SFM mapping for doublequoteBjörn Jacke1-0/+6
2016-06-24File names with trailing period or space need special case conversionSteve French1-4/+29
2015-05-20Fix to convert SURROGATE PAIRNakajima Akira1-46/+136
2014-10-16Remap reserved posix characters by default (part 3/3)Steve French1-0/+15
2014-10-16Allow conversion of characters in Mac remap range (part 2)Steve French1-23/+74
2014-10-16Allow conversion of characters in Mac remap range. Part 1Steve French1-28/+67
2014-06-24[CIFS] fix mount failure with broken pathnames when smb3 mount with mapchars optionSteve French1-3/+4
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches1-2/+2
2012-10-07Convert properly UTF-8 to UTF-16Frediano Ziglio1-0/+22
2012-09-18cifs: fix return value in cifsConvertToUTF16Jeff Layton1-1/+1
2012-07-24CIFS: Add SMB2 support for is_path_accessiblePavel Shilovsky1-0/+61
2012-07-24CIFS: Add tree connect/disconnect capability for SMB2Pavel Shilovsky1-1/+0
2012-01-18CIFS: Rename *UCS* functions to *UTF16*Steve French1-20/+21
2011-05-17cifs: fix cifsConvertToUCS() for the mapchars caseJeff Layton1-8/+6
2011-04-12cifs: clean up various nits in unicode routines (try #2)Jeff Layton1-18/+17
2011-01-20cifs: fix unaligned accesses in cifsConvertToUCSJeff Layton1-0/+76
2011-01-20cifs: clean up unaligned accesses in cifs_unicode.cJeff Layton1-23/+28
2010-04-21[CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches1-3/+2
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-08-03cifs: Read buffer overflowRoel Kluin1-1/+1
2009-05-02[CIFS] remove cifs_strfromUCS_leJeff Layton1-29/+0
2009-04-30[CIFS] rename cifs_strndup to cifs_strndup_from_ucsSteve French1-3/+3
2009-04-30cifs: rename cifs_strlcpy_to_host and make it use new functionsJeff Layton1-0/+38
2009-04-30cifs: add new function to get unicode string length in bytesJeff Layton1-0/+31
2009-04-30cifs: add replacement for cifs_strtoUCS_le called cifs_from_ucs2Jeff Layton1-0/+124
2008-02-07[CIFS] reduce checkpatch warningsSteve French1-2/+2
2007-07-13[CIFS] whitespace/formatting fixesSteve French1-1/+1
2007-06-05[CIFS] whitespace cleanup part 2Steve French1-6/+6
2007-04-04[CIFS] Remove unnecessary parm to cifs_reopen_fileSteve French1-2/+2
2006-05-31[CIFS] Support for setting up SMB sessions to legacy lanman serversSteve French1-0/+1
2005-11-11[CIFS] Cleanup sparse warnings for unicode little endian castsSteve French1-6/+7
2005-11-10[CIFS] Reduce sparse endian warningsSteve French1-2/+3
2005-04-28[PATCH] cifs: finish up of special character mapping capable unicode conversion routine part 2 of 3Steve French1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+87