1. bacd704 cifs: handle prefix paths in reconnect by Paulo Alcantara (SUSE) · 4 years, 11 months ago
  2. 86f740f cifs: fix rename() by ensuring source handle opened with DELETE bit by Aurelien Aptel · 4 years, 11 months ago
  3. 87f93d8 smb3: fix problem with null cifs super block with previous patch by Steve French · 5 years ago
  4. 0f06093 SMB3: Backup intent flag missing from some more ops by Amir Goldstein · 5 years ago
  5. 643fbce smb3: fix default permissions on new files when mounting with modefromsid by Steve French · 5 years ago
  6. 3747860 cifs: use compounding for open and first query-dir for readdir() by Ronnie Sahlberg · 5 years ago
  7. fdef665 smb3: fix mode passed in on create for modetosid mount option by Steve French · 5 years ago
  8. d70e9fa cifs: try opening channels after mounting by Aurelien Aptel · 5 years ago
  9. f780bd3 cifs: add server param by Aurelien Aptel · 5 years ago
  10. d46b0da cifs: Fix cifsInodeInfo lock_sem deadlock when reconnect occurs by Dave Wysochanski · 5 years ago
  11. c3ca78e smb3: pass mode bits into create calls by Steve French · 5 years ago
  12. 496902d cifs: add a helper to find an existing readable handle to a file by Ronnie Sahlberg · 5 years ago
  13. 8de9e86 cifs: create a helper to find a writeable handle by path name by Ronnie Sahlberg · 5 years ago
  14. e2f8fbf cifs: get mode bits from special sid on stat by Steve French · 5 years ago
  15. 340625e cifs: replace various strncpy with strscpy and similar by Ronnie Sahlberg · 5 years ago
  16. 5072010 cifs: Fix DFS cache refresher for DFS links by Paulo Alcantara (SUSE) · 6 years ago
  17. fe768d5 CIFS: Return error code when getting file handle for writeback by Pavel Shilovsky · 6 years ago
  18. 3349c3a CIFS: Check for reconnects before sending async requests by Pavel Shilovsky · 6 years ago
  19. 335b7b6 CIFS: Respect reconnect in MTU credits calculations by Pavel Shilovsky · 6 years ago
  20. a3a53b7 cifs: Add support for failover in smb2_reconnect() by Paulo Alcantara · 6 years ago
  21. 1c78022 cifs: Make use of DFS cache to get new DFS referrals by Paulo Alcantara · 6 years ago
  22. 54be1f6 cifs: Add DFS cache routines by Paulo Alcantara · 6 years ago
  23. 56c762e cifs: Refactor out cifs_mount() by Paulo Alcantara · 6 years ago
  24. 9645759 cifs: OFD locks do not conflict with eachothers by Ronnie Sahlberg · 6 years ago
  25. e0bba0b8 cifs: add compound_send_recv() by Ronnie Sahlberg · 6 years ago
  26. 9539020 cifs: use timespec64 internally by Arnd Bergmann · 7 years ago
  27. 696e420 cifs: Fix use after free of a mid_q_entry by Lars Persson · 7 years ago
  28. 40eff45 cifs: remove smb2_send_recv() by Ronnie Sahlberg · 7 years ago
  29. c713c87 cifs: push rfc1002 generation down the stack by Ronnie Sahlberg · 7 years ago
  30. a93864d cifs: add lease tracking to the cached root fid by Ronnie Sahlberg · 7 years ago
  31. c7c137b smb3: do not allow insecure cifs mounts when using smb3 by Steve French · 7 years ago
  32. 7b7f2bd CIFS: Introduce helper function to get page offset and length in smb_rqst by Long Li · 7 years ago
  33. 57f933c CIFS: Fix signing for SMB2/3 by Aurelien Aptel · 7 years ago
  34. 8e7360f CIFS: Add support for direct pages in wdata by Long Li · 7 years ago
  35. 1dbe346 CIFS: Use offset when reading pages by Long Li · 7 years ago
  36. d683bcd smb3: add additional ftrace entry points for entry/exit to cifs.ko by Steve French · 7 years ago
  37. 9ec672b cifs: update calc_size to take a server argument by Ronnie Sahlberg · 7 years ago
  38. 82fb82b CIFS: refactor crypto shash/sdesc allocation&free by Aurelien Aptel · 7 years ago
  39. 83b7739 cifs: Add smb2_send_recv by Ronnie Sahlberg · 7 years ago
  40. 5517554 cifs: Add support for writing attributes on SMB2+ by Ronnie Sahlberg · 7 years ago
  41. 67b4c88 [CIFS] Minor cleanup of xattr query function by Steve French · 8 years ago
  42. ccf7f40 CIFS: Add asynchronous context to support kernel AIO by Pavel Shilovsky · 8 years ago
  43. 350be25 CIFS: Fix null pointer deref during read resp processing by Pavel Shilovsky · 8 years ago
  44. 38bd490 Handle mismatched open calls by Sachin Prabhu · 8 years ago
  45. ef65aae smb2: Enforce sec= mount option by Sachin Prabhu · 8 years ago
  46. 268a635 CIFS: add build_path_from_dentry_optional_prefix() by Aurelien Aptel · 8 years ago
  47. 4ecce92 CIFS: move DFS response parsing out of SMB1 code by Aurelien Aptel · 8 years ago
  48. c42a6ab CIFS: Add capability to decrypt big read responses by Pavel Shilovsky · 8 years ago
  49. 4326ed2 CIFS: Decrypt and process small encrypted packets by Pavel Shilovsky · 8 years ago
  50. 9b7c18a CIFS: Add mid handle callback by Pavel Shilovsky · 8 years ago
  51. 026e93d CIFS: Encrypt SMB3 requests before sending by Pavel Shilovsky · 8 years ago
  52. b8f57ee CIFS: Separate RFC1001 length processing for SMB2 read by Pavel Shilovsky · 8 years ago
  53. da502f7 CIFS: Make SendReceive2() takes resp iov by Pavel Shilovsky · 8 years ago
  54. 374402a cifs_get_root shouldn't use path with tree name by Sachin Prabhu · 8 years ago
  55. 53e0e11 CIFS: Fix a possible memory corruption during reconnect by Pavel Shilovsky · 8 years ago
  56. 52ace1e fs/cifs: reopen persistent handles on reconnect by Steve French · 8 years ago
  57. dbbab32 cifs: get rid of unused arguments of CIFSSMBWrite() by Al Viro · 8 years ago
  58. 4214ebf Fix memory leaks in cifs_do_mount() by Sachin Prabhu · 8 years ago
  59. b74cb9a cifs: Create dedicated keyring for spnego operations by Sachin Prabhu · 9 years ago
  60. 7133566 cifs: don't bother with kmap on read_pages side by Al Viro · 9 years ago
  61. 3ab3f2a cifs: quit playing games with draining iovecs by Al Viro · 9 years ago
  62. 16c568e cifs: merge the hash calculation helpers by Al Viro · 9 years ago
  63. 373512e Prepare for encryption support (first part). Add decryption and encryption key generation. Thanks to Metze for helping with this. by Steve French · 9 years ago
  64. bc8ebdc4 Fix that several functions handle incorrect value of mapchars by Nakajima Akira · 10 years ago
  65. cb7e9ea CIFS: Use multicredits for SMB 2.1/3 writes by Pavel Shilovsky · 11 years ago
  66. 6d81ed1 cifs: replace code with free_rsp_buf() by Sachin Prabhu · 11 years ago
  67. c11f1df cifs: Wait for writebacks to complete before attempting write. by Sachin Prabhu · 11 years ago
  68. 42eacf9 [CIFS] Fix cifsacl mounts over smb2 to not call cifs by Steve French · 11 years ago
  69. 4a5c80d [CIFS] clean up page array when uncached write send fails by Steve French · 11 years ago
  70. d81b8a4 CIFS: Cleanup cifs open codepath by Pavel Shilovsky · 11 years ago
  71. 9bf4fa0 CIFS: Cleanup CIFSSMBOpen by Pavel Shilovsky · 11 years ago
  72. cbb0aba cifs: Add create MFSymlinks to protocol ops struct by Sachin Prabhu · 11 years ago
  73. cb084b1 cifs: Rename MF symlink function names by Sachin Prabhu · 11 years ago
  74. b5be1a1 cifs: Rename and cleanup open_query_close_cifs_symlink() by Sachin Prabhu · 11 years ago
  75. 750b8de cifs: We do not drop reference to tlink in CIFSCheckMFSymlink() by Sachin Prabhu · 11 years ago
  76. c7f508a Allow setting per-file compression via CIFS protocol by Steve French · 11 years ago
  77. 32811d2 cifs: Start using per session key for smb2/3 for signature generation by Shirish Pargaonkar · 11 years ago
  78. d244bf2 CIFS: Implement follow_link for nounix CIFS mounts by Pavel Shilovsky · 11 years ago
  79. 1b24408 Do not attempt to do cifs operations reading symlinks with SMB2 by Steve French · 12 years ago
  80. 95dc8dd Limit allocation of crypto mechanisms to dialect which requires by Steve French · 12 years ago
  81. e65a5cb [CIFS] Fix build warning by Steve French · 12 years ago
  82. 429b46f [CIFS] SMB3 Signing enablement by Steve French · 12 years ago
  83. 3f61822 move sectype to the cifs_ses instead of TCP_Server_Info by Jeff Layton · 12 years ago
  84. 38d77c5 cifs: track the enablement of signing in the TCP_Server_Info by Jeff Layton · 12 years ago
  85. 9ddec56 cifs: move handling of signed connections into separate function by Jeff Layton · 12 years ago
  86. f96637b [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg by Joe Perches · 12 years ago
  87. 49418b2 cifs: Modify struct cifs_unix_set_info_args to hold a kuid_t and a kgid_t by Eric W. Biederman · 12 years ago
  88. dbfb98a cifs: Convert from a kuid before printing current_fsuid by Eric W. Biederman · 12 years ago
  89. 8abf277 cifs: Use kuids and kgids SID to uid/gid mapping by Eric W. Biederman · 12 years ago
  90. faa65f0 cifs: simplify id_to_sid and sid_to_id mapping code by Jeff Layton · 12 years ago
  91. 081c041 CIFS: Do not permit write to a range mandatory locked with a read lock by Pavel Shilovsky · 12 years ago
  92. b979aaa cifs: get rid of smb_vol->UNCip and smb_vol->port by Jeff Layton · 12 years ago
  93. 6d3ea7e CIFS: Make use of common cifs_build_path_to_root for CIFS and SMB2 by Steve French · 12 years ago
  94. c052e2b cifs: obtain file access during backup intent lookup (resend) by Shirish Pargaonkar · 12 years ago
  95. 233839b CIFS: Fix fast lease break after open problem by Pavel Shilovsky · 12 years ago
  96. 579f905 CIFS: Check for mandatory brlocks on read/write by Pavel Shilovsky · 12 years ago
  97. f7ba7fe CIFS: Add brlock support for SMB2 by Pavel Shilovsky · 12 years ago
  98. d39a4f7 CIFS: Move brlock code to ops struct by Pavel Shilovsky · 12 years ago
  99. fec344e cifs: change cifs_call_async to use smb_rqst structs by Jeff Layton · 12 years ago
  100. fb308a6 cifs: teach signing routines how to deal with arrays of pages in a smb_rqst by Jeff Layton · 12 years ago