1. 2dc7e1c CIFS: Make transport routines work with SMB2 by Pavel Shilovsky · 13 years ago
  2. ddfbefb CIFS: Map SMB2 status codes to POSIX errors by Steve French · 13 years ago
  3. b803060 CIFS: Add SMB2 status codes by Pavel Shilovsky · 13 years ago
  4. f7ec0d0 CIFS: Rename 7 error codes to NT_ style by Pavel Shilovsky · 12 years ago
  5. 6d5786a CIFS: Rename Get/FreeXid and make them work with unsigned int by Pavel Shilovsky · 12 years ago
  6. 2e6e02a CIFS: Move protocol specific tcon/tdis code to ops struct by Pavel Shilovsky · 12 years ago
  7. 58c45c5 CIFS: Move protocol specific session setup/logoff code to ops struct by Pavel Shilovsky · 12 years ago
  8. 286170a CIFS: Move protocol specific negotiate code to ops struct by Pavel Shilovsky · 12 years ago
  9. a891f0f CIFS: Extend credit mechanism to process request type by Pavel Shilovsky · 12 years ago
  10. 316cf94 CIFS: Move trans2 processing to ops struct by Pavel Shilovsky · 12 years ago
  11. 7659624 cifs: reinstate sec=ntlmv2 mount option by Jeff Layton · 12 years ago
  12. 762a420 cifs: rename cifs_sign_smb2 to cifs_sign_smbv by Jeff Layton · 12 years ago
  13. d971e06 cifs: remove bogus reset of smb_buf_length in smb_send routines by Jeff Layton · 12 years ago
  14. c5fd363 cifs: move file_lock off stack in cifs_push_posix_locks by Jeff Layton · 12 years ago
  15. ac3aa2f cifs: remove extraneous newlines from cERROR and cFYI calls by Jeff Layton · 12 years ago
  16. 00401ff cifs: after upcalling for krb5 creds, invalidate key rather than revoking it by Jeff Layton · 12 years ago
  17. a66d2c8 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  18. cd60042 cifs: always update the inode cache with the results from a FIND_* by Jeff Layton · 12 years ago
  19. 3cf003c cifs: when CONFIG_HIGHMEM is set, serialize the read/write kmaps by Jeff Layton · 12 years ago
  20. 3ae629d cifs: on CONFIG_HIGHMEM machines, limit the rsize/wsize to the kmap space by Jeff Layton · 12 years ago
  21. ffc61cc Initialise mid_q_entry before putting it on the pending queue by Sachin Prabhu · 12 years ago
  22. 9249e17 VFS: Pass mount flags to sget() by David Howells · 12 years ago
  23. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  24. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  25. 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  26. e45198a make finish_no_open() return int by Al Viro · 12 years ago
  27. 30d9049 kill struct opendata by Al Viro · 12 years ago
  28. d958527 make ->atomic_open() return int by Al Viro · 12 years ago
  29. 4723768 ->atomic_open() prototype change - pass int * instead of bool * by Al Viro · 12 years ago
  30. d2c1271 cifs: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago
  31. b3d9b7a vfs: switch i_dentry/d_alias to hlist by Al Viro · 12 years ago
  32. e6f9f8d cifs: don't bother with ->i_dentry in ->destroy_inode() by Al Viro · 12 years ago
  33. ec01d73 cifs: when server doesn't set CAP_LARGE_READ_X, cap default rsize at MaxBufferSize by Jeff Layton · 12 years ago
  34. e73f843 cifs: fix parsing of password mount option by Suresh Jayaraman · 12 years ago
  35. 8825736 CIFS: Move get_next_mid to ops struct by Pavel Shilovsky · 12 years ago
  36. 7f0adb5 CIFS: Make accessing is_valid_oplock/dump_detail ops struct field safe by Pavel Shilovsky · 12 years ago
  37. ea319d5 CIFS: Improve identation in cifs_unlock_range by Pavel Shilovsky · 12 years ago
  38. 0013fb4 CIFS: Fix possible wrong memory allocation by Pavel Shilovsky · 12 years ago
  39. 442a9ff Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  40. 90324cc Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
  41. 2c0c2a0 cifs: fix oops while traversing open file list (try #4) by Shirish Pargaonkar · 12 years ago
  42. ea4b574 cifs: Fix comment as d_alloc_root() is replaced by d_make_root() by Sedat Dilek · 12 years ago
  43. 1080ef7 CIFS: Introduce SMB2 mounts as vers=2.1 by Steve French · 13 years ago
  44. 675f36f CIFS: Introduce SMB2 Kconfig option by Steve French · 13 years ago
  45. 4527578 CIFS: Move add/set_credits and get_credits_field to ops structure by Pavel Shilovsky · 12 years ago
  46. 8aa26f3 CIFS: Move protocol specific demultiplex thread calls to ops struct by Pavel Shilovsky · 12 years ago
  47. eb37871 CIFS: Move protocol specific part from cifs_readv_receive to ops struct by Pavel Shilovsky · 12 years ago
  48. 1887f60 CIFS: Move header_size/max_header_size to ops structure by Pavel Shilovsky · 12 years ago
  49. 082d064 CIFS: Move protocol specific part from SendReceive2 to ops struct by Pavel Shilovsky · 12 years ago
  50. 2608bee cifs: Include backup intent search flags during searches {try #2) by Shirish Pargaonkar · 12 years ago
  51. 7f92447 CIFS: Separate protocol specific part from setlk by Pavel Shilovsky · 12 years ago
  52. 55157df CIFS: Separate protocol specific part from getlk by Pavel Shilovsky · 12 years ago
  53. 106dc53 CIFS: Separate protocol specific lock type handling by Pavel Shilovsky · 12 years ago
  54. 04a6aa8 CIFS: Convert lock type to 32 bit variable by Pavel Shilovsky · 12 years ago
  55. fbd35ac CIFS: Move locks to cifsFileInfo structure by Pavel Shilovsky · 12 years ago
  56. 121b046 cifs: convert send_nt_cancel into a version specific op by Jeff Layton · 12 years ago
  57. 23db65f cifs: add a smb_version_operations/values structures and a smb_version enum by Jeff Layton · 12 years ago
  58. 5249af3 cifs: remove the vers= and version= synonyms for ver= by Jeff Layton · 12 years ago
  59. 296838b cifs: add warning about change in default cache semantics in 3.7 by Jeff Layton · 12 years ago
  60. d06b505 cifs: display cache= option in /proc/mounts by Jeff Layton · 12 years ago
  61. 09983b2 cifs: add deprecation warnings to strictcache and forcedirectio by Jeff Layton · 12 years ago
  62. 15b6a47 cifs: add a cache= option to better describe the different cache flavors by Jeff Layton · 12 years ago
  63. 4d61cd6 cifs: add a deprecation warning to CIFS_IOC_CHECKUMOUNT ioctl by Jeff Layton · 12 years ago
  64. 5e500ed cifs: remove legacy MultiuserMount option by Jeff Layton · 12 years ago
  65. 1c89254 cifs: convert cifs_iovec_read to use async reads by Jeff Layton · 12 years ago
  66. 2a1bb13 cifs: add wrapper for cifs_async_readv to retry opening file by Jeff Layton · 12 years ago
  67. 6993f74 cifs: add refcounting to cifs_readdata structures by Jeff Layton · 12 years ago
  68. 8d5ce4d cifs: abstract out function to marshal the iovec for readv receives by Jeff Layton · 12 years ago
  69. 0471ca3 cifs: make cifs_readdata_alloc take a work_func_t arg by Jeff Layton · 12 years ago
  70. 531c8ff cifs: fix misspelling of "forcedirectio" by Jeff Layton · 12 years ago
  71. 48a5730 cifs: fix revalidation test in cifs_llseek() by Dan Carpenter · 12 years ago
  72. dbd5768 vfs: Rename end_writeback() to clear_inode() by Jan Kara · 12 years ago
  73. d8f2799 fs/cifs: fix parsing of dfs referrals by Stefan Metzmacher · 12 years ago
  74. a557b97 cifs: make sure we ignore the credentials= and cred= options by Jeff Layton · 12 years ago
  75. f966424 [CIFS] Update cifs version to 1.78 by Steve French · 12 years ago
  76. 936ad90 cifs - check S_AUTOMOUNT in revalidate by Ian Kent · 12 years ago
  77. 58fa015 cifs: add missing initialization of server->req_lock by Jeff Layton · 12 years ago
  78. 8f71465 cifs: don't cap ra_pages at the same level as default_backing_dev_info by Jeff Layton · 12 years ago
  79. 156d179 CIFS: Fix indentation in cifs_show_options by Sachin Prabhu · 12 years ago
  80. 28f8881 Use correct conversion specifiers in cifs_show_options by Sachin Prabhu · 12 years ago
  81. 3c7c87f CIFS: Show backupuid/gid in /proc/mounts by Sachin Prabhu · 12 years ago
  82. 3af9d8f cifs: fix offset handling in cifs_iovec_write by Jeff Layton · 12 years ago
  83. bfa890a Fix number parsing in cifs_parse_mount_options by Sachin Prabhu · 12 years ago
  84. 4fe9e96 Cleanup handling of NULL value passed for a mount option by Sachin Prabhu · 12 years ago
  85. e4b41fb Fix UNC parsing on mount by Sachin Prabhu · 12 years ago
  86. 1023807 Remove unnecessary check for NULL in password parser by Sachin Prabhu · 12 years ago
  87. 66189be CIFS: Fix VFS lock usage for oplocked files by Pavel Shilovsky · 12 years ago
  88. 9ebb389 Revert "CIFS: Fix VFS lock usage for oplocked files" by Steve French · 12 years ago
  89. 2545e07 cifs: writing past end of struct in cifs_convert_address() by Dan Carpenter · 12 years ago
  90. b2a3ad9 cifs: silence compiler warnings showing up with gcc-4.7.0 by Jeff Layton · 12 years ago
  91. b5efb97 CIFS: Fix VFS lock usage for oplocked files by Pavel Shilovsky · 12 years ago
  92. 867646f [CIFS] Update CIFS version number to 1.77 by Steve French · 12 years ago
  93. 5cfdddc CIFS: Add missed forcemand mount option by Pavel Shilovsky · 12 years ago
  94. c7ad42b [CIFS] Fix trivial sparse warning with asyn i/o patch by Steve French · 12 years ago
  95. d816255 cifs: handle "sloppy" option appropriately by Jeff Layton · 12 years ago
  96. 8830d7e cifs: use standard token parser for mount options by Sachin Prabhu · 12 years ago
  97. 27ac575 cifs: remove /proc/fs/cifs/OplockEnabled by Jeff Layton · 12 years ago
  98. da82f7e cifs: convert cifs_iovec_write to use async writes by Jeff Layton · 12 years ago
  99. 597b027 cifs: call cifs_update_eof with i_lock held by Jeff Layton · 12 years ago
  100. e949287 cifs: abstract out function to marshal up the iovec array for async writes by Jeff Layton · 12 years ago