Linus Torvalds
|
7c0f6ba682
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
|
8 years ago |
Christoph Hellwig
|
2f8b544477
block,fs: untangle fs.h and blk_types.h
|
9 years ago |
Al Viro
|
3ab3f2a1fe
cifs: quit playing games with draining iovecs
|
9 years ago |
Rabin Vincent
|
820962dc70
cifs: fix race between call_async() and reconnect()
|
9 years ago |
Christopher Oo
|
5fb4e288a0
cifs: Fix use-after-free on mid_q_entry
|
10 years ago |
Andy Shevchenko
|
0b456f04bc
cifs: convert printk(LEVEL...) to pr_<level>
|
11 years ago |
Pavel Shilovsky
|
cb7e9eabb2
CIFS: Use multicredits for SMB 2.1/3 writes
|
11 years ago |
Jeff Layton
|
a26054d184
cifs: sanity check length of data to send before sending
|
11 years ago |
Shirish Pargaonkar
|
7f48558e64
cifs: Send a logoff request before removing a smb session
|
12 years ago |
Tim Gardner
|
3d378d3fd8
cifs: Make big endian multiplex ID sequences monotonic on the wire
|
12 years ago |
Shirish Pargaonkar
|
eb4c7df6c2
cifs: Avoid umount hangs with smb2 when server is unresponsive
|
12 years ago |
Linus Torvalds
|
f991fae5c6
Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
|
12 years ago |
Jeff Layton
|
38d77c50b4
cifs: track the enablement of signing in the TCP_Server_Info
|
12 years ago |
Colin Cross
|
5853cc2a89
freezer: add unsafe versions of freezable helpers for CIFS
|
12 years ago |
Jeff Layton
|
0124cc4511
cifs: store the real expected sequence number in the mid
|
12 years ago |
Jeff Layton
|
ad313cb86d
cifs: on send failure, readjust server sequence number downward
|
12 years ago |
Jeff Layton
|
ce6c44e44e
cifs: remove ENOSPC handling in smb_sendv
|
12 years ago |
Joe Perches
|
f96637be08
[CIFS] cifs: Rename cERROR and cFYI to cifs_dbg
|
12 years ago |
Jeff Layton
|
ea702b80e0
cifs: move check for NULL socket into smb_send_rqst
|
12 years ago |
Steve French
|
b7a10626c8
[CIFS] WARN_ON_ONCE if kernel_sendmsg() returns -ENOSPC
|
13 years ago |
Jeff Layton
|
fec344e3f3
cifs: change cifs_call_async to use smb_rqst structs
|
13 years ago |
Jeff Layton
|
fb308a6f22
cifs: teach signing routines how to deal with arrays of pages in a smb_rqst
|
13 years ago |
Jeff Layton
|
97bc00b394
cifs: teach smb_send_rqst how to handle arrays of pages
|
13 years ago |
Jeff Layton
|
b8eed28375
cifs: cork the socket before a send and uncork it afterward
|
13 years ago |
Jeff Layton
|
6f49f46b18
cifs: convert send code to use smb_rqst structs
|
13 years ago |
Jeff Layton
|
bf5ea0e2f2
cifs: change signing routines to deal with smb_rqst structs
|
13 years ago |
Pavel Shilovsky
|
3c1bf7e48e
CIFS: Enable signing in SMB2
|
13 years ago |
Steve French
|
985e4ff016
cifs: print error code if smb signature verification fails
|
13 years ago |
Pavel Shilovsky
|
45740847e2
CIFS: Setup async request in ops struct
|
13 years ago |
Pavel Shilovsky
|
2dc7e1c033
CIFS: Make transport routines work with SMB2
|
13 years ago |