1. f1230c9 [CIFS] fix sparse warning by Steve French · 15 years ago
  2. ce6e7fc cifs: disable serverino if server doesn't support it by Jeff Layton · 15 years ago
  3. d0c280d cifs: when ATTR_READONLY is set, only clear write bits on non-directories by Jeff Layton · 15 years ago
  4. 0b8f18e cifs: convert cifs_get_inode_info and non-posix readdir to use cifs_iget by Jeff Layton · 15 years ago
  5. 3bbeeb3 cifs: add and use CIFSSMBUnixSetFileInfo for setattr calls by Jeff Layton · 15 years ago
  6. 01ea95e cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfo by Jeff Layton · 15 years ago
  7. cc0bad7 cifs: add new cifs_iget function and convert unix codepath to use it by Jeff Layton · 15 years ago
  8. 0f3bc09 cifs: Fix incorrect return code being printed in cFYI messages by Suresh Jayaraman · 15 years ago
  9. 1bf4072 cifs: reorganize get_cifs_acl by Christoph Hellwig · 15 years ago
  10. bd433d4 cifs: rename cifs_iget to cifs_root_iget by Jeff Layton · 15 years ago
  11. 07119a4 cifs: have cifs_NTtimeToUnix take a little-endian arg by Jeff Layton · 15 years ago
  12. ff69452 [CIFS] Make cifs_unlink consistent in checks for null inode by Steve French · 15 years ago
  13. fc6f394 cifs: when renaming don't try to unlink negative dentry by Jeff Layton · 15 years ago
  14. fbec9ab cifs: vary timeout on writes past EOF based on offset (try #5) by Jeff Layton · 15 years ago
  15. 85a6dac [CIFS] Endian convert UniqueId when reporting inode numbers from server files by Steve French · 15 years ago
  16. 0f4d634 cifs: flush data on any setattr by Jeff Layton · 15 years ago
  17. ce3b0f8 New helper - current_umask() by Al Viro · 15 years ago
  18. 1adcb71 [CIFS] add extra null attr check by Steve French · 15 years ago
  19. 44f68fa cifs: posix fill in inode needed by posix open by Jeff Layton · 15 years ago
  20. 950ec52 cifs: properly handle case where CIFSGetSrvInodeNumber fails by Jeff Layton · 15 years ago
  21. 132ac7b cifs: refactor new_inode() calls and inode initialization by Jeff Layton · 15 years ago
  22. e4cce94 [CIFS] Prevent OOPs when mounting with remote prefixpath. by Igor Mammedov · 15 years ago
  23. 42c2454 [CIFS] revalidate parent inode when rmdir done within that directory by Steve French · 15 years ago
  24. acfa438 inode->i_op is never NULL by Al Viro · 16 years ago
  25. 54a696b Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 15 years ago
  26. 8be0ed4 [CIFS] Can not mount with prefixpath if root directory of share is inaccessible by Steve French · 16 years ago
  27. a001e5b CRED: Wrap task credential accesses in the CIFS filesystem by David Howells · 16 years ago
  28. ae6884a cifs: fix renaming one hardlink on top of another by Jeff Layton · 16 years ago
  29. 8d281ef cifs: fix unlinking of rename target when server doesn't support open file renames by Jeff Layton · 16 years ago
  30. 14121bd cifs: make cifs_rename handle -EACCES errors by Jeff Layton · 16 years ago
  31. 4134609 [CIFS] fix build error by Steve French · 16 years ago
  32. 3270958 [CIFS] undo changes in cifs_rename_pending_delete if it errors out by Steve French · 16 years ago
  33. 9a8165f cifs: track DeletePending flag in cifsInodeInfo by Jeff Layton · 16 years ago
  34. dd1db2d cifs: don't use CREATE_DELETE_ON_CLOSE in cifs_rename_pending_delete by Jeff Layton · 16 years ago
  35. 6050247 [CIFS] clean up error handling in cifs_unlink by Steve French · 16 years ago
  36. 6b37faa [CIFS] fix some settings of cifsAttrs after calling SetFileInfo and SetPathInfo by Jeff Layton · 16 years ago
  37. d388908 [CIFS] update DOS attributes in cifsInode if we successfully changed them by Steve French · 16 years ago
  38. 7ce86d5 cifs: work around samba returning -ENOENT on SetFileDisposition call by Jeff Layton · 16 years ago
  39. 74553b1 cifs: fix inverted NULL check after kmalloc by Jeff Layton · 16 years ago
  40. ee2fd96 [CIFS] fix busy-file renames and refactor cifs_rename logic by Steve French · 16 years ago
  41. 6d22f09 cifs: add function to set file disposition by Jeff Layton · 16 years ago
  42. a12a1ac cifs: move rename and delete-on-close logic into helper function by Jeff Layton · 16 years ago
  43. 388e57b [CIFS] use common code for turning off ATTR_READONLY in cifs_unlink by Steve French · 16 years ago
  44. 5f0319a cifs: clean up variables in cifs_unlink by Jeff Layton · 16 years ago
  45. aab3a8c [CIFS] reindent misindented statement by Ilpo Järvinen · 16 years ago
  46. ad66133 [CIFS] mount of IPC$ breaks with iget patch by Steve French · 16 years ago
  47. 0510eeb turn cifs_setattr into a multiplexor that calls the correct function by Jeff Layton · 16 years ago
  48. feb3e20 move file time and dos attribute setting logic into new function by Jeff Layton · 16 years ago
  49. 3fe5c1d spin off cifs_setattr with unix extensions to its own function by Jeff Layton · 16 years ago
  50. 9508991 [CIFS] cifs_mkdir and cifs_create should respect the setgid bit on parent dir by Jeff Layton · 16 years ago
  51. 2dd2dfa Rename CIFSSMBSetFileTimes to CIFSSMBSetFileInfo and add PID arg by Jeff Layton · 16 years ago
  52. 6fc000e change CIFSSMBSetTimes to CIFSSMBSetPathInfo by Jeff Layton · 16 years ago
  53. 4e1e7fb bundle up Unix SET_PATH_INFO args into a struct and change name by Jeff Layton · 16 years ago
  54. 9e96af8 Fix missing braces in cifs_revalidate() by Suresh Jayaraman · 16 years ago
  55. 8efdbde [CIFS] break ATTR_SIZE changes out into their own function by Jeff Layton · 16 years ago
  56. e911d0c cifs: fix inode leak in cifs_get_inode_info_unix by Jeff Layton · 16 years ago
  57. 5132861 disable most mode changes on non-unix/non-cifsacl mounts by Jeff Layton · 16 years ago
  58. 4ca691a silently ignore ownership changes unless unix extensions are enabled or we're faking uid changes by Jeff Layton · 16 years ago
  59. 4e94a10 [CIFS] remove trailing whitespace by Steve French · 16 years ago
  60. b0fd30d when creating new inodes, use file_mode/dir_mode exclusively on mount without unix extensions by Jeff Layton · 16 years ago
  61. 4468eb3 on non-posix shares, clear write bits in mode when ATTR_READONLY is set by Jeff Layton · 16 years ago
  62. 0a891ad [CIFS] Fix reversed memset arguments by Dave Jones · 16 years ago
  63. 397d71d [CIFS] Remove debug statement by Steve French · 16 years ago
  64. b9a3260 [CIFS] Enable DFS support for Windows query path info by Steve French · 16 years ago
  65. 0e4bbde [CIFS] Enable DFS support for Unix query path info by Steve French · 16 years ago
  66. 646dd53 [CIFS] Fix paths when share is in DFS to include proper prefix by Steve French · 16 years ago
  67. 35fc37d add function to convert access flags to legacy open mode by Jeff Layton · 16 years ago
  68. 67750fb [CIFS] when not using unix extensions, check for and set ATTR_READONLY on create and mkdir by Jeff Layton · 16 years ago
  69. 02eadef [CIFS] add local struct inode pointer to cifs_setattr by Jeff Layton · 16 years ago
  70. 5ade9de [CIFS] fix typo by Steve French · 16 years ago
  71. 9b1ec9e [CIFS] Remove duplicate call to mode_to_acl by Steve French · 16 years ago
  72. 4b18f2a [CIFS] convert usage of implicit booleans to bool by Steve French · 16 years ago
  73. 076d842 [CIFS] Fix UNC path prefix on QueryUnixPathInfo to have correct slash by Steve French · 16 years ago
  74. 04b6e6e [CIFS] Fix mem leak on dfs referral by Steve French · 16 years ago
  75. 8b1327f [CIFS] file create with acl support enabled is slow by Steve French · 16 years ago
  76. 5053144 [CIFS] Fix mtime on cp -p when file data cached but written out too late by Steve French · 16 years ago
  77. bc5b6e2 [CIFS] Fix build problem by Steve French · 16 years ago
  78. 7962670 [CIFS] DFS patch that connects inode with dfs handling ops by Igor Mammedov · 16 years ago
  79. 0b442d2 [CIFS] remove unused variable by Steve French · 16 years ago
  80. 75f1298 [CIFS] consolidate duplicate code in posix/unix inode handling by Christoph Hellwig · 16 years ago
  81. 0a3abcf Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 by Steve French · 16 years ago
  82. 70eff55 [CIFS] factoring out common code in get_inode_info functions by Christoph Hellwig · 16 years ago
  83. 90c81e0 [CIFS] clean up some hard to read ifdefs by Steve French · 16 years ago
  84. ad7a292 [CIFS] reduce checkpatch warnings by Steve French · 16 years ago
  85. ce634ab iget: stop CIFS from using iget() and read_inode() by David Howells · 16 years ago
  86. eebd2aa Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user by Christoph Lameter · 16 years ago
  87. f6d0998 [CIFS] fix checkpatch warnings in fs/cifs/inode.c by Steve French · 16 years ago
  88. 9783758 [CIFS] Allow setting mode via cifs acl by Steve French · 16 years ago
  89. cea2180 [CIFS] Fix potential data corruption when writing out cached dirty pages by Jeff Layton · 17 years ago
  90. 953f868 [CIFS] Don't request too much permission when reading an ACL by Steve French · 17 years ago
  91. 630f3f0c [CIFS] acl support part 6 by Steve French · 17 years ago
  92. 4879b44 [CIFS] ACL support part 5 by Steve French · 17 years ago
  93. 2843483 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 17 years ago
  94. d32c4f2 CIFS: ignore mode change if it's just for clearing setuid/setgid bits by Jeff Layton · 17 years ago
  95. 8f2376a [CIFS] Fix endian conversion problem in posix mkdir by Cyril Gorcunov · 17 years ago
  96. 7f8ed42 [CIFS] CIFS support for named pipes (part 1) by Steve French · 17 years ago
  97. c45d707 [CIFS] Fallback to standard mkdir if server incorrectly claims support for by Steve French · 17 years ago
  98. 5a07cdf [CIFS] fix small memory leak in an error path in new posix mkdir by Steve French · 17 years ago
  99. a8cd925 [CIFS] Respect umask when using POSIX mkdir by Jeff · 17 years ago
  100. 77159b4 [CIFS] Fix warnings shown by newer version of sparse by Steve French · 17 years ago