aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/cifs_unicode.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-13cifs: remove pathname for file from SPDX headerGravatar Steve French 1-1/+0
2021-08-25CIFS: Fix a potencially linear read overflowGravatar Len Baker 1-7/+2
2020-10-11Convert trailing spaces and periods in path componentsGravatar Boris Protopopov 1-1/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Gravatar Thomas Gleixner 1-14/+1
2018-09-02fs/cifs: don't translate SFM_SLASH (U+F026) to backslashGravatar Jon Kuhn 1-3/+0
2017-07-08[SMB3] Remove ifdef since SMB3 (and later) now STRONGLY preferredGravatar Steve French 1-2/+0
2017-07-05CIFS: add SFM mapping for 0x01-0x1FGravatar Björn JACKE 1-0/+8
2017-05-05CIFS: add misssing SFM mapping for doublequoteGravatar Björn Jacke 1-0/+6
2016-06-24File names with trailing period or space need special case conversionGravatar Steve French 1-4/+29
2015-05-20Fix to convert SURROGATE PAIRGravatar Nakajima Akira 1-46/+136
2014-10-16Remap reserved posix characters by default (part 3/3)Gravatar Steve French 1-0/+15
2014-10-16Allow conversion of characters in Mac remap range (part 2)Gravatar Steve French 1-23/+74
2014-10-16Allow conversion of characters in Mac remap range. Part 1Gravatar Steve French 1-28/+67
2014-06-24[CIFS] fix mount failure with broken pathnames when smb3 mount with mapchars ...Gravatar Steve French 1-3/+4
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgGravatar Joe Perches 1-2/+2
2012-10-07Convert properly UTF-8 to UTF-16Gravatar Frediano Ziglio 1-0/+22
2012-09-18cifs: fix return value in cifsConvertToUTF16Gravatar Jeff Layton 1-1/+1
2012-07-24CIFS: Add SMB2 support for is_path_accessibleGravatar Pavel Shilovsky 1-0/+61
2012-07-24CIFS: Add tree connect/disconnect capability for SMB2Gravatar Pavel Shilovsky 1-1/+0
2012-01-18CIFS: Rename *UCS* functions to *UTF16*Gravatar Steve French 1-20/+21
2011-05-17cifs: fix cifsConvertToUCS() for the mapchars caseGravatar Jeff Layton 1-8/+6
2011-04-12cifs: clean up various nits in unicode routines (try #2)Gravatar Jeff Layton 1-18/+17
2011-01-20cifs: fix unaligned accesses in cifsConvertToUCSGravatar Jeff Layton 1-0/+76
2011-01-20cifs: clean up unaligned accesses in cifs_unicode.cGravatar Jeff Layton 1-23/+28
2010-04-21[CIFS] Neaten cERROR and cFYI macros, reduce text spaceGravatar Joe Perches 1-3/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-08-03cifs: Read buffer overflowGravatar Roel Kluin 1-1/+1
2009-05-02[CIFS] remove cifs_strfromUCS_leGravatar Jeff Layton 1-29/+0
2009-04-30[CIFS] rename cifs_strndup to cifs_strndup_from_ucsGravatar Steve French 1-3/+3
2009-04-30cifs: rename cifs_strlcpy_to_host and make it use new functionsGravatar Jeff Layton 1-0/+38
2009-04-30cifs: add new function to get unicode string length in bytesGravatar Jeff Layton 1-0/+31
2009-04-30cifs: add replacement for cifs_strtoUCS_le called cifs_from_ucs2Gravatar Jeff Layton 1-0/+124
2008-02-07[CIFS] reduce checkpatch warningsGravatar Steve French 1-2/+2
2007-07-13[CIFS] whitespace/formatting fixesGravatar Steve French 1-1/+1
2007-06-05[CIFS] whitespace cleanup part 2Gravatar Steve French 1-6/+6
2007-04-04[CIFS] Remove unnecessary parm to cifs_reopen_fileGravatar Steve French 1-2/+2
2006-05-31[CIFS] Support for setting up SMB sessions to legacy lanman serversGravatar Steve French 1-0/+1
2005-11-11[CIFS] Cleanup sparse warnings for unicode little endian castsGravatar Steve French 1-6/+7
2005-11-10[CIFS] Reduce sparse endian warningsGravatar Steve French 1-2/+3
2005-04-28[PATCH] cifs: finish up of special character mapping capable unicode conversi...Gravatar Steve French 1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+87