index
:
delta/linux-stable.git
baserock/v2.6.28.9/aspeed
baserock/v2.6.28.9/openbmc_aspeed_wedge
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.2.y
linux-6.3.y
linux-rolling-lts
linux-rolling-stable
master
git.kernel.org: pub/scm/linux/kernel/git/stable/linux-stable.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifs
Commit message (
Expand
)
Author
Age
Files
Lines
*
cifs: Fix a kernel BUG with remote OS/2 server (try #3)
Suresh Jayaraman
2010-08-02
1
-0
/
+16
*
cifs: remove bogus first_time check in NTLMv2 session setup code
Jeff Layton
2010-08-02
1
-9
/
+1
*
cifs: Fix unicode string area word alignment in session setup
Jeff Layton
2009-05-19
1
-21
/
+23
*
cifs: Fix buffer size in cifs_convertUCSpath
Suresh Jayaraman
2009-05-19
1
-2
/
+3
*
cifs: Fix incorrect destination buffer size in cifs_strncpy_to_host
Suresh Jayaraman
2009-05-19
1
-9
/
+8
*
cifs: Increase size of tmp_buf in cifs_readdir to avoid potential overflows
Suresh Jayaraman
2009-05-19
2
-1
/
+8
*
cifs: Fix buffer size for tcon->nativeFileSystem field
Jeff Layton
2009-05-19
1
-5
/
+1
*
CIFS: Fix memory overwrite when saving nativeFileSystem field during mount
Steve French
2009-05-02
2
-1
/
+4
*
cifs: fix buffer format byte on NT Rename/hardlink
Jeff Layton
2009-05-02
1
-2
/
+4
*
Fix oops in cifs_strfromUCS_le mounting to servers which do not specify their OS
Steve French
2009-03-16
2
-2
/
+4
*
cifs: make sure we allocate enough storage for socket address
Jeff Layton
2009-02-06
1
-9
/
+9
*
cifs: fix a regression in cifs umount codepath
Jeff Layton
2008-12-13
1
-15
/
+21
*
cifs: fix check for dead tcon in smb_init
Steve French
2008-12-05
1
-1
/
+1
*
cifs: prevent cifs_writepages() from skipping unwritten pages
Dave Kleikamp
2008-12-05
1
-1
/
+4
*
cifs: Fix check for tcon seal setting and fix oops on failed mount from earli...
Steve French
2008-12-05
1
-3
/
+4
*
cifs: Fix build break
Steve French
2008-12-05
1
-2
/
+2
*
cifs: reinstate sharing of tree connections
Jeff Layton
2008-12-05
6
-219
/
+249
*
cifs: minor cleanup to cifs_mount
Steve French
2008-12-05
1
-40
/
+34
*
cifs: reinstate sharing of SMB sessions sans races
Jeff Layton
2008-12-05
7
-166
/
+174
*
cifs: disable sharing session and tcon and add new TCP sharing code
Jeff Layton
2008-12-05
6
-152
/
+95
*
cifs: clean up server protocol handling
Steve French
2008-12-05
3
-30
/
+33
*
cifs: remove unused list, add new cifs sock list to prepare for mount/umount fix
Steve French
2008-12-05
3
-20
/
+13
*
cifs: Fix cifs reconnection flags
Steve French
2008-12-05
5
-146
/
+155
*
cifs: Fix error in smb_send2
Steve French
2008-12-05
3
-4
/
+7
*
cifs: Reduce number of socket retries in large write path
Steve French
2008-12-05
4
-26
/
+77
*
CIFS: fix saving of resume key before CIFSFindNext
Jeff Layton
2008-10-25
1
-1
/
+2
*
CIFS: make sure we have the right resume info before calling CIFSFindNext
Steve French
2008-10-18
3
-63
/
+70
*
[CIFS] Turn off Unicode during session establishment for plaintext authentica...
Steve French
2008-08-28
1
-0
/
+2
*
[CIFS] update cifs change log
Steve French
2008-08-28
2
-3
/
+16
*
cifs: fix O_APPEND on directio mounts
Jeff Layton
2008-08-28
1
-0
/
+4
*
[CIFS] Fix plaintext authentication
Steve French
2008-08-27
1
-0
/
+1
*
[CIFS] Add destroy routine for dns_resolver
Jeff Layton
2008-08-27
2
-1
/
+9
*
[CIFS] check version in spnego upcall response
Steve French
2008-08-26
3
-2
/
+15
*
[CIFS] Kerberos support not considered experimental anymore
Steve French
2008-08-19
1
-4
/
+26
*
[CIFS] distinguish between Kerberos and MSKerberos in upcall
Steve French
2008-08-19
4
-6
/
+14
*
cifs: add local server pointer to cifs_setup_session
Jeff Layton
2008-08-19
1
-16
/
+17
*
[CIFS] reindent misindented statement
Ilpo Järvinen
2008-08-19
1
-1
/
+2
*
[CIFS] mount of IPC$ breaks with iget patch
Steve French
2008-08-14
1
-0
/
+1
*
[CIFS] remove trailing whitespace
Steve French
2008-08-11
1
-1
/
+1
*
[CIFS] if get root inode fails during mount, cleanup tree connection
Steve French
2008-08-11
1
-0
/
+2
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrenc...
Linus Torvalds
2008-08-08
14
-509
/
+652
|
\
|
*
[CIFS] list entry can not return null
Steve French
2008-08-08
4
-74
/
+61
|
*
turn cifs_setattr into a multiplexor that calls the correct function
Jeff Layton
2008-08-06
1
-5
/
+17
|
*
move file time and dos attribute setting logic into new function
Jeff Layton
2008-08-06
1
-87
/
+109
|
*
spin off cifs_setattr with unix extensions to its own function
Jeff Layton
2008-08-06
1
-38
/
+119
|
*
[CIFS] Code cleanup in old sessionsetup code
Steve French
2008-08-06
2
-78
/
+80
|
*
[CIFS] cifs_mkdir and cifs_create should respect the setgid bit on parent dir
Jeff Layton
2008-08-06
2
-6
/
+25
|
*
Rename CIFSSMBSetFileTimes to CIFSSMBSetFileInfo and add PID arg
Jeff Layton
2008-08-06
3
-14
/
+13
|
*
change CIFSSMBSetTimes to CIFSSMBSetPathInfo
Jeff Layton
2008-08-06
3
-8
/
+8
|
*
[CIFS] fix trailing whitespace
Steve French
2008-08-06
1
-1
/
+1
[next]