1. 3694b91 cifs: update README to include details about 'fsc' option by Suresh Jayaraman · 14 years ago
  2. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  3. 1b94746 cifs: truncate fallout by Christoph Hellwig · 14 years ago
  4. b57922d convert remaining ->clear_inode() to ->evict_inode() by Al Viro · 14 years ago
  5. 45321ac Make ->drop_inode() just return whether inode needs to be dropped by Al Viro · 14 years ago
  6. db78b87 always call inode_change_ok early in ->setattr by Christoph Hellwig · 14 years ago
  7. 1025774 remove inode_setattr by Christoph Hellwig · 14 years ago
  8. 1fc7995 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  9. 3b7433b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  10. 1a4240f DNS: Separate out CIFS DNS Resolver code by Wang Lei · 14 years ago
  11. ba5dadb cifs: account for new creduid=0x%x parameter in spnego upcall string by Jeff Layton · 14 years ago
  12. 5acfec2 cifs: reduce false positives with inode aliasing serverino autodisable by Jeff Layton · 14 years ago
  13. 67b7626 CIFS: Make cifs_convert_address() take a const src pointer and a length by David Howells · 14 years ago
  14. f579903 cifs: show features compiled in as part of DebugData by Suresh Jayaraman · 14 years ago
  15. 95c9990 cifs: update README by Suresh Jayaraman · 14 years ago
  16. cb76d5e cifs: fsc should not default to "on" by Jeff Layton · 14 years ago
  17. f67909c [CIFS] remove redundant path walking in dfs_do_refmount by Steve French · 14 years ago
  18. f636a34 cifs: ignore the "mand", "nomand" and "_netdev" mount options by Jeff Layton · 14 years ago
  19. 3572d28 cifs: map NT_STATUS_ERROR_WRITE_PROTECTED to -EROFS by Jeff Layton · 14 years ago
  20. f30b9c1 cifs: don't allow cifs_iget to match inodes of the wrong type by Jeff Layton · 14 years ago
  21. 9f84159 [CIFS] relinquish fscache cookie before freeing CIFSTconInfo by Steve French · 14 years ago
  22. 3e4b3e1 cifs: add separate cred_uid field to sesInfo by Jeff Layton · 14 years ago
  23. f55fdcc fs: cifs: check kmalloc() result by Kulikov Vasiliy · 14 years ago
  24. 0ccd480 [CIFS] Missing ifdef by Steve French · 14 years ago
  25. d0e6f44 [CIFS] Missing line from previous commit by Steve French · 14 years ago
  26. c5e04a3 [CIFS] Fix build break when CONFIG_CIFS_FSCACHE disabled by Steve French · 14 years ago
  27. fa1df75 cifs: add mount option to enable local caching by Suresh Jayaraman · 14 years ago
  28. 5669823 cifs: read pages from FS-Cache by Suresh Jayaraman · 14 years ago
  29. 9dc0655 cifs: store pages into local cache by Suresh Jayaraman · 14 years ago
  30. 85f2d6b cifs: FS-Cache page management by Suresh Jayaraman · 14 years ago
  31. 9451a9a cifs: define inode-level cache object and register them by Suresh Jayaraman · 14 years ago
  32. d03382c cifs: define superblock-level cache index objects and register them by Suresh Jayaraman · 14 years ago
  33. 8913007 cifs: remove unused cifsUidInfo struct by Jeff Layton · 14 years ago
  34. 4ff67b7 cifs: clean up cifs_find_smb_ses (try #2) by Jeff Layton · 14 years ago
  35. daf5b0b cifs: match secType when searching for existing tcp session by Jeff Layton · 14 years ago
  36. 4515148 cifs: move address comparison into separate function by Jeff Layton · 14 years ago
  37. 50d9716 cifs: set the port in sockaddr in a more clearly defined fashion by Jeff Layton · 14 years ago
  38. 488f1d2d cifs: define server-level cache index objects and register them by Suresh Jayaraman · 14 years ago
  39. f579cf3 cifs: register CIFS for caching by Suresh Jayaraman · 14 years ago
  40. c21dfb6 fs/cifs: Remove unnecessary casts of private_data by Joe Perches · 14 years ago
  41. 3feb41c cifs: add kernel config option for CIFS Client caching support by Suresh Jayaraman · 14 years ago
  42. c6332e2 cifs: remove unused ip_address field in struct TCP_Server_Info by Suresh Jayaraman · 14 years ago
  43. e4317cec cifs: remove an potentially confusing, obsolete comment by Suresh Jayaraman · 14 years ago
  44. abd2e44 cifs: guard cifsglob.h against multiple inclusion by Suresh Jayaraman · 14 years ago
  45. 51c20fc CIFS: Remove __exit mark from cifs_exit_dns_resolver() by David Howells · 14 years ago
  46. 9b64697 cifs: use workqueue instead of slow-work by Tejun Heo · 14 years ago
  47. 4c0c03c CIFS: Fix a malicious redirect problem in the DNS lookup code by David Howells · 14 years ago
  48. 8a224d4 cifs: remove bogus first_time check in NTLMv2 session setup code by Jeff Layton · 14 years ago
  49. 47c78b7 cifs: don't call cifs_new_fileinfo unless cifs_open succeeds by Jeff Layton · 14 years ago
  50. d9d5d8d cifs: don't ignore cifs_posix_open_inode_helper return value by Suresh Jayaraman · 14 years ago
  51. db46024 cifs: clean up arguments to cifs_open_inode_helper by Jeff Layton · 14 years ago
  52. 6ca9f3b cifs: pass instantiated filp back after open call by Jeff Layton · 14 years ago
  53. 2422f67 cifs: move cifs_new_fileinfo call out of cifs_posix_open by Jeff Layton · 14 years ago
  54. 12420ac cifs: implement drop_inode superblock op by Jeff Layton · 14 years ago
  55. ed0e3ac cifs: don't attempt busy-file rename unless it's in same directory by Jeff Layton · 14 years ago
  56. 06b4367 cifs: fix page refcount leak by Jeff Layton · 14 years ago
  57. 7ea8085 drop unused dentry argument to ->fsync by Christoph Hellwig · 14 years ago
  58. 4065c80 cifs: fix noserverino handling when unix extensions are enabled by Jeff Layton · 14 years ago
  59. 84f30c6 cifs: don't update uniqueid in cifs_fattr_to_inode by Jeff Layton · 14 years ago
  60. db19272 cifs: always revalidate hardlinked inodes when using noserverino by Jeff Layton · 14 years ago
  61. baa4563 Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 by Steve French · 14 years ago
  62. 4462dc0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  63. aa3e557 [CIFS] drop quota operation stubs by Steve French · 14 years ago
  64. 3d69438 cifs: guard against hardlinking directories by Jeff Layton · 14 years ago
  65. fdb3603 cifs: propagate cifs_new_fileinfo() error back to the caller by Suresh Jayaraman · 14 years ago
  66. fae683f cifs: add comments explaining cifs_new_fileinfo behavior by Suresh Jayaraman · 14 years ago
  67. 51c8176 cifs: remove unused parameter from cifs_posix_open_inode_helper() by Suresh Jayaraman · 14 years ago
  68. bdfae14 [CIFS] Remove unused cifs_oplock_cachep by Steve French · 14 years ago
  69. 26efa0b cifs: have decode_negTokenInit set flags in server struct by Jeff Layton · 14 years ago
  70. 198b568 cifs: break negotiate protocol calls out of cifs_setup_session by Jeff Layton · 14 years ago
  71. ebe6aa5 cifs: eliminate "first_time" parm to CIFS_SessSetup by Jeff Layton · 14 years ago
  72. d54ff73 [CIFS] Fix lease break for writes by Steve French · 14 years ago
  73. 9bf67e5 cifs: save the dialect chosen by server by Jeff Layton · 14 years ago
  74. ad6cca6 cifs: change && to || by Dan Carpenter · 14 years ago
  75. 04912d6 cifs: rename "extended_security" to "global_secflags" by Jeff Layton · 14 years ago
  76. d00c28d cifs: move tcon find/create into separate function by Jeff Layton · 14 years ago
  77. 36988c7 cifs: move SMB session creation code into separate function by Jeff Layton · 14 years ago
  78. a5fc4ce cifs: track local_nls in volume info by Jeff Layton · 14 years ago
  79. fa588e0 [CIFS] Allow null nd (as nfs server uses) on create by Steve French · 14 years ago
  80. 8044f7f cifs: add bdi backing to mount session by Jens Axboe · 14 years ago
  81. 2c964d1 [CIFS] Fix losing locks during fork() by Pavel Shilovsky · 14 years ago
  82. f19159d [CIFS] Cleanup various minor breakage in previous cFYI cleanup by Steve French · 14 years ago
  83. b6b38f7 [CIFS] Neaten cERROR and cFYI macros, reduce text space by Joe Perches · 14 years ago
  84. 315e995 [CIFS] use add_to_page_cache_lru by Nick Piggin · 14 years ago
  85. 9ddd3a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  86. f05337c not overwriting file_lock structure after GET_LK by Pavel Shilovsky · 14 years ago
  87. 6513a81 cifs: Fix a kernel BUG with remote OS/2 server (try #3) by Suresh Jayaraman · 14 years ago
  88. a24e2d7 [CIFS] initialize nbytes at the beginning of CIFSSMBWrite() by Steve French · 14 years ago
  89. 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
  90. 810627a0 [CIFS] Add mmap for direct, nobrl cifs mount types by Pavel Shilovsky · 14 years ago
  91. 0a492fd Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  92. 8212cf7 cifs: trivial white space by Dan Carpenter · 14 years ago
  93. ff215713 [CIFS] checkpatch cleanup by Steve French · 14 years ago
  94. abab095 cifs: add cifs_revalidate_file by Jeff Layton · 14 years ago
  95. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  96. c8634fd cifs: add a CIFSSMBUnixQFileInfo function by Jeff Layton · 14 years ago
  97. bcd5357 cifs: add a CIFSSMBQFileInfo function by Jeff Layton · 14 years ago
  98. df2cf17 cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentry by Jeff Layton · 14 years ago
  99. 0f2cc4e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  100. 8737c93 Switch may_open() and break_lease() to passing O_... by Al Viro · 15 years ago