index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2011-06-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-21
/
+28
2011-06-25
cifs: pull freeing mountdata/dropping nls/freeing cifs_sb into cifs_umount()
Al Viro
1
-0
/
+3
2011-06-25
sanitize cifs_umount() prototype
Al Viro
1
-3
/
+2
2011-06-25
cifs: initialize ->tlink_tree in cifs_setup_cifs_sb()
Al Viro
1
-0
/
+3
2011-06-25
cifs: don't pass superblock to cifs_mount()
Al Viro
1
-18
/
+10
2011-06-25
take bdi setup/destruction into cifs_mount/cifs_umount
Al Viro
1
-0
/
+10
2011-06-23
cifs: fix wsize negotiation to respect max buffer size and active signing (tr...
Jeff Layton
1
-13
/
+20
2011-06-23
CIFS: Fix problem with 3.0-rc1 null user mount failure
Pavel Shilovsky
1
-1
/
+5
2011-06-14
cifs: correctly handle NULL tcon pointer in CIFSTCon
Jeff Layton
1
-1
/
+5
2011-06-14
cifs: don't allow cifs_reconnect to exit with NULL socket pointer
Jeff Layton
1
-3
/
+3
2011-06-14
CIFS: Fix sparse error
Pavel Shilovsky
1
-7
/
+4
2011-06-08
cifs: trivial: add space in fsc error message
Jeff Layton
1
-1
/
+1
2011-06-06
possible memory corruption in cifs_parse_mount_options()
Vasily Averin
1
-1
/
+1
2011-06-03
cifs: fix the kernel release version in the default security warning message
Suresh Jayaraman
1
-1
/
+1
2011-05-27
[CIFS] Rename three structures to avoid camel case
Steve French
1
-45
/
+45
2011-05-27
CIFS: Add rwpidforward mount option
Pavel Shilovsky
1
-0
/
+4
2011-05-27
CIFS: Migrate to shared superblock model
Pavel Shilovsky
1
-0
/
+102
2011-05-27
[CIFS] Migrate from prefixpath logic
Steve French
1
-123
/
+5
2011-05-26
[CIFS] When mandatory encryption on share, fail mount
Steve French
1
-9
/
+22
2011-05-26
cifs: clean up wsize negotiation and allow for larger wsize
Jeff Layton
1
-20
/
+49
2011-05-24
cifs: don't call mid_q_entry->callback under the Global_MidLock (try #5)
Jeff Layton
1
-6
/
+24
2011-05-24
CIFS: Simplify mount code for further shared sb capability
Pavel Shilovsky
1
-39
/
+50
2011-05-23
CIFS: Simplify connection structure search calls
Pavel Shilovsky
1
-34
/
+56
2011-05-23
cifs: remove unused SMB2 config and mount options
Christoph Hellwig
1
-8
/
+0
2011-05-19
cifs: Unconditionally copy mount options to superblock info
Sean Finney
1
-5
/
+3
2011-05-19
cifs: Simplify handling of submount options in cifs_mount.
Sean Finney
1
-13
/
+11
2011-05-19
cifs: cifs_parse_mount_options: do not tokenize mount options in-place
Sean Finney
1
-35
/
+74
2011-05-19
cifs: Add support for mounting Windows 2008 DFS shares
Sean Finney
1
-0
/
+18
2011-05-19
cifs: Extract DFS referral expansion logic to separate function
Sean Finney
1
-36
/
+69
2011-05-19
cifs: keep BCC in little-endian format
Jeff Layton
1
-2
/
+2
2011-05-19
consistently use smb_buf_length as be32 for cifs (try 3)
Steve French
1
-6
/
+6
2011-05-19
Introduce smb2 mounts as vers=2
Steve French
1
-0
/
+17
2011-05-19
Shrink stack space usage in cifs_construct_tcon
Steve French
1
-1
/
+3
2011-05-19
fs:cifs:connect.c remove one to many l's in the word.
Justin P. Mattock
1
-1
/
+1
2011-05-17
cifs: add fallback in is_path_accessible for old servers
Jeff Layton
1
-0
/
+5
2011-05-03
cifs: handle errors from coalesce_t2
Jeff Layton
1
-3
/
+7
2011-05-03
cifs: refactor mid finding loop in cifs_demultiplex_thread
Jeff Layton
1
-46
/
+46
2011-04-29
cifs: sanitize length checking in coalesce_t2 (try #3)
Jeff Layton
1
-6
/
+16
2011-04-21
CIFS: Fix memory over bound bug in cifs_parse_mount_options
Pavel Shilovsky
1
-2
/
+3
2011-04-12
[CIFS] Warn on requesting default security (ntlm) on mount
Steve French
1
-0
/
+11
2011-04-12
[CIFS] cifs: clarify the meaning of tcpStatus == CifsGood
Steve French
1
-4
/
+4
2011-04-12
cifs: clean up length checks in check2ndT2
Jeff Layton
1
-13
/
+13
2011-04-12
cifs: always do is_path_accessible check in cifs_mount
Jeff Layton
1
-1
/
+1
2011-04-12
Elminate sparse __CHECK_ENDIAN__ warnings on port conversion
Steve French
1
-3
/
+3
2011-04-12
Allow user names longer than 32 bytes
Steve French
1
-5
/
+10
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-2
/
+2
2011-02-11
cifs: don't always drop malformed replies on the floor (try #3)
Jeff Layton
1
-6
/
+24
2011-02-10
cifs: clean up checks in cifs_echo_request
Jeff Layton
1
-3
/
+4
2011-02-09
[CIFS] Do not send SMBEcho requests on new sockets until SMBNegotiate
Steve French
1
-1
/
+1
2011-02-05
cifs: don't send an echo request unless NegProt has been done
Jeff Layton
1
-2
/
+6
[next]