1. 2846d38 cifs: have find_writeable_file prefer filehandles opened by same task by Jeff Layton · 16 years ago
  2. 232087c cifs: don't use GFP_KERNEL with GFP_NOFS by Pekka Enberg · 16 years ago
  3. 388e57b [CIFS] use common code for turning off ATTR_READONLY in cifs_unlink by Steve French · 16 years ago
  4. 5f0319a cifs: clean up variables in cifs_unlink by Jeff Layton · 16 years ago
  5. c76da9d [CIFS] Turn off Unicode during session establishment for plaintext authentication by Steve French · 16 years ago
  6. 2e65502 [CIFS] update cifs change log by Steve French · 16 years ago
  7. 838726c cifs: fix O_APPEND on directio mounts by Jeff Layton · 16 years ago
  8. bcc55c6 [CIFS] Fix plaintext authentication by Steve French · 16 years ago
  9. 87ed1d6 [CIFS] Add destroy routine for dns_resolver by Jeff Layton · 16 years ago
  10. 6ce5eec [CIFS] check version in spnego upcall response by Steve French · 16 years ago
  11. 3d2af34 [CIFS] Kerberos support not considered experimental anymore by Steve French · 16 years ago
  12. c16fefa [CIFS] distinguish between Kerberos and MSKerberos in upcall by Steve French · 16 years ago
  13. cb7691b cifs: add local server pointer to cifs_setup_session by Jeff Layton · 16 years ago
  14. aab3a8c [CIFS] reindent misindented statement by Ilpo Järvinen · 16 years ago
  15. ad66133 [CIFS] mount of IPC$ breaks with iget patch by Steve French · 16 years ago
  16. 54b4602 [CIFS] remove trailing whitespace by Steve French · 16 years ago
  17. 2c731af [CIFS] if get root inode fails during mount, cleanup tree connection by Steve French · 16 years ago
  18. 56831a1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  19. ad8b15f [CIFS] list entry can not return null by Steve French · 16 years ago
  20. 0510eeb turn cifs_setattr into a multiplexor that calls the correct function by Jeff Layton · 16 years ago
  21. feb3e20 move file time and dos attribute setting logic into new function by Jeff Layton · 16 years ago
  22. 3fe5c1d spin off cifs_setattr with unix extensions to its own function by Jeff Layton · 16 years ago
  23. 26b994f [CIFS] Code cleanup in old sessionsetup code by Steve French · 16 years ago
  24. 9508991 [CIFS] cifs_mkdir and cifs_create should respect the setgid bit on parent dir by Jeff Layton · 16 years ago
  25. 2dd2dfa Rename CIFSSMBSetFileTimes to CIFSSMBSetFileInfo and add PID arg by Jeff Layton · 16 years ago
  26. 6fc000e change CIFSSMBSetTimes to CIFSSMBSetPathInfo by Jeff Layton · 16 years ago
  27. 063ea27 [CIFS] fix trailing whitespace by Steve French · 16 years ago
  28. 4e1e7fb bundle up Unix SET_PATH_INFO args into a struct and change name by Jeff Layton · 16 years ago
  29. 9e96af8 Fix missing braces in cifs_revalidate() by Suresh Jayaraman · 16 years ago
  30. 529ae9a mm: rename page trylock by Nick Piggin · 16 years ago
  31. 93d0ec8 remove locking around tcpSesAllocCount atomic variable by Jeff Layton · 16 years ago
  32. 66b8bd3 [CIFS] properly account for new user= field in SPNEGO upcall string allocation by Jeff Layton · 16 years ago
  33. 8d66bf5 [PATCH] pass struct path * to do_add_mount() by Al Viro · 16 years ago
  34. 2f0e58a [CIFS] remove level of indentation from decode_negTokenInit by Jeff Layton · 16 years ago
  35. 1768035 [CIFS] cifs send2 not retrying enough in some cases on full socket by Shirish Pargaonkar · 16 years ago
  36. 44051fe [CIFS] oid should also be checked against class in cifs asn by Steve French · 16 years ago
  37. e6305c4 [PATCH] sanitize ->permission() prototype by Al Viro · 16 years ago
  38. 4b1fefa Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  39. 51cc506 SL*B: drop kmem cache argument from constructor by Alexey Dobriyan · 16 years ago
  40. e2d2867 When verifying the decoded header before decoding the object identifier by Chris Wright · 16 years ago
  41. ef571ca [CIFS] Fix warnings from checkpatch by Shirish Pargaonkar · 16 years ago
  42. b1910ad [CIFS] Fix improper endian conversion of ACL subauth field by Shirish Pargaonkar · 16 years ago
  43. 76c510a [CIFS] Fix possible double free if search immediately after search rewind fails by Shirish Pargaonkar · 16 years ago
  44. 99b1f5b [CIFS] remove checkpatch warning by Steve French · 16 years ago
  45. f984c7b Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> by Alexey Dobriyan · 16 years ago
  46. 5ca33c6 cifs: assorted endian annotations by Harvey Harrison · 16 years ago
  47. 8efdbde [CIFS] break ATTR_SIZE changes out into their own function by Jeff Layton · 16 years ago
  48. 09e50d5 lockdep: annotate cifs in-kernel sockets by Jeff Layton · 16 years ago
  49. 04e1e0c [CIFS] Fix compiler warning on 64-bit by Jan Beulich · 16 years ago
  50. 2fceef3 Merge commit 'v2.6.26' into bkl-removal by Jonathan Corbet · 16 years ago
  51. 536abdb cifs: fix wksidarr declaration to be big-endian friendly by Jeff Layton · 16 years ago
  52. e911d0c cifs: fix inode leak in cifs_get_inode_info_unix by Jeff Layton · 16 years ago
  53. 9465efc Remove BKL from remote_llseek v2 by Andi Kleen · 16 years ago
  54. 2a212f6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  55. 79ee9a8 [CIFS] cifs: fix oops on mount when CONFIG_CIFS_DFS_UPCALL is enabled by Steve French · 16 years ago
  56. dbdbb87 [CIFS] Fix hang in mount when negprot causes server to kill tcp session by Steve French · 16 years ago
  57. ddb2c43 asn1: additional sanity checking during BER decoding by Chris Wright · 16 years ago
  58. 1d92cfd cifs endianness fixes by Al Viro · 16 years ago
  59. 5132861 disable most mode changes on non-unix/non-cifsacl mounts by Jeff Layton · 16 years ago
  60. b720615 [CIFS] Correct incorrect obscure open flag by Steve French · 16 years ago
  61. 27adb44 [CIFS] warn if both dynperm and cifsacl mount options specified by Steve French · 16 years ago
  62. 4ca691a silently ignore ownership changes unless unix extensions are enabled or we're faking uid changes by Jeff Layton · 16 years ago
  63. 4e94a10 [CIFS] remove trailing whitespace by Steve French · 16 years ago
  64. b0fd30d when creating new inodes, use file_mode/dir_mode exclusively on mount without unix extensions by Jeff Layton · 16 years ago
  65. 4468eb3 on non-posix shares, clear write bits in mode when ATTR_READONLY is set by Jeff Layton · 16 years ago
  66. aaa9bbe [CIFS] remove unused variables by Steve French · 16 years ago
  67. 0a891ad [CIFS] Fix reversed memset arguments by Dave Jones · 16 years ago
  68. e405824 Adds username in the upcall key for unattended mounts with keytab by Igor Mammedov · 16 years ago
  69. 0d817bc [CIFS] Remove redundant NULL check by Steve French · 16 years ago
  70. 397d71d [CIFS] Remove debug statement by Steve French · 16 years ago
  71. 5651ced Fix possible access to undefined memory region. by Igor Mammedov · 16 years ago
  72. b9a3260 [CIFS] Enable DFS support for Windows query path info by Steve French · 16 years ago
  73. 0e4bbde [CIFS] Enable DFS support for Unix query path info by Steve French · 16 years ago
  74. 89562b7 [CIFS] add missing seq_printf to cifs_show_options for hard mount option by Steve French · 16 years ago
  75. 2b280fa [CIFS] add more complete mount options to cifs_show_options by Steve French · 16 years ago
  76. a1fe78f [CIFS] Add missing defines for DFS by Steve French · 16 years ago
  77. fec4585 CIFSGetDFSRefer cleanup + dfs_referral_level_3 fixed to conform REFERRAL_V3 the MS-DFSC spec. by Igor Mammedov · 16 years ago
  78. de2db8d Fixed DFS code to work with new 'build_path_from_dentry', that returns full path if share in the dfs, now. by Igor Mammedov · 16 years ago
  79. 95b1cb9 [CIFS] enable parsing for transport encryption mount parm by Steve French · 16 years ago
  80. c2cf07d [CIFS] Finishup DFS code by Steve French · 16 years ago
  81. f9ddcca [CIFS] BKL-removal: convert CIFS over to unlocked_ioctl by Steve French · 16 years ago
  82. c329163 [CIFS] suppress duplicate warning by Steve French · 16 years ago
  83. 646dd53 [CIFS] Fix paths when share is in DFS to include proper prefix by Steve French · 16 years ago
  84. 35fc37d add function to convert access flags to legacy open mode by Jeff Layton · 16 years ago
  85. e10f7b5 clarify return value of cifs_convert_flags() by Jeff Layton · 16 years ago
  86. 77c57ec [CIFS] don't explicitly do a FindClose on rewind when directory search has ended by Steve French · 16 years ago
  87. 582d21e [CIFS] cleanup old checkpatch warnings by Steve French · 16 years ago
  88. ed5f037 [CIFS] CIFSSMBPosixLock should return -EINVAL on error by Marcin Slusarz · 16 years ago
  89. 6353450 fix memory leak in CIFSFindNext by Jeff Layton · 16 years ago
  90. d0a9c07 [CIFS] CIFS currently allows for permissions to be changed on files, even by Jeff Layton · 16 years ago
  91. e691b9d [CIFS] don't allow demultiplex thread to exit until kthread_stop is called by Steve French · 16 years ago
  92. 67750fb [CIFS] when not using unix extensions, check for and set ATTR_READONLY on create and mkdir by Jeff Layton · 16 years ago
  93. 02eadef [CIFS] add local struct inode pointer to cifs_setattr by Jeff Layton · 16 years ago
  94. 1b20d67 [CIFS] cifs_find_tcp_session cleanup by Cyrill Gorcunov · 16 years ago
  95. af4b3c3 [CIFS] fix build warning by Steve French · 16 years ago
  96. 7c5e628 [CIFS] Fixed build warning in is_ip by Igor Mammedov · 16 years ago
  97. cf432eb [CIFS] cleanup cifsd completion by Steve French · 16 years ago
  98. dea570e0 [CIFS] Remove over-indented code in find_unc(). by Steve French · 16 years ago
  99. a815752 Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 by Steve French · 16 years ago
  100. 5ade9de [CIFS] fix typo by Steve French · 16 years ago