index
:
kernel_samsung_espresso10.git
replicant-4.2
replicant-6.0
kernel/samsung/espresso10
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
Commit message (
Expand
)
Author
Age
Files
Lines
*
cifs: fix buffer overrun in parse_DFS_referrals
Jeff Layton
2008-12-17
1
-1
/
+2
*
[CIFS] fix regression in cifs_write_begin/cifs_write_end
Jeff Layton
2008-11-26
1
-21
/
+56
*
[CIFS] Do not attempt to close invalidated file handles
Steve French
2008-11-20
4
-9
/
+30
*
[CIFS] fix check for dead tcon in smb_init
Steve French
2008-11-18
2
-2
/
+6
*
prevent cifs_writepages() from skipping unwritten pages
Dave Kleikamp
2008-11-18
1
-1
/
+4
*
Fixed parsing of mount options when doing DFS submount
Igor Mammedov
2008-11-18
2
-27
/
+83
*
[CIFS] Fix check for tcon seal setting and fix oops on failed mount from earl...
Steve French
2008-11-17
1
-3
/
+4
*
[CIFS] Fix build break
Steve French
2008-11-17
1
-2
/
+2
*
cifs: reinstate sharing of tree connections
Jeff Layton
2008-11-17
6
-218
/
+249
*
[CIFS] minor cleanup to cifs_mount
Steve French
2008-11-15
1
-40
/
+34
*
cifs: reinstate sharing of SMB sessions sans races
Jeff Layton
2008-11-14
7
-166
/
+175
*
cifs: disable sharing session and tcon and add new TCP sharing code
Jeff Layton
2008-11-14
6
-150
/
+96
*
[CIFS] clean up server protocol handling
Steve French
2008-11-14
3
-31
/
+33
*
[CIFS] remove unused list, add new cifs sock list to prepare for mount/umount...
Steve French
2008-11-13
3
-20
/
+13
*
[CIFS] Fix cifs reconnection flags
Steve French
2008-11-13
5
-151
/
+160
*
[CIFS] Can't rely on iov length and base when kernel_recvmsg returns error
Steve French
2008-11-03
1
-2
/
+7
*
cifs: fix renaming one hardlink on top of another
Jeff Layton
2008-11-03
1
-1
/
+3
*
[CIFS] fix error in smb_send2
Steve French
2008-10-30
3
-4
/
+7
*
[CIFS] Reduce number of socket retries in large write path
Steve French
2008-10-29
5
-25
/
+76
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
2008-10-23
9
-125
/
+259
|
\
|
*
cifs: handle the TCP_Server_Info->tsk field more carefully
Jeff Layton
2008-10-23
1
-13
/
+28
|
*
cifs: fix unlinking of rename target when server doesn't support open file re...
Jeff Layton
2008-10-23
1
-79
/
+8
|
*
[CIFS] improve setlease handling
Steve French
2008-10-23
5
-2
/
+67
|
*
[CIFS] fix saving of resume key before CIFSFindNext
Jeff Layton
2008-10-21
1
-1
/
+2
|
*
cifs: make cifs_rename handle -EACCES errors
Jeff Layton
2008-10-20
1
-52
/
+122
|
*
[CIFS] fix build error
Steve French
2008-10-20
1
-1
/
+1
|
*
[CIFS] undo changes in cifs_rename_pending_delete if it errors out
Steve French
2008-10-20
3
-33
/
+79
|
*
cifs: track DeletePending flag in cifsInodeInfo
Jeff Layton
2008-10-20
4
-0
/
+5
|
*
cifs: don't use CREATE_DELETE_ON_CLOSE in cifs_rename_pending_delete
Jeff Layton
2008-10-17
1
-5
/
+10
|
*
[CIFS] eliminate usage of kthread_stop for cifsd
Jeff Layton
2008-10-16
1
-29
/
+15
|
*
[CIFS] Add nodfs mount option
Steve French
2008-10-16
2
-0
/
+12
*
|
[PATCH] move executable checking into ->permission()
Miklos Szeredi
2008-10-23
1
-3
/
+6
*
|
[PATCH] fix ->llseek for more directories
Christoph Hellwig
2008-10-23
1
-0
/
+1
*
|
fs/Kconfig: move CIFS out
Alexey Dobriyan
2008-10-20
1
-0
/
+142
*
|
vmscan: split LRU lists into anon & file sets
Rik van Riel
2008-10-20
1
-2
/
+2
|
/
*
[CIFS] cifs: remove pointless lock and unlock of GlobalMid_Lock in header_ass...
Jeff Layton
2008-10-12
1
-2
/
+0
*
[CIFS] Check that last search entry resume key is valid
Steve French
2008-10-08
1
-3
/
+24
*
[CIFS] make sure we have the right resume info before calling CIFSFindNext
Steve French
2008-10-07
3
-63
/
+70
*
[CIFS] clean up error handling in cifs_unlink
Steve French
2008-10-07
1
-20
/
+19
*
[CIFS] fix some settings of cifsAttrs after calling SetFileInfo and SetPathInfo
Jeff Layton
2008-10-06
1
-6
/
+18
*
cifs: explicitly revoke SPNEGO key after session setup
Jeff Layton
2008-09-24
1
-1
/
+3
*
cifs: Convert cifs to new aops.
Nick Piggin
2008-09-24
1
-61
/
+59
*
[CIFS] update DOS attributes in cifsInode if we successfully changed them
Steve French
2008-09-24
1
-0
/
+4
*
cifs: remove NULL termination from rename target in CIFSSMBRenameOpenFIle
Jeff Layton
2008-09-24
2
-3
/
+3
*
cifs: work around samba returning -ENOENT on SetFileDisposition call
Jeff Layton
2008-09-24
1
-2
/
+10
*
cifs: fix inverted NULL check after kmalloc
Jeff Layton
2008-09-24
1
-1
/
+1
*
[CIFS] clean up upcall handling for dns_resolver keys
Steve French
2008-09-23
1
-33
/
+41
*
[CIFS] fix busy-file renames and refactor cifs_rename logic
Steve French
2008-09-23
1
-82
/
+104
*
cifs: add function to set file disposition
Jeff Layton
2008-09-23
3
-2
/
+64
*
[CIFS] add constants for string lengths of keynames in SPNEGO upcall string
Steve French
2008-09-23
1
-9
/
+26
[next]