1. c713c87 cifs: push rfc1002 generation down the stack by Ronnie Sahlberg · 7 years ago
  2. a93864d cifs: add lease tracking to the cached root fid by Ronnie Sahlberg · 7 years ago
  3. 9d874c3 cifs: fix a buffer leak in smb2_query_symlink by Ronnie Sahlberg · 7 years ago
  4. 83210ba CIFS: fix encryption in SMB3.1.1 by Aurelien Aptel · 7 years ago
  5. d5f07fb CIFS: Pass page offset for encrypting by Steve French · 7 years ago
  6. 1dbe346 CIFS: Use offset when reading pages by Long Li · 7 years ago
  7. 8ce79ec cifs: update multiplex loop to handle compounded responses by Ronnie Sahlberg · 7 years ago
  8. 1fc6ad2 cifs: remove header_preamble_size where it is always 0 by Ronnie Sahlberg · 7 years ago
  9. 49f466b cifs: remove struct smb2_hdr by Ronnie Sahlberg · 7 years ago
  10. d81243c CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session expiry, status STATUS_NETWORK_SESSION_EXPIRED, however the server can also respond with STATUS_USER_SESSION_DELETED in cases where the session has been idle for some time and the server reaps the session to recover resources. by Mark Syms · 7 years ago
  11. 977b617 cifs: remove rfc1002 header from all SMB2 response structures by Ronnie Sahlberg · 7 years ago
  12. e0386e4 smb3: print tree id in debugdata in proc to be able to help logging by Steve French · 7 years ago
  13. cfe8909 smb3: fix various xid leaks by Steve French · 7 years ago
  14. 96164ab cifs: store the leaseKey in the fid on SMB2_open by Ronnie Sahlberg · 7 years ago
  15. 71992e62 cifs: fix build break when CONFIG_CIFS_DEBUG2 enabled by Steve French · 7 years ago
  16. 14547f7 cifs: add server argument to the dump_detail method by Ronnie Sahlberg · 7 years ago
  17. 3d4ef9a smb3: fix redundant opens on root by Steve French · 7 years ago
  18. ae2cd7f cifs: smb2ops: Fix listxattr() when there are no EAs by Paulo Alcantara · 7 years ago
  19. bb4c041 cifs: smbd: Don't use RDMA read/write when signing is used by Long Li · 7 years ago
  20. 0d568cd cifs: smb2ops: Fix NULL check in smb2_query_symlink by Gustavo A. R. Silva · 7 years ago
  21. 91cb74f cifs: Change SMB2_open to return an iov for the error parameter by Ronnie Sahlberg · 7 years ago
  22. 2e96467 cifs: add pdu_size to the TCP_Server_Info structure by Ronnie Sahlberg · 7 years ago
  23. 93012bf cifs: add server->vals->header_preamble_size by Ronnie Sahlberg · 7 years ago
  24. 2564f2f Don't log expected error on DFS referral request by Steve French · 7 years ago
  25. 262916b fix smb3-encryption breakage when CONFIG_DEBUG_SG=y by Ronnie Sahlberg · 7 years ago
  26. 63a83b8 CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctl by Aurelien Aptel · 7 years ago
  27. 74dcf41 CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/O by Long Li · 7 years ago
  28. 09902f8 CIFS: SMBD: Set SMB Direct maximum read or write size for I/O by Long Li · 7 years ago
  29. 5702591 CIFS: don't log STATUS_NOT_FOUND errors for DFS by Aurelien Aptel · 7 years ago
  30. 37dc795 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  31. a5186b8 cifs: move to generic async completion by Gilad Ben-Yossef · 7 years ago
  32. 7cb3def cifs: handle large EA requests more gracefully in smb2+ by Ronnie Sahlberg · 7 years ago
  33. 1368f15 cifs: hide unused functions by Arnd Bergmann · 7 years ago
  34. 9764c02 SMB3: Add support for multidialect negotiate (SMB2.1 and later) by Steve French · 7 years ago
  35. 5517554 cifs: Add support for writing attributes on SMB2+ by Ronnie Sahlberg · 7 years ago
  36. 95907fe cifs: Add support for reading attributes on SMB2+ by Ronnie Sahlberg · 7 years ago
  37. 511c54a CIFS: Reconnect expired SMB sessions by Pavel Shilovsky · 8 years ago
  38. 366ed84 cifs: Use smb 2 - 3 and cifsacl mount options setacl function by Shirish Pargaonkar · 8 years ago
  39. 709340a cifs: set oparms.create_options rather than or'ing in CREATE_OPEN_BACKUP_INTENT by Colin Ian King · 8 years ago
  40. 8490842 cifs: hide unused functions by Arnd Bergmann · 8 years ago
  41. 2f1afe2 cifs: Use smb 2 - 3 and cifsacl mount options getacl functions by Shirish Pargaonkar · 8 years ago
  42. 1955880 SMB3: Enable encryption for SMB3.1.1 by Steve French · 8 years ago
  43. 517a6e4 CIFS: Fix some return values in case of error in 'crypt_message' by Christophe Jaillet · 8 years ago
  44. dcd87838 CIFS: Improve readdir verbosity by Pavel Shilovsky · 8 years ago
  45. 0e5c795 cifs: fix leak in FSCTL_ENUM_SNAPS response handling by David Disseldorp · 8 years ago
  46. 350be25 CIFS: Fix null pointer deref during read resp processing by Pavel Shilovsky · 8 years ago
  47. 4fa8e50 CIFS: Fix build failure with smb2 by Tobias Regnery · 8 years ago
  48. 620d874 Introduce cifs_copy_file_range() by Sachin Prabhu · 8 years ago
  49. 312bbc5 SMB3: Rename clone_range to copychunk_range by Sachin Prabhu · 8 years ago
  50. 38bd490 Handle mismatched open calls by Sachin Prabhu · 8 years ago
  51. ef65aae smb2: Enforce sec= mount option by Sachin Prabhu · 8 years ago
  52. 9d49640 CIFS: implement get_dfs_refer for SMB2+ by Aurelien Aptel · 8 years ago
  53. 5114662 CIFS: add use_ipc flag to SMB2_ioctl() by Aurelien Aptel · 8 years ago
  54. 61cfac6f CIFS: Fix possible use after free in demultiplex thread by Pavel Shilovsky · 8 years ago
  55. c42a6ab CIFS: Add capability to decrypt big read responses by Pavel Shilovsky · 8 years ago
  56. 4326ed2 CIFS: Decrypt and process small encrypted packets by Pavel Shilovsky · 8 years ago
  57. 026e93d CIFS: Encrypt SMB3 requests before sending by Pavel Shilovsky · 8 years ago
  58. 31473fc CIFS: Separate SMB2 header structure by Pavel Shilovsky · 8 years ago
  59. 24df148 Cleanup missing frees on some ioctls by Steve French · 8 years ago
  60. 834170c Enable previous version support by Steve French · 8 years ago
  61. 141891f SMB3: Add mount parameter to allow user to override max credits by Steve French · 8 years ago
  62. 94f8737 fs/cifs: keep guid when assigning fid to fileinfo by Aurelien Aptel · 8 years ago
  63. fa70b87 SMB3: GUIDs should be constructed as random but valid uuids by Steve French · 8 years ago
  64. 7893242 CIFS: Fix a possible invalid memory access in smb2_query_symlink() by Pavel Shilovsky · 8 years ago
  65. 5b23c97 Add MF-Symlinks support for SMB 2.0 by Sachin Prabhu · 8 years ago
  66. 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
  67. b618f00 [SMB3] Enable checking for continuous availability and persistent handle support by Steve French · 9 years ago
  68. ca9e7a1 Allow duplicate extents in SMB3 not just SMB3.1.1 by Steve French · 9 years ago
  69. e0ddde9 disabling oplocks/leases via module parm enable_oplocks broken for SMB3 by Steve French · 9 years ago
  70. b3152e2 Add ioctl to set integrity by Steve French · 10 years ago
  71. 02b1666 Add reflink copy over SMB3.11 with new FSCTL_DUPLICATE_EXTENTS by Steve French · 10 years ago
  72. aab1893 Add SMB3.11 mount option synonym for new dialect by Steve French · 10 years ago
  73. 5f7fbf7 Allow parsing vers=3.11 on cifs mount by Steve French · 10 years ago
  74. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 10 years ago
  75. 2477bc5 cifs: smb2_clone_range() - exit on unhandled error by Sachin Prabhu · 10 years ago
  76. 9235d09 Convert MessageID in smb2_hdr to LE by Sachin Prabhu · 10 years ago
  77. b6da007 Merge branch 'akpm' (patchbomb from Andrew) by Linus Torvalds · 10 years ago
  78. bc09d14 fs/cifs: remove obsolete __constant by Fabian Frederick · 10 years ago
  79. 9ccf321 Add support for original fallocate by Steve French · 10 years ago
  80. 9ffc541 Check minimum response length on query_network_interface by Steve French · 10 years ago
  81. c22870e mfsymlinks support for SMB2.1/SMB3. Part 2 query symlink by Steve French · 10 years ago
  82. 5ab9757 Add mfsymlinks support for SMB2.1/SMB3. Part 1 create symlink by Steve French · 10 years ago
  83. db8b631 Allow mknod and mkfifo on SMB2/SMB3 mounts by Steve French · 10 years ago
  84. 1bbe499 CIFS: Fix wrong filename length for SMB2 by Pavel Shilovsky · 10 years ago
  85. 2bb93d2 Trivial whitespace fix by Steve French · 10 years ago
  86. 3017562 [SMB3] Enable fallocate -z support for SMB3 mounts by Steve French · 10 years ago
  87. 31742c5 enable fallocate punch hole ("fallocate -p") for SMB3 by Steve French · 10 years ago
  88. 5275580 CIFS: Fix SMB2 readdir error handling by Pavel Shilovsky · 10 years ago
  89. d43cc79 Cleanup sparse file support by creating worker function for it by Steve French · 10 years ago
  90. 3d1a374 Add sparse file support to SMB2/SMB3 mounts by Steve French · 10 years ago
  91. f29ebb4 Add worker function to set allocation size by Steve French · 10 years ago
  92. bed9da0 CIFS: Use multicredits for SMB 2.1/3 reads by Pavel Shilovsky · 11 years ago
  93. cb7e9ea CIFS: Use multicredits for SMB 2.1/3 writes by Pavel Shilovsky · 11 years ago
  94. 7f6c500 CIFS: Fix cifs_writev_requeue when wsize changes by Pavel Shilovsky · 11 years ago
  95. 12197a7 Clarify SMB2/SMB3 create context and add missing ones by Steve French · 11 years ago
  96. c11f1df cifs: Wait for writebacks to complete before attempting write. by Sachin Prabhu · 11 years ago
  97. 2365c4e CIFS: Fix too big maxBuf size for SMB3 mounts by Pavel Shilovsky · 11 years ago
  98. ff1c038 Check SMB3 dialects against downgrade attacks by Steve French · 11 years ago
  99. 9bf0c9c CIFS: Fix SMB2/SMB3 Copy offload support (refcopy) for large files by Steve French · 11 years ago
  100. 41c1358 CIFS: SMB2/SMB3 Copy offload support (refcopy) phase 1 by Steve French · 11 years ago