index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
transport.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-24
CIFS: SMBD: Upper layer sends data via RDMA send
Long Li
1
-2
/
+6
2018-01-24
cifs: avoid a kmalloc in smb2_send_recv/SendReceive2 for the common case
Ronnie Sahlberg
1
-10
/
+23
2018-01-24
cifs: Add smb2_send_recv
Ronnie Sahlberg
1
-0
/
+38
2017-07-05
cifs: Do not modify mid entry after submitting I/O in cifs_call_async
Long Li
1
-2
/
+5
2017-05-12
fs: cifs: transport: Use time_after for time comparison
Karim Eshapa
1
-1
/
+1
2017-05-09
Don't delay freeing mids when blocked on slow socket write of request
Steve French
1
-2
/
+0
2017-04-28
cifs: don't check for failure from mempool_alloc()
NeilBrown
1
-18
/
+14
2017-04-07
Handle mismatched open calls
Sachin Prabhu
1
-0
/
+2
2017-02-01
CIFS: Add mid handle callback
Pavel Shilovsky
1
-2
/
+3
2017-02-01
CIFS: Add capability to transform requests before sending
Pavel Shilovsky
1
-8
/
+25
2017-02-01
CIFS: Separate RFC1001 length processing for SMB2 read
Pavel Shilovsky
1
-1
/
+1
2017-02-01
CIFS: Send RFC1001 length in a separate iov
Pavel Shilovsky
1
-21
/
+65
2017-02-01
CIFS: Make send_cancel take rqst as argument
Pavel Shilovsky
1
-14
/
+19
2017-02-01
CIFS: Make SendReceive2() takes resp iov
Pavel Shilovsky
1
-21
/
+9
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-11-01
block,fs: untangle fs.h and blk_types.h
Christoph Hellwig
1
-0
/
+1
2016-03-28
cifs: quit playing games with draining iovecs
Al Viro
1
-100
/
+41
2016-01-14
cifs: fix race between call_async() and reconnect()
Rabin Vincent
1
-2
/
+4
2015-08-20
cifs: Fix use-after-free on mid_q_entry
Christopher Oo
1
-0
/
+2
2014-12-07
cifs: convert printk(LEVEL...) to pr_<level>
Andy Shevchenko
1
-2
/
+2
2014-08-02
CIFS: Use multicredits for SMB 2.1/3 writes
Pavel Shilovsky
1
-7
/
+18
2014-02-23
cifs: sanity check length of data to send before sending
Jeff Layton
1
-0
/
+29
2013-11-02
cifs: Send a logoff request before removing a smb session
Shirish Pargaonkar
1
-2
/
+9
2013-11-02
cifs: Make big endian multiplex ID sequences monotonic on the wire
Tim Gardner
1
-1
/
+1
2013-10-06
cifs: Avoid umount hangs with smb2 when server is unresponsive
Shirish Pargaonkar
1
-2
/
+7
2013-07-03
Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2013-06-24
cifs: track the enablement of signing in the TCP_Server_Info
Jeff Layton
1
-2
/
+2
2013-05-12
freezer: add unsafe versions of freezable helpers for CIFS
Colin Cross
1
-1
/
+1
2013-05-04
cifs: store the real expected sequence number in the mid
Jeff Layton
1
-1
/
+1
2013-05-04
cifs: on send failure, readjust server sequence number downward
Jeff Layton
1
-0
/
+13
2013-05-04
cifs: remove ENOSPC handling in smb_sendv
Jeff Layton
1
-7
/
+1
2013-05-04
[CIFS] cifs: Rename cERROR and cFYI to cifs_dbg
Joe Perches
1
-30
/
+31
2012-12-30
cifs: move check for NULL socket into smb_send_rqst
Jeff Layton
1
-3
/
+3
2012-10-07
[CIFS] WARN_ON_ONCE if kernel_sendmsg() returns -ENOSPC
Steve French
1
-0
/
+6
2012-09-24
cifs: change cifs_call_async to use smb_rqst structs
Jeff Layton
1
-28
/
+28
2012-09-24
cifs: teach signing routines how to deal with arrays of pages in a smb_rqst
Jeff Layton
1
-1
/
+1
2012-09-24
cifs: teach smb_send_rqst how to handle arrays of pages
Jeff Layton
1
-2
/
+54
2012-09-24
cifs: cork the socket before a send and uncork it afterward
Jeff Layton
1
-0
/
+12
2012-09-24
cifs: convert send code to use smb_rqst structs
Jeff Layton
1
-45
/
+90
2012-09-24
cifs: change signing routines to deal with smb_rqst structs
Jeff Layton
1
-1
/
+3
2012-09-24
CIFS: Enable signing in SMB2
Pavel Shilovsky
1
-12
/
+12
2012-08-19
cifs: print error code if smb signature verification fails
Steve French
1
-3
/
+6
2012-07-24
CIFS: Setup async request in ops struct
Pavel Shilovsky
1
-2
/
+2
2012-07-24
CIFS: Make transport routines work with SMB2
Pavel Shilovsky
1
-7
/
+6
2012-07-24
CIFS: Extend credit mechanism to process request type
Pavel Shilovsky
1
-31
/
+39
2012-07-23
cifs: rename cifs_sign_smb2 to cifs_sign_smbv
Jeff Layton
1
-2
/
+2
2012-07-23
cifs: remove bogus reset of smb_buf_length in smb_send routines
Jeff Layton
1
-4
/
+0
2012-07-16
Initialise mid_q_entry before putting it on the pending queue
Sachin Prabhu
1
-12
/
+14
2012-06-01
CIFS: Move get_next_mid to ops struct
Pavel Shilovsky
1
-1
/
+1
2012-05-23
CIFS: Move add/set_credits and get_credits_field to ops structure
Pavel Shilovsky
1
-11
/
+12
[next]