1. ea7b488 CIFS: Fix cifs_do_create error hadnling by Pavel Shilovsky · 12 years ago
  2. 29e20f9 CIFS: Make CAP_* checks protocol independent by Pavel Shilovsky · 12 years ago
  3. 4b12410 CIFS: Fix a wrong pointer in atomic_open by Pavel Shilovsky · 12 years ago
  4. 6d5786a CIFS: Rename Get/FreeXid and make them work with unsigned int by Pavel Shilovsky · 12 years ago
  5. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  6. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  7. 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  8. e45198a make finish_no_open() return int by Al Viro · 12 years ago
  9. 30d9049 kill struct opendata by Al Viro · 12 years ago
  10. d958527 make ->atomic_open() return int by Al Viro · 12 years ago
  11. 4723768 ->atomic_open() prototype change - pass int * instead of bool * by Al Viro · 12 years ago
  12. d2c1271 cifs: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago
  13. 936ad90 cifs - check S_AUTOMOUNT in revalidate by Ian Kent · 12 years ago
  14. 10b9b98 CIFS: Respect negotiated MaxMpxCount by Pavel Shilovsky · 12 years ago
  15. 5bccda0 cifs: fix dentry refcount leak when opening a FIFO on lookup by Jeff Layton · 12 years ago
  16. 8b0192a cifs: request oplock when doing open on lookup by Jeff Layton · 12 years ago
  17. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  18. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  19. ad4778f CIFS: fix automount for DFS shares by Gerlando Falauto · 13 years ago
  20. 3d3ea8e cifs: Add mount options for backup intent (try #6) by Shirish Pargaonkar · 13 years ago
  21. e750473 add new module parameter 'enable_oplocks' by Steve French · 13 years ago
  22. fa71f44 cifs: demote cERROR in build_path_from_dentry to cFYI by Jeff Layton · 13 years ago
  23. 1d87c28 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  24. f5bc1e7 CIFS: Fix oops while mounting with prefixpath by Pavel Shilovsky · 13 years ago
  25. e010a5e [CIFS] Redundant null check after dereference by Steve French · 13 years ago
  26. 3ca30d4 CIFS: Fix oops while mounting with prefixpath by Pavel Shilovsky · 13 years ago
  27. 4352780 cifs_lookup(): LOOKUP_OPEN is set only on the last component by Al Viro · 13 years ago
  28. 407938e LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last step by Al Viro · 13 years ago
  29. dd7dd55 no need to check for LOOKUP_OPEN in ->create() instances by Al Viro · 13 years ago
  30. dc137bf cifs: build_path_from_dentry() race fix by Al Viro · 13 years ago
  31. 96daf2b [CIFS] Rename three structures to avoid camel case by Steve French · 13 years ago
  32. f87d39d [CIFS] Migrate from prefixpath logic by Steve French · 13 years ago
  33. fa2989f CIFS: Use pid saved from cifsFileInfo in writepages and set_file_size by Pavel Shilovsky · 13 years ago
  34. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  35. 01c64fe CIFS: Use d_automount() rather than abusing follow_link() by David Howells · 13 years ago
  36. 1c929cf switch cifs by Al Viro · 14 years ago
  37. d44a9fe cifs: switch cifs_open and cifs_create to use CIFSSMBUnixSetFileInfo by Jeff Layton · 13 years ago
  38. 197a1ee [CIFS] Fix minor merge conflict in fs/cifs/dir.c by Steve French · 13 years ago
  39. acc6f11 Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 by Steve French · 13 years ago
  40. 34286d6 fs: rcu-walk aware d_revalidate method by Nick Piggin · 13 years ago
  41. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 13 years ago
  42. b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 13 years ago
  43. 621e155 fs: change d_compare for rcu-walk by Nick Piggin · 13 years ago
  44. 79eb4dd cifs: dont overwrite dentry name in d_revalidate by Nick Piggin · 13 years ago
  45. 262f86a cifs: don't overwrite dentry name in d_revalidate by Nick Piggin · 14 years ago
  46. 15ecb43 cifs: move cifs_new_fileinfo to file.c by Jeff Layton · 14 years ago
  47. 2e396b8 cifs: eliminate pfile pointer from cifsFileInfo by Jeff Layton · 14 years ago
  48. 1588617 cifs: clean up cifs_reopen_file by Jeff Layton · 14 years ago
  49. abfe1ee cifs: eliminate the inode argument from cifs_new_fileinfo by Jeff Layton · 14 years ago
  50. f6a5346 cifs: eliminate oflags option from cifs_new_fileinfo by Jeff Layton · 14 years ago
  51. 608712f cifs: fix flags handling in cifs_posix_open by Jeff Layton · 14 years ago
  52. d7c86ff cifs: don't use vfsmount to pin superblock for oplock breaks by Jeff Layton · 14 years ago
  53. a5e18bc cifs: keep dentry reference in cifsFileInfo instead of inode reference by Jeff Layton · 14 years ago
  54. 6508d90 cifs: have find_readable/writable_file filter by fsuid by Jeff Layton · 14 years ago
  55. 13cfb73 cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointer by Jeff Layton · 14 years ago
  56. 7ffec37 cifs: add refcounted and timestamped container for holding tcons by Jeff Layton · 14 years ago
  57. f7a4068 cifs: have cifs_new_fileinfo take a tcon arg by Jeff Layton · 14 years ago
  58. 0d424ad cifs: add cifs_sb_master_tcon and convert some callers to use it by Jeff Layton · 14 years ago
  59. a6e8a84 cifs: add function to get a tcon from cifs_sb by Jeff Layton · 14 years ago
  60. 5fe97cf cifs: add tcon field to cifsFileInfo struct by Jeff Layton · 14 years ago
  61. aa91c7e cifs: fix broken oplock handling by Suresh Jayaraman · 14 years ago
  62. 232341b cifs: consolidate error handling in several functions by Jeff Layton · 14 years ago
  63. 5d9ac7f cifs: clean up error handling in cifs_mknod by Jeff Layton · 14 years ago
  64. 3b7433b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  65. e4317cec cifs: remove an potentially confusing, obsolete comment by Suresh Jayaraman · 14 years ago
  66. 9b64697 cifs: use workqueue instead of slow-work by Tejun Heo · 14 years ago
  67. 6ca9f3b cifs: pass instantiated filp back after open call by Jeff Layton · 14 years ago
  68. 2422f67 cifs: move cifs_new_fileinfo call out of cifs_posix_open by Jeff Layton · 14 years ago
  69. 4065c80 cifs: fix noserverino handling when unix extensions are enabled by Jeff Layton · 14 years ago
  70. fdb3603 cifs: propagate cifs_new_fileinfo() error back to the caller by Suresh Jayaraman · 14 years ago
  71. fae683f cifs: add comments explaining cifs_new_fileinfo behavior by Suresh Jayaraman · 14 years ago
  72. fa588e0 [CIFS] Allow null nd (as nfs server uses) on create by Steve French · 14 years ago
  73. b6b38f7 [CIFS] Neaten cERROR and cFYI macros, reduce text space by Joe Perches · 14 years ago
  74. df2cf17 cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentry by Jeff Layton · 14 years ago
  75. 6b2f3d1 vfs: Implement proper O_SYNC semantics by Christoph Hellwig · 15 years ago
  76. 2f81e75 [CIFS] Fix sparse warning by Steve French · 15 years ago
  77. cea6234 [CIFS] Duplicate data on appending to some Samba servers by Steve French · 15 years ago
  78. 8e6c033 [CIFS] fix oops in cifs_lookup during net boot by Steve French · 15 years ago
  79. 086f68b cifs: eliminate cifs_init_private by Jeff Layton · 15 years ago
  80. 3bc303c cifs: convert oplock breaks to use slow_work facility (try #4) by Jeff Layton · 15 years ago
  81. 48541bd cifs: have cifsFileInfo hold an extra inode reference by Jeff Layton · 15 years ago
  82. 590a3fe cifs: fix oplock request handling in posix codepath by Jeff Layton · 15 years ago
  83. 6ab409b cifs: Replace wrtPending with a real reference count by Dave Kleikamp · 15 years ago
  84. 01ea95e cifs: rename CIFSSMBUnixSetInfo to CIFSSMBUnixSetPathInfo by Jeff Layton · 15 years ago
  85. 5ddf1e0 cifs: fix regression with O_EXCL creates and optimize away lookup by Jeff Layton · 15 years ago
  86. cc0bad7 cifs: add new cifs_iget function and convert unix codepath to use it by Jeff Layton · 15 years ago
  87. 0f3bc09 cifs: Fix incorrect return code being printed in cFYI messages by Suresh Jayaraman · 15 years ago
  88. 8db14ca [CIFS] Avoid open on possible directories since Samba now rejects them by Steve French · 15 years ago
  89. 703a3b8 [CIFS] fix posix open regression by Steve French · 15 years ago
  90. 90e4ee5 [CIFS] Fix double list addition in cifs posix open code by Steve French · 15 years ago
  91. 88dd47f [CIFS] Fix build break caused by change to new current_umask helper function by Steve French · 15 years ago
  92. bc8cd43 [CIFS] Fix sparse warnings by Steve French · 15 years ago
  93. a6ce493 [CIFS] Add support for posix open during lookup by Steve French · 15 years ago
  94. 85a6dac [CIFS] Endian convert UniqueId when reporting inode numbers from server files by Steve French · 15 years ago
  95. ce3b0f8 New helper - current_umask() by Al Viro · 15 years ago
  96. 3ae5080 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 15 years ago
  97. 4fd03e8 constify dentry_operations: CIFS by Al Viro · 15 years ago
  98. 7fc8f4e [CIFS] reopen file via newer posix open protocol operation if available by Steve French · 15 years ago
  99. c3b2a0c [CIFS] improve posix semantics of file create by Steve French · 15 years ago
  100. f818dd5 [CIFS] some cleanup to dir.c prior to addition of posix_open by Steve French · 15 years ago