1. 893b282 smb3: don't request leases in symlink creation and query by Steve French · 6 years ago
  2. dbbab32 cifs: get rid of unused arguments of CIFSSMBWrite() by Al Viro · 8 years ago
  3. fceef39 switch ->get_link() to delayed_call, kill ->put_link() by Al Viro · 8 years ago
  4. 6b25539 replace ->follow_link() with new method that could stay in RCU mode by Al Viro · 8 years ago
  5. 052b398 Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  6. 6e77137 don't pass nameidata to ->follow_link() by Al Viro · 9 years ago
  7. 680baac new ->follow_link() and ->put_link() calling conventions by Al Viro · 9 years ago
  8. bc8ebdc4 Fix that several functions handle incorrect value of mapchars by Nakajima Akira · 9 years ago
  9. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  10. ff273cb [CIFS] Remove obsolete comment by Steve French · 10 years ago
  11. 2baa268 Remap reserved posix characters by default (part 3/3) by Steve French · 10 years ago
  12. c22870e mfsymlinks support for SMB2.1/SMB3. Part 2 query symlink by Steve French · 10 years ago
  13. 5ab9757 Add mfsymlinks support for SMB2.1/SMB3. Part 1 create symlink by Steve French · 10 years ago
  14. 364d429 Fix mfsymlinks file size check by Steve French · 10 years ago
  15. da80659 [SMB3] Fix oops when creating symlinks on smb3 by Steve French · 10 years ago
  16. a1d0b84c fs/cifs: fix regression in cifs_create_mf_symlink() by Björn Baumbach · 10 years ago
  17. a9a315d cifs: Fix check for regular file in couldbe_mf_symlink() by Sachin Prabhu · 10 years ago
  18. d81b8a4 CIFS: Cleanup cifs open codepath by Pavel Shilovsky · 10 years ago
  19. 0ecdb4f cifs: move unix extension call to cifs_query_symlink() by Sachin Prabhu · 10 years ago
  20. 0f8dce1 cifs: Re-order M-F Symlink code by Sachin Prabhu · 10 years ago
  21. cbb0aba cifs: Add create MFSymlinks to protocol ops struct by Sachin Prabhu · 10 years ago
  22. 8205d1b cifs: use protocol specific call for query_mf_symlink() by Sachin Prabhu · 10 years ago
  23. cb084b1 cifs: Rename MF symlink function names by Sachin Prabhu · 10 years ago
  24. b5be1a1 cifs: Rename and cleanup open_query_close_cifs_symlink() by Sachin Prabhu · 10 years ago
  25. abf9767 cifs: Fix memory leak in cifs_hardlink() by Christian Engelmayer · 10 years ago
  26. 750b8de cifs: We do not drop reference to tlink in CIFSCheckMFSymlink() by Sachin Prabhu · 10 years ago
  27. 87dc800 new helper: kfree_put_link() by Al Viro · 11 years ago
  28. b42bf88 CIFS: Implement follow_link for SMB2 by Pavel Shilovsky · 11 years ago
  29. 1b24408 Do not attempt to do cifs operations reading symlinks with SMB2 by Steve French · 11 years ago
  30. f96637b [CIFS] cifs: Rename cERROR and cFYI to cifs_dbg by Joe Perches · 11 years ago
  31. 8a168ca treewide: Fix typo in various drivers by Masanari Iida · 11 years ago
  32. d6e906f CIFS: Move hardlink to ops struct by Steve French · 12 years ago
  33. b7ca692 CIFS: Protect i_nlink from being negative by Steve French · 12 years ago
  34. 29e20f9 CIFS: Make CAP_* checks protocol independent by Pavel Shilovsky · 12 years ago
  35. 6d5786a CIFS: Rename Get/FreeXid and make them work with unsigned int by Pavel Shilovsky · 12 years ago
  36. ac3aa2f cifs: remove extraneous newlines from cERROR and cFYI calls by Jeff Layton · 12 years ago
  37. 6d6b77f filesystems: add missing nlink wrappers by Miklos Szeredi · 13 years ago
  38. 3d3ea8e cifs: Add mount options for backup intent (try #6) by Shirish Pargaonkar · 13 years ago
  39. 14cae32 cifs: Cleanup: check return codes of crypto api calls by Shirish Pargaonkar · 13 years ago
  40. 96daf2b [CIFS] Rename three structures to avoid camel case by Steve French · 13 years ago
  41. d4ffff1 CIFS: Add rwpidforward mount option by Pavel Shilovsky · 13 years ago
  42. fa2989f CIFS: Use pid saved from cifsFileInfo in writepages and set_file_size by Pavel Shilovsky · 13 years ago
  43. 5443d13 various endian fixes to cifs by Steve French · 13 years ago
  44. ffeb414 cifs: fix two compiler warning about uninitialized vars by Jeff Layton · 13 years ago
  45. ee2c925 cifs: More crypto cleanup (try #2) by Shirish Pargaonkar · 13 years ago
  46. 93c100c [CIFS] Replace cifs md5 hashing functions with kernel crypto APIs by Steve French · 13 years ago
  47. 1c929cf switch cifs by Al Viro · 13 years ago
  48. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 13 years ago
  49. 13cfb73 cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointer by Jeff Layton · 14 years ago
  50. 7ffec37 cifs: add refcounted and timestamped container for holding tcons by Jeff Layton · 14 years ago
  51. a6e8a84 cifs: add function to get a tcon from cifs_sb by Jeff Layton · 14 years ago
  52. 1b12b9c cifs: use Minshall+French symlink functions by Stefan Metzmacher · 14 years ago
  53. 8713d01 cifs: implement CIFSCreateMFSymLink() by Stefan Metzmacher · 14 years ago
  54. 18bddd1 cifs: implement CIFSFormatMFSymlink() by Stefan Metzmacher · 14 years ago
  55. 0fd43ae cifs: implement CIFSQueryMFSymLink() by Stefan Metzmacher · 14 years ago
  56. 8bfb50a cifs: implement CIFSCouldBeMFSymlink() and CIFSCheckMFSymlink() by Stefan Metzmacher · 14 years ago
  57. c69c1b6 cifs: implement CIFSParseMFSymlink() by Stefan Metzmacher · 14 years ago
  58. b6b38f7 [CIFS] Neaten cERROR and cFYI macros, reduce text space by Joe Perches · 14 years ago
  59. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  60. 0f3bc09 cifs: Fix incorrect return code being printed in cFYI messages by Suresh Jayaraman · 15 years ago
  61. 8b6427a cifs: fix pointer initialization and checks in cifs_follow_symlink (try #4) by Jeff Layton · 15 years ago
  62. 0e0d2cf [CIFS] Remove sparse endian warnings by Steve French · 15 years ago
  63. 9e39b0a [CIFS] Remove unneeded QuerySymlink call and fix mapping for unmapped status by Steve French · 15 years ago
  64. 460b969 cifs: change CIFSSMBUnixQuerySymLink to use new helpers by Jeff Layton · 15 years ago
  65. c2cf07d [CIFS] Finishup DFS code 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. 4b18f2a [CIFS] convert usage of implicit booleans to bool by Steve French · 16 years ago
  68. 8b1327f [CIFS] file create with acl support enabled is slow by Steve French · 16 years ago
  69. 366781c [CIFS] DFS build fixes by Steve French · 16 years ago
  70. 77159b4 [CIFS] Fix warnings shown by newer version of sparse by Steve French · 17 years ago
  71. c18c842 [CIFS] Allow disabling CIFS Unix Extensions as mount option by Steve French · 17 years ago
  72. 63135e0 [CIFS] More whitespace/formatting fixes (noticed by checkpatch) by Steve French · 17 years ago
  73. 50c2f75 [CIFS] whitespace/formatting fixes by Steve French · 17 years ago
  74. fb8c4b1 [CIFS] whitespace cleanup by Steve French · 17 years ago
  75. 1b2b212 [CIFS] mtime bounces from local to remote when cifs nocmtime i_flags overwritten by Steve French · 17 years ago
  76. 31ec35d [CIFS] Incorrect hardlink count when original file is cached (oplocked) by Steve French · 17 years ago
  77. 1bd5bbc [CIFS] Legacy time handling for Win9x and OS/2 part 1 by Steve French · 18 years ago
  78. 26a21b9 [CIFS] Cleanup extra whitespace in dmesg logging. Update cifs change log by Steve French · 18 years ago
  79. 0bd4fa9 [CIFS] [CIFS] Do not take rename sem on most path based calls (during by Steve French · 18 years ago
  80. d62e54a Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git by Steve French · 18 years ago
  81. a11f3a0 [PATCH] sem2mutex: vfs_rename_mutex by Arjan van de Ven · 18 years ago
  82. 083d3a2 [CIFS] Workaround various server bugs found in testing at connectathon by Steve French · 18 years ago
  83. f99d49a [PATCH] kfree cleanup: fs by Jesper Juhl · 19 years ago
  84. 7f57356 [CIFS] Remove cifs_sb argument from *build_path_from_dentry by Steve French · 19 years ago
  85. b92327f [CIFS] Finish up of case-insensitive dentry handling for cifs. This by Steve French · 19 years ago
  86. 6463523 Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git by Steve French · 19 years ago
  87. cc314ee Fix nasty ncpfs symlink handling bug. by Linus Torvalds · 19 years ago
  88. ac67055 [CIFS] POSIX extensions, SetFSInfo added by Jeremy Allison · 19 years ago
  89. 737b758 [PATCH] cifs: character mapping of special characters (part 3 of 3) by Steve French · 19 years ago
  90. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago