1. aa2ba5f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  2. a98ee8c [CIFS] fix regression in cifs_write_begin/cifs_write_end by Jeff Layton · 16 years ago
  3. 6ab33d5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  4. ddb4cbf [CIFS] Do not attempt to close invalidated file handles by Steve French · 16 years ago
  5. 198d6ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  6. bfb59820 [CIFS] fix check for dead tcon in smb_init by Steve French · 16 years ago
  7. b066a48 prevent cifs_writepages() from skipping unwritten pages by Dave Kleikamp · 16 years ago
  8. 2c55608 Fixed parsing of mount options when doing DFS submount by Igor Mammedov · 16 years ago
  9. ab3f992 [CIFS] Fix check for tcon seal setting and fix oops on failed mount from earlier patch by Steve French · 16 years ago
  10. c2b3382 [CIFS] Fix build break by Steve French · 16 years ago
  11. f1987b4 cifs: reinstate sharing of tree connections by Jeff Layton · 16 years ago
  12. d82c2df [CIFS] minor cleanup to cifs_mount by Steve French · 16 years ago
  13. 14fbf50 cifs: reinstate sharing of SMB sessions sans races by Jeff Layton · 16 years ago
  14. e7ddee9 cifs: disable sharing session and tcon and add new TCP sharing code by Jeff Layton · 16 years ago
  15. 3ec332e [CIFS] clean up server protocol handling by Steve French · 16 years ago
  16. fb39601 [CIFS] remove unused list, add new cifs sock list to prepare for mount/umount fix by Steve French · 16 years ago
  17. 3b79521 [CIFS] Fix cifs reconnection flags by Steve French · 16 years ago
  18. 9eeda9a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  19. c527c8a [CIFS] Can't rely on iov length and base when kernel_recvmsg returns error by Steve French · 16 years ago
  20. ae6884a cifs: fix renaming one hardlink on top of another by Jeff Layton · 16 years ago
  21. be85940 fs: replace NIPQUAD() by Harvey Harrison · 16 years ago
  22. 61de800 [CIFS] fix error in smb_send2 by Steve French · 16 years ago
  23. 4b7a427 net: replace %#p6 format specifier with %pi6 by Harvey Harrison · 16 years ago
  24. edf1ae4 [CIFS] Reduce number of socket retries in large write path by Steve French · 16 years ago
  25. b071195 net: replace all current users of NIP6_SEQFMT with %#p6 by Harvey Harrison · 16 years ago
  26. db563fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  27. f696a36 [PATCH] move executable checking into ->permission() by Miklos Szeredi · 16 years ago
  28. 3222a3e [PATCH] fix ->llseek for more directories by Christoph Hellwig · 16 years ago
  29. b1c8d2b cifs: handle the TCP_Server_Info->tsk field more carefully by Jeff Layton · 16 years ago
  30. 8d281ef cifs: fix unlinking of rename target when server doesn't support open file renames by Jeff Layton · 16 years ago
  31. 84210e9 [CIFS] improve setlease handling by Steve French · 16 years ago
  32. a364bc0 [CIFS] fix saving of resume key before CIFSFindNext by Jeff Layton · 16 years ago
  33. 14121bd cifs: make cifs_rename handle -EACCES errors by Jeff Layton · 16 years ago
  34. 4134609 [CIFS] fix build error by Steve French · 16 years ago
  35. bb26b96 fs/Kconfig: move CIFS out by Alexey Dobriyan · 16 years ago
  36. 4f98a2f vmscan: split LRU lists into anon & file sets by Rik van Riel · 16 years ago
  37. 3270958 [CIFS] undo changes in cifs_rename_pending_delete if it errors out by Steve French · 16 years ago
  38. 9a8165f cifs: track DeletePending flag in cifsInodeInfo by Jeff Layton · 16 years ago
  39. dd1db2d cifs: don't use CREATE_DELETE_ON_CLOSE in cifs_rename_pending_delete by Jeff Layton · 16 years ago
  40. 469ee61 [CIFS] eliminate usage of kthread_stop for cifsd by Jeff Layton · 16 years ago
  41. 2c1b861 [CIFS] Add nodfs mount option by Steve French · 16 years ago
  42. 14835a3 [CIFS] cifs: remove pointless lock and unlock of GlobalMid_Lock in header_assemble by Jeff Layton · 16 years ago
  43. b77d753 [CIFS] Check that last search entry resume key is valid by Steve French · 16 years ago
  44. 0752f15 [CIFS] make sure we have the right resume info before calling CIFSFindNext by Steve French · 16 years ago
  45. 6050247 [CIFS] clean up error handling in cifs_unlink by Steve French · 16 years ago
  46. 6b37faa [CIFS] fix some settings of cifsAttrs after calling SetFileInfo and SetPathInfo by Jeff Layton · 16 years ago
  47. dfd15c46 cifs: explicitly revoke SPNEGO key after session setup by Jeff Layton · 16 years ago
  48. d941477 cifs: Convert cifs to new aops. by Nick Piggin · 16 years ago
  49. d388908 [CIFS] update DOS attributes in cifsInode if we successfully changed them by Steve French · 16 years ago
  50. 391e575 cifs: remove NULL termination from rename target in CIFSSMBRenameOpenFIle by Jeff Layton · 16 years ago
  51. 7ce86d5 cifs: work around samba returning -ENOENT on SetFileDisposition call by Jeff Layton · 16 years ago
  52. 74553b1 cifs: fix inverted NULL check after kmalloc by Jeff Layton · 16 years ago
  53. 9d81523 [CIFS] clean up upcall handling for dns_resolver keys by Steve French · 16 years ago
  54. ee2fd96 [CIFS] fix busy-file renames and refactor cifs_rename logic by Steve French · 16 years ago
  55. 6d22f09 cifs: add function to set file disposition by Jeff Layton · 16 years ago
  56. 7c9c376 [CIFS] add constants for string lengths of keynames in SPNEGO upcall string by Steve French · 16 years ago
  57. a12a1ac cifs: move rename and delete-on-close logic into helper function by Jeff Layton · 16 years ago
  58. 2846d38 cifs: have find_writeable_file prefer filehandles opened by same task by Jeff Layton · 16 years ago
  59. 232087c cifs: don't use GFP_KERNEL with GFP_NOFS by Pekka Enberg · 16 years ago
  60. 388e57b [CIFS] use common code for turning off ATTR_READONLY in cifs_unlink by Steve French · 16 years ago
  61. 5f0319a cifs: clean up variables in cifs_unlink by Jeff Layton · 16 years ago
  62. c76da9d [CIFS] Turn off Unicode during session establishment for plaintext authentication by Steve French · 16 years ago
  63. 2e65502 [CIFS] update cifs change log by Steve French · 16 years ago
  64. 838726c cifs: fix O_APPEND on directio mounts by Jeff Layton · 16 years ago
  65. bcc55c6 [CIFS] Fix plaintext authentication by Steve French · 16 years ago
  66. 87ed1d6 [CIFS] Add destroy routine for dns_resolver by Jeff Layton · 16 years ago
  67. 6ce5eec [CIFS] check version in spnego upcall response by Steve French · 16 years ago
  68. 3d2af34 [CIFS] Kerberos support not considered experimental anymore by Steve French · 16 years ago
  69. c16fefa [CIFS] distinguish between Kerberos and MSKerberos in upcall by Steve French · 16 years ago
  70. cb7691b cifs: add local server pointer to cifs_setup_session by Jeff Layton · 16 years ago
  71. aab3a8c [CIFS] reindent misindented statement by Ilpo Järvinen · 16 years ago
  72. ad66133 [CIFS] mount of IPC$ breaks with iget patch by Steve French · 16 years ago
  73. 54b4602 [CIFS] remove trailing whitespace by Steve French · 16 years ago
  74. 2c731af [CIFS] if get root inode fails during mount, cleanup tree connection by Steve French · 16 years ago
  75. 56831a1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  76. ad8b15f [CIFS] list entry can not return null by Steve French · 16 years ago
  77. 0510eeb turn cifs_setattr into a multiplexor that calls the correct function by Jeff Layton · 16 years ago
  78. feb3e20 move file time and dos attribute setting logic into new function by Jeff Layton · 16 years ago
  79. 3fe5c1d spin off cifs_setattr with unix extensions to its own function by Jeff Layton · 16 years ago
  80. 26b994f [CIFS] Code cleanup in old sessionsetup code by Steve French · 16 years ago
  81. 9508991 [CIFS] cifs_mkdir and cifs_create should respect the setgid bit on parent dir by Jeff Layton · 16 years ago
  82. 2dd2dfa Rename CIFSSMBSetFileTimes to CIFSSMBSetFileInfo and add PID arg by Jeff Layton · 16 years ago
  83. 6fc000e change CIFSSMBSetTimes to CIFSSMBSetPathInfo by Jeff Layton · 16 years ago
  84. 063ea27 [CIFS] fix trailing whitespace by Steve French · 16 years ago
  85. 4e1e7fb bundle up Unix SET_PATH_INFO args into a struct and change name by Jeff Layton · 16 years ago
  86. 9e96af8 Fix missing braces in cifs_revalidate() by Suresh Jayaraman · 16 years ago
  87. 529ae9a mm: rename page trylock by Nick Piggin · 16 years ago
  88. 93d0ec8 remove locking around tcpSesAllocCount atomic variable by Jeff Layton · 16 years ago
  89. 66b8bd3 [CIFS] properly account for new user= field in SPNEGO upcall string allocation by Jeff Layton · 16 years ago
  90. 8d66bf5 [PATCH] pass struct path * to do_add_mount() by Al Viro · 16 years ago
  91. 2f0e58a [CIFS] remove level of indentation from decode_negTokenInit by Jeff Layton · 16 years ago
  92. 1768035 [CIFS] cifs send2 not retrying enough in some cases on full socket by Shirish Pargaonkar · 16 years ago
  93. 44051fe [CIFS] oid should also be checked against class in cifs asn by Steve French · 16 years ago
  94. e6305c4 [PATCH] sanitize ->permission() prototype by Al Viro · 16 years ago
  95. 4b1fefa Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  96. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  97. e2d2867 When verifying the decoded header before decoding the object identifier by Chris Wright · 16 years ago
  98. ef571ca [CIFS] Fix warnings from checkpatch by Shirish Pargaonkar · 16 years ago
  99. b1910ad [CIFS] Fix improper endian conversion of ACL subauth field by Shirish Pargaonkar · 16 years ago
  100. 76c510a [CIFS] Fix possible double free if search immediately after search rewind fails by Shirish Pargaonkar · 16 years ago