Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
3e5cf362c34b14c8d01d19d4b821fb35e1779862
/
fs
/
cifs
/
transport.c
e19b2bc
cifs: add resp_buf_size to the mid_q_entry structure
by Ronnie Sahlberg
· 7 years ago
93012bf
cifs: add server->vals->header_preamble_size
by Ronnie Sahlberg
· 7 years ago
8bd68c6
CIFS: implement v3.11 preauth integrity
by Aurelien Aptel
· 7 years ago
9762c2d
CIFS: SMBD: Upper layer sends data via RDMA send
by Long Li
· 7 years ago
3cecf48
cifs: avoid a kmalloc in smb2_send_recv/SendReceive2 for the common case
by Ronnie Sahlberg
· 7 years ago
83b7739
cifs: Add smb2_send_recv
by Ronnie Sahlberg
· 7 years ago
93d2cb6
cifs: Do not modify mid entry after submitting I/O in cifs_call_async
by Long Li
· 8 years ago
4328fea
fs: cifs: transport: Use time_after for time comparison
by Karim Eshapa
· 8 years ago
de1892b
Don't delay freeing mids when blocked on slow socket write of request
by Steve French
· 8 years ago
a6f74e8
cifs: don't check for failure from mempool_alloc()
by NeilBrown
· 8 years ago
38bd490
Handle mismatched open calls
by Sachin Prabhu
· 8 years ago
9b7c18a
CIFS: Add mid handle callback
by Pavel Shilovsky
· 8 years ago
7fb8986
CIFS: Add capability to transform requests before sending
by Pavel Shilovsky
· 8 years ago
b8f57ee
CIFS: Separate RFC1001 length processing for SMB2 read
by Pavel Shilovsky
· 8 years ago
738f9de
CIFS: Send RFC1001 length in a separate iov
by Pavel Shilovsky
· 8 years ago
fb2036d
CIFS: Make send_cancel take rqst as argument
by Pavel Shilovsky
· 8 years ago
da502f7
CIFS: Make SendReceive2() takes resp iov
by Pavel Shilovsky
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
2f8b544
block,fs: untangle fs.h and blk_types.h
by Christoph Hellwig
· 8 years ago
3ab3f2a
cifs: quit playing games with draining iovecs
by Al Viro
· 9 years ago
820962d
cifs: fix race between call_async() and reconnect()
by Rabin Vincent
· 9 years ago
5fb4e28
cifs: Fix use-after-free on mid_q_entry
by Christopher Oo
· 10 years ago
0b456f0
cifs: convert printk(LEVEL...) to pr_<level>
by Andy Shevchenko
· 10 years ago
cb7e9ea
CIFS: Use multicredits for SMB 2.1/3 writes
by Pavel Shilovsky
· 11 years ago
a26054d
cifs: sanity check length of data to send before sending
by Jeff Layton
· 11 years ago
7f48558
cifs: Send a logoff request before removing a smb session
by Shirish Pargaonkar
· 11 years ago
3d378d3
cifs: Make big endian multiplex ID sequences monotonic on the wire
by Tim Gardner
· 11 years ago
eb4c7df
cifs: Avoid umount hangs with smb2 when server is unresponsive
by Shirish Pargaonkar
· 11 years ago
f991fae
Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 12 years ago
38d77c5
cifs: track the enablement of signing in the TCP_Server_Info
by Jeff Layton
· 12 years ago
5853cc2
freezer: add unsafe versions of freezable helpers for CIFS
by Colin Cross
· 12 years ago
0124cc4
cifs: store the real expected sequence number in the mid
by Jeff Layton
· 12 years ago
ad313cb
cifs: on send failure, readjust server sequence number downward
by Jeff Layton
· 12 years ago
ce6c44e
cifs: remove ENOSPC handling in smb_sendv
by Jeff Layton
· 12 years ago
f96637b
[CIFS] cifs: Rename cERROR and cFYI to cifs_dbg
by Joe Perches
· 12 years ago
ea702b8
cifs: move check for NULL socket into smb_send_rqst
by Jeff Layton
· 12 years ago
b7a1062
[CIFS] WARN_ON_ONCE if kernel_sendmsg() returns -ENOSPC
by Steve French
· 12 years ago
fec344e
cifs: change cifs_call_async to use smb_rqst structs
by Jeff Layton
· 12 years ago
fb308a6
cifs: teach signing routines how to deal with arrays of pages in a smb_rqst
by Jeff Layton
· 12 years ago
97bc00b
cifs: teach smb_send_rqst how to handle arrays of pages
by Jeff Layton
· 12 years ago
b8eed28
cifs: cork the socket before a send and uncork it afterward
by Jeff Layton
· 12 years ago
6f49f46
cifs: convert send code to use smb_rqst structs
by Jeff Layton
· 12 years ago
bf5ea0e
cifs: change signing routines to deal with smb_rqst structs
by Jeff Layton
· 12 years ago
3c1bf7e
CIFS: Enable signing in SMB2
by Pavel Shilovsky
· 12 years ago
985e4ff0
cifs: print error code if smb signature verification fails
by Steve French
· 12 years ago
4574084
CIFS: Setup async request in ops struct
by Pavel Shilovsky
· 13 years ago
2dc7e1c
CIFS: Make transport routines work with SMB2
by Pavel Shilovsky
· 13 years ago
a891f0f
CIFS: Extend credit mechanism to process request type
by Pavel Shilovsky
· 13 years ago
762a420
cifs: rename cifs_sign_smb2 to cifs_sign_smbv
by Jeff Layton
· 12 years ago
d971e06
cifs: remove bogus reset of smb_buf_length in smb_send routines
by Jeff Layton
· 12 years ago
ffc61cc
Initialise mid_q_entry before putting it on the pending queue
by Sachin Prabhu
· 12 years ago
8825736
CIFS: Move get_next_mid to ops struct
by Pavel Shilovsky
· 13 years ago
4527578
CIFS: Move add/set_credits and get_credits_field to ops structure
by Pavel Shilovsky
· 13 years ago
082d064
CIFS: Move protocol specific part from SendReceive2 to ops struct
by Pavel Shilovsky
· 13 years ago
121b046
cifs: convert send_nt_cancel into a version specific op
by Jeff Layton
· 13 years ago
7c9421e
CIFS: Change mid_q_entry structure fields
by Pavel Shilovsky
· 13 years ago
d4e4854
CIFS: Separate protocol-specific code from demultiplex code
by Pavel Shilovsky
· 13 years ago
792af7b
CIFS: Separate protocol-specific code from transport routines
by Pavel Shilovsky
· 13 years ago
bc205ed
CIFS: Prepare credits code for a slot reservation
by Pavel Shilovsky
· 13 years ago
5bc5949
CIFS: Make wait_for_free_request killable
by Pavel Shilovsky
· 13 years ago
2d86dbc
CIFS: Introduce credit-based flow control
by Pavel Shilovsky
· 13 years ago
fc40f9c
CIFS: Simplify inFlight logic
by Pavel Shilovsky
· 13 years ago
10b9b98
CIFS: Respect negotiated MaxMpxCount
by Pavel Shilovsky
· 13 years ago
f06ac72
cifs, freezer: add wait_event_freezekillable and have cifs use it
by Jeff Layton
· 13 years ago
44d22d8
cifs: add a callback function to receive the rest of the frame
by Jeff Layton
· 13 years ago
826a95e
cifs: consolidate signature generating code
by Jeff Layton
· 13 years ago
789e666
[CIFS] Cleanup use of CONFIG_CIFS_STATS2 ifdef to make transport routines more readable
by Steve French
· 13 years ago
0193e07
CIFS: Fix missing a decrement of inFlight value
by Pavel Shilovsky
· 13 years ago
96daf2b
[CIFS] Rename three structures to avoid camel case
by Steve French
· 14 years ago
3c1105d
cifs: don't call mid_q_entry->callback under the Global_MidLock (try #5)
by Jeff Layton
· 14 years ago
59ffd84
cifs: add ignore_pend flag to cifs_call_async
by Jeff Layton
· 14 years ago
fcc31cb
cifs: make cifs_send_async take a kvec array
by Jeff Layton
· 14 years ago
2c8f981
cifs: consolidate SendReceive response checks
by Jeff Layton
· 14 years ago
820a803
cifs: keep BCC in little-endian format
by Jeff Layton
· 14 years ago
be8e3b0
consistently use smb_buf_length as be32 for cifs (try 3)
by Steve French
· 14 years ago
71823ba
cifs: don't always drop malformed replies on the floor (try #3)
by Jeff Layton
· 14 years ago
e3f0dad
cifs: enable signing flag in SMB header when server has it on
by Jeff Layton
· 14 years ago
d804d41
cifs: don't pop a printk when sending on a socket is interrupted
by Jeff Layton
· 14 years ago
2db7c58
cifs: send an NT_CANCEL request when a process is signalled
by Jeff Layton
· 14 years ago
1be912d
cifs: handle cancelled requests better
by Jeff Layton
· 14 years ago
690c522
cifs: use get/put_unaligned functions to access ByteCount
by Jeff Layton
· 14 years ago
76dcc26
cifs: mangle existing header for SMB_COM_NT_CANCEL
by Jeff Layton
· 14 years ago
7749981
cifs: remove code for setting timeouts on requests
by Jeff Layton
· 14 years ago
766fdbb
cifs: add ability to send an echo request
by Jeff Layton
· 14 years ago
a6827c1
cifs: add cifs_call_async
by Jeff Layton
· 14 years ago
2b84a36c
cifs: allow for different handling of received response
by Jeff Layton
· 14 years ago
74dd92a
cifs: clean up sync_mid_result
by Jeff Layton
· 14 years ago
dad255b
cifs: don't reconnect server when we don't get a response
by Jeff Layton
· 14 years ago
0ade640
cifs: wait indefinitely for responses
by Jeff Layton
· 14 years ago
053d503
cifs: move mid result processing into common function
by Jeff Layton
· 14 years ago
ddc8cf8
cifs: move locked sections out of DeleteMidQEntry and AllocMidQEntry
by Jeff Layton
· 14 years ago
8097531
cifs: clean up accesses to midCount
by Jeff Layton
· 14 years ago
c5797a9
cifs: make wait_for_free_request take a TCP_Server_Info pointer
by Jeff Layton
· 14 years ago
a9f1b85
CIFS: Simplify ipv*_connect functions into one (try #4)
by Pavel Shilovsky
· 14 years ago
21e7339
NTLM auth and sign - Allocate session key/client response dynamically
by Shirish Pargaonkar
· 14 years ago
5f98ca9
cifs NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect the key it holds
by Shirish Pargaonkar
· 14 years ago
c8e56f1
Revert "[CIFS] Fix ntlmv2 auth with ntlmssp"
by Steve French
· 14 years ago
9fbc590
[CIFS] Fix ntlmv2 auth with ntlmssp
by Steve French
· 14 years ago
bdfae14
[CIFS] Remove unused cifs_oplock_cachep
by Steve French
· 15 years ago
b6b38f7
[CIFS] Neaten cERROR and cFYI macros, reduce text space
by Joe Perches
· 15 years ago
Next »