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
/
cifsglob.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-18
[CIFS] Fix build break with multiuser patch when LANMAN disabled
Steve French
1
-0
/
+2
2012-01-03
cifs: propagate umode_t
Al Viro
1
-2
/
+2
2011-10-24
CIFS: Implement caching mechanism for mandatory brlocks
Pavel Shilovsky
1
-0
/
+2
2011-10-19
cifs: add a callback function to receive the rest of the frame
Jeff Layton
1
-3
/
+20
2011-10-19
cifs: move buffer pointers into TCP_Server_Info
Jeff Layton
1
-0
/
+4
2011-10-19
cifs: keep a reusable kvec array for receives
Jeff Layton
1
-0
/
+2
2011-10-13
CIFS: Move byte range lock list from fd to inode
Pavel Shilovsky
1
-3
/
+4
2011-10-13
CIFS: Simplify byte range locking code
Pavel Shilovsky
1
-0
/
+1
2011-10-12
cifs: Add data structures and functions for uid/gid to SID mapping (try #4)
Shirish Pargaonkar
1
-0
/
+6
2011-10-12
cifs: Add mount options for backup intent (try #6)
Shirish Pargaonkar
1
-1
/
+6
2011-10-12
add new module parameter 'enable_oplocks'
Steve French
1
-1
/
+2
2011-08-11
[CIFS] Cleanup use of CONFIG_CIFS_STATS2 ifdef to make transport routines mor...
Steve French
1
-7
/
+49
2011-07-31
cifs: simplify refcounting for oplock breaks
Jeff Layton
1
-2
/
+0
2011-07-25
cifs: use cifs_dirent in cifs_save_resume_key
Christoph Hellwig
1
-1
/
+1
2011-05-27
[CIFS] Rename three structures to avoid camel case
Steve French
1
-11
/
+11
2011-05-27
CIFS: Add rwpidforward mount option
Pavel Shilovsky
1
-0
/
+1
2011-05-27
CIFS: Migrate to shared superblock model
Pavel Shilovsky
1
-0
/
+19
2011-05-27
[CIFS] Migrate from prefixpath logic
Steve French
1
-0
/
+75
2011-05-26
CIFS: Use pid saved from cifsFileInfo in writepages and set_file_size
Pavel Shilovsky
1
-0
/
+8
2011-05-24
cifs: don't call mid_q_entry->callback under the Global_MidLock (try #5)
Jeff Layton
1
-3
/
+3
2011-05-19
cifs: Add idmap key and related data structures and functions (try #17 repost)
Shirish Pargaonkar
1
-0
/
+5
2011-05-19
Shrink stack space usage in cifs_construct_tcon
Steve French
1
-1
/
+2
2011-05-19
Remove unused CIFSSMBNotify worker function
Steve French
1
-0
/
+2
2011-04-12
cifs: don't allow mmap'ed pages to be dirtied while under writeback (try #3)
Jeff Layton
1
-1
/
+0
2011-04-12
[CIFS] cifs: clarify the meaning of tcpStatus == CifsGood
Steve French
1
-1
/
+2
2011-04-12
Max share size is too small
Steve French
1
-1
/
+1
2011-04-12
Allow user names longer than 32 bytes
Steve French
1
-4
/
+3
2011-04-12
cifs: replace /proc/fs/cifs/Experimental with a module parm
Jeff Layton
1
-1
/
+1
2011-02-11
cifs: don't always drop malformed replies on the floor (try #3)
Jeff Layton
1
-1
/
+1
2011-02-08
[CIFS] Do not send SMBEcho requests on new sockets until SMBNegotiate
Steve French
1
-0
/
+2
2011-01-24
Make CIFS mount work in a container.
Rob Landley
1
-0
/
+33
2011-01-20
cifs: move time field in cifsInodeInfo
Jeff Layton
1
-5
/
+5
2011-01-20
cifs: TCP_Server_Info diet
Jeff Layton
1
-17
/
+9
2011-01-20
cifs: remove code for setting timeouts on requests
Jeff Layton
1
-6
/
+3
2011-01-20
[CIFS] cifs: reconnect unresponsive servers
Steve French
1
-0
/
+3
2011-01-20
cifs: set up recurring workqueue job to do SMB echo requests
Jeff Layton
1
-0
/
+1
2011-01-20
cifs: allow for different handling of received response
Jeff Layton
1
-1
/
+14
2011-01-09
cifs: use CreationTime like an i_generation field
Jeff Layton
1
-0
/
+2
2011-01-09
cifs: remove unnecessary locking around sequence_number
Jeff Layton
1
-1
/
+1
2011-01-06
CIFS: Simplify ipv*_connect functions into one (try #4)
Pavel Shilovsky
1
-4
/
+1
2010-12-06
cifs: remove Local_System_Name
Jeff Layton
1
-2
/
+0
2010-12-02
cifs: add attribute cache timeout (actimeo) tunable
Suresh Jayaraman
1
-0
/
+10
2010-11-02
cifs: convert tlink_tree to a rbtree
Jeff Layton
1
-1
/
+2
2010-10-29
cifs: Cleanup and thus reduce smb session structure and fields used during au...
Shirish Pargaonkar
1
-6
/
+3
2010-10-29
NTLM auth and sign - Use appropriate server challenge
Shirish Pargaonkar
1
-1
/
+2
2010-10-27
NTLM auth and sign - minor error corrections and cleanup
Shirish Pargaonkar
1
-1
/
+1
2010-10-26
NTLM auth and sign - Define crypto hash functions and create and send keys ne...
Shirish Pargaonkar
1
-0
/
+26
2010-10-26
NTLM auth and sign - Allocate session key/client response dynamically
Shirish Pargaonkar
1
-8
/
+1
2010-10-25
cifs: update comments - [s/GlobalSMBSesLock/cifs_file_list_lock/g]
Suresh Jayaraman
1
-1
/
+1
2010-10-25
cifs: eliminate cifsInodeInfo->write_behind_rc (try #6)
Jeff Layton
1
-1
/
+0
[next]