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.12.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
/
connect.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-24
cifs: NULL dereference on allocation failure
Dan Carpenter
1
-4
/
+2
2012-01-19
CIFS: Rename *UCS* functions to *UTF16*
Steve French
1
-2
/
+2
2012-01-18
cifs: fetch credentials out of keyring for non-krb5 auth multiuser mounts
Jeff Layton
1
-10
/
+165
2012-01-18
cifs: sanitize username handling
Jeff Layton
1
-7
/
+12
2012-01-18
cifs: lower default wsize when unix extensions are not used
Jeff Layton
1
-4
/
+19
2012-01-18
cifs: better instrumentation for coalesce_t2
Jeff Layton
1
-34
/
+50
2012-01-09
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-1
/
+1
2012-01-04
[CIFS] default ntlmv2 for cifs mount delayed to 3.3
Steve French
1
-1
/
+1
2012-01-04
cifs: propagate umode_t
Al Viro
1
-1
/
+1
2012-01-04
cifs: fix bad buffer length check in coalesce_t2
Jeff Layton
1
-1
/
+1
2011-12-09
cifs: attempt to freeze while looping on a receive attempt
Jeff Layton
1
-0
/
+2
2011-11-07
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2011-11-01
fs: add module.h to files that were implicitly using it
Paul Gortmaker
1
-0
/
+1
2011-10-30
cifs: Assume passwords are encoded according to iocharset (try #2)
Shirish Pargaonkar
1
-1
/
+1
2011-10-28
Merge branch '3.2-without-smb2' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-273
/
+424
2011-10-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2011-10-19
cifs: tune bdi.ra_pages in accordance with the rsize
Jeff Layton
1
-2
/
+19
2011-10-19
cifs: allow for larger rsize= options and change defaults
Jeff Layton
1
-47
/
+73
2011-10-19
cifs: add cifs_async_readv
Jeff Layton
1
-13
/
+13
2011-10-19
cifs: add a callback function to receive the rest of the frame
Jeff Layton
1
-1
/
+5
2011-10-19
cifs: break out 3rd receive phase into separate function
Jeff Layton
1
-42
/
+59
2011-10-19
cifs: find mid earlier in receive codepath
Jeff Layton
1
-15
/
+9
2011-10-19
cifs: move buffer pointers into TCP_Server_Info
Jeff Layton
1
-55
/
+46
2011-10-19
cifs: eliminate is_multi_rsp parm to find_cifs_mid
Jeff Layton
1
-20
/
+16
2011-10-19
cifs: move mid finding into separate routine
Jeff Layton
1
-47
/
+66
2011-10-19
cifs: add a third receive phase to cifs_demultiplex_thread
Jeff Layton
1
-7
/
+24
2011-10-19
cifs: keep a reusable kvec array for receives
Jeff Layton
1
-2
/
+20
2011-10-19
cifs: turn read_from_socket into a wrapper around a vectorized version
Jeff Layton
1
-7
/
+61
2011-10-14
cifs: clean up check_rfc1002_header
Jeff Layton
1
-33
/
+30
2011-10-14
CIFS: Fix incorrect max RFC1002 write size value
Pavel Shilovsky
1
-2
/
+2
2011-10-13
cifs: simplify read_from_socket
Jeff Layton
1
-53
/
+24
2011-10-13
cifs: Add mount options for backup intent (try #6)
Shirish Pargaonkar
1
-0
/
+27
2011-10-13
cifs: check for unresponsive server every time we call kernel_recvmsg
Jeff Layton
1
-11
/
+22
2011-10-13
cifs: make smb_msg local to read_from_socket
Jeff Layton
1
-9
/
+8
2011-10-13
cifs: trivial: remove obsolete comment
Jeff Layton
1
-6
/
+0
2011-10-13
cifs: untangle server->maxBuf and CIFSMaxBufSize
Jeff Layton
1
-6
/
+5
2011-10-08
[CIFS] Fix first time message on mount, ntlmv2 upgrade delayed to 3.2
Steve French
1
-1
/
+1
2011-09-27
CIFS: Don't free volume_info->UNC until we are entirely done with it.
Jesper Juhl
1
-1
/
+1
2011-09-20
Fix the conflict between rwpidforward and rw mount options
Steve French
1
-2
/
+2
2011-08-18
[CIFS] possible memory corruption on mount
Steve French
1
-1
/
+2
2011-08-01
CIFS: Cleanup demupltiplex thread exiting code
Pavel Shilovsky
1
-77
/
+96
2011-08-01
CIFS: Move mid search to a separate function
Pavel Shilovsky
1
-65
/
+61
2011-08-01
CIFS: Move RFC1002 check to a separate function
Pavel Shilovsky
1
-49
/
+67
2011-08-01
CIFS: Simplify socket reading in demultiplex thread
Pavel Shilovsky
1
-83
/
+71
2011-08-01
CIFS: Move buffer allocation to a separate function
Pavel Shilovsky
1
-37
/
+55
2011-08-01
cifs: trivial: goto out here is unnecessary
Jeff Layton
1
-6
/
+0
2011-07-20
cifs: fix the type of cifs_demultiplex_thread()
Al Viro
1
-2
/
+3
2011-07-12
[CIFS] update limit for snprintf in cifs_construct_tcon
Steve French
1
-1
/
+1
2011-07-11
cifs: drop spinlock before calling cifs_put_tlink
Jeff Layton
1
-1
/
+1
2011-07-10
cifs: fix expand_dfs_referral
Jeff Layton
1
-10
/
+20
[next]