aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/transport.c
Commit message (Expand)AuthorAge
* cifs: convert oplock breaks to use slow_work facility (try #4)Jeff Layton2009-09-24
* cifs: protect GlobalOplock_Q with its own spinlockJeff Layton2009-09-01
* [CIFS] Make socket retry timeouts consistent between blocking and nonblocking...Steve French2009-01-28
* cifs: turn smb_send into a wrapper around smb_sendvJeff Layton2009-01-28
* Remove an already-checked error condition in SendReceiveBlockingLockVolker Lendecke2008-12-25
* Streamline SendReceiveBlockingLock: Use "goto out:" in an error conditionVolker Lendecke2008-12-25
* Streamline SendReceiveBlockingLock: Use "goto out:" in an error conditionVolker Lendecke2008-12-25
* [CIFS] Streamline SendReceive[2] by using "goto out:" in an error conditionSteve French2008-12-25
* Slightly streamline SendReceive[2]Volker Lendecke2008-12-25
* Check the return value of cifs_sign_smb[2]Volker Lendecke2008-12-25
* [CIFS] Slightly simplify wait_for_free_request(), remove an unnecessary "else...Volker Lendecke2008-12-25
* Simplify allocate_mid() slightly: Remove some unnecessary "else" branchesVolker Lendecke2008-12-25
* [CIFS] In SendReceive, move consistency check out of the mutexed regionVolker Lendecke2008-12-25
* cifs: fix wait_for_response to time out sleeping processes correctlyJeff Layton2008-12-25
* cifs: convert tcpSem to a mutexJeff Layton2008-12-25
* cifs: remove unused SMB session pointer from struct mid_q_entryJeff Layton2008-12-25
* [CIFS] fix error in smb_send2Steve French2008-10-30
* [CIFS] Reduce number of socket retries in large write pathSteve French2008-10-28
* cifs: don't use GFP_KERNEL with GFP_NOFSPekka Enberg2008-09-22
* [CIFS] cifs send2 not retrying enough in some cases on full socketShirish Pargaonkar2008-07-29
* [CIFS] Fix oops when slow oplock process races with unmountSteve French2008-04-15
* [CIFS] clean up some hard to read ifdefsSteve French2008-02-12
* [CIFS] reduce checkpatch warningsSteve French2008-02-07
* [CIFS] Fix buffer overflow if server sends corrupt response to smallSteve French2007-11-13
* [CIFS] log better errors on failed mountsSteve French2007-10-18
* [CIFS] formatting cleanup found by checkpatchSteve French2007-08-30
* [CIFS] whitespace/formatting fixesSteve French2007-07-12
* [CIFS] Fix packet signatures for NTLMv2 caseSteve French2007-07-09
* [CIFS] whitespace cleanupSteve French2007-07-06
* [CIFS] cifs_prepare_write was incorrectly rereading page in some casesSteve French2007-03-05
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-07
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-07
* [PATCH] slab: remove SLAB_NOFSChristoph Lameter2006-12-07
* [CIFS]Jeremy Allison2006-08-11
* [CIFS] Make midState usage more consistentSteve French2006-08-11
* [CIFS] spinlock protect read of last srv response time in timeout pathSteve French2006-08-11
* [CIFS] Do not time out posix brl requests when using new posix setfileinfoSteve French2006-08-11
* [CIFS] Cleanup extra whitespace in dmesg logging. Update cifs change logSteve French2006-05-31
* [CIFS] Free small buffers earlier so we exceed the cifsSteve French2006-02-26
* [CIFS] Do not zero non-existent iovec in SendReceive response processing.Steve French2006-01-23
* [CIFS] Add worker function for Get ACL cifs styleSteve French2006-01-12
* [CIFS] Avoid extra large buffer allocation (and memcpy) in cifs_readpagesSteve French2005-12-12
* [CIFS] Readpages and readir performance improvements - eliminate extraSteve French2005-12-02
* [CIFS] Fix umount --force to wake up the pending response queue, not justSteve French2005-11-29
* [CIFS] Fix sparse warnings on smb bcc (byte count)Steve French2005-11-16
* [CIFS] CIFS Stats improvementsSteve French2005-10-11
* [CIFS] Correct cifs tcp retry when some data sent before getting EAGAIN.Steve French2005-10-10
* [CIFS] Reduce CIFS tcp congestion timeout (it was too long) and backoffSteve French2005-10-10
* [CIFS] /proc/fs/cifs debug code cleanup and new stats2Steve French2005-10-07
* CIFS: Allow wsize to exceed CIFSMaxBufSizeSteve French2005-10-05