1. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  2. eed9e83 [CIFS] update cifs version by Steve French · 13 years ago
  3. 5e64092 cifs: Fix regression in LANMAN (LM) auth code by Shirish Pargaonkar · 13 years ago
  4. 9616125 cifs: fix handling of scopeid in cifs_convert_address by Jeff Layton · 13 years ago
  5. 71823ba cifs: don't always drop malformed replies on the floor (try #3) by Jeff Layton · 13 years ago
  6. 195291e cifs: clean up checks in cifs_echo_request by Jeff Layton · 13 years ago
  7. 7e90d70 [CIFS] Do not send SMBEcho requests on new sockets until SMBNegotiate by Steve French · 13 years ago
  8. d402539 cifs: remove checks for ses->status == CifsExiting by Jeff Layton · 13 years ago
  9. 8132b65 cifs: add check for kmalloc in parse_dacl by Stanislav Fomichev · 13 years ago
  10. 247ec9b cifs: don't send an echo request unless NegProt has been done by Jeff Layton · 13 years ago
  11. e3f0dad cifs: enable signing flag in SMB header when server has it on by Jeff Layton · 13 years ago
  12. 64474bd cifs: Possible slab memory corruption while updating extended stats (repost) by Shirish Pargaonkar · 13 years ago
  13. 76429c1 CIFS: Fix variable types in cifs_iovec_read/write (try #2) by Pavel Shilovsky · 13 years ago
  14. 9587fcf cifs: fix length vs. total_read confusion in cifs_demultiplex_thread by Jeff Layton · 13 years ago
  15. 6284644 cifs: fix length checks in checkSMB by Jeff Layton · 13 years ago
  16. cab6958 [CIFS] Update cifs minor version by Steve French · 13 years ago
  17. 7a8587e cifs: No need to check crypto blockcipher allocation by Shirish Pargaonkar · 13 years ago
  18. 31c2659 cifs: clean up some compiler warnings by Jeff Layton · 13 years ago
  19. f855f6c cifs: make CIFS depend on CRYPTO_MD4 by Jeff Layton · 13 years ago
  20. 92a4e0f cifs: force a reconnect if there are too many MIDs in flight by Jeff Layton · 13 years ago
  21. d804d41 cifs: don't pop a printk when sending on a socket is interrupted by Jeff Layton · 13 years ago
  22. 68abaff cifs: simplify SMB header check routine by Jeff Layton · 13 years ago
  23. 2db7c58 cifs: send an NT_CANCEL request when a process is signalled by Jeff Layton · 13 years ago
  24. 1be912d cifs: handle cancelled requests better by Jeff Layton · 13 years ago
  25. ffeb414 cifs: fix two compiler warning about uninitialized vars by Jeff Layton · 13 years ago
  26. ee2c925 cifs: More crypto cleanup (try #2) by Shirish Pargaonkar · 13 years ago
  27. d39454f CIFS: Add strictcache mount option by Pavel Shilovsky · 13 years ago
  28. 72432ff CIFS: Implement cifs_strict_writev (try #4) by Pavel Shilovsky · 13 years ago
  29. 93c100c [CIFS] Replace cifs md5 hashing functions with kernel crypto APIs by Steve French · 13 years ago
  30. f1d0c99 Make CIFS mount work in a container. by Rob Landley · 13 years ago
  31. 3f391c7 CIFS: Remove pointless variable assignment in cifs_dfs_do_automount() by Jesper Juhl · 13 years ago
  32. 99d86c8 cifs: fix up CIFSSMBEcho for unaligned access by Jeff Layton · 13 years ago
  33. 84cdf74 cifs: fix unaligned accesses in cifsConvertToUCS by Jeff Layton · 13 years ago
  34. ba2dbf3 cifs: clean up unaligned accesses in cifs_unicode.c by Jeff Layton · 13 years ago
  35. 26ec254 cifs: fix unaligned access in check2ndT2 and coalesce_t2 by Jeff Layton · 13 years ago
  36. 12df83c cifs: clean up unaligned accesses in validate_t2 by Jeff Layton · 13 years ago
  37. 690c522 cifs: use get/put_unaligned functions to access ByteCount by Jeff Layton · 13 years ago
  38. aae62fd cifs: move time field in cifsInodeInfo by Jeff Layton · 13 years ago
  39. c3dccf4 cifs: TCP_Server_Info diet by Jeff Layton · 13 years ago
  40. a70307e CIFS: Implement cifs_strict_readv (try #4) by Pavel Shilovsky · 14 years ago
  41. 7a6a19b CIFS: Implement cifs_file_strict_mmap (try #2) by Pavel Shilovsky · 14 years ago
  42. 8be7e6b CIFS: Implement cifs_strict_fsync by Pavel Shilovsky · 14 years ago
  43. 4f8ba8a CIFS: Make cifsFileInfo_put work with strict cache mode by Pavel Shilovsky · 14 years ago
  44. 76dcc26 cifs: mangle existing header for SMB_COM_NT_CANCEL by Jeff Layton · 14 years ago
  45. 7749981 cifs: remove code for setting timeouts on requests by Jeff Layton · 14 years ago
  46. fda3594 [CIFS] cifs: reconnect unresponsive servers by Steve French · 13 years ago
  47. c74093b cifs: set up recurring workqueue job to do SMB echo requests by Jeff Layton · 14 years ago
  48. 766fdbb cifs: add ability to send an echo request by Jeff Layton · 14 years ago
  49. a6827c1 cifs: add cifs_call_async by Jeff Layton · 14 years ago
  50. 2b84a36c cifs: allow for different handling of received response by Jeff Layton · 14 years ago
  51. 74dd92a cifs: clean up sync_mid_result by Jeff Layton · 14 years ago
  52. dad255b cifs: don't reconnect server when we don't get a response by Jeff Layton · 14 years ago
  53. 0ade640 cifs: wait indefinitely for responses by Jeff Layton · 14 years ago
  54. 2fbc2f1 cifs: Use mask of ACEs for SID Everyone to calculate all three permissions user, group, and other by Shirish Pargaonkar · 14 years ago
  55. 540b2e3 cifs: Fix regression during share-level security mounts (Repost) by Shirish Pargaonkar · 13 years ago
  56. 1cd3508 [CIFS] Update cifs version number by Steve French · 13 years ago
  57. 053d503 cifs: move mid result processing into common function by Jeff Layton · 14 years ago
  58. ddc8cf8 cifs: move locked sections out of DeleteMidQEntry and AllocMidQEntry by Jeff Layton · 14 years ago
  59. 8097531 cifs: clean up accesses to midCount by Jeff Layton · 14 years ago
  60. c5797a9 cifs: make wait_for_free_request take a TCP_Server_Info pointer by Jeff Layton · 14 years ago
  61. 9d78315 cifs: no need to mark smb_ses_list as cifs_demultiplex_thread is exiting by Jeff Layton · 14 years ago
  62. 941b853 cifs: don't fail writepages on -EAGAIN errors by Jeff Layton · 14 years ago
  63. 12fed00 CIFS: Fix oplock break handling (try #2) by Pavel Shilovsky · 13 years ago
  64. 1a47f7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  65. ea5b778 Unexport do_add_mount() and add in follow_automount(), not ->d_automount() by David Howells · 14 years ago
  66. 01c64fe CIFS: Use d_automount() rather than abusing follow_link() by David Howells · 14 years ago
  67. cc53ce5 Add a dentry op to allow processes to be held during pathwalk transit by David Howells · 14 years ago
  68. bd76331 cifs: add cruid= mount option by Jeff Layton · 14 years ago
  69. 56c2430 cifs: cFYI the entire error code in map_smb_to_linux_error by Jeff Layton · 14 years ago
  70. 1c929cf switch cifs by Al Viro · 14 years ago
  71. 20054bd cifs: use CreationTime like an i_generation field by Jeff Layton · 14 years ago
  72. d44a9fe cifs: switch cifs_open and cifs_create to use CIFSSMBUnixSetFileInfo by Jeff Layton · 14 years ago
  73. ca40b71 cifs: show "acl" in DebugData Features when it's compiled in by Jeff Layton · 14 years ago
  74. b4d6fcf cifs: move "ntlmssp" and "local_leases" options out of experimental code by Jeff Layton · 14 years ago
  75. 1397f2e cifs: replace some hardcoded values with preprocessor constants by Jeff Layton · 14 years ago
  76. a0f8b4f cifs: remove unnecessary locking around sequence_number by Jeff Layton · 14 years ago
  77. 197a1ee [CIFS] Fix minor merge conflict in fs/cifs/dir.c by Steve French · 14 years ago
  78. acc6f11 Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 by Steve French · 14 years ago
  79. 873feea fs: dcache per-inode inode alias locking by Nick Piggin · 14 years ago
  80. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 14 years ago
  81. 34286d6 fs: rcu-walk aware d_revalidate method by Nick Piggin · 14 years ago
  82. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
  83. fa0d7e3d fs: icache RCU free inodes by Nick Piggin · 14 years ago
  84. b5c84bf fs: dcache remove dcache_lock by Nick Piggin · 14 years ago
  85. b23fb0a fs: scale inode alias list by Nick Piggin · 14 years ago
  86. b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 14 years ago
  87. 621e155 fs: change d_compare for rcu-walk by Nick Piggin · 14 years ago
  88. 79eb4dd cifs: dont overwrite dentry name in d_revalidate by Nick Piggin · 14 years ago
  89. 7e12edd CIFS: Simplify cifs_open code by Pavel Shilovsky · 14 years ago
  90. eeb910a CIFS: Simplify non-posix open stuff (try #2) by Pavel Shilovsky · 14 years ago
  91. 4b88613 CIFS: Add match_port check during looking for an existing connection (try #4) by Pavel Shilovsky · 14 years ago
  92. a9f1b85 CIFS: Simplify ipv*_connect functions into one (try #4) by Pavel Shilovsky · 14 years ago
  93. df8fbc24 cifs: Support NTLM2 session security during NTLMSSP authentication [try #5] by Shirish Pargaonkar · 14 years ago
  94. 262f86a cifs: don't overwrite dentry name in d_revalidate by Nick Piggin · 14 years ago
  95. 545c988 cifs: remove bogus remapping of error in cifs_filldir() by Suresh Jayaraman · 14 years ago
  96. 7d161b7 cifs: allow calling cifs_build_path_to_root on incomplete cifs_sb by Jeff Layton · 14 years ago
  97. 03ceace cifs: fix check of error return from is_path_accessable by Jeff Layton · 14 years ago
  98. 8846399 cifs: remove Local_System_Name by Jeff Layton · 14 years ago
  99. 79df1ba cifs: fix use of CONFIG_CIFS_ACL by Jeff Layton · 14 years ago
  100. 6d20e84 cifs: add attribute cache timeout (actimeo) tunable by Suresh Jayaraman · 14 years ago