1. bc8ebdc4 Fix that several functions handle incorrect value of mapchars by Nakajima Akira · 9 years ago
  2. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  3. 2baa268 Remap reserved posix characters by default (part 3/3) by Steve French · 10 years ago
  4. db8b631 Allow mknod and mkfifo on SMB2/SMB3 mounts by Steve French · 10 years ago
  5. 19e8157 Fix problem recognizing symlinks by Steve French · 10 years ago
  6. 5275580 CIFS: Fix SMB2 readdir error handling by Pavel Shilovsky · 10 years ago
  7. cb7e9ea CIFS: Use multicredits for SMB 2.1/3 writes by Pavel Shilovsky · 10 years ago
  8. 7f6c500 CIFS: Fix cifs_writev_requeue when wsize changes by Pavel Shilovsky · 10 years ago
  9. c11f1df cifs: Wait for writebacks to complete before attempting write. by Sachin Prabhu · 10 years ago
  10. 42eacf9 [CIFS] Fix cifsacl mounts over smb2 to not call cifs by Steve French · 10 years ago
  11. 83e3bc2 retrieving CIFS ACLs when mounted with SMB2 fails dropping session by Steve French · 11 years ago
  12. d979f3b Add protocol specific operation for CIFS xattrs by Steve French · 11 years ago
  13. d81b8a4 CIFS: Cleanup cifs open codepath by Pavel Shilovsky · 11 years ago
  14. 924e3fa cifs: Add support for follow_link on dfs shares under posix extensions by Sachin Prabhu · 11 years ago
  15. 0ecdb4f cifs: move unix extension call to cifs_query_symlink() by Sachin Prabhu · 11 years ago
  16. cbb0aba cifs: Add create MFSymlinks to protocol ops struct by Sachin Prabhu · 11 years ago
  17. b5be1a1 cifs: Rename and cleanup open_query_close_cifs_symlink() by Sachin Prabhu · 11 years ago
  18. eb85d94b CIFS: Fix symbolic links usage by Pavel Shilovsky · 11 years ago
  19. c7f508a Allow setting per-file compression via CIFS protocol by Steve French · 11 years ago
  20. 3d378d3 cifs: Make big endian multiplex ID sequences monotonic on the wire by Tim Gardner · 11 years ago
  21. 53ef101 CIFS: Store lease state itself rather than a mapped oplock value by Pavel Shilovsky · 11 years ago
  22. 18cceb6 CIFS: Replace clientCanCache* bools with an integer by Pavel Shilovsky · 11 years ago
  23. d244bf2 CIFS: Implement follow_link for nounix CIFS mounts by Pavel Shilovsky · 11 years ago
  24. 1b24408 Do not attempt to do cifs operations reading symlinks with SMB2 by Steve French · 11 years ago
  25. 226730b CIFS: Introduce cifs_open_parms struct by Pavel Shilovsky · 11 years ago
  26. 5028588 cifs: fix SMB2 signing enablement in cifs_enable_signing by Jeff Layton · 11 years ago
  27. 38d77c5 cifs: track the enablement of signing in the TCP_Server_Info by Jeff Layton · 11 years ago
  28. 281e2e7 cifs: remove the cifs_ses->flags field by Jeff Layton · 11 years ago
  29. ad313cb cifs: on send failure, readjust server sequence number downward by Jeff Layton · 11 years ago
  30. f96637b [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg by Joe Perches · 11 years ago
  31. 63b7d3a CIFS: Don't let read only caching for mandatory byte-range locked files by Pavel Shilovsky · 12 years ago
  32. 31efee6 cifs: adjust sequence number downward after signing NT_CANCEL request by Jeff Layton · 12 years ago
  33. 6d3ea7e CIFS: Make use of common cifs_build_path_to_root for CIFS and SMB2 by Steve French · 12 years ago
  34. c772aa9 CIFS: Fix wrong buffer pointer usage in smb_set_file_info by Pavel Shilovsky · 12 years ago
  35. c052e2b cifs: obtain file access during backup intent lookup (resend) by Shirish Pargaonkar · 12 years ago
  36. 760ad0c CIFS: Make ops->close return void by Pavel Shilovsky · 12 years ago
  37. d39a4f7 CIFS: Move brlock code to ops struct by Pavel Shilovsky · 12 years ago
  38. 71953fc cifs: remove kmap lock and rsize limit by Jeff Layton · 12 years ago
  39. c84ce4a cifs: remove the kmap size limit from wsize by Jeff Layton · 12 years ago
  40. 76ec5e3 CIFS: Move statfs to ops struct by Pavel Shilovsky · 12 years ago
  41. 95a3f2f CIFS: Move oplock break to ops struct by Pavel Shilovsky · 12 years ago
  42. 92fc65a CIFS: Move readdir code to ops struct by Pavel Shilovsky · 12 years ago
  43. 6bdf6db CIFS: Move set_file_info to ops struct by Pavel Shilovsky · 12 years ago
  44. d143341 CIFS: Move set_file_size to ops struct by Pavel Shilovsky · 12 years ago
  45. d6e906f CIFS: Move hardlink to ops struct by Steve French · 12 years ago
  46. 8ceb984 CIFS: Move rename to ops struct by Pavel Shilovsky · 12 years ago
  47. ba9ad725 CIFS: Move writepage to ops struct by Pavel Shilovsky · 12 years ago
  48. f9c6e23 CIFS: Move readpage code to ops struct by Pavel Shilovsky · 12 years ago
  49. c9de5c8 CIFS: Move async write to ops struct by Pavel Shilovsky · 12 years ago
  50. fc9c596 CIFS: Move async read to ops struct by Pavel Shilovsky · 12 years ago
  51. 24985c5 CIFS: Move r/wsize negotiating to ops struct by Pavel Shilovsky · 12 years ago
  52. 1d8c4c0 CIFS: Make flush code use ops struct by Pavel Shilovsky · 12 years ago
  53. 2536413 CIFS: Move create code use ops struct by Pavel Shilovsky · 12 years ago
  54. 4ad6504 CIFS: Move guery file info code to ops struct by Pavel Shilovsky · 12 years ago
  55. 0ff78a2 CIFS: Move close code to ops struct by Pavel Shilovsky · 12 years ago
  56. fb1214e CIFS: Move open code to ops struct by Pavel Shilovsky · 12 years ago
  57. 4b4de76 CIFS: Replace netfid with cifs_fid struct in cifsFileInfo by Pavel Shilovsky · 12 years ago
  58. ed6875e CIFS: Move unlink code to ops struct by Pavel Shilovsky · 12 years ago
  59. f958ca5 CIFS: Move rmdir code to ops struct by Pavel Shilovsky · 12 years ago
  60. f436720 CIFS: Separate protocol specific part from mkdir by Pavel Shilovsky · 12 years ago
  61. 29e20f9 CIFS: Make CAP_* checks protocol independent by Pavel Shilovsky · 12 years ago
  62. 44c5818 CIFS: Move clear/print_stats code to ops struct by Pavel Shilovsky · 12 years ago
  63. f6d7617 CIFS: Move echo code to osp struct by Pavel Shilovsky · 12 years ago
  64. 4574084 CIFS: Setup async request in ops struct by Pavel Shilovsky · 12 years ago
  65. 9224dfc CIFS: Move building path to root to ops struct by Pavel Shilovsky · 12 years ago
  66. 1208ef1 CIFS: Move query inode info code to ops struct by Pavel Shilovsky · 12 years ago
  67. 68889f2 CIFS: Move is_path_accessible to ops struct by Pavel Shilovsky · 12 years ago
  68. af4281d CIFS: Move informational tcon calls to ops struct by Pavel Shilovsky · 12 years ago
  69. b669f33 CIFS: Move getting dfs referalls to ops struct by Pavel Shilovsky · 12 years ago
  70. 2dc7e1c CIFS: Make transport routines work with SMB2 by Pavel Shilovsky · 13 years ago
  71. 2e6e02a CIFS: Move protocol specific tcon/tdis code to ops struct by Pavel Shilovsky · 12 years ago
  72. 58c45c5 CIFS: Move protocol specific session setup/logoff code to ops struct by Pavel Shilovsky · 12 years ago
  73. 286170a CIFS: Move protocol specific negotiate code to ops struct by Pavel Shilovsky · 12 years ago
  74. a891f0f CIFS: Extend credit mechanism to process request type by Pavel Shilovsky · 12 years ago
  75. 316cf94 CIFS: Move trans2 processing to ops struct by Pavel Shilovsky · 12 years ago
  76. 8825736 CIFS: Move get_next_mid to ops struct by Pavel Shilovsky · 12 years ago
  77. 4527578 CIFS: Move add/set_credits and get_credits_field to ops structure by Pavel Shilovsky · 12 years ago
  78. 8aa26f3 CIFS: Move protocol specific demultiplex thread calls to ops struct by Pavel Shilovsky · 12 years ago
  79. eb37871 CIFS: Move protocol specific part from cifs_readv_receive to ops struct by Pavel Shilovsky · 12 years ago
  80. 1887f60 CIFS: Move header_size/max_header_size to ops structure by Pavel Shilovsky · 12 years ago
  81. 082d064 CIFS: Move protocol specific part from SendReceive2 to ops struct by Pavel Shilovsky · 12 years ago
  82. 55157df CIFS: Separate protocol specific part from getlk by Pavel Shilovsky · 12 years ago
  83. 106dc53 CIFS: Separate protocol specific lock type handling by Pavel Shilovsky · 12 years ago
  84. 121b046 cifs: convert send_nt_cancel into a version specific op by Jeff Layton · 12 years ago
  85. 23db65f cifs: add a smb_version_operations/values structures and a smb_version enum by Jeff Layton · 12 years ago