aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/transport.c
Commit message (Expand)AuthorAgeFilesLines
* cifs NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect th...Shirish Pargaonkar2010-09-291-3/+3
* Revert "[CIFS] Fix ntlmv2 auth with ntlmssp"Steve French2010-09-081-3/+3
* [CIFS] Fix ntlmv2 auth with ntlmsspSteve French2010-08-201-3/+3
* [CIFS] Remove unused cifs_oplock_cachepSteve French2010-05-061-1/+0
* [CIFS] Neaten cERROR and cFYI macros, reduce text spaceJoe Perches2010-04-211-46/+45
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* cifs: convert oplock breaks to use slow_work facility (try #4)Jeff Layton2009-09-241-50/+0
* cifs: protect GlobalOplock_Q with its own spinlockJeff Layton2009-09-011-9/+8
* [CIFS] Make socket retry timeouts consistent between blocking and nonblocking...Steve French2009-01-291-1/+19
* cifs: turn smb_send into a wrapper around smb_sendvJeff Layton2009-01-291-88/+19
* Remove an already-checked error condition in SendReceiveBlockingLockVolker Lendecke2008-12-261-2/+1
* Streamline SendReceiveBlockingLock: Use "goto out:" in an error conditionVolker Lendecke2008-12-261-30/+31
* Streamline SendReceiveBlockingLock: Use "goto out:" in an error conditionVolker Lendecke2008-12-261-33/+37
* [CIFS] Streamline SendReceive[2] by using "goto out:" in an error conditionSteve French2008-12-261-67/+72
* Slightly streamline SendReceive[2]Volker Lendecke2008-12-261-8/+9
* Check the return value of cifs_sign_smb[2]Volker Lendecke2008-12-261-0/+14
* [CIFS] Slightly simplify wait_for_free_request(), remove an unnecessary "else...Volker Lendecke2008-12-261-25/+26
* Simplify allocate_mid() slightly: Remove some unnecessary "else" branchesVolker Lendecke2008-12-261-2/+6
* [CIFS] In SendReceive, move consistency check out of the mutexed regionVolker Lendecke2008-12-261-19/+12
* cifs: fix wait_for_response to time out sleeping processes correctlyJeff Layton2008-12-261-5/+2
* cifs: convert tcpSem to a mutexJeff Layton2008-12-261-14/+14
* cifs: remove unused SMB session pointer from struct mid_q_entryJeff Layton2008-12-261-9/+4
* [CIFS] fix error in smb_send2Steve French2008-10-301-2/+5
* [CIFS] Reduce number of socket retries in large write pathSteve French2008-10-291-10/+31
* cifs: don't use GFP_KERNEL with GFP_NOFSPekka Enberg2008-09-221-2/+1
* [CIFS] cifs send2 not retrying enough in some cases on full socketShirish Pargaonkar2008-07-291-0/+1
* [CIFS] Fix oops when slow oplock process races with unmountSteve French2008-04-151-0/+18
* [CIFS] clean up some hard to read ifdefsSteve French2008-02-121-3/+2
* [CIFS] reduce checkpatch warningsSteve French2008-02-071-3/+3
* [CIFS] Fix buffer overflow if server sends corrupt response to smallSteve French2007-11-131-21/+70
* [CIFS] log better errors on failed mountsSteve French2007-10-181-6/+4
* [CIFS] formatting cleanup found by checkpatchSteve French2007-08-301-14/+10
* [CIFS] whitespace/formatting fixesSteve French2007-07-131-8/+8
* [CIFS] Fix packet signatures for NTLMv2 caseSteve French2007-07-091-3/+3
* [CIFS] whitespace cleanupSteve French2007-07-061-113/+113
* [CIFS] cifs_prepare_write was incorrectly rereading page in some casesSteve French2007-03-061-4/+2
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-2/+2
* [PATCH] slab: remove SLAB_NOFSChristoph Lameter2006-12-071-1/+1
* [CIFS]Jeremy Allison2006-08-111-273/+404
* [CIFS] Make midState usage more consistentSteve French2006-08-111-6/+6
* [CIFS] spinlock protect read of last srv response time in timeout pathSteve French2006-08-111-23/+76
* [CIFS] Do not time out posix brl requests when using new posix setfileinfoSteve French2006-08-111-3/+13
* [CIFS] Cleanup extra whitespace in dmesg logging. Update cifs change logSteve French2006-05-311-2/+1
* [CIFS] Free small buffers earlier so we exceed the cifsSteve French2006-02-261-8/+14
* [CIFS] Do not zero non-existent iovec in SendReceive response processing.Steve French2006-01-231-1/+0
* [CIFS] Add worker function for Get ACL cifs styleSteve French2006-01-121-1/+0
* [CIFS] Avoid extra large buffer allocation (and memcpy) in cifs_readpagesSteve French2005-12-121-19/+19
* [CIFS] Readpages and readir performance improvements - eliminate extraSteve French2005-12-021-8/+11
* [CIFS] Fix umount --force to wake up the pending response queue, not justSteve French2005-11-291-0/+1