1. a8ab0b7 cifs_atomic_open(): fix double-put on late allocation failure by Al Viro · 4 years, 6 months ago
  2. 230b339 CIFS: Force reval dentry if LOOKUP_REVAL flag is set by Pavel Shilovsky · 5 years ago
  3. 99c6940 cifs: Fix separator when building path from dentry by Paulo Alcantara · 6 years ago
  4. 44907d7 get rid of 'opened' argument of ->atomic_open() - part 3 by Al Viro · 6 years ago
  5. be12af3 getting rid of 'opened' argument of ->atomic_open() - part 1 by Al Viro · 6 years ago
  6. 73a09dd introduce FMODE_CREATED and switch to it by Al Viro · 6 years ago
  7. 3255201 Merge tag '4.18-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 6 years ago
  8. b058efc Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  9. ce558b0 smb3: Add posix create context for smb3.11 posix mounts by Steve French · 6 years ago
  10. 11f17c9 cifs_lookup(): switch to d_splice_alias() by Al Viro · 6 years ago
  11. a8b75f6 cifs_lookup(): cifs_get_inode_...() never returns 0 with *inode left NULL by Al Viro · 6 years ago
  12. 1d0cffa cifs: do not allow creating sockets except with SMB1 posix exensions by Steve French · 6 years ago
  13. f74bc7c cifs: check MaxPathNameComponentLength != 0 before using it by Ronnie Sahlberg · 7 years ago
  14. 6e3c152 CIFS: remove endian related sparse warning by Steve French · 7 years ago
  15. d3edede cifs: return ENAMETOOLONG for overlong names in cifs_open()/cifs_lookup() by Ronnie Sahlberg · 7 years ago
  16. 268a635 CIFS: add build_path_from_dentry_optional_prefix() by Aurelien Aptel · 8 years ago
  17. 374402a cifs_get_root shouldn't use path with tree name by Sachin Prabhu · 8 years ago
  18. a00be0e cifs: don't use ->d_time by Miklos Szeredi · 8 years ago
  19. 6fa67e7 get rid of 'parent' argument of ->d_compare() by Al Viro · 8 years ago
  20. d3fe198 cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare() by Al Viro · 8 years ago
  21. b0c4e2a Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 8 years ago
  22. 554828e Merge branch 'salted-string-hash' by Linus Torvalds · 8 years ago
  23. a6b5058 fs/cifs: make share unaccessible at root level mountable by Aurelien Aptel · 8 years ago
  24. 8d9535b cifs: Check for existing directory when opening file with O_CREAT by Sachin Prabhu · 8 years ago
  25. 00699ad Use the right predicate in ->atomic_open() instances by Al Viro · 8 years ago
  26. 8387ff2 vfs: make the string hashes salt the hash by Linus Torvalds · 8 years ago
  27. bc8ebdc4 Fix that several functions handle incorrect value of mapchars by Nakajima Akira · 10 years ago
  28. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  29. db8b631 Allow mknod and mkfifo on SMB2/SMB3 mounts by Steve French · 10 years ago
  30. 35c265e cifs: switch to use of %p[dD] by Al Viro · 10 years ago
  31. 787aded cifs: Allow directIO read/write during cache=strict by Namjae Jeon · 10 years ago
  32. 42eacf9 [CIFS] Fix cifsacl mounts over smb2 to not call cifs by Steve French · 11 years ago
  33. d81b8a4 CIFS: Cleanup cifs open codepath by Pavel Shilovsky · 11 years ago
  34. dd12067 CIFS: Cleanup cifs_mknod by Pavel Shilovsky · 11 years ago
  35. f1e3268 cifs: set FILE_CREATED by Shirish Pargaonkar · 11 years ago
  36. a858215 cifs: don't spam the logs on unexpected lookup errors by Jeff Layton · 11 years ago
  37. dfb1d61 cifs: fix filp leak in cifs_atomic_open() by Miklos Szeredi · 11 years ago
  38. ec71e0e cifs: convert case-insensitive dentry ops to use new case conversion routines by Jeff Layton · 11 years ago
  39. 9cbc0b7 CIFS: Reconnect durable handles for SMB2 by Pavel Shilovsky · 11 years ago
  40. 226730b CIFS: Introduce cifs_open_parms struct by Pavel Shilovsky · 11 years ago
  41. da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 11 years ago
  42. efb79f2 CIFS: fix error return code in cifs_atomic_open() by Wei Yongjun · 11 years ago
  43. f96637b [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg by Joe Perches · 11 years ago
  44. 49418b2 cifs: Modify struct cifs_unix_set_info_args to hold a kuid_t and a kgid_t by Eric W. Biederman · 12 years ago
  45. 839db3d cifs: fix up handling of prefixpath= option by Jeff Layton · 12 years ago
  46. 6d3ea7e CIFS: Make use of common cifs_build_path_to_root for CIFS and SMB2 by Steve French · 12 years ago
  47. 3798f47 cifs: Do not lookup hashed negative dentry in cifs_atomic_open by Sachin Prabhu · 12 years ago
  48. 233839b CIFS: Fix fast lease break after open problem by Pavel Shilovsky · 12 years ago
  49. b8c32db CIFS: Request SMB2.1 leases by Pavel Shilovsky · 12 years ago
  50. 2536413 CIFS: Move create code use ops struct by Pavel Shilovsky · 12 years ago
  51. fb1214e CIFS: Move open code to ops struct by Pavel Shilovsky · 12 years ago
  52. ea7b488 CIFS: Fix cifs_do_create error hadnling by Pavel Shilovsky · 12 years ago
  53. 29e20f9 CIFS: Make CAP_* checks protocol independent by Pavel Shilovsky · 12 years ago
  54. 4b12410 CIFS: Fix a wrong pointer in atomic_open by Pavel Shilovsky · 12 years ago
  55. 6d5786a CIFS: Rename Get/FreeXid and make them work with unsigned int by Pavel Shilovsky · 12 years ago
  56. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  57. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  58. 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  59. e45198a make finish_no_open() return int by Al Viro · 12 years ago
  60. 30d9049 kill struct opendata by Al Viro · 12 years ago
  61. d958527 make ->atomic_open() return int by Al Viro · 12 years ago
  62. 4723768 ->atomic_open() prototype change - pass int * instead of bool * by Al Viro · 12 years ago
  63. d2c1271 cifs: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago
  64. 936ad90 cifs - check S_AUTOMOUNT in revalidate by Ian Kent · 12 years ago
  65. 10b9b98 CIFS: Respect negotiated MaxMpxCount by Pavel Shilovsky · 12 years ago
  66. 5bccda0 cifs: fix dentry refcount leak when opening a FIFO on lookup by Jeff Layton · 13 years ago
  67. 8b0192a cifs: request oplock when doing open on lookup by Jeff Layton · 13 years ago
  68. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  69. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  70. ad4778f CIFS: fix automount for DFS shares by Gerlando Falauto · 13 years ago
  71. 3d3ea8e cifs: Add mount options for backup intent (try #6) by Shirish Pargaonkar · 13 years ago
  72. e750473 add new module parameter 'enable_oplocks' by Steve French · 13 years ago
  73. fa71f44 cifs: demote cERROR in build_path_from_dentry to cFYI by Jeff Layton · 13 years ago
  74. 1d87c28 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  75. f5bc1e7 CIFS: Fix oops while mounting with prefixpath by Pavel Shilovsky · 13 years ago
  76. e010a5e [CIFS] Redundant null check after dereference by Steve French · 13 years ago
  77. 3ca30d4 CIFS: Fix oops while mounting with prefixpath by Pavel Shilovsky · 13 years ago
  78. 4352780 cifs_lookup(): LOOKUP_OPEN is set only on the last component by Al Viro · 13 years ago
  79. 407938e LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last step by Al Viro · 13 years ago
  80. dd7dd55 no need to check for LOOKUP_OPEN in ->create() instances by Al Viro · 13 years ago
  81. dc137bf cifs: build_path_from_dentry() race fix by Al Viro · 13 years ago
  82. 96daf2b [CIFS] Rename three structures to avoid camel case by Steve French · 13 years ago
  83. f87d39d [CIFS] Migrate from prefixpath logic by Steve French · 13 years ago
  84. fa2989f CIFS: Use pid saved from cifsFileInfo in writepages and set_file_size by Pavel Shilovsky · 13 years ago
  85. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  86. 01c64fe CIFS: Use d_automount() rather than abusing follow_link() by David Howells · 14 years ago
  87. 1c929cf switch cifs by Al Viro · 14 years ago
  88. d44a9fe cifs: switch cifs_open and cifs_create to use CIFSSMBUnixSetFileInfo by Jeff Layton · 14 years ago
  89. 197a1ee [CIFS] Fix minor merge conflict in fs/cifs/dir.c by Steve French · 14 years ago
  90. acc6f11 Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 by Steve French · 14 years ago
  91. 34286d6 fs: rcu-walk aware d_revalidate method by Nick Piggin · 14 years ago
  92. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 14 years ago
  93. b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 14 years ago
  94. 621e155 fs: change d_compare for rcu-walk by Nick Piggin · 14 years ago
  95. 79eb4dd cifs: dont overwrite dentry name in d_revalidate by Nick Piggin · 14 years ago
  96. 262f86a cifs: don't overwrite dentry name in d_revalidate by Nick Piggin · 14 years ago
  97. 15ecb43 cifs: move cifs_new_fileinfo to file.c by Jeff Layton · 14 years ago
  98. 2e396b8 cifs: eliminate pfile pointer from cifsFileInfo by Jeff Layton · 14 years ago
  99. 1588617 cifs: clean up cifs_reopen_file by Jeff Layton · 14 years ago
  100. abfe1ee cifs: eliminate the inode argument from cifs_new_fileinfo by Jeff Layton · 14 years ago