1. 14e2597 cifs: use the right include for signal_pending() by Ronnie Sahlberg · 6 years ago
  2. 392e1c5 cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESP by Ronnie Sahlberg · 6 years ago
  3. d69cb72 cifs: fix credits leak for SMB1 oplock breaks by Ronnie Sahlberg · 6 years ago
  4. 4739f23 cifs: smbd: take an array of reqeusts when sending upper layer data by Long Li · 6 years ago
  5. 433b8dd SMB3: Track total time spent on roundtrips for each SMB3 command by Steve French · 6 years ago
  6. 257b780 cifs: simplify how we handle credits in compound_send_recv() by Ronnie Sahlberg · 6 years ago
  7. 7937ca9 smb3: add dynamic tracepoint for timeout waiting for credits by Steve French · 6 years ago
  8. 2b53b92 cifs: add a timeout argument to wait_for_free_credits by Ronnie Sahlberg · 6 years ago
  9. 16b34aa cifs: prevent starvation in wait_for_free_credits for multi-credit requests by Ronnie Sahlberg · 6 years ago
  10. b227d21 cifs: wait_for_free_credits() make it possible to wait for >=1 credits by Ronnie Sahlberg · 6 years ago
  11. 4230cff cifs: pass flags down into wait_for_free_credits() by Ronnie Sahlberg · 6 years ago
  12. 480b1cb cifs: change wait_for_free_request() to take flags as argument by Ronnie Sahlberg · 6 years ago
  13. b30c74c CIFS: Mask off signals when sending SMB packets by Pavel Shilovsky · 6 years ago
  14. afc18a6 CIFS: Return -EAGAIN instead of -ENOTSOCK by Pavel Shilovsky · 6 years ago
  15. 7091bca CIFS: Try to acquire credits at once for compound requests by Pavel Shilovsky · 6 years ago
  16. 97ea499 CIFS: Check for reconnects before sending compound requests by Pavel Shilovsky · 6 years ago
  17. 3349c3a CIFS: Check for reconnects before sending async requests by Pavel Shilovsky · 6 years ago
  18. 34f4deb CIFS: Respect reconnect in non-MTU credits calculations by Pavel Shilovsky · 6 years ago
  19. 335b7b6 CIFS: Respect reconnect in MTU credits calculations by Pavel Shilovsky · 6 years ago
  20. c781af7 CIFS: Do not skip SMB2 message IDs on send failures by Pavel Shilovsky · 6 years ago
  21. 3d3003f CIFS: Fix credit calculations in compound mid callback by Pavel Shilovsky · 6 years ago
  22. ee258d7 CIFS: Move credit processing to mid callbacks for SMB3 by Pavel Shilovsky · 6 years ago
  23. 8a26f0f CIFS: Fix credits calculation for cancelled requests by Pavel Shilovsky · 6 years ago
  24. ee13919 CIFS: Do not hide EINTR after sending network packets by Pavel Shilovsky · 6 years ago
  25. 8544f4a CIFS: Fix credit computation for compounded requests by Pavel Shilovsky · 6 years ago
  26. 33fa5c8 CIFS: Do not set credits to 1 if the server didn't grant anything by Pavel Shilovsky · 6 years ago
  27. f5942db cifs: smb2 commands can not be negative, remove confusing check by Steve French · 6 years ago
  28. 9931a07 Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  29. 43de1db smb3: add debug for unexpected mid cancellation by Steve French · 6 years ago
  30. f80eaed CIFS: Print message when attempting a mount by Rodrigo Freire · 6 years ago
  31. 00778e2 smb3: add way to control slow response threshold for logging and stats by Steve French · 6 years ago
  32. cb5c2e6 cifs: fix a credits leak for compund commands by Ronnie Sahlberg · 6 years ago
  33. aa563d7 iov_iter: Separate type from direction and use accessor functions by David Howells · 6 years ago
  34. 4e34feb cifs: only wake the thread for the very last PDU in a compound by Ronnie Sahlberg · 6 years ago
  35. ddf83af cifs: add a warning if we try to to dequeue a deleted mid by Ronnie Sahlberg · 6 years ago
  36. b24df3e cifs: update receive_encrypted_standard to handle compounded responses by Ronnie Sahlberg · 6 years ago
  37. 468d677 smb3: display stats counters for number of slow commands by Steve French · 6 years ago
  38. 020eec5 smb3: add tracepoint for slow responses by Steve French · 6 years ago
  39. e0bba0b8 cifs: add compound_send_recv() by Ronnie Sahlberg · 6 years ago
  40. 1f3a8f5 cifs: make smb_send_rqst take an array of requests by Ronnie Sahlberg · 6 years ago
  41. b2c96de cifs: update init_sg, crypt_message to take an array of rqst by Ronnie Sahlberg · 6 years ago
  42. bf1fdeb smb3: add reconnect tracepoints by Steve French · 6 years ago
  43. 0fdfef9 smb3: simplify code by removing CONFIG_CIFS_SMB311 by Steve French · 7 years ago
  44. 81f39f9 cifs: fix SMB1 breakage by Ronnie Sahlberg · 7 years ago
  45. 696e420 cifs: Fix use after free of a mid_q_entry by Lars Persson · 7 years ago
  46. 35e2cc1 cifs: Use correct packet length in SMB2_TRANSFORM header by Paulo Alcantara · 7 years ago
  47. 662bf5b cifs: Fix kernel oops when traceSMB is enabled by Paulo Alcantara · 7 years ago
  48. 07cd952 cifs: update __smb_send_rqst() to take an array of requests by Ronnie Sahlberg · 7 years ago
  49. 40eff45 cifs: remove smb2_send_recv() by Ronnie Sahlberg · 7 years ago
  50. c713c87 cifs: push rfc1002 generation down the stack by Ronnie Sahlberg · 7 years ago
  51. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  52. e8157b2 CIFS: When sending data on socket, pass the correct page offset by Long Li · 7 years ago
  53. c06a0f2 CIFS: Calculate the correct request length based on page offset and tail size by Long Li · 7 years ago
  54. 977b617 cifs: remove rfc1002 header from all SMB2 response structures by Ronnie Sahlberg · 7 years ago
  55. 0d5ec28 SMB311: Fix reconnect by Steve French · 7 years ago
  56. 117e3b7 CIFS: set *resp_buf_type to NO_BUFFER on error by Steve French · 7 years ago
  57. e19b2bc cifs: add resp_buf_size to the mid_q_entry structure by Ronnie Sahlberg · 7 years ago
  58. 93012bf cifs: add server->vals->header_preamble_size by Ronnie Sahlberg · 7 years ago
  59. 8bd68c6 CIFS: implement v3.11 preauth integrity by Aurelien Aptel · 7 years ago
  60. 9762c2d CIFS: SMBD: Upper layer sends data via RDMA send by Long Li · 7 years ago
  61. 3cecf48 cifs: avoid a kmalloc in smb2_send_recv/SendReceive2 for the common case by Ronnie Sahlberg · 7 years ago
  62. 83b7739 cifs: Add smb2_send_recv by Ronnie Sahlberg · 7 years ago
  63. 93d2cb6 cifs: Do not modify mid entry after submitting I/O in cifs_call_async by Long Li · 8 years ago
  64. 4328fea fs: cifs: transport: Use time_after for time comparison by Karim Eshapa · 8 years ago
  65. de1892b Don't delay freeing mids when blocked on slow socket write of request by Steve French · 8 years ago
  66. a6f74e8 cifs: don't check for failure from mempool_alloc() by NeilBrown · 8 years ago
  67. 38bd490 Handle mismatched open calls by Sachin Prabhu · 8 years ago
  68. 9b7c18a CIFS: Add mid handle callback by Pavel Shilovsky · 8 years ago
  69. 7fb8986 CIFS: Add capability to transform requests before sending by Pavel Shilovsky · 8 years ago
  70. b8f57ee CIFS: Separate RFC1001 length processing for SMB2 read by Pavel Shilovsky · 8 years ago
  71. 738f9de CIFS: Send RFC1001 length in a separate iov by Pavel Shilovsky · 8 years ago
  72. fb2036d CIFS: Make send_cancel take rqst as argument by Pavel Shilovsky · 8 years ago
  73. da502f7 CIFS: Make SendReceive2() takes resp iov by Pavel Shilovsky · 8 years ago
  74. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  75. 2f8b544 block,fs: untangle fs.h and blk_types.h by Christoph Hellwig · 8 years ago
  76. 3ab3f2a cifs: quit playing games with draining iovecs by Al Viro · 9 years ago
  77. 820962d cifs: fix race between call_async() and reconnect() by Rabin Vincent · 9 years ago
  78. 5fb4e28 cifs: Fix use-after-free on mid_q_entry by Christopher Oo · 10 years ago
  79. 0b456f0 cifs: convert printk(LEVEL...) to pr_<level> by Andy Shevchenko · 10 years ago
  80. cb7e9ea CIFS: Use multicredits for SMB 2.1/3 writes by Pavel Shilovsky · 11 years ago
  81. a26054d cifs: sanity check length of data to send before sending by Jeff Layton · 11 years ago
  82. 7f48558 cifs: Send a logoff request before removing a smb session by Shirish Pargaonkar · 11 years ago
  83. 3d378d3 cifs: Make big endian multiplex ID sequences monotonic on the wire by Tim Gardner · 11 years ago
  84. eb4c7df cifs: Avoid umount hangs with smb2 when server is unresponsive by Shirish Pargaonkar · 11 years ago
  85. f991fae Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 12 years ago
  86. 38d77c5 cifs: track the enablement of signing in the TCP_Server_Info by Jeff Layton · 12 years ago
  87. 5853cc2 freezer: add unsafe versions of freezable helpers for CIFS by Colin Cross · 12 years ago
  88. 0124cc4 cifs: store the real expected sequence number in the mid by Jeff Layton · 12 years ago
  89. ad313cb cifs: on send failure, readjust server sequence number downward by Jeff Layton · 12 years ago
  90. ce6c44e cifs: remove ENOSPC handling in smb_sendv by Jeff Layton · 12 years ago
  91. f96637b [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg by Joe Perches · 12 years ago
  92. ea702b8 cifs: move check for NULL socket into smb_send_rqst by Jeff Layton · 12 years ago
  93. b7a1062 [CIFS] WARN_ON_ONCE if kernel_sendmsg() returns -ENOSPC by Steve French · 12 years ago
  94. fec344e cifs: change cifs_call_async to use smb_rqst structs by Jeff Layton · 12 years ago
  95. fb308a6 cifs: teach signing routines how to deal with arrays of pages in a smb_rqst by Jeff Layton · 12 years ago
  96. 97bc00b cifs: teach smb_send_rqst how to handle arrays of pages by Jeff Layton · 12 years ago
  97. b8eed28 cifs: cork the socket before a send and uncork it afterward by Jeff Layton · 12 years ago
  98. 6f49f46 cifs: convert send code to use smb_rqst structs by Jeff Layton · 12 years ago
  99. bf5ea0e cifs: change signing routines to deal with smb_rqst structs by Jeff Layton · 12 years ago
  100. 3c1bf7e CIFS: Enable signing in SMB2 by Pavel Shilovsky · 12 years ago