summaryrefslogtreecommitdiffstats
path: root/fs/cifs/netmisc.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: small underflow in cnvrtDosUnixTm()Dan Carpenter2017-05-021-3/+3
* Fix signed/unsigned pointer warningKevin Cernekee2014-12-141-5/+7
* [CIFS] Fix setting time before epoch (negative time values)Steve French2014-09-141-4/+16
* fs/cifs/netmisc.c: convert printk to pr_foo()Fabian Frederick2014-05-211-4/+5
* cifs: change ERRnomem error mapping from ENOMEM to EREMOTEIOJeff Layton2013-11-111-1/+1
* cifs: ntstatus_to_dos_map[] is not terminatedTim Gardner2013-10-141-1/+3
* [CIFS] cifs: Rename cERROR and cFYI to cifs_dbgJoe Perches2013-05-041-8/+8
* cifs: map NT_STATUS_SHARING_VIOLATION to EBUSY instead of ETXTBSYSachin Prabhu2013-03-131-1/+1
* cifs: get rid of smb_vol->UNCip and smb_vol->portJeff Layton2012-12-051-13/+1
* cifs: change DOS/NT/POSIX mapping of ERRnoresourceJeff Layton2012-09-261-3/+3
* CIFS: Move readdir code to ops structPavel Shilovsky2012-09-241-1/+2
* cifs: writing past end of struct in cifs_convert_address()Dan Carpenter2012-03-311-2/+1
* CIFS: Separate protocol-specific code from cifs_readv_receive codePavel Shilovsky2012-03-231-1/+2
* cifs: consolidate SendReceive response checksJeff Layton2011-05-231-1/+1
* cifs: keep BCC in little-endian formatJeff Layton2011-05-191-7/+0
* cifs: fix handling of scopeid in cifs_convert_addressJeff Layton2011-02-171-4/+4
* cifs: use get/put_unaligned functions to access ByteCountJeff Layton2011-01-201-2/+2
* cifs: cFYI the entire error code in map_smb_to_linux_errorJeff Layton2011-01-141-2/+2
* cifs: prevent possible memory corruption in cifs_demultiplex_threadJeff Layton2010-09-081-9/+13
* CIFS: Make cifs_convert_address() take a const src pointer and a lengthDavid Howells2010-08-051-21/+24
* cifs: map NT_STATUS_ERROR_WRITE_PROTECTED to -EROFSJeff Layton2010-08-021-0/+1
* cifs: set the port in sockaddr in a more clearly defined fashionJeff Layton2010-08-021-1/+22
* [CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches2010-04-211-8/+8
* cifs: have cifs parse scope_id out of IPv6 addresses and use itJeff Layton2009-06-251-5/+27
* [CIFS] Fix build breakSteve French2009-06-151-1/+1
* cifs: add new routine for converting AF_INET and AF_INET6 addrsJeff Layton2009-06-131-4/+30
* cifs: make cnvrtDosUnixTm take a little-endian args and an offsetJeff Layton2009-05-281-8/+4
* cifs: have cifs_NTtimeToUnix take a little-endian argJeff Layton2009-05-281-6/+6
* [CIFS] Remove unneeded QuerySymlink call and fix mapping for unmapped statusSteve French2009-04-301-0/+2
* [CIFS] cleanup old checkpatch warningsSteve French2008-05-131-3/+3
* [CIFS] Fixed build warning in is_ipIgor Mammedov2008-05-081-31/+1
* [CIFS] clean up some hard to read ifdefsSteve French2008-02-121-6/+2
* [CIFS] reduce checkpatch warningsSteve French2008-02-071-6/+9
* [CIFS] Fix walking out end of cifs daclSteve French2007-11-051-1/+1
* [CIFS] when mount helper missing fix slash wrong direction in shareSteve French2007-11-011-5/+35
* [CIFS] acl support part 6Steve French2007-10-251-6/+6
* [CIFS] log better errors on failed mountsSteve French2007-10-181-10/+18
* [CIFS] Fix minor problems noticed by scanSteve French2007-10-171-1/+4
* [CIFS] More whitespace/formatting fixes (noticed by checkpatch)Steve French2007-07-171-2/+4
* [CIFS] Fix build break - inet.h not included when experimental ifdef offSteve French2007-07-151-2/+0
* [CIFS] whitespace/formatting fixesSteve French2007-07-131-1/+1
* [CIFS] whitespace cleanupSteve French2007-07-101-1/+1
* [CIFS] more whitespace fixesSteve French2007-07-081-40/+42
* [CIFS] more whitespace cleanupSteve French2007-07-071-9/+9
* [CIFS] ipv6 support no longer experimentalJeff2007-07-061-61/+0
* [CIFS] Add IPv6 supportSteve French2007-04-251-2/+22
* [CIFS] Fix old DOS time conversion to handle timezoneSteve French2006-10-121-1/+1
* [CIFS] Do not need to adjust for Jan/Feb for leap daySteve French2006-10-111-1/+2
* [CIFS] Fix leaps year calculation for years after 2100Steve French2006-10-111-0/+9
* [CIFS] readdir (ffirst) enablement of accurate timestamps from legacy serversSteve French2006-10-061-21/+18
OpenPOWER on IntegriCloud