index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
Age
Commit message (
Expand
)
Author
Files
Lines
2008-12-26
cifs: store password in tcon
Jeff Layton
3
-7
/
+23
2008-12-26
cifs: have calc_lanman_hash take more granular args
Jeff Layton
7
-26
/
+34
2008-12-26
cifs: zero out session password before freeing it
Jeff Layton
1
-1
/
+4
2008-12-26
cifs: fix wait_for_response to time out sleeping processes correctly
Jeff Layton
1
-5
/
+2
2008-12-26
[CIFS] Can not mount with prefixpath if root directory of share is inaccessible
Steve French
2
-6
/
+56
2008-12-26
[CIFS] various minor cleanups pointed out by checkpatch script
Steve French
6
-37
/
+29
2008-12-26
[CIFS] fix typo
Steve French
1
-1
/
+1
2008-12-26
[CIFS] remove sparse warning
Steve French
1
-1
/
+1
2008-12-26
[CIFS] add mount option to send mandatory rather than advisory locks
Steve French
6
-16
/
+48
2008-12-26
cifs: make ipv6_connect take a TCP_Server_Info arg
Jeff Layton
1
-53
/
+50
2008-12-26
cifs: make ipv4_connect take a TCP_Server_Info arg
Jeff Layton
1
-77
/
+69
2008-12-26
cifs: don't declare smb_vol info on the stack
Jeff Layton
1
-42
/
+49
2008-12-26
cifs: move allocation of new TCP_Server_Info into separate function
Jeff Layton
1
-132
/
+150
2008-12-26
cifs: account for IPv6 in ses->serverName and clean up netbios name handling
Jeff Layton
2
-16
/
+33
2008-12-26
cifs: make dnotify thread experimental code
Jeff Layton
1
-1
/
+11
2008-12-26
cifs: convert tcpSem to a mutex
Jeff Layton
3
-18
/
+18
2008-12-26
cifs: take module reference when starting cifsd
Jeff Layton
1
-1
/
+8
2008-12-26
cifs: display addr and prefixpath options in /proc/mounts
Jeff Layton
1
-12
/
+32
2008-12-26
cifs: remove unused SMB session pointer from struct mid_q_entry
Jeff Layton
2
-10
/
+4
2008-12-25
Merge branch 'next' into for-linus
James Morris
7
-17
/
+17
2008-12-17
cifs: fix buffer overrun in parse_DFS_referrals
Jeff Layton
1
-1
/
+2
2008-12-04
Merge branch 'master' into next
James Morris
6
-32
/
+92
2008-12-02
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-21
/
+56
2008-11-26
[CIFS] fix regression in cifs_write_begin/cifs_write_end
Jeff Layton
1
-21
/
+56
2008-11-20
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
6
-11
/
+36
2008-11-20
[CIFS] Do not attempt to close invalidated file handles
Steve French
4
-9
/
+30
2008-11-18
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
9
-716
/
+765
2008-11-18
[CIFS] fix check for dead tcon in smb_init
Steve French
2
-2
/
+6
2008-11-18
Merge branch 'master' into next
James Morris
9
-716
/
+765
2008-11-18
prevent cifs_writepages() from skipping unwritten pages
Dave Kleikamp
1
-1
/
+4
2008-11-18
Fixed parsing of mount options when doing DFS submount
Igor Mammedov
2
-27
/
+83
2008-11-17
[CIFS] Fix check for tcon seal setting and fix oops on failed mount from earl...
Steve French
1
-3
/
+4
2008-11-17
[CIFS] Fix build break
Steve French
1
-2
/
+2
2008-11-17
cifs: reinstate sharing of tree connections
Jeff Layton
6
-218
/
+249
2008-11-15
[CIFS] minor cleanup to cifs_mount
Steve French
1
-40
/
+34
2008-11-14
cifs: reinstate sharing of SMB sessions sans races
Jeff Layton
7
-166
/
+175
2008-11-14
cifs: disable sharing session and tcon and add new TCP sharing code
Jeff Layton
6
-150
/
+96
2008-11-14
[CIFS] clean up server protocol handling
Steve French
3
-31
/
+33
2008-11-14
CRED: Wrap task credential accesses in the CIFS filesystem
David Howells
7
-17
/
+17
2008-11-13
[CIFS] remove unused list, add new cifs sock list to prepare for mount/umount...
Steve French
3
-20
/
+13
2008-11-13
[CIFS] Fix cifs reconnection flags
Steve French
5
-151
/
+160
2008-11-06
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
8
-30
/
+86
2008-11-03
[CIFS] Can't rely on iov length and base when kernel_recvmsg returns error
Steve French
1
-2
/
+7
2008-11-03
cifs: fix renaming one hardlink on top of another
Jeff Layton
1
-1
/
+3
2008-10-31
fs: replace NIPQUAD()
Harvey Harrison
2
-4
/
+3
2008-10-30
[CIFS] fix error in smb_send2
Steve French
3
-4
/
+7
2008-10-29
net: replace %#p6 format specifier with %pi6
Harvey Harrison
1
-1
/
+1
2008-10-29
[CIFS] Reduce number of socket retries in large write path
Steve French
5
-25
/
+76
2008-10-28
net: replace all current users of NIP6_SEQFMT with %#p6
Harvey Harrison
1
-2
/
+1
2008-10-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
9
-125
/
+259
[prev]
[next]