summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsglob.h
Commit message (Expand)AuthorAgeFilesLines
* Make CIFS mount work in a container.Rob Landley2011-01-241-0/+33
* cifs: move time field in cifsInodeInfoJeff Layton2011-01-201-5/+5
* cifs: TCP_Server_Info dietJeff Layton2011-01-201-17/+9Star
* cifs: remove code for setting timeouts on requestsJeff Layton2011-01-201-6/+3Star
* [CIFS] cifs: reconnect unresponsive serversSteve French2011-01-201-0/+3
* cifs: set up recurring workqueue job to do SMB echo requestsJeff Layton2011-01-201-0/+1
* cifs: allow for different handling of received responseJeff Layton2011-01-201-1/+14
* cifs: use CreationTime like an i_generation fieldJeff Layton2011-01-101-0/+2
* cifs: remove unnecessary locking around sequence_numberJeff Layton2011-01-101-1/+1
* CIFS: Simplify ipv*_connect functions into one (try #4)Pavel Shilovsky2011-01-061-4/+1Star
* cifs: remove Local_System_NameJeff Layton2010-12-061-2/+0Star
* cifs: add attribute cache timeout (actimeo) tunableSuresh Jayaraman2010-12-021-0/+10
* cifs: convert tlink_tree to a rbtreeJeff Layton2010-11-021-1/+2
* cifs: Cleanup and thus reduce smb session structure and fields used during au...Shirish Pargaonkar2010-10-291-6/+3Star
* NTLM auth and sign - Use appropriate server challengeShirish Pargaonkar2010-10-291-1/+2
* NTLM auth and sign - minor error corrections and cleanupShirish Pargaonkar2010-10-271-1/+1
* NTLM auth and sign - Define crypto hash functions and create and send keys ne...Shirish Pargaonkar2010-10-261-0/+26
* NTLM auth and sign - Allocate session key/client response dynamicallyShirish Pargaonkar2010-10-261-8/+1Star
* cifs: update comments - [s/GlobalSMBSesLock/cifs_file_list_lock/g]Suresh Jayaraman2010-10-251-1/+1
* cifs: eliminate cifsInodeInfo->write_behind_rc (try #6)Jeff Layton2010-10-251-1/+0Star
* [CIFS] Fix checkpatch warnings and bump cifs version numberSteve French2010-10-251-2/+2
* cifs: convert cifsFileInfo->count to non-atomic counterJeff Layton2010-10-251-3/+6
* [CIFS] move close processing from cifs_close to cifsFileInfo_putSteve French2010-10-221-1/+0Star
* cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlockSuresh Jayaraman2010-10-211-1/+1
* cifs: move cifsFileInfo_put to file.cJeff Layton2010-10-181-9/+1Star
* cifs: convert GlobalSMBSeslock from a rwlock to regular spinlockJeff Layton2010-10-181-1/+1
* cifs: eliminate pfile pointer from cifsFileInfoJeff Layton2010-10-181-1/+0Star
* cifs: clean up cifs_reopen_fileJeff Layton2010-10-181-0/+1
* NTLM authentication and signing - Calculate auth response per smb sessionShirish Pargaonkar2010-10-141-2/+4
* cifs: don't use vfsmount to pin superblock for oplock breaksJeff Layton2010-10-121-1/+0Star
* cifs: keep dentry reference in cifsFileInfo instead of inode referenceJeff Layton2010-10-121-2/+2
* [CIFS] Various small checkpatch cleanupsSteve French2010-10-071-10/+10
* cifs: add routines to build sessions and tcons on the flyJeff Layton2010-10-071-19/+13Star
* cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointerJeff Layton2010-10-061-1/+8
* cifs: add refcounted and timestamped container for holding tconsJeff Layton2010-10-061-13/+38
* cifs: add cifs_sb_master_tcon and convert some callers to use itJeff Layton2010-09-291-0/+7
* cifs: temporarily rename cifs_sb->tcon to ptcon to catch stragglersJeff Layton2010-09-291-1/+1
* cifs: add function to get a tcon from cifs_sbJeff Layton2010-09-291-0/+6
* cifs: add tcon field to cifsFileInfo structJeff Layton2010-09-291-0/+1
* cifs: Allow binding to local IP address.Ben Greear2010-09-291-0/+1
* cifs NTLMv2/NTLMSSP ntlmv2 within ntlmssp autentication codeShirish Pargaonkar2010-09-291-0/+2
* cifs NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect th...Shirish Pargaonkar2010-09-291-2/+2
* Revert "[CIFS] Fix ntlmv2 auth with ntlmssp"Steve French2010-09-081-16/+2Star
* Revert "Eliminate sparse warning - bad constant expression"Steve French2010-09-081-7/+0Star
* Eliminate sparse warning - bad constant expressionshirishpargaonkar@gmail.com2010-08-241-0/+7
* [CIFS] Fix ntlmv2 auth with ntlmsspSteve French2010-08-201-2/+16
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-08-071-2/+6
|\
| * cifs: use workqueue instead of slow-workTejun Heo2010-07-221-3/+5
* | cifs: add separate cred_uid field to sesInfoJeff Layton2010-08-021-1/+2
* | cifs: define inode-level cache object and register themSuresh Jayaraman2010-08-021-0/+3