Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
301d95c4dade09388f94258ee797d2d650dc00b5
/
fs
/
cifs
/
transport.c
da505c3
[CIFS] Make socket retry timeouts consistent between blocking and nonblocking cases
by Steve French
· 16 years ago
0496e02
cifs: turn smb_send into a wrapper around smb_sendv
by Jeff Layton
· 16 years ago
ac6a3ef
Remove an already-checked error condition in SendReceiveBlockingLock
by Volker Lendecke
· 16 years ago
698e96a
Streamline SendReceiveBlockingLock: Use "goto out:" in an error condition
by Volker Lendecke
· 16 years ago
17c8bfe
Streamline SendReceiveBlockingLock: Use "goto out:" in an error condition
by Volker Lendecke
· 16 years ago
2b2bdfb
[CIFS] Streamline SendReceive[2] by using "goto out:" in an error condition
by Steve French
· 16 years ago
8e4f2e8
Slightly streamline SendReceive[2]
by Volker Lendecke
· 16 years ago
829049c
Check the return value of cifs_sign_smb[2]
by Volker Lendecke
· 16 years ago
27a97a6
[CIFS] Slightly simplify wait_for_free_request(), remove an unnecessary "else" branch
by Volker Lendecke
· 16 years ago
8fbbd36
Simplify allocate_mid() slightly: Remove some unnecessary "else" branches
by Volker Lendecke
· 16 years ago
6d9c6d5
[CIFS] In SendReceive, move consistency check out of the mutexed region
by Volker Lendecke
· 16 years ago
8570552
cifs: fix wait_for_response to time out sleeping processes correctly
by Jeff Layton
· 16 years ago
72ca545
cifs: convert tcpSem to a mutex
by Jeff Layton
· 16 years ago
24b9b06
cifs: remove unused SMB session pointer from struct mid_q_entry
by Jeff Layton
· 16 years ago
61de800
[CIFS] fix error in smb_send2
by Steve French
· 16 years ago
edf1ae4
[CIFS] Reduce number of socket retries in large write path
by Steve French
· 16 years ago
232087c
cifs: don't use GFP_KERNEL with GFP_NOFS
by Pekka Enberg
· 16 years ago
1768035
[CIFS] cifs send2 not retrying enough in some cases on full socket
by Shirish Pargaonkar
· 16 years ago
5d941ca
[CIFS] Fix oops when slow oplock process races with unmount
by Steve French
· 17 years ago
90c81e0
[CIFS] clean up some hard to read ifdefs
by Steve French
· 17 years ago
ad7a292
[CIFS] reduce checkpatch warnings
by Steve French
· 17 years ago
133672e
[CIFS] Fix buffer overflow if server sends corrupt response to small request
by Steve French
· 17 years ago
a761ac5
[CIFS] log better errors on failed mounts
by Steve French
· 17 years ago
26f5736
[CIFS] formatting cleanup found by checkpatch
by Steve French
· 17 years ago
50c2f75
[CIFS] whitespace/formatting fixes
by Steve French
· 17 years ago
b609f06
[CIFS] Fix packet signatures for NTLMv2 case
by Steve French
· 17 years ago
79a58d1
[CIFS] whitespace cleanup
by Steve French
· 17 years ago
8a23626
[CIFS] cifs_prepare_write was incorrectly rereading page in some cases
by Steve French
· 18 years ago
e18b890
[PATCH] slab: remove kmem_cache_t
by Christoph Lameter
· 18 years ago
e94b176
[PATCH] slab: remove SLAB_KERNEL
by Christoph Lameter
· 18 years ago
e6b4f8d
[PATCH] slab: remove SLAB_NOFS
by Christoph Lameter
· 18 years ago
7ee1af7
[CIFS]
by Jeremy Allison
· 18 years ago
5da07b0
[CIFS] Make midState usage more consistent
by Steve French
· 18 years ago
14a441a2b
[CIFS] spinlock protect read of last srv response time in timeout path
by Steve French
· 18 years ago
3a5ff61
[CIFS] Do not time out posix brl requests when using new posix setfileinfo
by Steve French
· 18 years ago
26a21b9
[CIFS] Cleanup extra whitespace in dmesg logging. Update cifs change log
by Steve French
· 18 years ago
4b8f930
[CIFS] Free small buffers earlier so we exceed the cifs
by Steve French
· 19 years ago
0820e15
[CIFS] Do not zero non-existent iovec in SendReceive response processing.
by Steve French
· 19 years ago
0a4b92c
[CIFS] Add worker function for Get ACL cifs style
by Steve French
· 19 years ago
ec637e3
[CIFS] Avoid extra large buffer allocation (and memcpy) in cifs_readpages
by Steve French
· 19 years ago
84afc29
[CIFS] Readpages and readir performance improvements - eliminate extra
by Steve French
· 19 years ago
6ab16d2
[CIFS] Fix umount --force to wake up the pending response queue, not just
by Steve French
· 19 years ago
0f2b27c
[CIFS] Fix sparse warnings on smb bcc (byte count)
by Steve French
· 19 years ago
1047abc
[CIFS] CIFS Stats improvements
by Steve French
· 19 years ago
5e1253b
[CIFS] Correct cifs tcp retry when some data sent before getting EAGAIN.
by Steve French
· 19 years ago
68058e7
[CIFS] Reduce CIFS tcp congestion timeout (it was too long) and backoff
by Steve French
· 19 years ago
131afd0b
[CIFS] /proc/fs/cifs debug code cleanup and new stats2
by Steve French
· 19 years ago
4a77118
CIFS: Allow wsize to exceed CIFSMaxBufSize
by Steve French
· 19 years ago
37c0eb4
CIFS: implement cifs_writepages to perform multi-page I/O
by Steve French
· 19 years ago
04c0881
[CIFS] Missing parenthesis from error message in previous fix
by Steve French
· 19 years ago
3e84469
[CIFS] Add writepages support to shrink memory usage on writes,
by Steve French
· 19 years ago
70ca734
[CIFS] Various minor bigendian fixes and sparse level 2 warning message fixes
by Steve French
· 19 years ago
ab2f218
[CIFS] Fix compiler warnings
by Steve French
· 19 years ago
a5a2b48
[CIFS] Make CIFS statistics more accurate and add some stats that were
by Steve French
· 19 years ago
0c0ff09
[CIFS] Performance improvement, finish up adding CIFSSMBWrite2
by Steve French
· 19 years ago
d6e04ae
[CIFS] CIFS writepage improvements - eliminate double copy
by Steve French
· 19 years ago
31ca3bc
[PATCH] cifs: Do not init smb requests or block when sending requests
by Steve French
· 20 years ago
275cde1
[PATCH] cifs: cleanup various long lines
by Steve French
· 20 years ago
b8643e1
[PATCH] cifs: Do not use large smb buffers in response path
by Steve French
· 20 years ago
848f3fc
[PATCH] cifs: Do not interpret oplock break responses as responses to an unrelated command
by Steve French
· 20 years ago
ad009ac
[PATCH] cifs: Fix multiuser packet signing to use the right sequence number and mac session key
by Steve French
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago