index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
netmisc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fs: cifs: mute -Wunused-const-variable message
Austin Kim
2019-10-06
1
-4
/
+0
*
fs: cifs: Initialize filesystem timestamp ranges
Deepa Dinamani
2019-08-30
1
-7
/
+7
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-30
1
-14
/
+1
*
cifs: use timespec64 internally
Arnd Bergmann
2018-08-07
1
-9
/
+10
*
cifs: update calc_size to take a server argument
Ronnie Sahlberg
2018-05-27
1
-1
/
+1
*
cifs: small underflow in cnvrtDosUnixTm()
Dan Carpenter
2017-05-02
1
-3
/
+3
*
Fix signed/unsigned pointer warning
Kevin Cernekee
2014-12-14
1
-5
/
+7
*
[CIFS] Fix setting time before epoch (negative time values)
Steve French
2014-09-14
1
-4
/
+16
*
fs/cifs/netmisc.c: convert printk to pr_foo()
Fabian Frederick
2014-05-21
1
-4
/
+5
*
cifs: change ERRnomem error mapping from ENOMEM to EREMOTEIO
Jeff Layton
2013-11-11
1
-1
/
+1
*
cifs: ntstatus_to_dos_map[] is not terminated
Tim Gardner
2013-10-14
1
-1
/
+3
*
[CIFS] cifs: Rename cERROR and cFYI to cifs_dbg
Joe Perches
2013-05-04
1
-8
/
+8
*
cifs: map NT_STATUS_SHARING_VIOLATION to EBUSY instead of ETXTBSY
Sachin Prabhu
2013-03-13
1
-1
/
+1
*
cifs: get rid of smb_vol->UNCip and smb_vol->port
Jeff Layton
2012-12-05
1
-13
/
+1
*
cifs: change DOS/NT/POSIX mapping of ERRnoresource
Jeff Layton
2012-09-26
1
-3
/
+3
*
CIFS: Move readdir code to ops struct
Pavel Shilovsky
2012-09-24
1
-1
/
+2
*
cifs: writing past end of struct in cifs_convert_address()
Dan Carpenter
2012-03-31
1
-2
/
+1
*
CIFS: Separate protocol-specific code from cifs_readv_receive code
Pavel Shilovsky
2012-03-23
1
-1
/
+2
*
cifs: consolidate SendReceive response checks
Jeff Layton
2011-05-23
1
-1
/
+1
*
cifs: keep BCC in little-endian format
Jeff Layton
2011-05-19
1
-7
/
+0
*
cifs: fix handling of scopeid in cifs_convert_address
Jeff Layton
2011-02-17
1
-4
/
+4
*
cifs: use get/put_unaligned functions to access ByteCount
Jeff Layton
2011-01-20
1
-2
/
+2
*
cifs: cFYI the entire error code in map_smb_to_linux_error
Jeff Layton
2011-01-14
1
-2
/
+2
*
cifs: prevent possible memory corruption in cifs_demultiplex_thread
Jeff Layton
2010-09-08
1
-9
/
+13
*
CIFS: Make cifs_convert_address() take a const src pointer and a length
David Howells
2010-08-05
1
-21
/
+24
*
cifs: map NT_STATUS_ERROR_WRITE_PROTECTED to -EROFS
Jeff Layton
2010-08-02
1
-0
/
+1
*
cifs: set the port in sockaddr in a more clearly defined fashion
Jeff Layton
2010-08-02
1
-1
/
+22
*
[CIFS] Neaten cERROR and cFYI macros, reduce text space
Joe Perches
2010-04-21
1
-8
/
+8
*
cifs: have cifs parse scope_id out of IPv6 addresses and use it
Jeff Layton
2009-06-25
1
-5
/
+27
*
[CIFS] Fix build break
Steve French
2009-06-15
1
-1
/
+1
*
cifs: add new routine for converting AF_INET and AF_INET6 addrs
Jeff Layton
2009-06-13
1
-4
/
+30
*
cifs: make cnvrtDosUnixTm take a little-endian args and an offset
Jeff Layton
2009-05-28
1
-8
/
+4
*
cifs: have cifs_NTtimeToUnix take a little-endian arg
Jeff Layton
2009-05-28
1
-6
/
+6
*
[CIFS] Remove unneeded QuerySymlink call and fix mapping for unmapped status
Steve French
2009-04-30
1
-0
/
+2
*
[CIFS] cleanup old checkpatch warnings
Steve French
2008-05-13
1
-3
/
+3
*
[CIFS] Fixed build warning in is_ip
Igor Mammedov
2008-05-08
1
-31
/
+1
*
[CIFS] clean up some hard to read ifdefs
Steve French
2008-02-12
1
-6
/
+2
*
[CIFS] reduce checkpatch warnings
Steve French
2008-02-07
1
-6
/
+9
*
[CIFS] Fix walking out end of cifs dacl
Steve French
2007-11-05
1
-1
/
+1
*
[CIFS] when mount helper missing fix slash wrong direction in share
Steve French
2007-11-01
1
-5
/
+35
*
[CIFS] acl support part 6
Steve French
2007-10-25
1
-6
/
+6
*
[CIFS] log better errors on failed mounts
Steve French
2007-10-18
1
-10
/
+18
*
[CIFS] Fix minor problems noticed by scan
Steve French
2007-10-17
1
-1
/
+4
*
[CIFS] More whitespace/formatting fixes (noticed by checkpatch)
Steve French
2007-07-17
1
-2
/
+4
*
[CIFS] Fix build break - inet.h not included when experimental ifdef off
Steve French
2007-07-15
1
-2
/
+0
*
[CIFS] whitespace/formatting fixes
Steve French
2007-07-13
1
-1
/
+1
*
[CIFS] whitespace cleanup
Steve French
2007-07-10
1
-1
/
+1
*
[CIFS] more whitespace fixes
Steve French
2007-07-08
1
-40
/
+42
*
[CIFS] more whitespace cleanup
Steve French
2007-07-07
1
-9
/
+9
*
[CIFS] ipv6 support no longer experimental
Jeff
2007-07-06
1
-61
/
+0
[next]