1. bc8ebdc4 Fix that several functions handle incorrect value of mapchars by Nakajima Akira · 9 years ago
  2. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  3. db8b631 Allow mknod and mkfifo on SMB2/SMB3 mounts by Steve French · 10 years ago
  4. 35c265e cifs: switch to use of %p[dD] by Al Viro · 10 years ago
  5. 787aded cifs: Allow directIO read/write during cache=strict by Namjae Jeon · 10 years ago
  6. 42eacf9 [CIFS] Fix cifsacl mounts over smb2 to not call cifs by Steve French · 10 years ago
  7. d81b8a4 CIFS: Cleanup cifs open codepath by Pavel Shilovsky · 10 years ago
  8. dd12067 CIFS: Cleanup cifs_mknod by Pavel Shilovsky · 10 years ago
  9. f1e3268 cifs: set FILE_CREATED by Shirish Pargaonkar · 11 years ago
  10. a858215 cifs: don't spam the logs on unexpected lookup errors by Jeff Layton · 11 years ago
  11. dfb1d61 cifs: fix filp leak in cifs_atomic_open() by Miklos Szeredi · 11 years ago
  12. ec71e0e cifs: convert case-insensitive dentry ops to use new case conversion routines by Jeff Layton · 11 years ago
  13. 9cbc0b7 CIFS: Reconnect durable handles for SMB2 by Pavel Shilovsky · 11 years ago
  14. 226730b CIFS: Introduce cifs_open_parms struct by Pavel Shilovsky · 11 years ago
  15. da53be1 Don't pass inode to ->d_hash() and ->d_compare() by Linus Torvalds · 11 years ago
  16. efb79f2 CIFS: fix error return code in cifs_atomic_open() by Wei Yongjun · 11 years ago
  17. f96637b [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg by Joe Perches · 11 years ago
  18. 49418b2 cifs: Modify struct cifs_unix_set_info_args to hold a kuid_t and a kgid_t by Eric W. Biederman · 11 years ago
  19. 839db3d cifs: fix up handling of prefixpath= option by Jeff Layton · 12 years ago
  20. 6d3ea7e CIFS: Make use of common cifs_build_path_to_root for CIFS and SMB2 by Steve French · 12 years ago
  21. 3798f47 cifs: Do not lookup hashed negative dentry in cifs_atomic_open by Sachin Prabhu · 12 years ago
  22. 233839b CIFS: Fix fast lease break after open problem by Pavel Shilovsky · 12 years ago
  23. b8c32db CIFS: Request SMB2.1 leases by Pavel Shilovsky · 12 years ago
  24. 2536413 CIFS: Move create code use ops struct by Pavel Shilovsky · 12 years ago
  25. fb1214e CIFS: Move open code to ops struct by Pavel Shilovsky · 12 years ago
  26. ea7b488 CIFS: Fix cifs_do_create error hadnling by Pavel Shilovsky · 12 years ago
  27. 29e20f9 CIFS: Make CAP_* checks protocol independent by Pavel Shilovsky · 12 years ago
  28. 4b12410 CIFS: Fix a wrong pointer in atomic_open by Pavel Shilovsky · 12 years ago
  29. 6d5786a CIFS: Rename Get/FreeXid and make them work with unsigned int by Pavel Shilovsky · 12 years ago
  30. ebfc3b4 don't pass nameidata to ->create() by Al Viro · 12 years ago
  31. 00cd8dd stop passing nameidata to ->lookup() by Al Viro · 12 years ago
  32. 0b728e1 stop passing nameidata * to ->d_revalidate() by Al Viro · 12 years ago
  33. e45198a make finish_no_open() return int by Al Viro · 12 years ago
  34. 30d9049 kill struct opendata by Al Viro · 12 years ago
  35. d958527 make ->atomic_open() return int by Al Viro · 12 years ago
  36. 4723768 ->atomic_open() prototype change - pass int * instead of bool * by Al Viro · 12 years ago
  37. d2c1271 cifs: implement i_op->atomic_open() by Miklos Szeredi · 12 years ago
  38. 936ad90 cifs - check S_AUTOMOUNT in revalidate by Ian Kent · 12 years ago
  39. 10b9b98 CIFS: Respect negotiated MaxMpxCount by Pavel Shilovsky · 12 years ago
  40. 5bccda0 cifs: fix dentry refcount leak when opening a FIFO on lookup by Jeff Layton · 12 years ago
  41. 8b0192a cifs: request oplock when doing open on lookup by Jeff Layton · 12 years ago
  42. 1a67aaf switch ->mknod() to umode_t by Al Viro · 13 years ago
  43. 4acdaf2 switch ->create() to umode_t by Al Viro · 13 years ago
  44. ad4778f CIFS: fix automount for DFS shares by Gerlando Falauto · 13 years ago
  45. 3d3ea8e cifs: Add mount options for backup intent (try #6) by Shirish Pargaonkar · 13 years ago
  46. e750473 add new module parameter 'enable_oplocks' by Steve French · 13 years ago
  47. fa71f44 cifs: demote cERROR in build_path_from_dentry to cFYI by Jeff Layton · 13 years ago
  48. 1d87c28 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  49. f5bc1e7 CIFS: Fix oops while mounting with prefixpath by Pavel Shilovsky · 13 years ago
  50. e010a5e [CIFS] Redundant null check after dereference by Steve French · 13 years ago
  51. 3ca30d4 CIFS: Fix oops while mounting with prefixpath by Pavel Shilovsky · 13 years ago
  52. 4352780 cifs_lookup(): LOOKUP_OPEN is set only on the last component by Al Viro · 13 years ago
  53. 407938e LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last step by Al Viro · 13 years ago
  54. dd7dd55 no need to check for LOOKUP_OPEN in ->create() instances by Al Viro · 13 years ago
  55. dc137bf cifs: build_path_from_dentry() race fix by Al Viro · 13 years ago
  56. 96daf2b [CIFS] Rename three structures to avoid camel case by Steve French · 13 years ago
  57. f87d39d [CIFS] Migrate from prefixpath logic by Steve French · 13 years ago
  58. fa2989f CIFS: Use pid saved from cifsFileInfo in writepages and set_file_size by Pavel Shilovsky · 13 years ago
  59. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  60. 01c64fe CIFS: Use d_automount() rather than abusing follow_link() by David Howells · 13 years ago
  61. 1c929cf switch cifs by Al Viro · 14 years ago
  62. d44a9fe cifs: switch cifs_open and cifs_create to use CIFSSMBUnixSetFileInfo by Jeff Layton · 13 years ago
  63. 197a1ee [CIFS] Fix minor merge conflict in fs/cifs/dir.c by Steve French · 13 years ago
  64. acc6f11 Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 by Steve French · 13 years ago
  65. 34286d6 fs: rcu-walk aware d_revalidate method by Nick Piggin · 13 years ago
  66. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 13 years ago
  67. b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 13 years ago
  68. 621e155 fs: change d_compare for rcu-walk by Nick Piggin · 13 years ago
  69. 79eb4dd cifs: dont overwrite dentry name in d_revalidate by Nick Piggin · 13 years ago
  70. 262f86a cifs: don't overwrite dentry name in d_revalidate by Nick Piggin · 14 years ago
  71. 15ecb43 cifs: move cifs_new_fileinfo to file.c by Jeff Layton · 14 years ago
  72. 2e396b8 cifs: eliminate pfile pointer from cifsFileInfo by Jeff Layton · 14 years ago
  73. 1588617 cifs: clean up cifs_reopen_file by Jeff Layton · 14 years ago
  74. abfe1ee cifs: eliminate the inode argument from cifs_new_fileinfo by Jeff Layton · 14 years ago
  75. f6a5346 cifs: eliminate oflags option from cifs_new_fileinfo by Jeff Layton · 14 years ago
  76. 608712f cifs: fix flags handling in cifs_posix_open by Jeff Layton · 14 years ago
  77. d7c86ff cifs: don't use vfsmount to pin superblock for oplock breaks by Jeff Layton · 14 years ago
  78. a5e18bc cifs: keep dentry reference in cifsFileInfo instead of inode reference by Jeff Layton · 14 years ago
  79. 6508d90 cifs: have find_readable/writable_file filter by fsuid by Jeff Layton · 14 years ago
  80. 13cfb73 cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointer by Jeff Layton · 14 years ago
  81. 7ffec37 cifs: add refcounted and timestamped container for holding tcons by Jeff Layton · 14 years ago
  82. f7a4068 cifs: have cifs_new_fileinfo take a tcon arg by Jeff Layton · 14 years ago
  83. 0d424ad cifs: add cifs_sb_master_tcon and convert some callers to use it by Jeff Layton · 14 years ago
  84. a6e8a84 cifs: add function to get a tcon from cifs_sb by Jeff Layton · 14 years ago
  85. 5fe97cf cifs: add tcon field to cifsFileInfo struct by Jeff Layton · 14 years ago
  86. aa91c7e cifs: fix broken oplock handling by Suresh Jayaraman · 14 years ago
  87. 232341b cifs: consolidate error handling in several functions by Jeff Layton · 14 years ago
  88. 5d9ac7f cifs: clean up error handling in cifs_mknod by Jeff Layton · 14 years ago
  89. 3b7433b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  90. e4317cec cifs: remove an potentially confusing, obsolete comment by Suresh Jayaraman · 14 years ago
  91. 9b64697 cifs: use workqueue instead of slow-work by Tejun Heo · 14 years ago
  92. 6ca9f3b cifs: pass instantiated filp back after open call by Jeff Layton · 14 years ago
  93. 2422f67 cifs: move cifs_new_fileinfo call out of cifs_posix_open by Jeff Layton · 14 years ago
  94. 4065c80 cifs: fix noserverino handling when unix extensions are enabled by Jeff Layton · 14 years ago
  95. fdb3603 cifs: propagate cifs_new_fileinfo() error back to the caller by Suresh Jayaraman · 14 years ago
  96. fae683f cifs: add comments explaining cifs_new_fileinfo behavior by Suresh Jayaraman · 14 years ago
  97. fa588e0 [CIFS] Allow null nd (as nfs server uses) on create by Steve French · 14 years ago
  98. b6b38f7 [CIFS] Neaten cERROR and cFYI macros, reduce text space by Joe Perches · 14 years ago
  99. df2cf17 cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentry by Jeff Layton · 14 years ago
  100. 6b2f3d1 vfs: Implement proper O_SYNC semantics by Christoph Hellwig · 15 years ago