1. d8e0503 CIFS: Add readpage support for SMB2 by Pavel Shilovsky · 12 years ago
  2. f9c6e23 CIFS: Move readpage code to ops struct by Pavel Shilovsky · 12 years ago
  3. 3331914 CIFS: Add SMB2 support for cifs_iovec_write by Pavel Shilovsky · 12 years ago
  4. c9de5c8 CIFS: Move async write to ops struct by Pavel Shilovsky · 12 years ago
  5. 09a4707 CIFS: Add SMB2 support for cifs_iovec_read by Pavel Shilovsky · 12 years ago
  6. fc9c596 CIFS: Move async read to ops struct by Pavel Shilovsky · 12 years ago
  7. 3a3bab5 CIFS: Add SMB2 r/wsize negotiating by Pavel Shilovsky · 12 years ago
  8. 24985c5 CIFS: Move r/wsize negotiating to ops struct by Pavel Shilovsky · 12 years ago
  9. 7a5cfb1 CIFS: Add SMB2 support for flush by Pavel Shilovsky · 12 years ago
  10. 1d8c4c0 CIFS: Make flush code use ops struct by Pavel Shilovsky · 12 years ago
  11. 2ae78ba CIFS: Move reopen code to ops struct by Pavel Shilovsky · 12 years ago
  12. 2536413 CIFS: Move create code use ops struct by Pavel Shilovsky · 12 years ago
  13. b7546bc CIFS: Add SMB2 support for query_file_info by Pavel Shilovsky · 12 years ago
  14. 4ad6504 CIFS: Move guery file info code to ops struct by Pavel Shilovsky · 12 years ago
  15. f0df737 CIFS: Add open/close file support for SMB2 by Pavel Shilovsky · 12 years ago
  16. 0ff78a2 CIFS: Move close code to ops struct by Pavel Shilovsky · 12 years ago
  17. fb1214e CIFS: Move open code to ops struct by Pavel Shilovsky · 12 years ago
  18. 4b4de76 CIFS: Replace netfid with cifs_fid struct in cifsFileInfo by Pavel Shilovsky · 12 years ago
  19. cbe6f43 CIFS: Add SMB2 support for unlink by Pavel Shilovsky · 12 years ago
  20. ed6875e CIFS: Move unlink code to ops struct by Pavel Shilovsky · 12 years ago
  21. c73f693 cifs: fix return value in cifsConvertToUTF16 by Jeff Layton · 12 years ago
  22. b2ede58 CIFS: Fix endianness conversion by Pavel Shilovsky · 12 years ago
  23. e2f2886 CIFS: Fix error handling in cifs_push_mandatory_locks by Pavel Shilovsky · 12 years ago
  24. ea7b488 CIFS: Fix cifs_do_create error hadnling by Pavel Shilovsky · 12 years ago
  25. 985e4ff0 cifs: print error code if smb signature verification fails by Steve French · 12 years ago
  26. 7411286 CIFS: Fix log messages in packet checking for SMB2 by Pavel Shilovsky · 12 years ago
  27. b7ca692 CIFS: Protect i_nlink from being negative by Steve French · 12 years ago
  28. 1a500f0 CIFS: Add SMB2 support for rmdir by Pavel Shilovsky · 12 years ago
  29. f958ca5 CIFS: Move rmdir code to ops struct by Pavel Shilovsky · 12 years ago
  30. a0e7318 CIFS: Add SMB2 support for mkdir operation by Pavel Shilovsky · 13 years ago
  31. f436720 CIFS: Separate protocol specific part from mkdir by Pavel Shilovsky · 13 years ago
  32. ff691e9 CIFS: Simplify cifs_mkdir call by Pavel Shilovsky · 12 years ago
  33. 764a1b1 cifs: ensure that we always do cifsFileInfo_get under the spinlock by Jeff Layton · 12 years ago
  34. 29e20f9 CIFS: Make CAP_* checks protocol independent by Pavel Shilovsky · 12 years ago
  35. d60622e CIFS: Allow SMB2 statistics to be tracked by Pavel Shilovsky · 12 years ago
  36. 44c5818 CIFS: Move clear/print_stats code to ops struct by Pavel Shilovsky · 12 years ago
  37. 9094fad CIFS: Add echo request support for SMB2 by Pavel Shilovsky · 12 years ago
  38. f6d7617 CIFS: Move echo code to osp struct by Pavel Shilovsky · 12 years ago
  39. c95b8ee CIFS: Add SMB2 support for async requests by Pavel Shilovsky · 12 years ago
  40. 4574084 CIFS: Setup async request in ops struct by Pavel Shilovsky · 12 years ago
  41. 25e2663 CIFS: Add SMB2 support for build_path_to_root by Pavel Shilovsky · 12 years ago
  42. 9224dfc CIFS: Move building path to root to ops struct by Pavel Shilovsky · 12 years ago
  43. be4cb9e CIFS: Query SMB2 inode info by Pavel Shilovsky · 13 years ago
  44. 1208ef1 CIFS: Move query inode info code to ops struct by Pavel Shilovsky · 12 years ago
  45. 2503a0d CIFS: Add SMB2 support for is_path_accessible by Pavel Shilovsky · 13 years ago
  46. 68889f2 CIFS: Move is_path_accessible to ops struct by Pavel Shilovsky · 12 years ago
  47. af4281d CIFS: Move informational tcon calls to ops struct by Pavel Shilovsky · 12 years ago
  48. b669f33 CIFS: Move getting dfs referalls to ops struct by Pavel Shilovsky · 12 years ago
  49. aa24d1e CIFS: Process reconnects for SMB2 shares by Pavel Shilovsky · 13 years ago
  50. faaf946 CIFS: Add tree connect/disconnect capability for SMB2 by Pavel Shilovsky · 13 years ago
  51. 5478f9b CIFS: Add session setup/logoff capability for SMB2 by Pavel Shilovsky · 13 years ago
  52. ec2e452 CIFS: Add capability to send SMB2 negotiate message by Pavel Shilovsky · 13 years ago
  53. 3792c17 CIFS: Respect SMB2 header/max header size by Pavel Shilovsky · 13 years ago
  54. 093b2bd CIFS: Make demultiplex_thread work with SMB2 code by Pavel Shilovsky · 13 years ago
  55. 4b12410 CIFS: Fix a wrong pointer in atomic_open by Pavel Shilovsky · 12 years ago
  56. 28ea529 CIFS: Add SMB2 credits support by Pavel Shilovsky · 12 years ago
  57. 2dc7e1c CIFS: Make transport routines work with SMB2 by Pavel Shilovsky · 13 years ago
  58. ddfbefb CIFS: Map SMB2 status codes to POSIX errors by Steve French · 14 years ago
  59. b803060 CIFS: Add SMB2 status codes by Pavel Shilovsky · 13 years ago
  60. f7ec0d0 CIFS: Rename 7 error codes to NT_ style by Pavel Shilovsky · 12 years ago
  61. 6d5786a CIFS: Rename Get/FreeXid and make them work with unsigned int by Pavel Shilovsky · 12 years ago
  62. 2e6e02a CIFS: Move protocol specific tcon/tdis code to ops struct by Pavel Shilovsky · 12 years ago
  63. 58c45c5 CIFS: Move protocol specific session setup/logoff code to ops struct by Pavel Shilovsky · 12 years ago
  64. 286170a CIFS: Move protocol specific negotiate code to ops struct by Pavel Shilovsky · 12 years ago
  65. a891f0f CIFS: Extend credit mechanism to process request type by Pavel Shilovsky · 12 years ago
  66. 316cf94 CIFS: Move trans2 processing to ops struct by Pavel Shilovsky · 12 years ago
  67. 7659624 cifs: reinstate sec=ntlmv2 mount option by Jeff Layton · 12 years ago
  68. 762a420 cifs: rename cifs_sign_smb2 to cifs_sign_smbv by Jeff Layton · 12 years ago
  69. d971e06 cifs: remove bogus reset of smb_buf_length in smb_send routines by Jeff Layton · 12 years ago
  70. c5fd363 cifs: move file_lock off stack in cifs_push_posix_locks by Jeff Layton · 12 years ago
  71. ac3aa2f cifs: remove extraneous newlines from cERROR and cFYI calls by Jeff Layton · 12 years ago
  72. 00401ff cifs: after upcalling for krb5 creds, invalidate key rather than revoking it by Jeff Layton · 12 years ago
  73. a66d2c8 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  74. cd60042 cifs: always update the inode cache with the results from a FIND_* by Jeff Layton · 12 years ago
  75. 3cf003c cifs: when CONFIG_HIGHMEM is set, serialize the read/write kmaps by Jeff Layton · 12 years ago
  76. 3ae629d cifs: on CONFIG_HIGHMEM machines, limit the rsize/wsize to the kmap space by Jeff Layton · 12 years ago
  77. ffc61cc Initialise mid_q_entry before putting it on the pending queue by Sachin Prabhu · 12 years ago
  78. 9249e17 VFS: Pass mount flags to sget() by David Howells · 12 years ago
  79. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  80. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  81. 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  82. e45198a make finish_no_open() return int by Al Viro · 12 years ago
  83. 30d9049 kill struct opendata by Al Viro · 12 years ago
  84. d958527 make ->atomic_open() return int by Al Viro · 12 years ago
  85. 4723768 ->atomic_open() prototype change - pass int * instead of bool * by Al Viro · 12 years ago
  86. d2c1271 cifs: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago
  87. b3d9b7a vfs: switch i_dentry/d_alias to hlist by Al Viro · 12 years ago
  88. e6f9f8d cifs: don't bother with ->i_dentry in ->destroy_inode() by Al Viro · 12 years ago
  89. ec01d73 cifs: when server doesn't set CAP_LARGE_READ_X, cap default rsize at MaxBufferSize by Jeff Layton · 12 years ago
  90. e73f843 cifs: fix parsing of password mount option by Suresh Jayaraman · 12 years ago
  91. 8825736 CIFS: Move get_next_mid to ops struct by Pavel Shilovsky · 12 years ago
  92. 7f0adb5 CIFS: Make accessing is_valid_oplock/dump_detail ops struct field safe by Pavel Shilovsky · 12 years ago
  93. ea319d5 CIFS: Improve identation in cifs_unlock_range by Pavel Shilovsky · 12 years ago
  94. 0013fb4 CIFS: Fix possible wrong memory allocation by Pavel Shilovsky · 12 years ago
  95. 442a9ff Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 12 years ago
  96. 90324cc Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux by Linus Torvalds · 12 years ago
  97. 2c0c2a0 cifs: fix oops while traversing open file list (try #4) by Shirish Pargaonkar · 12 years ago
  98. ea4b574 cifs: Fix comment as d_alloc_root() is replaced by d_make_root() by Sedat Dilek · 12 years ago
  99. 1080ef7 CIFS: Introduce SMB2 mounts as vers=2.1 by Steve French · 14 years ago
  100. 675f36f CIFS: Introduce SMB2 Kconfig option by Steve French · 14 years ago