1. 16c568e cifs: merge the hash calculation helpers by Al Viro · 9 years ago
  2. 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
  3. bc8ebdc4 Fix that several functions handle incorrect value of mapchars by Nakajima Akira · 9 years ago
  4. cb7e9ea CIFS: Use multicredits for SMB 2.1/3 writes by Pavel Shilovsky · 10 years ago
  5. 6d81ed1 cifs: replace code with free_rsp_buf() by Sachin Prabhu · 10 years ago
  6. c11f1df cifs: Wait for writebacks to complete before attempting write. by Sachin Prabhu · 10 years ago
  7. 42eacf9 [CIFS] Fix cifsacl mounts over smb2 to not call cifs by Steve French · 10 years ago
  8. 4a5c80d [CIFS] clean up page array when uncached write send fails by Steve French · 10 years ago
  9. d81b8a4 CIFS: Cleanup cifs open codepath by Pavel Shilovsky · 11 years ago
  10. 9bf4fa0 CIFS: Cleanup CIFSSMBOpen by Pavel Shilovsky · 11 years ago
  11. cbb0aba cifs: Add create MFSymlinks to protocol ops struct by Sachin Prabhu · 11 years ago
  12. cb084b1 cifs: Rename MF symlink function names by Sachin Prabhu · 11 years ago
  13. b5be1a1 cifs: Rename and cleanup open_query_close_cifs_symlink() by Sachin Prabhu · 11 years ago
  14. 750b8de cifs: We do not drop reference to tlink in CIFSCheckMFSymlink() by Sachin Prabhu · 11 years ago
  15. c7f508a Allow setting per-file compression via CIFS protocol by Steve French · 11 years ago
  16. 32811d2 cifs: Start using per session key for smb2/3 for signature generation by Shirish Pargaonkar · 11 years ago
  17. d244bf2 CIFS: Implement follow_link for nounix CIFS mounts by Pavel Shilovsky · 11 years ago
  18. 1b24408 Do not attempt to do cifs operations reading symlinks with SMB2 by Steve French · 11 years ago
  19. 95dc8dd Limit allocation of crypto mechanisms to dialect which requires by Steve French · 11 years ago
  20. e65a5cb [CIFS] Fix build warning by Steve French · 11 years ago
  21. 429b46f [CIFS] SMB3 Signing enablement by Steve French · 11 years ago
  22. 3f61822 move sectype to the cifs_ses instead of TCP_Server_Info by Jeff Layton · 11 years ago
  23. 38d77c5 cifs: track the enablement of signing in the TCP_Server_Info by Jeff Layton · 11 years ago
  24. 9ddec56 cifs: move handling of signed connections into separate function by Jeff Layton · 11 years ago
  25. f96637b [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg by Joe Perches · 11 years ago
  26. 49418b2 cifs: Modify struct cifs_unix_set_info_args to hold a kuid_t and a kgid_t by Eric W. Biederman · 11 years ago
  27. dbfb98a cifs: Convert from a kuid before printing current_fsuid by Eric W. Biederman · 11 years ago
  28. 8abf277 cifs: Use kuids and kgids SID to uid/gid mapping by Eric W. Biederman · 11 years ago
  29. faa65f0 cifs: simplify id_to_sid and sid_to_id mapping code by Jeff Layton · 12 years ago
  30. 081c041 CIFS: Do not permit write to a range mandatory locked with a read lock by Pavel Shilovsky · 12 years ago
  31. b979aaa cifs: get rid of smb_vol->UNCip and smb_vol->port by Jeff Layton · 12 years ago
  32. 6d3ea7e CIFS: Make use of common cifs_build_path_to_root for CIFS and SMB2 by Steve French · 12 years ago
  33. c052e2b cifs: obtain file access during backup intent lookup (resend) by Shirish Pargaonkar · 12 years ago
  34. 233839b CIFS: Fix fast lease break after open problem by Pavel Shilovsky · 12 years ago
  35. 579f905 CIFS: Check for mandatory brlocks on read/write by Pavel Shilovsky · 12 years ago
  36. f7ba7fe CIFS: Add brlock support for SMB2 by Pavel Shilovsky · 12 years ago
  37. d39a4f7 CIFS: Move brlock code to ops struct by Pavel Shilovsky · 12 years ago
  38. fec344e cifs: change cifs_call_async to use smb_rqst structs by Jeff Layton · 12 years ago
  39. fb308a6 cifs: teach signing routines how to deal with arrays of pages in a smb_rqst by Jeff Layton · 12 years ago
  40. bf5ea0e cifs: change signing routines to deal with smb_rqst structs by Jeff Layton · 12 years ago
  41. 92fc65a CIFS: Move readdir code to ops struct by Pavel Shilovsky · 12 years ago
  42. d143341 CIFS: Move set_file_size to ops struct by Pavel Shilovsky · 12 years ago
  43. d6e906f CIFS: Move hardlink to ops struct by Steve French · 12 years ago
  44. 8ceb984 CIFS: Move rename to ops struct by Pavel Shilovsky · 12 years ago
  45. 3c1bf7e CIFS: Enable signing in SMB2 by Pavel Shilovsky · 12 years ago
  46. ba9ad725 CIFS: Move writepage to ops struct by Pavel Shilovsky · 12 years ago
  47. 3331914 CIFS: Add SMB2 support for cifs_iovec_write by Pavel Shilovsky · 12 years ago
  48. 09a4707 CIFS: Add SMB2 support for cifs_iovec_read by Pavel Shilovsky · 12 years ago
  49. 4ad6504 CIFS: Move guery file info code to ops struct by Pavel Shilovsky · 12 years ago
  50. fb1214e CIFS: Move open code to ops struct by Pavel Shilovsky · 12 years ago
  51. ed6875e CIFS: Move unlink code to ops struct by Pavel Shilovsky · 12 years ago
  52. f958ca5 CIFS: Move rmdir code to ops struct by Pavel Shilovsky · 12 years ago
  53. f436720 CIFS: Separate protocol specific part from mkdir by Pavel Shilovsky · 12 years ago
  54. ff691e9 CIFS: Simplify cifs_mkdir call by Pavel Shilovsky · 12 years ago
  55. 4574084 CIFS: Setup async request in ops struct by Pavel Shilovsky · 12 years ago
  56. 9224dfc CIFS: Move building path to root to ops struct by Pavel Shilovsky · 12 years ago
  57. 1208ef1 CIFS: Move query inode info code to ops struct by Pavel Shilovsky · 12 years ago
  58. 68889f2 CIFS: Move is_path_accessible to ops struct by Pavel Shilovsky · 12 years ago
  59. b669f33 CIFS: Move getting dfs referalls to ops struct by Pavel Shilovsky · 12 years ago
  60. aa24d1e CIFS: Process reconnects for SMB2 shares by Pavel Shilovsky · 13 years ago
  61. 28ea529 CIFS: Add SMB2 credits support by Pavel Shilovsky · 12 years ago
  62. 2dc7e1c CIFS: Make transport routines work with SMB2 by Pavel Shilovsky · 13 years ago
  63. 6d5786a CIFS: Rename Get/FreeXid and make them work with unsigned int by Pavel Shilovsky · 12 years ago
  64. 2e6e02a CIFS: Move protocol specific tcon/tdis code to ops struct by Pavel Shilovsky · 12 years ago
  65. 58c45c5 CIFS: Move protocol specific session setup/logoff code to ops struct by Pavel Shilovsky · 12 years ago
  66. 286170a CIFS: Move protocol specific negotiate code to ops struct by Pavel Shilovsky · 12 years ago
  67. a891f0f CIFS: Extend credit mechanism to process request type by Pavel Shilovsky · 12 years ago
  68. 762a420 cifs: rename cifs_sign_smb2 to cifs_sign_smbv by Jeff Layton · 12 years ago
  69. c5fd363 cifs: move file_lock off stack in cifs_push_posix_locks by Jeff Layton · 12 years ago
  70. 8825736 CIFS: Move get_next_mid to ops struct by Pavel Shilovsky · 12 years ago
  71. 4527578 CIFS: Move add/set_credits and get_credits_field to ops structure by Pavel Shilovsky · 12 years ago
  72. 082d064 CIFS: Move protocol specific part from SendReceive2 to ops struct by Pavel Shilovsky · 12 years ago
  73. 2608bee cifs: Include backup intent search flags during searches {try #2) by Shirish Pargaonkar · 12 years ago
  74. 1c89254 cifs: convert cifs_iovec_read to use async reads by Jeff Layton · 12 years ago
  75. 6993f74 cifs: add refcounting to cifs_readdata structures by Jeff Layton · 12 years ago
  76. 8d5ce4d cifs: abstract out function to marshal the iovec for readv receives by Jeff Layton · 12 years ago
  77. 0471ca3 cifs: make cifs_readdata_alloc take a work_func_t arg by Jeff Layton · 12 years ago
  78. da82f7e cifs: convert cifs_iovec_write to use async writes by Jeff Layton · 12 years ago
  79. e949287 cifs: abstract out function to marshal up the iovec array for async writes by Jeff Layton · 12 years ago
  80. c2e8764 cifs: allow caller to specify completion op when allocating writedata by Jeff Layton · 12 years ago
  81. fe5f5d2 cifs: add pid field to cifs_writedata by Jeff Layton · 12 years ago
  82. 243d04b CIFS: Expand CurrentMid field by Pavel Shilovsky · 12 years ago
  83. 5ffef7b CIFS: Separate protocol-specific code from cifs_readv_receive code by Pavel Shilovsky · 12 years ago
  84. d4e4854 CIFS: Separate protocol-specific code from demultiplex code by Pavel Shilovsky · 12 years ago
  85. 792af7b CIFS: Separate protocol-specific code from transport routines by Pavel Shilovsky · 12 years ago
  86. 815465c cifs: clean up call to cifs_dfs_release_automount_timer() by Jeff Layton · 12 years ago
  87. 2d86dbc CIFS: Introduce credit-based flow control by Pavel Shilovsky · 12 years ago
  88. 9ef5992 cifs: Assume passwords are encoded according to iocharset (try #2) by Shirish Pargaonkar · 13 years ago
  89. 9ee305b CIFS: Send as many mandatory unlock ranges at once as possible by Pavel Shilovsky · 13 years ago
  90. 4f6bcec CIFS: Implement caching mechanism for posix brlocks by Pavel Shilovsky · 13 years ago
  91. e28bc5b cifs: add cifs_async_readv by Jeff Layton · 13 years ago
  92. 44d22d8 cifs: add a callback function to receive the rest of the frame by Jeff Layton · 13 years ago
  93. a5ff376 cifs: Call id to SID mapping functions to change owner/group (try #4 repost) by Shirish Pargaonkar · 13 years ago
  94. 03776f4 CIFS: Simplify byte range locking code by Pavel Shilovsky · 14 years ago
  95. 3d3ea8e cifs: Add mount options for backup intent (try #6) by Shirish Pargaonkar · 13 years ago
  96. 826a95e cifs: consolidate signature generating code by Jeff Layton · 13 years ago
  97. 04db79b cifs: factor smb_vol allocation out of cifs_setup_volume_info by Jeff Layton · 13 years ago
  98. f9e59bc cifs: have cifs_cleanup_volume_info not take a double pointer by Jeff Layton · 13 years ago
  99. 2a9b995 sanitize cifs_umount() prototype by Al Viro · 13 years ago
  100. 2c6292a cifs: don't pass superblock to cifs_mount() by Al Viro · 13 years ago