1. 1ee4f2d CIFS: keep FileInfo handle live during oplock break by Aurelien Aptel · 5 years ago
  2. 3466db7 cifs: read overflow in is_valid_oplock_break() by Dan Carpenter · 6 years ago
  3. 7e68916 CIFS: zero sensitive data when freeing by Aurelien Aptel · 6 years ago
  4. f13d96b CIFS: fix oplock break deadlocks by Rabin Vincent · 7 years ago
  5. 3afca26 Clarify locking of cifs file and tcon structures and make more granular by Steve French · 8 years ago
  6. 373512e Prepare for encryption support (first part). Add decryption and encryption key generation. Thanks to Metze for helping with this. by Steve French · 8 years ago
  7. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  8. 55d83e0 cifs: convert to print_hex_dump() instead of custom implementation by Andy Shevchenko · 10 years ago
  9. e91259f cifs: remove unused function cifs_oplock_break_wait by Vincent Stehlé · 10 years ago
  10. 023f78b0 Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 10 years ago
  11. 59b04c5 [CIFS] Fix incorrect hex vs. decimal in some debug print statements by Steve French · 10 years ago
  12. 6d81ed1 cifs: replace code with free_rsp_buf() by Sachin Prabhu · 10 years ago
  13. 7431620 sched: Remove proliferation of wait_on_bit() action functions by NeilBrown · 10 years ago
  14. c11f1df cifs: Wait for writebacks to complete before attempting write. by Sachin Prabhu · 10 years ago
  15. 3d378d3 cifs: Make big endian multiplex ID sequences monotonic on the wire by Tim Gardner · 11 years ago
  16. 944d6f1 cifs: Remove redundant multiplex identifier check from check_smb_hdr() by Tim Gardner · 11 years ago
  17. 18cceb6 CIFS: Replace clientCanCache* bools with an integer by Pavel Shilovsky · 11 years ago
  18. d4e63bd cifs: Process post session setup code in respective dialect functions. by Shirish Pargaonkar · 11 years ago
  19. 38d77c5 cifs: track the enablement of signing in the TCP_Server_Info by Jeff Layton · 11 years ago
  20. f96637b [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg by Joe Perches · 11 years ago
  21. 1f68233 cifs: Convert struct cifs_sb_info to use kuids and kgids by Eric W. Biederman · 11 years ago
  22. 233839b CIFS: Fix fast lease break after open problem by Pavel Shilovsky · 12 years ago
  23. 4b4de76 CIFS: Replace netfid with cifs_fid struct in cifsFileInfo by Pavel Shilovsky · 12 years ago
  24. 44c5818 CIFS: Move clear/print_stats code to ops struct by Pavel Shilovsky · 12 years ago
  25. 3792c17 CIFS: Respect SMB2 header/max header size by Pavel Shilovsky · 12 years ago
  26. 6d5786a CIFS: Rename Get/FreeXid and make them work with unsigned int by Pavel Shilovsky · 12 years ago
  27. 8825736 CIFS: Move get_next_mid to ops struct by Pavel Shilovsky · 12 years ago
  28. 4527578 CIFS: Move add/set_credits and get_credits_field to ops structure by Pavel Shilovsky · 12 years ago
  29. 5e500ed cifs: remove legacy MultiuserMount option by Jeff Layton · 12 years ago
  30. da472fc cifs: add new cifsiod_wq workqueue by Jeff Layton · 12 years ago
  31. 7c9421e CIFS: Change mid_q_entry structure fields by Pavel Shilovsky · 12 years ago
  32. 243d04b CIFS: Expand CurrentMid field by Pavel Shilovsky · 12 years ago
  33. d4e4854 CIFS: Separate protocol-specific code from demultiplex code by Pavel Shilovsky · 12 years ago
  34. 792af7b CIFS: Separate protocol-specific code from transport routines by Pavel Shilovsky · 12 years ago
  35. 2d86dbc CIFS: Introduce credit-based flow control by Pavel Shilovsky · 12 years ago
  36. 3d3ea8e cifs: Add mount options for backup intent (try #6) by Shirish Pargaonkar · 13 years ago
  37. 376b43f cifs: clean up checkSMB by Jeff Layton · 13 years ago
  38. ad63594 cifs: simplify refcounting for oplock breaks by Jeff Layton · 13 years ago
  39. 96daf2b [CIFS] Rename three structures to avoid camel case by Steve French · 13 years ago
  40. 820a803 cifs: keep BCC in little-endian format by Jeff Layton · 13 years ago
  41. be8e3b0 consistently use smb_buf_length as be32 for cifs (try 3) by Steve French · 13 years ago
  42. 8679b0d cifs: fix broken BCC check in is_valid_oplock_break by Jeff Layton · 13 years ago
  43. 8727c8a Allow user names longer than 32 bytes by Steve French · 13 years ago
  44. 6284644 cifs: fix length checks in checkSMB by Jeff Layton · 13 years ago
  45. 92a4e0f cifs: force a reconnect if there are too many MIDs in flight by Jeff Layton · 13 years ago
  46. 68abaff cifs: simplify SMB header check routine by Jeff Layton · 13 years ago
  47. 84cdf74 cifs: fix unaligned accesses in cifsConvertToUCS by Jeff Layton · 13 years ago
  48. 12fed00 CIFS: Fix oplock break handling (try #2) by Pavel Shilovsky · 13 years ago
  49. c672362 cifs: make cifs_set_oplock_level() take a cifsInodeInfo pointer by Pavel Shilovsky · 14 years ago
  50. e66673e CIFS: Add cifs_set_oplock_level by Pavel Shilovsky · 14 years ago
  51. 6573e9b cifs: update comments - [s/GlobalSMBSesLock/cifs_file_list_lock/g] by Suresh Jayaraman · 14 years ago
  52. cdff08e [CIFS] move close processing from cifs_close to cifsFileInfo_put by Steve French · 14 years ago
  53. 3f9bcca cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlock by Suresh Jayaraman · 14 years ago
  54. 4477288 cifs: convert GlobalSMBSeslock from a rwlock to regular spinlock by Jeff Layton · 14 years ago
  55. a5e18bc cifs: keep dentry reference in cifsFileInfo instead of inode reference by Jeff Layton · 14 years ago
  56. 0d424ad cifs: add cifs_sb_master_tcon and convert some callers to use it by Jeff Layton · 14 years ago
  57. a6e8a84 cifs: add function to get a tcon from cifs_sb by Jeff Layton · 14 years ago
  58. 9b64697 cifs: use workqueue instead of slow-work by Tejun Heo · 14 years ago
  59. b6b38f7 [CIFS] Neaten cERROR and cFYI macros, reduce text space by Joe Perches · 14 years ago
  60. d7b619c [CIFS] pSesInfo->sesSem is used as mutex. Rename it to session_mutex and by Steve French · 14 years ago
  61. f534dc9 cifs: clear server inode number flag while autodisabling by Suresh Jayaraman · 14 years ago
  62. ec06aed cifs: clean up handling when server doesn't consistently support inode numbers by Jeff Layton · 15 years ago
  63. 3bc303c cifs: convert oplock breaks to use slow_work facility (try #4) by Jeff Layton · 15 years ago
  64. 058daf4 cifs: take read lock on GlobalSMBSes_lock in is_valid_oplock_break by Jeff Layton · 15 years ago
  65. 495e993 cifs: remove cifsInodeInfo.oplockPending flag by Jeff Layton · 15 years ago
  66. f588416 cifs: change cifs_get_name_from_search_buf to use new unicode helper by Jeff Layton · 15 years ago
  67. 66345f5 cifs: move #defines for mapchars into cifs_unicode.h by Jeff Layton · 15 years ago
  68. 54a696b Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 15 years ago
  69. 00e485b cifs: store password in tcon by Jeff Layton · 15 years ago
  70. 55162de cifs: zero out session password before freeing it by Jeff Layton · 15 years ago
  71. ec98ce4 Merge branch 'master' into next by James Morris · 15 years ago
  72. ddb4cbf [CIFS] Do not attempt to close invalidated file handles by Steve French · 15 years ago
  73. f3a5c54 Merge branch 'master' into next by James Morris · 15 years ago
  74. f1987b4 cifs: reinstate sharing of tree connections by Jeff Layton · 15 years ago
  75. 14fbf50 cifs: reinstate sharing of SMB sessions sans races by Jeff Layton · 15 years ago
  76. a001e5b CRED: Wrap task credential accesses in the CIFS filesystem by David Howells · 15 years ago
  77. 14835a3 [CIFS] cifs: remove pointless lock and unlock of GlobalMid_Lock in header_assemble by Jeff Layton · 16 years ago
  78. 232087c cifs: don't use GFP_KERNEL with GFP_NOFS by Pekka Enberg · 16 years ago
  79. aaa9bbe [CIFS] remove unused variables by Steve French · 16 years ago
  80. 4b18f2a [CIFS] convert usage of implicit booleans to bool by Steve French · 16 years ago
  81. ad7a292 [CIFS] reduce checkpatch warnings by Steve French · 16 years ago
  82. 630f3f0c [CIFS] acl support part 6 by Steve French · 17 years ago
  83. 7f8ed42 [CIFS] CIFS support for named pipes (part 1) by Steve French · 17 years ago
  84. 63135e0 [CIFS] More whitespace/formatting fixes (noticed by checkpatch) by Steve French · 17 years ago
  85. 50c2f75 [CIFS] whitespace/formatting fixes by Steve French · 17 years ago
  86. fb8c4b1 [CIFS] whitespace cleanup by Steve French · 17 years ago
  87. 790fe57 [CIFS] more whitespace cleanup by Steve French · 17 years ago
  88. 76849e3 [CIFS] Remove 2 unneeded kzalloc casts by Steve French · 17 years ago
  89. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 17 years ago
  90. e6b4f8d [PATCH] slab: remove SLAB_NOFS by Christoph Lameter · 17 years ago
  91. d103e16 [CIFS] Workaround incomplete byte length returned by some by Steve French · 18 years ago
  92. 2cd646a [CIFS] Remove static and unused symbols by Steve French · 18 years ago
  93. 3979877 [CIFS] Support for setting up SMB sessions to legacy lanman servers by Steve French · 18 years ago
  94. d7c8c94 [CIFS] Fix slow oplock break response when mounts to different by Steve French · 18 years ago
  95. 46c79a6 [CIFS] Move noisy debug message (triggerred by some older servers) from by Steve French · 18 years ago
  96. 184ed21 [CIFS] Fix large (ie over 64K for MaxCIFSBufSize) buffer case for wrapping by Steve French · 18 years ago
  97. a048d7a [CIFS] Convert remaining places in fs/cifs from by Eric Sesterhenn · 18 years ago
  98. ec637e3 [CIFS] Avoid extra large buffer allocation (and memcpy) in cifs_readpages by Steve French · 18 years ago
  99. 4498eed5 [CIFS] Add extended stats (STATS2) for total buffer allocations for by Steve French · 18 years ago
  100. 8345187 [CIFS] Use fsuid (fsgid) more consistently instead of uid/gid in by Steve French · 18 years ago