summaryrefslogtreecommitdiffstats
path: root/fs/cifs/netmisc.c
Commit message (Expand)AuthorAgeFilesLines
* smb: move client and server files to common directory fs/smbSteve French2023-05-241-1021/+0
* cifs: remove unused server parameter from calc_smb_size()Enzo Matsumiya2022-08-171-1/+1
* cifs: remove unnecessary type castingsYu Zhe2022-08-011-1/+1
* cifs: fix potential race with cifsd threadPaulo Alcantara2022-04-041-1/+1
* cifs: cifs_ses_mark_for_reconnect should also update reconnect bitsShyam Prasad N2022-01-191-4/+1
* cifs: take cifs_tcp_ses_lock for status checksShyam Prasad N2022-01-071-2/+2
* cifs: remove pathname for file from SPDX headerSteve French2021-09-131-1/+0
* cifs`: handle ERRBaduid for SMB1Roberto Bergantinos Corpas2020-08-021-0/+27
* cifs: Standardize logging outputJoe Perches2020-06-011-3/+3
* fs: cifs: mute -Wunused-const-variable messageAustin Kim2019-10-061-4/+0
* fs: cifs: Initialize filesystem timestamp rangesDeepa Dinamani2019-08-301-7/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* cifs: use timespec64 internallyArnd Bergmann2018-08-071-9/+10
* cifs: update calc_size to take a server argumentRonnie Sahlberg2018-05-271-1/+1
* 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