index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
cifspdu.h
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-12
cifs: fix various whitespace errors in headers
Steve French
1
-29
/
+21
2022-10-06
cifs: Replace a couple of one-element arrays with flexible-array members
Gustavo A. R. Silva
1
-3
/
+4
2022-03-27
smb3: move defines for query info and query fsinfo to smbfs_common
Steve French
1
-1
/
+1
2022-03-27
smb3: move defines for ioctl protocol header and SMB2 sizes to smbfs_common
Steve French
1
-12
/
+0
2022-01-15
cifs: fix FILE_BOTH_DIRECTORY_INFO definition
Eugene Korenevsky
1
-1
/
+1
2021-09-13
cifs: remove pathname for file from SPDX header
Steve French
1
-1
/
+0
2021-09-09
cifs: move SMB FSCTL definitions to common code
Steve French
1
-1
/
+1
2021-08-25
cifs: remove support for NTLM and weaker authentication algorithms
Ronnie Sahlberg
1
-28
/
+0
2021-07-03
cifs: clarify SMB1 code for UnixCreateHardLink
Steve French
1
-0
/
+1
2021-06-21
cifs: use SPDX-Licence-Identifier
Steve French
1
-13
/
+1
2021-05-27
cifs: change format of CIFS_FULL_KEY_DUMP ioctl
Aurelien Aptel
1
-1
/
+2
2021-04-26
cifs: cifspdu.h: Replace one-element array with flexible-array member
Gustavo A. R. Silva
1
-1
/
+1
2021-03-26
cifs: Adjust key sizes and key generation routines for AES256 encryption
Shyam Prasad N
1
-0
/
+5
2020-12-18
SMB3: Add support for getting and setting SACLs
Boris Protopopov
1
-0
/
+2
2020-12-14
cifs: Enable sticky bit with cifsacl mount option.
Shyam Prasad N
1
-1
/
+1
2020-03-23
cifs: cifspdu.h: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-9
/
+9
2020-03-23
cifs: add smb2 POSIX info level
Aurelien Aptel
1
-0
/
+1
2018-11-02
smb3: missing defines and structs for reparse point handling
Steve French
1
-0
/
+3
2017-03-02
CIFS: move DFS response parsing out of SMB1 code
Aurelien Aptel
1
-6
/
+10
2015-08-20
Add way to query server fs info for smb3
Steve French
1
-0
/
+14
2015-06-29
Add reflink copy over SMB3.11 with new FSCTL_DUPLICATE_EXTENTS
Steve French
1
-0
/
+2
2015-06-28
add struct FILE_STANDARD_INFO
Steve French
1
-0
/
+10
2014-08-13
Add missing definitions for CIFS File System Attributes
Steve French
1
-0
/
+23
2013-11-12
cifs: Use data structures to compute NTLMv2 response offsets
Tim Gardner
1
-1
/
+7
2013-11-02
Allow setting per-file compression via CIFS protocol
Steve French
1
-0
/
+29
2013-11-02
cifs: Make big endian multiplex ID sequences monotonic on the wire
Tim Gardner
1
-1
/
+1
2013-10-28
Query file system attributes from server on SMB2, not just cifs, mounts
Steve French
1
-0
/
+3
2013-10-06
do not treat non-symlink reparse points as valid symlinks
Steve French
1
-8
/
+23
2013-09-26
[CIFS] Remove ext2 flags that have been moved to fs.h
Steve French
1
-20
/
+1
2013-09-08
CIFS: Implement follow_link for nounix CIFS mounts
Pavel Shilovsky
1
-5
/
+6
2013-06-27
[CIFS] SMB3 Signing enablement
Steve French
1
-0
/
+5
2013-06-24
Update headers to update various SMB3 ioctl definitions
Steve French
1
-0
/
+8
2013-06-24
cifs: break out decoding of security blob into separate function
Jeff Layton
1
-2
/
+2
2013-02-13
cifs: Use kuids and kgids SID to uid/gid mapping
Eric W. Biederman
1
-1
/
+0
2012-09-25
CIFS: Fix endian conversion of IndexNumber
Pavel Shilovsky
1
-1
/
+1
2011-10-28
Add definition for share encryption
Steve French
1
-7
/
+37
2011-10-19
cifs: fix protocol definition for READ_RSP
Jeff Layton
1
-3
/
+1
2011-05-19
cifs: turn BCC into a static inlined function
Jeff Layton
1
-3
/
+6
2011-05-19
cifs: keep BCC in little-endian format
Jeff Layton
1
-20
/
+2
2011-05-19
consistently use smb_buf_length as be32 for cifs (try 3)
Steve French
1
-3
/
+3
2011-01-21
cifs: use get/put_unaligned functions to access ByteCount
Jeff Layton
1
-4
/
+43
2011-01-20
cifs: add ability to send an echo request
Jeff Layton
1
-0
/
+15
2010-10-26
NTLM auth and sign - Define crypto hash functions and create and send keys ne...
Shirish Pargaonkar
1
-0
/
+6
2010-10-26
NTLM auth and sign - Allocate session key/client response dynamically
Shirish Pargaonkar
1
-1
/
+6
2010-09-29
cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication code
Shirish Pargaonkar
1
-1
/
+0
2010-09-09
Revert "[CIFS] Fix ntlmv2 auth with ntlmssp"
Steve French
1
-6
/
+1
2010-08-21
[CIFS] Fix ntlmv2 auth with ntlmssp
Steve French
1
-1
/
+6
2010-02-23
cifs: add parens around smb_var in BCC macros
Jeff Layton
1
-3
/
+3
2009-12-05
tree-wide: fix misspelling of "definition" in comments
Adam Buchbinder
1
-1
/
+1
2009-07-02
cifs: add new cifs_iget function and convert unix codepath to use it
Jeff Layton
1
-13
/
+1
[next]