aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/netmisc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-11cifs: change ERRnomem error mapping from ENOMEM to EREMOTEIOJeff Layton1-1/+1
2013-10-14cifs: ntstatus_to_dos_map[] is not terminatedTim Gardner1-1/+3
2013-05-04[CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches1-8/+8
2013-03-13cifs: map NT_STATUS_SHARING_VIOLATION to EBUSY instead of ETXTBSYSachin Prabhu1-1/+1
2012-12-05cifs: get rid of smb_vol->UNCip and smb_vol->portJeff Layton1-13/+1
2012-09-26cifs: change DOS/NT/POSIX mapping of ERRnoresourceJeff Layton1-3/+3
2012-09-24CIFS: Move readdir code to ops structPavel Shilovsky1-1/+2
2012-03-31cifs: writing past end of struct in cifs_convert_address()Dan Carpenter1-2/+1
2012-03-23CIFS: Separate protocol-specific code from cifs_readv_receive codePavel Shilovsky1-1/+2
2011-05-23cifs: consolidate SendReceive response checksJeff Layton1-1/+1
2011-05-19cifs: keep BCC in little-endian formatJeff Layton1-7/+0
2011-02-17cifs: fix handling of scopeid in cifs_convert_addressJeff Layton1-4/+4
2011-01-20cifs: use get/put_unaligned functions to access ByteCountJeff Layton1-2/+2
2011-01-14cifs: cFYI the entire error code in map_smb_to_linux_errorJeff Layton1-2/+2
2010-09-08cifs: prevent possible memory corruption in cifs_demultiplex_threadJeff Layton1-9/+13
2010-08-05CIFS: Make cifs_convert_address() take a const src pointer and a lengthDavid Howells1-21/+24
2010-08-02cifs: map NT_STATUS_ERROR_WRITE_PROTECTED to -EROFSJeff Layton1-0/+1
2010-08-02cifs: set the port in sockaddr in a more clearly defined fashionJeff Layton1-1/+22
2010-04-21[CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches1-8/+8
2009-06-25cifs: have cifs parse scope_id out of IPv6 addresses and use itJeff Layton1-5/+27
2009-06-15[CIFS] Fix build breakSteve French1-1/+1
2009-06-13cifs: add new routine for converting AF_INET and AF_INET6 addrsJeff Layton1-4/+30
2009-05-28cifs: make cnvrtDosUnixTm take a little-endian args and an offsetJeff Layton1-8/+4
2009-05-28cifs: have cifs_NTtimeToUnix take a little-endian argJeff Layton1-6/+6
2009-04-30[CIFS] Remove unneeded QuerySymlink call and fix mapping for unmapped statusSteve French1-0/+2
2008-05-13[CIFS] cleanup old checkpatch warningsSteve French1-3/+3
2008-05-08[CIFS] Fixed build warning in is_ipIgor Mammedov1-31/+1
2008-02-12[CIFS] clean up some hard to read ifdefsSteve French1-6/+2
2008-02-07[CIFS] reduce checkpatch warningsSteve French1-6/+9
2007-11-05[CIFS] Fix walking out end of cifs daclSteve French1-1/+1
2007-11-01[CIFS] when mount helper missing fix slash wrong direction in shareSteve French1-5/+35
2007-10-25[CIFS] acl support part 6Steve French1-6/+6
2007-10-18[CIFS] log better errors on failed mountsSteve French1-10/+18
2007-10-17[CIFS] Fix minor problems noticed by scanSteve French1-1/+4
2007-07-17[CIFS] More whitespace/formatting fixes (noticed by checkpatch)Steve French1-2/+4
2007-07-15[CIFS] Fix build break - inet.h not included when experimental ifdef offSteve French1-2/+0
2007-07-13[CIFS] whitespace/formatting fixesSteve French1-1/+1
2007-07-10[CIFS] whitespace cleanupSteve French1-1/+1
2007-07-08[CIFS] more whitespace fixesSteve French1-40/+42
2007-07-07[CIFS] more whitespace cleanupSteve French1-9/+9
2007-07-06[CIFS] ipv6 support no longer experimentalJeff1-61/+0
2007-04-25[CIFS] Add IPv6 supportSteve French1-2/+22
2006-10-12[CIFS] Fix old DOS time conversion to handle timezoneSteve French1-1/+1
2006-10-11[CIFS] Do not need to adjust for Jan/Feb for leap daySteve French1-1/+2
2006-10-11[CIFS] Fix leaps year calculation for years after 2100Steve French1-0/+9
2006-10-06[CIFS] readdir (ffirst) enablement of accurate timestamps from legacy serversSteve French1-21/+18
2006-09-28[CIFS] Legacy time handling for Win9x and OS/2 part 1Steve French1-0/+51
2006-08-11[CIFS]Jeremy Allison1-0/+1
2006-06-02[CIFS] Fix mapping of old SMB return code Invalid Net Name so it isSteve French1-1/+1
2006-06-01[CIFS] Support for setting up SMB sessions to legacy lanman servers part 2Steve French1-1/+1