1. f2f176b CIFS: add ONCE flag for cifs_dbg type by Aurelien Aptel · 6 years ago
  2. ede2e52 Add some missing debug fields in server and tcon structs by Steve French · 6 years ago
  3. 6b31471 move a few externs to smbdirect.h to eliminate warning by Steve French · 7 years ago
  4. 02cf590 CIFS: dump IPC tcon in debug proc file by Aurelien Aptel · 7 years ago
  5. 08a3b96 CIFS: SMBD: Add SMB Direct debug counters by Long Li · 7 years ago
  6. d8ec913 CIFS: SMBD: export protocol initial values by Long Li · 7 years ago
  7. 8339dd3 CIFS: SMBD: Add rdma mount option by Long Li · 7 years ago
  8. 1fa089e [SMB3] Update session and share information displayed for debugging SMB2/SMB3 by Steve French · 7 years ago
  9. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  10. 9742805 Display number of credits available by Steve French · 8 years ago
  11. 84c60b1 drop redundant ->owner initializations by Al Viro · 8 years ago
  12. 1404297 lib: update single-char callers of strtobool() by Kees Cook · 8 years ago
  13. ec7147a cifs: Ratelimit kernel log messages by Jamie Bainbridge · 9 years ago
  14. 7a1ceba cifs: fix MUST SecurityFlags filtering by Niklas Cassel · 10 years ago
  15. 0b456f0 cifs: convert printk(LEVEL...) to pr_<level> by Andy Shevchenko · 10 years ago
  16. 55d83e0 cifs: convert to print_hex_dump() instead of custom implementation by Andy Shevchenko · 10 years ago
  17. 28e2aed cifs: call strtobool instead of custom implementation by Andy Shevchenko · 10 years ago
  18. 59b04c5 [CIFS] Fix incorrect hex vs. decimal in some debug print statements by Steve French · 10 years ago
  19. 52dfb44 cifs: try to handle the MUST SecurityFlags sanely by Jeff Layton · 11 years ago
  20. 769ee6a Add ability to dipslay SMB3 share flags and capabilities for debugging by Steve French · 11 years ago
  21. 7715dad cifs: clean up the SecurityFlags write handler by Jeff Layton · 11 years ago
  22. f96637b [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg by Joe Perches · 11 years ago
  23. 44c5818 CIFS: Move clear/print_stats code to ops struct by Pavel Shilovsky · 12 years ago
  24. 093b2bd CIFS: Make demultiplex_thread work with SMB2 code by Pavel Shilovsky · 13 years ago
  25. 8aa26f3 CIFS: Move protocol specific demultiplex thread calls to ops struct by Pavel Shilovsky · 12 years ago
  26. 5e500ed cifs: remove legacy MultiuserMount option by Jeff Layton · 12 years ago
  27. 27ac575 cifs: remove /proc/fs/cifs/OplockEnabled by Jeff Layton · 12 years ago
  28. 7c9421e CIFS: Change mid_q_entry structure fields by Pavel Shilovsky · 12 years ago
  29. d4e4854 CIFS: Separate protocol-specific code from demultiplex code by Pavel Shilovsky · 12 years ago
  30. fc40f9c CIFS: Simplify inFlight logic by Pavel Shilovsky · 12 years ago
  31. 789b4588 cifs: warn about impending deprecation of legacy MultiuserMount code by Jeff Layton · 13 years ago
  32. 8bc4392 cifs: warn about deprecation of /proc/fs/cifs/OplockEnabled interface by Suresh Jayaraman · 13 years ago
  33. e750473 add new module parameter 'enable_oplocks' by Steve French · 13 years ago
  34. 789e666 [CIFS] Cleanup use of CONFIG_CIFS_STATS2 ifdef to make transport routines more readable by Steve French · 13 years ago
  35. 96daf2b [CIFS] Rename three structures to avoid camel case by Steve French · 13 years ago
  36. 820a803 cifs: keep BCC in little-endian format by Jeff Layton · 13 years ago
  37. bdf1b03 cifs: replace /proc/fs/cifs/Experimental with a module parm by Jeff Layton · 13 years ago
  38. 2b84a36c cifs: allow for different handling of received response by Jeff Layton · 14 years ago
  39. 8097531 cifs: clean up accesses to midCount by Jeff Layton · 14 years ago
  40. ca40b71 cifs: show "acl" in DebugData Features when it's compiled in by Jeff Layton · 14 years ago
  41. 3f9bcca cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlock by Suresh Jayaraman · 14 years ago
  42. f579903 cifs: show features compiled in as part of DebugData by Suresh Jayaraman · 14 years ago
  43. 04912d6 cifs: rename "extended_security" to "global_secflags" by Jeff Layton · 14 years ago
  44. b6b38f7 [CIFS] Neaten cERROR and cFYI macros, reduce text space by Joe Perches · 14 years ago
  45. 65bc98b [CIFS] Distinguish posix opens and mkdirs from legacy mkdirs in stats by Steve French · 15 years ago
  46. 99b7623 proc 2/2: remove struct proc_dir_entry::owner by Alexey Dobriyan · 15 years ago
  47. b298f22 [CIFS] Send SMB flush in cifs_fsync by Steve French · 15 years ago
  48. c2b3382 [CIFS] Fix build break by Steve French · 16 years ago
  49. f1987b4 cifs: reinstate sharing of tree connections by Jeff Layton · 16 years ago
  50. 14fbf50 cifs: reinstate sharing of SMB sessions sans races by Jeff Layton · 16 years ago
  51. e7ddee9 cifs: disable sharing session and tcon and add new TCP sharing code by Jeff Layton · 16 years ago
  52. fb39601 [CIFS] remove unused list, add new cifs sock list to prepare for mount/umount fix by Steve French · 16 years ago
  53. ad8b15f [CIFS] list entry can not return null by Steve French · 16 years ago
  54. ef571ca [CIFS] Fix warnings from checkpatch by Shirish Pargaonkar · 16 years ago
  55. 99b1f5b [CIFS] remove checkpatch warning by Steve French · 16 years ago
  56. f984c7b Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> by Alexey Dobriyan · 16 years ago
  57. 36a5aeb proc: remove proc_root_fs by Alexey Dobriyan · 16 years ago
  58. e086fce [CIFS] fix build break when proc disabled by Steve French · 16 years ago
  59. 90c81e0 [CIFS] clean up some hard to read ifdefs by Steve French · 16 years ago
  60. ad7a292 [CIFS] reduce checkpatch warnings by Steve French · 16 years ago
  61. a013689 [CIFS] Fix cifsd so shuts down when signing fails during mount by Steve French · 17 years ago
  62. a23d306 [CIFS] missing field in debug output from previous fix by Steve French · 17 years ago
  63. 88f370a [CIFS] Fix potential NULL pointer usage if kzalloc fails by Steve French · 17 years ago
  64. 50c2f75 [CIFS] whitespace/formatting fixes by Steve French · 17 years ago
  65. 762e5ab [CIFS] Fix sign mount option and sign proc config setting by Steve French · 17 years ago
  66. ffdd6e4 [CIFS] fix whitespace by Steve French · 17 years ago
  67. 221601c [CIFS] whitespace cleanup part 2 by Steve French · 17 years ago
  68. bd2abf1 [CIFS] cifs sprintf fix by Steve French · 18 years ago
  69. a8ee034 [CIFS] NTLMv2 support part 4 by Steve French · 18 years ago
  70. 9312f67 [CIFS] Fix mask so can set new cifs security flags properly by Steve French · 18 years ago
  71. bdc4bf6e [CIFS] Support for older servers which require plaintext passwords by Steve French · 18 years ago
  72. 7c7b25b [CIFS] Support for setting up SMB sessions to legacy lanman servers part 2 by Steve French · 18 years ago
  73. 3979877 [CIFS] Support for setting up SMB sessions to legacy lanman servers by Steve French · 18 years ago
  74. ec637e3 [CIFS] Avoid extra large buffer allocation (and memcpy) in cifs_readpages by Steve French · 19 years ago
  75. 07475ff [CIFS] Display large/small total buffer allocations in /proc/fs/cifs/Stats by Steve French · 19 years ago
  76. 4498eed5 [CIFS] Add extended stats (STATS2) for total buffer allocations for by Steve French · 19 years ago
  77. 47c786e [CIFS] Add null malloc response check in notify experimental code by Steve French · 19 years ago
  78. 1047abc [CIFS] CIFS Stats improvements by Steve French · 19 years ago
  79. 0ae0efa [CIFS] Fix rsize calculation so that large readx flag is checked. by Steve French · 19 years ago
  80. 68058e7 [CIFS] Reduce CIFS tcp congestion timeout (it was too long) and backoff by Steve French · 19 years ago
  81. 131afd0b [CIFS] /proc/fs/cifs debug code cleanup and new stats2 by Steve French · 19 years ago
  82. a5a2b48 [CIFS] Make CIFS statistics more accurate and add some stats that were by Steve French · 19 years ago
  83. 0c0ff09 [CIFS] Performance improvement, finish up adding CIFSSMBWrite2 by Steve French · 19 years ago
  84. 433dc24 [PATCH] cifs: remove cifs_kcalloc and check for NULL return on kcalloc in session initialization by Steve French · 19 years ago
  85. b8643e1 [PATCH] cifs: Do not use large smb buffers in response path by Steve French · 19 years ago
  86. 848f3fc [PATCH] cifs: Do not interpret oplock break responses as responses to an unrelated command by Steve French · 19 years ago
  87. 6c91d36 [PATCH] cifs: finish up of special character mapping capable unicode conversion routine part 2 of 3 by Steve French · 19 years ago
  88. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago