1. 92fc65a CIFS: Move readdir code to ops struct by Pavel Shilovsky · 12 years ago
  2. 4b4de76 CIFS: Replace netfid with cifs_fid struct in cifsFileInfo by Pavel Shilovsky · 12 years ago
  3. 29e20f9 CIFS: Make CAP_* checks protocol independent by Pavel Shilovsky · 12 years ago
  4. 6d5786a CIFS: Rename Get/FreeXid and make them work with unsigned int by Pavel Shilovsky · 12 years ago
  5. cd60042 cifs: always update the inode cache with the results from a FIND_* by Jeff Layton · 12 years ago
  6. 2608bee cifs: Include backup intent search flags during searches {try #2) by Shirish Pargaonkar · 12 years ago
  7. acbbb76 CIFS: Rename *UCS* functions to *UTF16* by Steve French · 12 years ago
  8. 7023676 cifs: check for NULL last_entry before calling cifs_save_resume_key by Jeff Layton · 13 years ago
  9. 1d87c28 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 13 years ago
  10. eaf35b1 cifs: use cifs_dirent in cifs_save_resume_key by Christoph Hellwig · 13 years ago
  11. f16d59b cifs: use cifs_dirent to replace cifs_get_name_from_search_buf by Christoph Hellwig · 13 years ago
  12. cda0ec6 cifs: introduce cifs_dirent by Christoph Hellwig · 13 years ago
  13. 9feed6f cifs: cleanup cifs_filldir by Christoph Hellwig · 13 years ago
  14. b85fd6b don't open-code parent_ino() in assorted ->readdir() by Al Viro · 13 years ago
  15. 96daf2b [CIFS] Rename three structures to avoid camel case by Steve French · 13 years ago
  16. 31c2659 cifs: clean up some compiler warnings by Jeff Layton · 13 years ago
  17. 1c929cf switch cifs by Al Viro · 14 years ago
  18. 20054bd cifs: use CreationTime like an i_generation field by Jeff Layton · 13 years ago
  19. fb045ad fs: dcache reduce branches in lookup path by Nick Piggin · 13 years ago
  20. b1e6a01 fs: change d_hash for rcu-walk by Nick Piggin · 13 years ago
  21. 545c988 cifs: remove bogus remapping of error in cifs_filldir() by Suresh Jayaraman · 14 years ago
  22. 59c55ba cifs: don't take extra tlink reference in initiate_cifs_search by Jeff Layton · 14 years ago
  23. 4477288 cifs: convert GlobalSMBSeslock from a rwlock to regular spinlock by Jeff Layton · 14 years ago
  24. 6221ddd cifs: handle FindFirst failure gracefully by Suresh Jayaraman · 14 years ago
  25. 13cfb73 cifs: have cifsFileInfo hold a reference to a tlink rather than tcon pointer by Jeff Layton · 14 years ago
  26. 7ffec37 cifs: add refcounted and timestamped container for holding tcons by Jeff Layton · 14 years ago
  27. 0d424ad cifs: add cifs_sb_master_tcon and convert some callers to use it by Jeff Layton · 14 years ago
  28. a6e8a84 cifs: add function to get a tcon from cifs_sb by Jeff Layton · 14 years ago
  29. ba00ba6 cifs: make various routines use the cifsFileInfo->tcon pointer by Jeff Layton · 14 years ago
  30. 1b12b9c cifs: use Minshall+French symlink functions by Stefan Metzmacher · 14 years ago
  31. f55fdcc fs: cifs: check kmalloc() result by Kulikov Vasiliy · 14 years ago
  32. b6b38f7 [CIFS] Neaten cERROR and cFYI macros, reduce text space by Joe Perches · 14 years ago
  33. 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
  34. 05507fa cifs: fix dentry hash calculation for case-insensitive mounts by Jeff Layton · 14 years ago
  35. f12f98d cifs: fix length calculation for converted unicode readdir names by Jeff Layton · 14 years ago
  36. ec06aed cifs: clean up handling when server doesn't consistently support inode numbers by Jeff Layton · 15 years ago
  37. 15dd478 [CIFS] Remove build warning by Steve French · 15 years ago
  38. 0b8f18e cifs: convert cifs_get_inode_info and non-posix readdir to use cifs_iget by Jeff Layton · 15 years ago
  39. cc0bad7 cifs: add new cifs_iget function and convert unix codepath to use it by Jeff Layton · 15 years ago
  40. c4a2c08 cifs: make cnvrtDosUnixTm take a little-endian args and an offset by Jeff Layton · 15 years ago
  41. 07119a4 cifs: have cifs_NTtimeToUnix take a little-endian arg by Jeff Layton · 15 years ago
  42. e836f01 [CIFS] Remove trailing whitespace by Steve French · 15 years ago
  43. 0e0d2cf [CIFS] Remove sparse endian warnings by Steve French · 15 years ago
  44. 1829579 cifs: fix length handling in cifs_get_name_from_search_buf by Jeff Layton · 15 years ago
  45. f588416 cifs: change cifs_get_name_from_search_buf to use new unicode helper by Jeff Layton · 15 years ago
  46. 7b0c8fc cifs: Increase size of tmp_buf in cifs_readdir to avoid potential overflows by Suresh Jayaraman · 15 years ago
  47. fbec9ab cifs: vary timeout on writes past EOF based on offset (try #5) by Jeff Layton · 15 years ago
  48. 85a6dac [CIFS] Endian convert UniqueId when reporting inode numbers from server files by Steve French · 15 years ago
  49. 950ec52 cifs: properly handle case where CIFSGetSrvInodeNumber fails by Jeff Layton · 15 years ago
  50. 132ac7b cifs: refactor new_inode() calls and inode initialization by Jeff Layton · 15 years ago
  51. ddb4cbf [CIFS] Do not attempt to close invalidated file handles by Steve French · 16 years ago
  52. a364bc0 [CIFS] fix saving of resume key before CIFSFindNext by Jeff Layton · 16 years ago
  53. 0752f15 [CIFS] make sure we have the right resume info before calling CIFSFindNext by Steve French · 16 years ago
  54. 76c510a [CIFS] Fix possible double free if search immediately after search rewind fails by Shirish Pargaonkar · 16 years ago
  55. 4468eb3 on non-posix shares, clear write bits in mode when ATTR_READONLY is set by Jeff Layton · 16 years ago
  56. aaa9bbe [CIFS] remove unused variables by Steve French · 16 years ago
  57. 77c57ec [CIFS] don't explicitly do a FindClose on rewind when directory search has ended by Steve French · 16 years ago
  58. 4b18f2a [CIFS] convert usage of implicit booleans to bool by Steve French · 16 years ago
  59. 90c81e0 [CIFS] clean up some hard to read ifdefs by Steve French · 16 years ago
  60. ad7a292 [CIFS] reduce checkpatch warnings by Steve French · 16 years ago
  61. a6f8de3 [CIFS] Fix stale mode after readdir when cifsacl specified by Steve French · 17 years ago
  62. 63d2583 [CIFS] Fix walking out end of cifs dacl by Steve French · 17 years ago
  63. 2c2130e [CIFS] remove two sparse warnings by Steve French · 17 years ago
  64. 26f5736 [CIFS] formatting cleanup found by checkpatch by Steve French · 17 years ago
  65. c18c842 [CIFS] Allow disabling CIFS Unix Extensions as mount option by Steve French · 17 years ago
  66. 50c2f75 [CIFS] whitespace/formatting fixes by Steve French · 17 years ago
  67. 3870253 [CIFS] more whitespace fixes by Steve French · 17 years ago
  68. 790fe57 [CIFS] more whitespace cleanup by Steve French · 17 years ago
  69. 6dc0f87 [CIFS] whitespace cleanup by Steve French · 17 years ago
  70. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  71. 4523cc3 [CIFS] UID/GID override on CIFS mounts to Samba by Steve French · 17 years ago
  72. eaa33a9 [CIFS] Replace kmalloc/memset combination with kzalloc by vignesh · 17 years ago
  73. c33f8d3 [CIFS] Remove unnecessary checks by Christoph Hellwig · 17 years ago
  74. f5c1e2e [CIFS] reset mode when client notices that ATTR_READONLY is no longer set by Alan Tyson · 17 years ago
  75. 3677db1 [CIFS] Fix locking problem around some cifs uses of i_size write by Steve French · 17 years ago
  76. 1b2b212 [CIFS] mtime bounces from local to remote when cifs nocmtime i_flags overwritten by Steve French · 17 years ago
  77. 7ba5263 [CIFS] Allow update of EOF on remote extend of file by Steve French · 17 years ago
  78. a850790 [CIFS] Minor cleanup by Steve French · 17 years ago
  79. e6a0029 [PATCH] cifs: change uses of f_{dentry, vfsmnt} to use f_path by Josef "Jeff" Sipek · 18 years ago
  80. 7ca85ba [CIFS] Fix readdir breakage when blocksize set too small by Steve French · 18 years ago
  81. 12e36b2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 18 years ago
  82. ddae957 [CIFS] fix typo in previous patch by Steve French · 18 years ago
  83. 533f90a [CIFS] Fix old DOS time conversion to handle timezone by Steve French · 18 years ago
  84. 268f3be [CIFS] readdir (ffirst) enablement of accurate timestamps from legacy servers by Steve French · 18 years ago
  85. 203cf2f [CIFS] Fix readdir of large directories for backlevel servers by Steve French · 18 years ago
  86. 1bd5bbc [CIFS] Legacy time handling for Win9x and OS/2 part 1 by Steve French · 18 years ago
  87. ba52de1 [PATCH] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  88. b835beb [CIFS] Fix CIFS readdir access denied when SE Linux enabled by Steve French · 18 years ago
  89. 5ddaa68 [CIFS] endian errors in lanman protocol support by Steve French · 18 years ago
  90. 5bafd76 [CIFS] Add support for readdir to legacy servers by Steve French · 18 years ago
  91. 273d81d [CIFS] Do not overwrite aops by Dave Kleikamp · 18 years ago
  92. 3979877 [CIFS] Support for setting up SMB sessions to legacy lanman servers by Steve French · 18 years ago
  93. 26a21b9 [CIFS] Cleanup extra whitespace in dmesg logging. Update cifs change log by Steve French · 18 years ago
  94. b66ac3e [CIFS] Fix typo in previous by Steve French · 18 years ago
  95. 6080823 [CIFS] Readdir fixes to allow search to start at arbitrary position in directory by Steve French · 18 years ago
  96. 0bd4fa9 [CIFS] [CIFS] Do not take rename sem on most path based calls (during by Steve French · 18 years ago
  97. d62e54a Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git by Steve French · 18 years ago
  98. 5515eff [PATCH] 2tb-files-add-blkcnt_t-fixes by Andrew Morton · 18 years ago
  99. a11f3a0 [PATCH] sem2mutex: vfs_rename_mutex by Arjan van de Ven · 18 years ago
  100. d47d7c1 [CIFS] CIFS readdir perf optimizations part 1 by Steve French · 18 years ago