Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
31f92e9a87553d9d3044fe97b5fe0247e4314773
/
fs
/
cifs
/
smb2pdu.c
31f92e9
CIFS: convert to use le32_add_cpu()
by Wei Yongjun
· 11 years ago
b42bf88
CIFS: Implement follow_link for SMB2
by Pavel Shilovsky
· 11 years ago
1c46943
[CIFS] Fix minor endian error in durable handle patch series
by Steve French
· 11 years ago
9cbc0b7
CIFS: Reconnect durable handles for SMB2
by Pavel Shilovsky
· 11 years ago
064f604
CIFS: Make SMB2_open use cifs_open_parms struct
by Pavel Shilovsky
· 11 years ago
63eb3de
CIFS: Request durable open for SMB2 opens
by Pavel Shilovsky
· 11 years ago
d22cbfe
CIFS: Simplify SMB2 create context handling
by Pavel Shilovsky
· 11 years ago
59aa371
CIFS: Simplify SMB2_open code path
by Pavel Shilovsky
· 11 years ago
ca81983
CIFS: Respect create_options in smb2_open_file
by Pavel Shilovsky
· 11 years ago
fd55439
CIFS: Fix lease context buffer parsing
by Pavel Shilovsky
· 11 years ago
f87ab88
[CIFS] Do not set DFS flag on SMB2 open
by Steve French
· 11 years ago
84ceeb9
[CIFS] fix static checker warning
by Steve French
· 11 years ago
5d875cc
When server doesn't provide SecurityBuffer on SMB2Negotiate pick default
by Steve French
· 11 years ago
4a72daf
SMB2 FSCTL and IOCTL worker function
by Steve French
· 11 years ago
2b80d04
Charge at least one credit, if server says that it supports multicredit
by Steve French
· 11 years ago
46b51d0
cifs: using strlcpy instead of strncpy
by Zhao Hongjiang
· 11 years ago
769ee6a
Add ability to dipslay SMB3 share flags and capabilities for debugging
by Steve French
· 11 years ago
20b6d8b
Add SMB3.02 dialect support
by Steve French
· 11 years ago
9cd2e62
Fix endian error in SMB2 protocol negotiation
by Steve French
· 11 years ago
3f61822
move sectype to the cifs_ses instead of TCP_Server_Info
by Jeff Layton
· 11 years ago
38d77c5
cifs: track the enablement of signing in the TCP_Server_Info
by Jeff Layton
· 11 years ago
e598d1d8
cifs: track the flavor of the NEGOTIATE reponse
by Jeff Layton
· 11 years ago
9ddec56
cifs: move handling of signed connections into separate function
by Jeff Layton
· 11 years ago
3534b85
cifs: throw a warning if negotiate or sess_setup ops are passed NULL server or session pointers
by Jeff Layton
· 11 years ago
f96637b
[CIFS] cifs: Rename cERROR and cFYI to cifs_dbg
by Joe Perches
· 12 years ago
d455b72
cifs: replaced kmalloc + memset with kzalloc
by Dia Vasile
· 12 years ago
6d8b59d
fix "disabling echoes and oplocks" on SMB2 mounts
by Steve French
· 12 years ago
52c0f4a
SMB3 mounts fail with access denied to some servers
by Steve French
· 12 years ago
e4aa25e
[CIFS] Fix SMB2 negotiation support to select only one dialect (based on vers=)
by Steve French
· 12 years ago
4ca3a99
CIFS: Fix possible freed pointer dereference in SMB2_sess_setup
by Pavel Shilovsky
· 12 years ago
e5d0488
CIFS: Fix possible memory leaks in SMB2 code
by Pavel Shilovsky
· 12 years ago
0822f51
CIFS: Add SMB2.1 lease break support
by Pavel Shilovsky
· 12 years ago
b8c32db
CIFS: Request SMB2.1 leases
by Pavel Shilovsky
· 12 years ago
f7ba7fe
CIFS: Add brlock support for SMB2
by Pavel Shilovsky
· 12 years ago
5819575
cifs: replace kvec array in readdata with a single kvec
by Jeff Layton
· 12 years ago
8321fec
cifs: convert async read code to use pages array without kmapping
by Jeff Layton
· 12 years ago
eddb079
cifs: convert async write code to pass in data via rq_pages array
by Jeff Layton
· 12 years ago
fec344e
cifs: change cifs_call_async to use smb_rqst structs
by Jeff Layton
· 12 years ago
0b688cf
cifs: change smb2 signing routines to use smb_rqst structs
by Jeff Layton
· 12 years ago
6fc05c2
CIFS: Add statfs support for SMB2
by Pavel Shilovsky
· 12 years ago
983c88a
CIFS: Add oplock break support for SMB2
by Pavel Shilovsky
· 12 years ago
2e44b28
CIFS: Process oplocks for SMB2
by Pavel Shilovsky
· 12 years ago
d324f08d
CIFS: Add readdir support for SMB2
by Pavel Shilovsky
· 12 years ago
1feeaac
CIFS: Add set_file_info support for SMB2
by Pavel Shilovsky
· 12 years ago
c839ff2
CIFS: Add SMB2 support for set_file_size
by Pavel Shilovsky
· 12 years ago
568798c
CIFS: Add SMB2 support for hardlink operation
by Pavel Shilovsky
· 12 years ago
35143eb
CIFS: Add SMB2 support for rename operation
by Pavel Shilovsky
· 12 years ago
3c1bf7e
CIFS: Enable signing in SMB2
by Pavel Shilovsky
· 12 years ago
009d344
CIFS: Add writepage support for SMB2
by Pavel Shilovsky
· 12 years ago
d8e0503
CIFS: Add readpage support for SMB2
by Pavel Shilovsky
· 12 years ago
3331914
CIFS: Add SMB2 support for cifs_iovec_write
by Pavel Shilovsky
· 12 years ago
09a4707
CIFS: Add SMB2 support for cifs_iovec_read
by Pavel Shilovsky
· 12 years ago
7a5cfb1
CIFS: Add SMB2 support for flush
by Pavel Shilovsky
· 12 years ago
f0df737
CIFS: Add open/close file support for SMB2
by Pavel Shilovsky
· 12 years ago
29e20f9
CIFS: Make CAP_* checks protocol independent
by Pavel Shilovsky
· 12 years ago
d60622e
CIFS: Allow SMB2 statistics to be tracked
by Pavel Shilovsky
· 12 years ago
9094fad
CIFS: Add echo request support for SMB2
by Pavel Shilovsky
· 12 years ago
be4cb9e
CIFS: Query SMB2 inode info
by Pavel Shilovsky
· 13 years ago
2503a0d
CIFS: Add SMB2 support for is_path_accessible
by Pavel Shilovsky
· 13 years ago
aa24d1e
CIFS: Process reconnects for SMB2 shares
by Pavel Shilovsky
· 13 years ago
faaf946
CIFS: Add tree connect/disconnect capability for SMB2
by Pavel Shilovsky
· 13 years ago
5478f9b
CIFS: Add session setup/logoff capability for SMB2
by Pavel Shilovsky
· 13 years ago
ec2e452
CIFS: Add capability to send SMB2 negotiate message
by Pavel Shilovsky
· 13 years ago