1. 4065c80 cifs: fix noserverino handling when unix extensions are enabled by Jeff Layton · 14 years ago
  2. 84f30c6 cifs: don't update uniqueid in cifs_fattr_to_inode by Jeff Layton · 14 years ago
  3. db19272 cifs: always revalidate hardlinked inodes when using noserverino by Jeff Layton · 14 years ago
  4. baa4563 Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 by Steve French · 14 years ago
  5. 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
  6. aa3e557 [CIFS] drop quota operation stubs by Steve French · 14 years ago
  7. 3d69438 cifs: guard against hardlinking directories by Jeff Layton · 14 years ago
  8. fdb3603 cifs: propagate cifs_new_fileinfo() error back to the caller by Suresh Jayaraman · 14 years ago
  9. fae683f cifs: add comments explaining cifs_new_fileinfo behavior by Suresh Jayaraman · 14 years ago
  10. 51c8176 cifs: remove unused parameter from cifs_posix_open_inode_helper() by Suresh Jayaraman · 14 years ago
  11. bdfae14 [CIFS] Remove unused cifs_oplock_cachep by Steve French · 14 years ago
  12. 26efa0b cifs: have decode_negTokenInit set flags in server struct by Jeff Layton · 14 years ago
  13. 198b568 cifs: break negotiate protocol calls out of cifs_setup_session by Jeff Layton · 14 years ago
  14. ebe6aa5 cifs: eliminate "first_time" parm to CIFS_SessSetup by Jeff Layton · 14 years ago
  15. d54ff73 [CIFS] Fix lease break for writes by Steve French · 14 years ago
  16. 9bf67e5 cifs: save the dialect chosen by server by Jeff Layton · 14 years ago
  17. ad6cca6 cifs: change && to || by Dan Carpenter · 14 years ago
  18. 04912d6 cifs: rename "extended_security" to "global_secflags" by Jeff Layton · 14 years ago
  19. d00c28d cifs: move tcon find/create into separate function by Jeff Layton · 14 years ago
  20. 36988c7 cifs: move SMB session creation code into separate function by Jeff Layton · 14 years ago
  21. a5fc4ce cifs: track local_nls in volume info by Jeff Layton · 14 years ago
  22. fa588e0 [CIFS] Allow null nd (as nfs server uses) on create by Steve French · 14 years ago
  23. 8044f7f cifs: add bdi backing to mount session by Jens Axboe · 14 years ago
  24. 2c964d1 [CIFS] Fix losing locks during fork() by Pavel Shilovsky · 14 years ago
  25. f19159d [CIFS] Cleanup various minor breakage in previous cFYI cleanup by Steve French · 14 years ago
  26. b6b38f7 [CIFS] Neaten cERROR and cFYI macros, reduce text space by Joe Perches · 14 years ago
  27. 315e995 [CIFS] use add_to_page_cache_lru by Nick Piggin · 14 years ago
  28. 9ddd3a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  29. f05337c not overwriting file_lock structure after GET_LK by Pavel Shilovsky · 14 years ago
  30. 6513a81 cifs: Fix a kernel BUG with remote OS/2 server (try #3) by Suresh Jayaraman · 14 years ago
  31. a24e2d7 [CIFS] initialize nbytes at the beginning of CIFSSMBWrite() by Steve French · 14 years ago
  32. 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
  33. 810627a0 [CIFS] Add mmap for direct, nobrl cifs mount types by Pavel Shilovsky · 14 years ago
  34. 0a492fd Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  35. 8212cf7 cifs: trivial white space by Dan Carpenter · 14 years ago
  36. ff215713 [CIFS] checkpatch cleanup by Steve French · 14 years ago
  37. abab095 cifs: add cifs_revalidate_file by Jeff Layton · 14 years ago
  38. 318ae2e Merge branch 'for-next' into for-linus by Jiri Kosina · 14 years ago
  39. c8634fd cifs: add a CIFSSMBUnixQFileInfo function by Jeff Layton · 14 years ago
  40. bcd5357 cifs: add a CIFSSMBQFileInfo function by Jeff Layton · 14 years ago
  41. df2cf17 cifs: overhaul cifs_revalidate and rename to cifs_revalidate_dentry by Jeff Layton · 14 years ago
  42. 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
  43. 8737c93 Switch may_open() and break_lease() to passing O_... by Al Viro · 15 years ago
  44. d7b619c [CIFS] pSesInfo->sesSem is used as mutex. Rename it to session_mutex and by Steve French · 14 years ago
  45. 122ca00 [CIFS] Use unsigned ea length for clarity by Steve French · 14 years ago
  46. 835a36c cifs: set server_eof in cifs_fattr_to_inode by Jeff Layton · 14 years ago
  47. 96c03bc [CIFS] Minor cleanup to EA patch by Steve French · 14 years ago
  48. 31c0519 cifs: merge CIFSSMBQueryEA with CIFSSMBQAllEAs by Jeff Layton · 14 years ago
  49. 0cd126b cifs: verify lengths of QueryAllEAs reply by Jeff Layton · 14 years ago
  50. e529614 cifs: increase maximum buffer size in CIFSSMBQAllEAs by Jeff Layton · 14 years ago
  51. 6e462b9 cifs: rename name_len to list_len in CIFSSMBQAllEAs by Jeff Layton · 14 years ago
  52. f0d3868 cifs: clean up indentation in CIFSSMBQAllEAs by Jeff Layton · 14 years ago
  53. 370b419 cifs: add parens around smb_var in BCC macros by Jeff Layton · 14 years ago
  54. 5551638 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 14 years ago
  55. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 14 years ago
  56. 05507fa cifs: fix dentry hash calculation for case-insensitive mounts by Jeff Layton · 14 years ago
  57. ccd4bb1 [CIFS] Don't cache timestamps on utimes due to coarse granularity by Steve French · 14 years ago
  58. 301a6a3 [CIFS] Maximum username length check in session setup does not match by Steve French · 14 years ago
  59. f12f98d cifs: fix length calculation for converted unicode readdir names by Jeff Layton · 14 years ago
  60. 1537a36 tree-wide: fix 'lenght' typo in comments and code by Daniel Mack · 14 years ago
  61. 7e1295d CIFS shouldn't make mountpoints shrinkable by Al Viro · 15 years ago
  62. 6a5fa236 [CIFS] Add support for TCP_NODELAY by Steve French · 15 years ago
  63. c03f6bf Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 15 years ago
  64. 37c24b3 Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 15 years ago
  65. 6b2f3d1 vfs: Implement proper O_SYNC semantics by Christoph Hellwig · 15 years ago
  66. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  67. a994b8f [CIFS] Enable mmap on forcedirectio mounts by Steve French · 15 years ago
  68. 6070d81 tree-wide: fix misspelling of "definition" in comments by Adam Buchbinder · 15 years ago
  69. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  70. a2934c7 cifs: NULL out tcon, pSesInfo, and srvTcp pointers when chasing DFS referrals by Jeff Layton · 15 years ago
  71. 99d7832 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 15 years ago
  72. 2f81e75 [CIFS] Fix sparse warning by Steve French · 15 years ago
  73. cea6234 [CIFS] Duplicate data on appending to some Samba servers by Steve French · 15 years ago
  74. 8e6c033 [CIFS] fix oops in cifs_lookup during net boot by Steve French · 15 years ago
  75. 9b8b317 Merge commit 'v2.6.32-rc8' into HEAD by J. Bruce Fields · 15 years ago
  76. 0109d7e SLOW_WORK: Fix CIFS to pass THIS_MODULE to slow_work_register_user() by David Howells · 15 years ago
  77. f534dc9 cifs: clear server inode number flag while autodisabling by Suresh Jayaraman · 15 years ago
  78. f475f67 cifs: don't use CIFSGetSrvInodeNumber in is_path_accessible by Jeff Layton · 15 years ago
  79. ec06aed cifs: clean up handling when server doesn't consistently support inode numbers by Jeff Layton · 15 years ago
  80. dc7a081 nfs: new subdir Documentation/filesystems/nfs by J. Bruce Fields · 15 years ago
  81. 8347a5c [CIFS] Fixing to avoid invalid kfree() in cifs_get_tcp_session() by Steve French · 15 years ago
  82. 07e2e6b Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 15 years ago
  83. 3321b79 cifs: fix locking and list handling code in cifs_open and its helper by Jeff Layton · 15 years ago
  84. 15dd478 [CIFS] Remove build warning by Steve French · 15 years ago
  85. 5d2c0e2 cifs: fix problems with last two commits by Jeff Layton · 15 years ago
  86. 0f59e61 [CIFS] Fix build break when keys support turned off by Steve French · 15 years ago
  87. 086f68b cifs: eliminate cifs_init_private by Jeff Layton · 15 years ago
  88. 3bc303c cifs: convert oplock breaks to use slow_work facility (try #4) by Jeff Layton · 15 years ago
  89. c08d3b0 truncate: use new helpers by npiggin@suse.de · 15 years ago
  90. 6d729e4 fs: Make unload_nls() NULL pointer safe by Thomas Gleixner · 15 years ago
  91. 342ff1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  92. 6e1d5dc const: mark remaining inode_operations as const by Alexey Dobriyan · 15 years ago
  93. 0d54b21 const: make struct super_block::s_qcop const by Alexey Dobriyan · 15 years ago
  94. a419aef trivial: remove unnecessary semicolons by Joe Perches · 15 years ago
  95. 48541bd cifs: have cifsFileInfo hold an extra inode reference by Jeff Layton · 15 years ago
  96. 058daf4 cifs: take read lock on GlobalSMBSes_lock in is_valid_oplock_break by Jeff Layton · 15 years ago
  97. 495e993 cifs: remove cifsInodeInfo.oplockPending flag by Jeff Layton · 15 years ago
  98. 590a3fe cifs: fix oplock request handling in posix codepath by Jeff Layton · 15 years ago
  99. 20d1752 [CIFS] Re-enable Lanman security by Chuck Ebbert · 15 years ago
  100. 9162ab2 cifs: consolidate reconnect logic in smb_init routines by Jeff Layton · 15 years ago