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