1. cf5ff10 CIFS: Do not hide EINTR after sending network packets by Pavel Shilovsky · 5 years ago
  2. d8fd99d Handle mismatched open calls by Sachin Prabhu · 7 years ago
  3. 3ab3f2a cifs: quit playing games with draining iovecs by Al Viro · 8 years ago
  4. 820962d cifs: fix race between call_async() and reconnect() by Rabin Vincent · 8 years ago
  5. 5fb4e28 cifs: Fix use-after-free on mid_q_entry by Christopher Oo · 9 years ago
  6. 0b456f0 cifs: convert printk(LEVEL...) to pr_<level> by Andy Shevchenko · 10 years ago
  7. cb7e9ea CIFS: Use multicredits for SMB 2.1/3 writes by Pavel Shilovsky · 10 years ago
  8. a26054d cifs: sanity check length of data to send before sending by Jeff Layton · 10 years ago
  9. 7f48558 cifs: Send a logoff request before removing a smb session by Shirish Pargaonkar · 11 years ago
  10. 3d378d3 cifs: Make big endian multiplex ID sequences monotonic on the wire by Tim Gardner · 11 years ago
  11. eb4c7df cifs: Avoid umount hangs with smb2 when server is unresponsive by Shirish Pargaonkar · 11 years ago
  12. f991fae Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  13. 38d77c5 cifs: track the enablement of signing in the TCP_Server_Info by Jeff Layton · 11 years ago
  14. 5853cc2 freezer: add unsafe versions of freezable helpers for CIFS by Colin Cross · 11 years ago
  15. 0124cc4 cifs: store the real expected sequence number in the mid by Jeff Layton · 11 years ago
  16. ad313cb cifs: on send failure, readjust server sequence number downward by Jeff Layton · 11 years ago
  17. ce6c44e cifs: remove ENOSPC handling in smb_sendv by Jeff Layton · 11 years ago
  18. f96637b [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg by Joe Perches · 11 years ago
  19. ea702b8 cifs: move check for NULL socket into smb_send_rqst by Jeff Layton · 11 years ago
  20. b7a1062 [CIFS] WARN_ON_ONCE if kernel_sendmsg() returns -ENOSPC by Steve French · 12 years ago
  21. fec344e cifs: change cifs_call_async to use smb_rqst structs by Jeff Layton · 12 years ago
  22. fb308a6 cifs: teach signing routines how to deal with arrays of pages in a smb_rqst by Jeff Layton · 12 years ago
  23. 97bc00b cifs: teach smb_send_rqst how to handle arrays of pages by Jeff Layton · 12 years ago
  24. b8eed28 cifs: cork the socket before a send and uncork it afterward by Jeff Layton · 12 years ago
  25. 6f49f46 cifs: convert send code to use smb_rqst structs by Jeff Layton · 12 years ago
  26. bf5ea0e cifs: change signing routines to deal with smb_rqst structs by Jeff Layton · 12 years ago
  27. 3c1bf7e CIFS: Enable signing in SMB2 by Pavel Shilovsky · 12 years ago
  28. 985e4ff0 cifs: print error code if smb signature verification fails by Steve French · 12 years ago
  29. 4574084 CIFS: Setup async request in ops struct by Pavel Shilovsky · 12 years ago
  30. 2dc7e1c CIFS: Make transport routines work with SMB2 by Pavel Shilovsky · 12 years ago
  31. a891f0f CIFS: Extend credit mechanism to process request type by Pavel Shilovsky · 12 years ago
  32. 762a420 cifs: rename cifs_sign_smb2 to cifs_sign_smbv by Jeff Layton · 12 years ago
  33. d971e06 cifs: remove bogus reset of smb_buf_length in smb_send routines by Jeff Layton · 12 years ago
  34. ffc61cc Initialise mid_q_entry before putting it on the pending queue by Sachin Prabhu · 12 years ago
  35. 8825736 CIFS: Move get_next_mid to ops struct by Pavel Shilovsky · 12 years ago
  36. 4527578 CIFS: Move add/set_credits and get_credits_field to ops structure by Pavel Shilovsky · 12 years ago
  37. 082d064 CIFS: Move protocol specific part from SendReceive2 to ops struct by Pavel Shilovsky · 12 years ago
  38. 121b046 cifs: convert send_nt_cancel into a version specific op by Jeff Layton · 12 years ago
  39. 7c9421e CIFS: Change mid_q_entry structure fields by Pavel Shilovsky · 12 years ago
  40. d4e4854 CIFS: Separate protocol-specific code from demultiplex code by Pavel Shilovsky · 12 years ago
  41. 792af7b CIFS: Separate protocol-specific code from transport routines by Pavel Shilovsky · 12 years ago
  42. bc205ed CIFS: Prepare credits code for a slot reservation by Pavel Shilovsky · 12 years ago
  43. 5bc5949 CIFS: Make wait_for_free_request killable by Pavel Shilovsky · 12 years ago
  44. 2d86dbc CIFS: Introduce credit-based flow control by Pavel Shilovsky · 12 years ago
  45. fc40f9c CIFS: Simplify inFlight logic by Pavel Shilovsky · 12 years ago
  46. 10b9b98 CIFS: Respect negotiated MaxMpxCount by Pavel Shilovsky · 12 years ago
  47. f06ac72 cifs, freezer: add wait_event_freezekillable and have cifs use it by Jeff Layton · 13 years ago
  48. 44d22d8 cifs: add a callback function to receive the rest of the frame by Jeff Layton · 13 years ago
  49. 826a95e cifs: consolidate signature generating code by Jeff Layton · 13 years ago
  50. 789e666 [CIFS] Cleanup use of CONFIG_CIFS_STATS2 ifdef to make transport routines more readable by Steve French · 13 years ago
  51. 0193e07 CIFS: Fix missing a decrement of inFlight value by Pavel Shilovsky · 13 years ago
  52. 96daf2b [CIFS] Rename three structures to avoid camel case by Steve French · 13 years ago
  53. 3c1105d cifs: don't call mid_q_entry->callback under the Global_MidLock (try #5) by Jeff Layton · 13 years ago
  54. 59ffd84 cifs: add ignore_pend flag to cifs_call_async by Jeff Layton · 13 years ago
  55. fcc31cb cifs: make cifs_send_async take a kvec array by Jeff Layton · 13 years ago
  56. 2c8f981 cifs: consolidate SendReceive response checks by Jeff Layton · 13 years ago
  57. 820a803 cifs: keep BCC in little-endian format by Jeff Layton · 13 years ago
  58. be8e3b0 consistently use smb_buf_length as be32 for cifs (try 3) by Steve French · 13 years ago
  59. 71823ba cifs: don't always drop malformed replies on the floor (try #3) by Jeff Layton · 13 years ago
  60. e3f0dad cifs: enable signing flag in SMB header when server has it on by Jeff Layton · 13 years ago
  61. d804d41 cifs: don't pop a printk when sending on a socket is interrupted by Jeff Layton · 13 years ago
  62. 2db7c58 cifs: send an NT_CANCEL request when a process is signalled by Jeff Layton · 13 years ago
  63. 1be912d cifs: handle cancelled requests better by Jeff Layton · 13 years ago
  64. 690c522 cifs: use get/put_unaligned functions to access ByteCount by Jeff Layton · 13 years ago
  65. 76dcc26 cifs: mangle existing header for SMB_COM_NT_CANCEL by Jeff Layton · 13 years ago
  66. 7749981 cifs: remove code for setting timeouts on requests by Jeff Layton · 13 years ago
  67. 766fdbb cifs: add ability to send an echo request by Jeff Layton · 13 years ago
  68. a6827c1 cifs: add cifs_call_async by Jeff Layton · 13 years ago
  69. 2b84a36c cifs: allow for different handling of received response by Jeff Layton · 13 years ago
  70. 74dd92a cifs: clean up sync_mid_result by Jeff Layton · 13 years ago
  71. dad255b cifs: don't reconnect server when we don't get a response by Jeff Layton · 13 years ago
  72. 0ade640 cifs: wait indefinitely for responses by Jeff Layton · 13 years ago
  73. 053d503 cifs: move mid result processing into common function by Jeff Layton · 13 years ago
  74. ddc8cf8 cifs: move locked sections out of DeleteMidQEntry and AllocMidQEntry by Jeff Layton · 13 years ago
  75. 8097531 cifs: clean up accesses to midCount by Jeff Layton · 13 years ago
  76. c5797a9 cifs: make wait_for_free_request take a TCP_Server_Info pointer by Jeff Layton · 13 years ago
  77. a9f1b85 CIFS: Simplify ipv*_connect functions into one (try #4) by Pavel Shilovsky · 13 years ago
  78. 21e7339 NTLM auth and sign - Allocate session key/client response dynamically by Shirish Pargaonkar · 14 years ago
  79. 5f98ca9 cifs NTLMv2/NTLMSSP Change variable name mac_key to session key to reflect the key it holds by Shirish Pargaonkar · 14 years ago
  80. c8e56f1 Revert "[CIFS] Fix ntlmv2 auth with ntlmssp" by Steve French · 14 years ago
  81. 9fbc590 [CIFS] Fix ntlmv2 auth with ntlmssp by Steve French · 14 years ago
  82. bdfae14 [CIFS] Remove unused cifs_oplock_cachep by Steve French · 14 years ago
  83. b6b38f7 [CIFS] Neaten cERROR and cFYI macros, reduce text space by Joe Perches · 14 years ago
  84. 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
  85. 3bc303c cifs: convert oplock breaks to use slow_work facility (try #4) by Jeff Layton · 15 years ago
  86. 1b49c55 cifs: protect GlobalOplock_Q with its own spinlock by Jeff Layton · 15 years ago
  87. da505c3 [CIFS] Make socket retry timeouts consistent between blocking and nonblocking cases by Steve French · 15 years ago
  88. 0496e02 cifs: turn smb_send into a wrapper around smb_sendv by Jeff Layton · 15 years ago
  89. ac6a3ef Remove an already-checked error condition in SendReceiveBlockingLock by Volker Lendecke · 15 years ago
  90. 698e96a Streamline SendReceiveBlockingLock: Use "goto out:" in an error condition by Volker Lendecke · 15 years ago
  91. 17c8bfe Streamline SendReceiveBlockingLock: Use "goto out:" in an error condition by Volker Lendecke · 15 years ago
  92. 2b2bdfb [CIFS] Streamline SendReceive[2] by using "goto out:" in an error condition by Steve French · 15 years ago
  93. 8e4f2e8 Slightly streamline SendReceive[2] by Volker Lendecke · 15 years ago
  94. 829049c Check the return value of cifs_sign_smb[2] by Volker Lendecke · 15 years ago
  95. 27a97a6 [CIFS] Slightly simplify wait_for_free_request(), remove an unnecessary "else" branch by Volker Lendecke · 15 years ago
  96. 8fbbd36 Simplify allocate_mid() slightly: Remove some unnecessary "else" branches by Volker Lendecke · 15 years ago
  97. 6d9c6d5 [CIFS] In SendReceive, move consistency check out of the mutexed region by Volker Lendecke · 15 years ago
  98. 8570552 cifs: fix wait_for_response to time out sleeping processes correctly by Jeff Layton · 15 years ago
  99. 72ca545 cifs: convert tcpSem to a mutex by Jeff Layton · 15 years ago
  100. 24b9b06 cifs: remove unused SMB session pointer from struct mid_q_entry by Jeff Layton · 15 years ago