1. 1a47f7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  2. ea5b778 Unexport do_add_mount() and add in follow_automount(), not ->d_automount() by David Howells · 14 years ago
  3. 01c64fe CIFS: Use d_automount() rather than abusing follow_link() by David Howells · 14 years ago
  4. cc53ce5 Add a dentry op to allow processes to be held during pathwalk transit by David Howells · 14 years ago
  5. bd76331 cifs: add cruid= mount option by Jeff Layton · 14 years ago
  6. 56c2430 cifs: cFYI the entire error code in map_smb_to_linux_error by Jeff Layton · 14 years ago
  7. 1c929cf switch cifs by Al Viro · 14 years ago
  8. 20054bd cifs: use CreationTime like an i_generation field by Jeff Layton · 14 years ago
  9. d44a9fe cifs: switch cifs_open and cifs_create to use CIFSSMBUnixSetFileInfo by Jeff Layton · 14 years ago
  10. ca40b71 cifs: show "acl" in DebugData Features when it's compiled in by Jeff Layton · 14 years ago
  11. b4d6fcf cifs: move "ntlmssp" and "local_leases" options out of experimental code by Jeff Layton · 14 years ago
  12. 1397f2e cifs: replace some hardcoded values with preprocessor constants by Jeff Layton · 14 years ago
  13. a0f8b4f cifs: remove unnecessary locking around sequence_number by Jeff Layton · 14 years ago
  14. 197a1ee [CIFS] Fix minor merge conflict in fs/cifs/dir.c by Steve French · 14 years ago
  15. acc6f11 Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 by Steve French · 14 years ago
  16. 873feea fs: dcache per-inode inode alias locking by Nick Piggin · 14 years ago
  17. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 14 years ago
  18. 34286d6 fs: rcu-walk aware d_revalidate method by Nick Piggin · 14 years ago
  19. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
  20. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 14 years ago
  21. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 14 years ago
  22. b23fb0a fs: scale inode alias list by Nick Piggin · 14 years ago
  23. b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 14 years ago
  24. 621e155 fs: change d_compare for rcu-walk by Nick Piggin · 14 years ago
  25. 79eb4dd cifs: dont overwrite dentry name in d_revalidate by Nick Piggin · 14 years ago
  26. 7e12edd CIFS: Simplify cifs_open code by Pavel Shilovsky · 14 years ago
  27. eeb910a CIFS: Simplify non-posix open stuff (try #2) by Pavel Shilovsky · 14 years ago
  28. 4b88613 CIFS: Add match_port check during looking for an existing connection (try #4) by Pavel Shilovsky · 14 years ago
  29. a9f1b85 CIFS: Simplify ipv*_connect functions into one (try #4) by Pavel Shilovsky · 14 years ago
  30. df8fbc24 cifs: Support NTLM2 session security during NTLMSSP authentication [try #5] by Shirish Pargaonkar · 14 years ago
  31. 262f86a cifs: don't overwrite dentry name in d_revalidate by Nick Piggin · 14 years ago
  32. 545c988 cifs: remove bogus remapping of error in cifs_filldir() by Suresh Jayaraman · 14 years ago
  33. 7d161b7 cifs: allow calling cifs_build_path_to_root on incomplete cifs_sb by Jeff Layton · 14 years ago
  34. 03ceace cifs: fix check of error return from is_path_accessable by Jeff Layton · 14 years ago
  35. 8846399 cifs: remove Local_System_Name by Jeff Layton · 14 years ago
  36. 79df1ba cifs: fix use of CONFIG_CIFS_ACL by Jeff Layton · 14 years ago
  37. 6d20e84 cifs: add attribute cache timeout (actimeo) tunable by Suresh Jayaraman · 14 years ago
  38. ba03864 cifs: fix parsing of hostname in dfs referrals by Jeff Layton · 14 years ago
  39. 476428f cifs: display fsc in /proc/mounts by Suresh Jayaraman · 14 years ago
  40. b81209d cifs: enable fscache iff fsc mount option is used explicitly by Suresh Jayaraman · 14 years ago
  41. 607a569 cifs: allow fsc mount option only if CONFIG_CIFS_FSCACHE is set by Suresh Jayaraman · 14 years ago
  42. fbeba8b cifs: Handle extended attribute name cifs_acl to generate cifs acl blob (try #4) by Shirish Pargaonkar · 14 years ago
  43. 78415d2 cifs: Misc. cleanup in cifsacl handling [try #4] by Shirish Pargaonkar · 14 years ago
  44. 523fb8c cifs: trivial comment fix for cifs_invalidate_mapping by Suresh Jayaraman · 14 years ago
  45. 362d312 [CIFS] fs/cifs/Kconfig: CIFS depends on CRYPTO_HMAC by Steve French · 14 years ago
  46. 59c55ba cifs: don't take extra tlink reference in initiate_cifs_search by Jeff Layton · 14 years ago
  47. 987b21d cifs: Percolate error up to the caller during get/set acls [try #4] by Shirish Pargaonkar · 14 years ago
  48. a7851ce cifs: fix another memleak, in cifs_root_iget by Oskar Schirmer · 14 years ago
  49. ebe2e91 cifs: fix potential use-after-free in cifs_oplock_break_put by Jeff Layton · 14 years ago
  50. 3565bd4 cifs: fix a memleak in cifs_setattr_nounix() by Suresh Jayaraman · 14 years ago
  51. 6187639 cifs: make cifs_ioctl handle NULL filp->private_data correctly by Jeff Layton · 14 years ago
  52. c672362 cifs: make cifs_set_oplock_level() take a cifsInodeInfo pointer by Pavel Shilovsky · 14 years ago
  53. d389229 cifs: dereferencing first then checking by Jeff Layton · 14 years ago
  54. 6ef933a cifs: trivial comment fix: tlink_tree is now a rbtree by Suresh Jayaraman · 14 years ago
  55. 54eeafe [CIFS] Cleanup unused variable build warning by Steve French · 14 years ago
  56. b647c35 cifs: convert tlink_tree to a rbtree by Jeff Layton · 14 years ago
  57. 413e661 cifs: store pointer to master tlink in superblock (try #2) by Jeff Layton · 14 years ago
  58. df098db cifs: trivial doc fix: note setlease implemented by J. Bruce Fields · 14 years ago
  59. e66673e CIFS: Add cifs_set_oplock_level by Pavel Shilovsky · 14 years ago
  60. 50ae28f FS: cifs, remove unneeded NULL tests by Jiri Slaby · 14 years ago
  61. 51ee4b8 locks: let the caller free file_lock on ->setlease failure by Christoph Hellwig · 14 years ago
  62. 05fa313 locks: fix setlease methods to free passed-in lock by J. Bruce Fields · 14 years ago
  63. b4020c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  64. d753ed9 convert cifs by Al Viro · 14 years ago
  65. d3686d5 cifs: Cleanup and thus reduce smb session structure and fields used during authentication by Shirish Pargaonkar · 14 years ago
  66. d3ba50b NTLM auth and sign - Use appropriate server challenge by Shirish Pargaonkar · 14 years ago
  67. 6b03590 cifs: add kfree() on error path by Dan Carpenter · 14 years ago
  68. f7c5445 NTLM auth and sign - minor error corrections and cleanup by Shirish Pargaonkar · 14 years ago
  69. 1b430be writeback: remove nonblocking/encountered_congestion references by Wu Fengguang · 14 years ago
  70. 307fbd3 NTLM auth and sign - Use kernel crypto apis to calculate hashes and smb signatures by Shirish Pargaonkar · 14 years ago
  71. d2b9152 NTLM auth and sign - Define crypto hash functions and create and send keys needed for key exchange by Shirish Pargaonkar · 14 years ago
  72. b235f37 cifs: cifs_convert_address() returns zero on error by Dan Carpenter · 14 years ago
  73. 21e7339 NTLM auth and sign - Allocate session key/client response dynamically by Shirish Pargaonkar · 14 years ago
  74. 6573e9b cifs: update comments - [s/GlobalSMBSesLock/cifs_file_list_lock/g] by Suresh Jayaraman · 14 years ago
  75. eb4b756 cifs: eliminate cifsInodeInfo->write_behind_rc (try #6) by Jeff Layton · 14 years ago
  76. 6c0f621 [CIFS] Fix checkpatch warnings and bump cifs version number by Steve French · 14 years ago
  77. d3f1322 cifs: wait for writeback to complete in cifs_flush by Jeff Layton · 14 years ago
  78. 5f6dbc9 cifs: convert cifsFileInfo->count to non-atomic counter by Jeff Layton · 14 years ago
  79. d2ecad9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  80. 79f14b7 Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl by Linus Torvalds · 14 years ago
  81. cdff08e [CIFS] move close processing from cifs_close to cifsFileInfo_put by Steve French · 14 years ago
  82. 3f9bcca cifs: convert cifs_tcp_ses_lock from a rwlock to a spinlock by Suresh Jayaraman · 14 years ago
  83. 3e24e13 cifs: cancel_delayed_work() + flush_scheduled_work() -> cancel_delayed_work_sync() by Tejun Heo · 14 years ago
  84. 89f150f Clean up two declarations of blob_len by Shirish Pargaonkar · 14 years ago
  85. b33879a cifs: move cifsFileInfo_put to file.c by Jeff Layton · 14 years ago
  86. 4477288 cifs: convert GlobalSMBSeslock from a rwlock to regular spinlock by Jeff Layton · 14 years ago
  87. 7a16f19 [CIFS] Fix minor checkpatch warning and update cifs version by Steve French · 14 years ago
  88. 15ecb43 cifs: move cifs_new_fileinfo to file.c by Jeff Layton · 14 years ago
  89. 2e396b8 cifs: eliminate pfile pointer from cifsFileInfo by Jeff Layton · 14 years ago
  90. 7da4b49 cifs: cifs_write argument change and cleanup by Jeff Layton · 14 years ago
  91. 1588617 cifs: clean up cifs_reopen_file by Jeff Layton · 14 years ago
  92. abfe1ee cifs: eliminate the inode argument from cifs_new_fileinfo by Jeff Layton · 14 years ago
  93. f6a5346 cifs: eliminate oflags option from cifs_new_fileinfo by Jeff Layton · 14 years ago
  94. 608712f cifs: fix flags handling in cifs_posix_open by Jeff Layton · 14 years ago
  95. 2f4f26f cifs: eliminate cifs_posix_open_inode_helper by Jeff Layton · 14 years ago
  96. 6221ddd cifs: handle FindFirst failure gracefully by Suresh Jayaraman · 14 years ago
  97. 5d0d288 NTLM authentication and signing - Calculate auth response per smb session by Shirish Pargaonkar · 14 years ago
  98. d7c86ff cifs: don't use vfsmount to pin superblock for oplock breaks by Jeff Layton · 14 years ago
  99. a5e18bc cifs: keep dentry reference in cifsFileInfo instead of inode reference by Jeff Layton · 14 years ago
  100. 1c45601 cifs: on multiuser mount, set ownership to current_fsuid/current_fsgid (try #7) by Jeff Layton · 14 years ago