1. f06ac72 cifs, freezer: add wait_event_freezekillable and have cifs use it by Jeff Layton · 13 years ago
  2. 44d22d8 cifs: add a callback function to receive the rest of the frame by Jeff Layton · 13 years ago
  3. 826a95e cifs: consolidate signature generating code by Jeff Layton · 13 years ago
  4. 789e666 [CIFS] Cleanup use of CONFIG_CIFS_STATS2 ifdef to make transport routines more readable by Steve French · 13 years ago
  5. 0193e07 CIFS: Fix missing a decrement of inFlight value by Pavel Shilovsky · 13 years ago
  6. 96daf2b [CIFS] Rename three structures to avoid camel case by Steve French · 13 years ago
  7. 3c1105d cifs: don't call mid_q_entry->callback under the Global_MidLock (try #5) by Jeff Layton · 13 years ago
  8. 59ffd84 cifs: add ignore_pend flag to cifs_call_async by Jeff Layton · 13 years ago
  9. fcc31cb cifs: make cifs_send_async take a kvec array by Jeff Layton · 13 years ago
  10. 2c8f981 cifs: consolidate SendReceive response checks by Jeff Layton · 13 years ago
  11. 820a803 cifs: keep BCC in little-endian format by Jeff Layton · 13 years ago
  12. be8e3b0 consistently use smb_buf_length as be32 for cifs (try 3) by Steve French · 13 years ago
  13. 71823ba cifs: don't always drop malformed replies on the floor (try #3) by Jeff Layton · 13 years ago
  14. e3f0dad cifs: enable signing flag in SMB header when server has it on by Jeff Layton · 13 years ago
  15. d804d41 cifs: don't pop a printk when sending on a socket is interrupted by Jeff Layton · 13 years ago
  16. 2db7c58 cifs: send an NT_CANCEL request when a process is signalled by Jeff Layton · 13 years ago
  17. 1be912d cifs: handle cancelled requests better by Jeff Layton · 13 years ago
  18. 690c522 cifs: use get/put_unaligned functions to access ByteCount by Jeff Layton · 13 years ago
  19. 76dcc26 cifs: mangle existing header for SMB_COM_NT_CANCEL by Jeff Layton · 14 years ago
  20. 7749981 cifs: remove code for setting timeouts on requests by Jeff Layton · 14 years ago
  21. 766fdbb cifs: add ability to send an echo request by Jeff Layton · 14 years ago
  22. a6827c1 cifs: add cifs_call_async by Jeff Layton · 14 years ago
  23. 2b84a36c cifs: allow for different handling of received response by Jeff Layton · 14 years ago
  24. 74dd92a cifs: clean up sync_mid_result by Jeff Layton · 14 years ago
  25. dad255b cifs: don't reconnect server when we don't get a response by Jeff Layton · 14 years ago
  26. 0ade640 cifs: wait indefinitely for responses by Jeff Layton · 14 years ago
  27. 053d503 cifs: move mid result processing into common function by Jeff Layton · 14 years ago
  28. ddc8cf8 cifs: move locked sections out of DeleteMidQEntry and AllocMidQEntry by Jeff Layton · 14 years ago
  29. 8097531 cifs: clean up accesses to midCount by Jeff Layton · 14 years ago
  30. c5797a9 cifs: make wait_for_free_request take a TCP_Server_Info pointer by Jeff Layton · 14 years ago
  31. a9f1b85 CIFS: Simplify ipv*_connect functions into one (try #4) by Pavel Shilovsky · 14 years ago
  32. 21e7339 NTLM auth and sign - Allocate session key/client response dynamically by Shirish Pargaonkar · 14 years ago
  33. 5f98ca9 cifs NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect the key it holds by Shirish Pargaonkar · 14 years ago
  34. c8e56f1 Revert "[CIFS] Fix ntlmv2 auth with ntlmssp" by Steve French · 14 years ago
  35. 9fbc590 [CIFS] Fix ntlmv2 auth with ntlmssp by Steve French · 14 years ago
  36. bdfae14 [CIFS] Remove unused cifs_oplock_cachep by Steve French · 14 years ago
  37. b6b38f7 [CIFS] Neaten cERROR and cFYI macros, reduce text space by Joe Perches · 14 years ago
  38. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  39. 3bc303c cifs: convert oplock breaks to use slow_work facility (try #4) by Jeff Layton · 15 years ago
  40. 1b49c55 cifs: protect GlobalOplock_Q with its own spinlock by Jeff Layton · 15 years ago
  41. da505c3 [CIFS] Make socket retry timeouts consistent between blocking and nonblocking cases by Steve French · 15 years ago
  42. 0496e02 cifs: turn smb_send into a wrapper around smb_sendv by Jeff Layton · 16 years ago
  43. ac6a3ef Remove an already-checked error condition in SendReceiveBlockingLock by Volker Lendecke · 16 years ago
  44. 698e96a Streamline SendReceiveBlockingLock: Use "goto out:" in an error condition by Volker Lendecke · 16 years ago
  45. 17c8bfe Streamline SendReceiveBlockingLock: Use "goto out:" in an error condition by Volker Lendecke · 16 years ago
  46. 2b2bdfb [CIFS] Streamline SendReceive[2] by using "goto out:" in an error condition by Steve French · 16 years ago
  47. 8e4f2e8 Slightly streamline SendReceive[2] by Volker Lendecke · 16 years ago
  48. 829049c Check the return value of cifs_sign_smb[2] by Volker Lendecke · 16 years ago
  49. 27a97a6 [CIFS] Slightly simplify wait_for_free_request(), remove an unnecessary "else" branch by Volker Lendecke · 16 years ago
  50. 8fbbd36 Simplify allocate_mid() slightly: Remove some unnecessary "else" branches by Volker Lendecke · 16 years ago
  51. 6d9c6d5 [CIFS] In SendReceive, move consistency check out of the mutexed region by Volker Lendecke · 16 years ago
  52. 8570552 cifs: fix wait_for_response to time out sleeping processes correctly by Jeff Layton · 16 years ago
  53. 72ca545 cifs: convert tcpSem to a mutex by Jeff Layton · 16 years ago
  54. 24b9b06 cifs: remove unused SMB session pointer from struct mid_q_entry by Jeff Layton · 16 years ago
  55. 61de800 [CIFS] fix error in smb_send2 by Steve French · 16 years ago
  56. edf1ae4 [CIFS] Reduce number of socket retries in large write path by Steve French · 16 years ago
  57. 232087c cifs: don't use GFP_KERNEL with GFP_NOFS by Pekka Enberg · 16 years ago
  58. 1768035 [CIFS] cifs send2 not retrying enough in some cases on full socket by Shirish Pargaonkar · 16 years ago
  59. 5d941ca [CIFS] Fix oops when slow oplock process races with unmount by Steve French · 16 years ago
  60. 90c81e0 [CIFS] clean up some hard to read ifdefs by Steve French · 16 years ago
  61. ad7a292 [CIFS] reduce checkpatch warnings by Steve French · 16 years ago
  62. 133672e [CIFS] Fix buffer overflow if server sends corrupt response to small request by Steve French · 17 years ago
  63. a761ac5 [CIFS] log better errors on failed mounts by Steve French · 17 years ago
  64. 26f5736 [CIFS] formatting cleanup found by checkpatch by Steve French · 17 years ago
  65. 50c2f75 [CIFS] whitespace/formatting fixes by Steve French · 17 years ago
  66. b609f06 [CIFS] Fix packet signatures for NTLMv2 case by Steve French · 17 years ago
  67. 79a58d1 [CIFS] whitespace cleanup by Steve French · 17 years ago
  68. 8a23626 [CIFS] cifs_prepare_write was incorrectly rereading page in some cases by Steve French · 17 years ago
  69. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  70. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  71. e6b4f8d [PATCH] slab: remove SLAB_NOFS by Christoph Lameter · 18 years ago
  72. 7ee1af7 [CIFS] by Jeremy Allison · 18 years ago
  73. 5da07b0 [CIFS] Make midState usage more consistent by Steve French · 18 years ago
  74. 14a441a2b [CIFS] spinlock protect read of last srv response time in timeout path by Steve French · 18 years ago
  75. 3a5ff61 [CIFS] Do not time out posix brl requests when using new posix setfileinfo by Steve French · 18 years ago
  76. 26a21b9 [CIFS] Cleanup extra whitespace in dmesg logging. Update cifs change log by Steve French · 18 years ago
  77. 4b8f930 [CIFS] Free small buffers earlier so we exceed the cifs by Steve French · 18 years ago
  78. 0820e15 [CIFS] Do not zero non-existent iovec in SendReceive response processing. by Steve French · 18 years ago
  79. 0a4b92c [CIFS] Add worker function for Get ACL cifs style by Steve French · 19 years ago
  80. ec637e3 [CIFS] Avoid extra large buffer allocation (and memcpy) in cifs_readpages by Steve French · 19 years ago
  81. 84afc29 [CIFS] Readpages and readir performance improvements - eliminate extra by Steve French · 19 years ago
  82. 6ab16d2 [CIFS] Fix umount --force to wake up the pending response queue, not just by Steve French · 19 years ago
  83. 0f2b27c [CIFS] Fix sparse warnings on smb bcc (byte count) by Steve French · 19 years ago
  84. 1047abc [CIFS] CIFS Stats improvements by Steve French · 19 years ago
  85. 5e1253b [CIFS] Correct cifs tcp retry when some data sent before getting EAGAIN. by Steve French · 19 years ago
  86. 68058e7 [CIFS] Reduce CIFS tcp congestion timeout (it was too long) and backoff by Steve French · 19 years ago
  87. 131afd0b [CIFS] /proc/fs/cifs debug code cleanup and new stats2 by Steve French · 19 years ago
  88. 4a77118 CIFS: Allow wsize to exceed CIFSMaxBufSize by Steve French · 19 years ago
  89. 37c0eb4 CIFS: implement cifs_writepages to perform multi-page I/O by Steve French · 19 years ago
  90. 04c0881 [CIFS] Missing parenthesis from error message in previous fix by Steve French · 19 years ago
  91. 3e84469 [CIFS] Add writepages support to shrink memory usage on writes, by Steve French · 19 years ago
  92. 70ca734 [CIFS] Various minor bigendian fixes and sparse level 2 warning message fixes by Steve French · 19 years ago
  93. ab2f218 [CIFS] Fix compiler warnings by Steve French · 19 years ago
  94. a5a2b48 [CIFS] Make CIFS statistics more accurate and add some stats that were by Steve French · 19 years ago
  95. 0c0ff09 [CIFS] Performance improvement, finish up adding CIFSSMBWrite2 by Steve French · 19 years ago
  96. d6e04ae [CIFS] CIFS writepage improvements - eliminate double copy by Steve French · 19 years ago
  97. 31ca3bc [PATCH] cifs: Do not init smb requests or block when sending requests by Steve French · 19 years ago
  98. 275cde1 [PATCH] cifs: cleanup various long lines by Steve French · 19 years ago
  99. b8643e1 [PATCH] cifs: Do not use large smb buffers in response path by Steve French · 19 years ago
  100. 848f3fc [PATCH] cifs: Do not interpret oplock break responses as responses to an unrelated command by Steve French · 19 years ago