1. 2d6d589 [CIFS] remove some build warnings by Steve French · 16 years ago
  2. fbec9ab cifs: vary timeout on writes past EOF based on offset (try #5) by Jeff Layton · 16 years ago
  3. d036f50 [CIFS] Fix build break from recent DFS patch when DFS support not enabled by Steve French · 16 years ago
  4. 1bfe73c Remote DFS root support. by Igor Mammedov · 16 years ago
  5. 85a6dac [CIFS] Endian convert UniqueId when reporting inode numbers from server files by Steve French · 16 years ago
  6. 74496d3 cifs: remove some pointless conditionals before kfree() by Wei Yongjun · 16 years ago
  7. 0f4d634 cifs: flush data on any setattr by Jeff Layton · 16 years ago
  8. ce3b0f8 New helper - current_umask() by Al Viro · 16 years ago
  9. 99b7623 proc 2/2: remove struct proc_dir_entry::owner by Alexey Dobriyan · 16 years ago
  10. 3ae5080 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  11. a3ec947 vfs: simple_set_mnt() should return void by Sukadev Bhattiprolu · 16 years ago
  12. 4fd03e8 constify dentry_operations: CIFS by Al Viro · 16 years ago
  13. b363b33 [CIFS] Fix memory overwrite when saving nativeFileSystem field during mount by Steve French · 16 years ago
  14. c6c0091 [CIFS] Rename compose_mount_options to cifs_compose_mount_options. by Steve French · 16 years ago
  15. 64cc2c6 [CIFS] work around bug in Samba server handling for posix open by Steve French · 16 years ago
  16. 276a74a [CIFS] Use posix open on file open when server supports it by Steve French · 16 years ago
  17. fcc7c09 cifs: fix buffer format byte on NT Rename/hardlink by Jeff Layton · 16 years ago
  18. 0382457 [CIFS] Add definitions for remoteably fsctl calls by Steve French · 16 years ago
  19. 1adcb71 [CIFS] add extra null attr check by Steve French · 16 years ago
  20. 4717bed [CIFS] fix build error by Steve French · 16 years ago
  21. 7fc8f4e [CIFS] reopen file via newer posix open protocol operation if available by Steve French · 16 years ago
  22. be65244 [CIFS] Add new nostrictsync cifs mount option to avoid slow SMB flush by Steve French · 16 years ago
  23. 10e70af [CIFS] DFS no longer experimental by Steve French · 16 years ago
  24. b298f22 [CIFS] Send SMB flush in cifs_fsync by Steve French · 16 years ago
  25. eca6acf [CIFS] Fix multiuser mounts so server does not invalidate earlier security contexts by Steve French · 16 years ago
  26. c3b2a0c [CIFS] improve posix semantics of file create by Steve French · 16 years ago
  27. 6976552 [CIFS] Fix oops in cifs_strfromUCS_le mounting to servers which do not specify their OS by Steve French · 16 years ago
  28. 44f68fa cifs: posix fill in inode needed by posix open by Jeff Layton · 16 years ago
  29. 950ec52 cifs: properly handle case where CIFSGetSrvInodeNumber fails by Jeff Layton · 16 years ago
  30. 132ac7b cifs: refactor new_inode() calls and inode initialization by Jeff Layton · 16 years ago
  31. e4cce94 [CIFS] Prevent OOPs when mounting with remote prefixpath. by Igor Mammedov · 16 years ago
  32. 0e2beda [CIFS] ipv6_addr_equal for address comparison by Steve French · 16 years ago
  33. a9ac49d cifs: make sure we allocate enough storage for socket address by Jeff Layton · 16 years ago
  34. da505c3 [CIFS] Make socket retry timeouts consistent between blocking and nonblocking cases by Steve French · 16 years ago
  35. f818dd5 [CIFS] some cleanup to dir.c prior to addition of posix_open by Steve French · 16 years ago
  36. 42c2454 [CIFS] revalidate parent inode when rmdir done within that directory by Steve French · 16 years ago
  37. 6a7f8d3 [CIFS] Rename md5 functions to avoid collision with new rt modules by Steve French · 16 years ago
  38. 0496e02 cifs: turn smb_send into a wrapper around smb_sendv by Jeff Layton · 16 years ago
  39. 520c853 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  40. acfa438 inode->i_op is never NULL by Al Viro · 16 years ago
  41. 54566b2 fs: symlink write_begin allocation context fix by Nick Piggin · 16 years ago
  42. 6badd79 kill ->dir_notify() by Al Viro · 16 years ago
  43. bf66542 cifs: update for new IP4/6 address printing by Stephen Rothwell · 16 years ago
  44. 0191b62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 16 years ago
  45. 54a696b Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  46. 359d67d [CIFS] Remove redundant test by Julia Lawall · 16 years ago
  47. c6fbba0 [CIFS] make sure that DFS pathnames are properly formed by Steve French · 16 years ago
  48. ac6a3ef Remove an already-checked error condition in SendReceiveBlockingLock by Volker Lendecke · 16 years ago
  49. 698e96a Streamline SendReceiveBlockingLock: Use "goto out:" in an error condition by Volker Lendecke · 16 years ago
  50. 17c8bfe Streamline SendReceiveBlockingLock: Use "goto out:" in an error condition by Volker Lendecke · 16 years ago
  51. 2b2bdfb [CIFS] Streamline SendReceive[2] by using "goto out:" in an error condition by Steve French · 16 years ago
  52. 8e4f2e8 Slightly streamline SendReceive[2] by Volker Lendecke · 16 years ago
  53. 829049c Check the return value of cifs_sign_smb[2] by Volker Lendecke · 16 years ago
  54. 4c3130e [CIFS] Cleanup: Move the check for too large R/W requests by Steve French · 16 years ago
  55. 27a97a6 [CIFS] Slightly simplify wait_for_free_request(), remove an unnecessary "else" branch by Volker Lendecke · 16 years ago
  56. 8fbbd36 Simplify allocate_mid() slightly: Remove some unnecessary "else" branches by Volker Lendecke · 16 years ago
  57. 6d9c6d5 [CIFS] In SendReceive, move consistency check out of the mutexed region by Volker Lendecke · 16 years ago
  58. 00e485b cifs: store password in tcon by Jeff Layton · 16 years ago
  59. 4e53a3f cifs: have calc_lanman_hash take more granular args by Jeff Layton · 16 years ago
  60. 55162de cifs: zero out session password before freeing it by Jeff Layton · 16 years ago
  61. 8570552 cifs: fix wait_for_response to time out sleeping processes correctly by Jeff Layton · 16 years ago
  62. 8be0ed4 [CIFS] Can not mount with prefixpath if root directory of share is inaccessible by Steve French · 16 years ago
  63. 61e7480 [CIFS] various minor cleanups pointed out by checkpatch script by Steve French · 16 years ago
  64. 3de2091 [CIFS] fix typo by Steve French · 16 years ago
  65. acc18aa [CIFS] remove sparse warning by Steve French · 16 years ago
  66. 13a6e42 [CIFS] add mount option to send mandatory rather than advisory locks by Steve French · 16 years ago
  67. d5c5605 cifs: make ipv6_connect take a TCP_Server_Info arg by Jeff Layton · 16 years ago
  68. bcf4b10 cifs: make ipv4_connect take a TCP_Server_Info arg by Jeff Layton · 16 years ago
  69. 7586b76 cifs: don't declare smb_vol info on the stack by Jeff Layton · 16 years ago
  70. 63c038c cifs: move allocation of new TCP_Server_Info into separate function by Jeff Layton · 16 years ago
  71. 8ecaf67 cifs: account for IPv6 in ses->serverName and clean up netbios name handling by Jeff Layton · 16 years ago
  72. 954d7a1 cifs: make dnotify thread experimental code by Jeff Layton · 16 years ago
  73. 72ca545 cifs: convert tcpSem to a mutex by Jeff Layton · 16 years ago
  74. 0468a2c cifs: take module reference when starting cifsd by Jeff Layton · 16 years ago
  75. 8090902 cifs: display addr and prefixpath options in /proc/mounts by Jeff Layton · 16 years ago
  76. 24b9b06 cifs: remove unused SMB session pointer from struct mid_q_entry by Jeff Layton · 16 years ago
  77. cbacc2c Merge branch 'next' into for-linus by James Morris · 16 years ago
  78. 331c313 cifs: fix buffer overrun in parse_DFS_referrals by Jeff Layton · 16 years ago
  79. ec98ce4 Merge branch 'master' into next by James Morris · 16 years ago
  80. aa2ba5f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  81. a98ee8c [CIFS] fix regression in cifs_write_begin/cifs_write_end by Jeff Layton · 16 years ago
  82. 6ab33d5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  83. ddb4cbf [CIFS] Do not attempt to close invalidated file handles by Steve French · 16 years ago
  84. 198d6ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  85. bfb5982 [CIFS] fix check for dead tcon in smb_init by Steve French · 16 years ago
  86. f3a5c54 Merge branch 'master' into next by James Morris · 16 years ago
  87. b066a48 prevent cifs_writepages() from skipping unwritten pages by Dave Kleikamp · 16 years ago
  88. 2c55608 Fixed parsing of mount options when doing DFS submount by Igor Mammedov · 16 years ago
  89. ab3f992 [CIFS] Fix check for tcon seal setting and fix oops on failed mount from earlier patch by Steve French · 16 years ago
  90. c2b3382 [CIFS] Fix build break by Steve French · 16 years ago
  91. f1987b4 cifs: reinstate sharing of tree connections by Jeff Layton · 16 years ago
  92. d82c2df [CIFS] minor cleanup to cifs_mount by Steve French · 16 years ago
  93. 14fbf50 cifs: reinstate sharing of SMB sessions sans races by Jeff Layton · 16 years ago
  94. e7ddee9 cifs: disable sharing session and tcon and add new TCP sharing code by Jeff Layton · 16 years ago
  95. 3ec332e [CIFS] clean up server protocol handling by Steve French · 16 years ago
  96. a001e5b CRED: Wrap task credential accesses in the CIFS filesystem by David Howells · 16 years ago
  97. fb39601 [CIFS] remove unused list, add new cifs sock list to prepare for mount/umount fix by Steve French · 16 years ago
  98. 3b79521 [CIFS] Fix cifs reconnection flags by Steve French · 16 years ago
  99. 9eeda9a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  100. c527c8a [CIFS] Can't rely on iov length and base when kernel_recvmsg returns error by Steve French · 16 years ago