1. 2b210ad cifs: fix misannotations by Al Viro · 16 years ago
  2. c35038b [PATCH] do shrink_submounts() for all fs types by Al Viro · 16 years ago
  3. 04b6e6e [CIFS] Fix mem leak on dfs referral by Steve French · 16 years ago
  4. 8b1327f [CIFS] file create with acl support enabled is slow by Steve French · 16 years ago
  5. 5053144 [CIFS] Fix mtime on cp -p when file data cached but written out too late by Steve French · 16 years ago
  6. bc5b6e2 [CIFS] Fix build problem by Steve French · 16 years ago
  7. 55f78e1 [CIFS] cifs: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  8. 7962670 [CIFS] DFS patch that connects inode with dfs handling ops by Igor Mammedov · 16 years ago
  9. 0b442d2 [CIFS] remove unused variable by Steve French · 16 years ago
  10. 75f1298 [CIFS] consolidate duplicate code in posix/unix inode handling by Christoph Hellwig · 16 years ago
  11. e086fce [CIFS] fix build break when proc disabled by Steve French · 16 years ago
  12. 0a3abcf Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 by Steve French · 16 years ago
  13. 70eff55 [CIFS] factoring out common code in get_inode_info functions by Christoph Hellwig · 16 years ago
  14. c2d68ea [CIFS] fix prepath conversion when server supports posix paths by Steve French · 16 years ago
  15. 11b6d64 [CIFS] Only convert / when server does not support posix paths by Igor Mammedov · 16 years ago
  16. 8aad018 [CIFS] Fix mixed case name in structure dfs_info3_param by Igor Mammedov · 16 years ago
  17. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  18. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  19. 03a143c [CIFS] fixup prefixpaths which contain multiple path components by Steve French · 16 years ago
  20. c1ce264 [CIFS] fix typo by Steve French · 16 years ago
  21. d9f382e [CIFS] patch to fix incorrect encoding of number of aces on set mode by Shirish Pargaonkar · 16 years ago
  22. 6f7e8f3 [CIFS] Fix typo in quota operations by Roel Kluin · 16 years ago
  23. 90c81e0 [CIFS] clean up some hard to read ifdefs by Steve French · 16 years ago
  24. ad7a292 [CIFS] reduce checkpatch warnings by Steve French · 16 years ago
  25. ce634ab iget: stop CIFS from using iget() and read_inode() by David Howells · 16 years ago
  26. f315ccb Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 by Steve French · 16 years ago
  27. eebd2aa Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user by Christoph Lameter · 16 years ago
  28. ead03e3 [CIFS] fix warning in cifs_spnego.c by Andrew Morton · 16 years ago
  29. 366781c [CIFS] DFS build fixes by Steve French · 17 years ago
  30. 6d5ae0d [CIFS] DFS support: provide shrinkable mounts by Igor Mammedov · 17 years ago
  31. ed2b917 [CIFS] Do not log path names in lookup errors by Steve French · 17 years ago
  32. e6ab158 [CIFS] DFS support patchset: Added mountdata by Igor Mammedov · 17 years ago
  33. 197c183 [CIFS] Forgot to add two new files from previous commit by Steve French · 17 years ago
  34. 6103335 [CIFS] DNS name resolution helper upcall for cifs by Steve French · 17 years ago
  35. f6d0998 [CIFS] fix checkpatch warnings in fs/cifs/inode.c by Steve French · 17 years ago
  36. 88e7d70 [CIFS] hold ses sem on tcp session reconnect during mount by Steve French · 17 years ago
  37. 9783758 [CIFS] Allow setting mode via cifs acl by Steve French · 17 years ago
  38. 28c5a02 [CIFS] fix unicode string alignment in SPNEGO setup by Jeff Layton · 17 years ago
  39. bb5a9a0 [CIFS] cifs_partialpagewrite() cleanup by Steve French · 17 years ago
  40. 1a67570 [CIFS] use krb5 session key from first SMB session after a NegProt by Jeff Layton · 17 years ago
  41. 1d9a885 [CIFS] redo existing session setup if needed in cifs_mount by Jeff Layton · 17 years ago
  42. 05b3de6 [CIFS] Only dump SPNEGO key if CONFIG_CIFS_DEBUG2 is set by Jeff Layton · 17 years ago
  43. dae5dbdb [CIFS] fix SetEA failure to some Samba versions by Steve French · 17 years ago
  44. 9b5e685 regression: cifs endianness bug by Al Viro · 17 years ago
  45. 2b83457 [CIFS] Fix check after use error in ACL code by Steve French · 17 years ago
  46. cea2180 [CIFS] Fix potential data corruption when writing out cached dirty pages by Jeff Layton · 17 years ago
  47. 2a97468 [CIFS] Fix spurious reconnect on 2nd peek from read of SMB length by Petr Tesarik · 17 years ago
  48. f7a44ea [CIFS] remove build warning by Steve French · 17 years ago
  49. 2442421 [CIFS] Have CIFS_SessSetup build correct SPNEGO SessionSetup request by Steve French · 17 years ago
  50. 8840dee [CIFS] minor checkpatch cleanup by Steve French · 17 years ago
  51. d6c2e4d [CIFS] have cifs_get_spnego_key get the hostname from TCP_Server_Info by Jeff Layton · 17 years ago
  52. c359cf3 [CIFS] add hostname field to TCP_Server_Info struct by Jeff Layton · 17 years ago
  53. 70fe7dc [CIFS] clean up error handling in cifs_mount by Jeff Layton · 17 years ago
  54. 68bf728 [CIFS] add ver= prefix to upcall format version by Steve French · 17 years ago
  55. 133672e [CIFS] Fix buffer overflow if server sends corrupt response to small request by Steve French · 17 years ago
  56. 91cf45f [NET]: Add the helper kernel_sock_shutdown() by Trond Myklebust · 17 years ago
  57. 4601597 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 17 years ago
  58. 9b8f5f5 [CIFS] fix oops on second mount to same server when null auth is used by Jeff Layton · 17 years ago
  59. a6f8de3 [CIFS] Fix stale mode after readdir when cifsacl specified by Steve French · 17 years ago
  60. ce06c9f [CIFS] add mode to acl conversion helper function by Steve French · 17 years ago
  61. 15b0395 [CIFS] Fix incorrect mode when ACL had deny access control entries by Steve French · 17 years ago
  62. 9eae8a8 [CIFS] Add uid to key description so krb can handle user mounts by Igor Mammedov · 17 years ago
  63. 63d2583 [CIFS] Fix walking out end of cifs dacl by Steve French · 17 years ago
  64. f1d662a [CIFS] Add upcall files for cifs to use spnego/kerberos by Steve French · 17 years ago
  65. e545937 [CIFS] add OIDs for KRB5 and MSKRB5 to ASN1 parsing routines by Jeff Layton · 17 years ago
  66. 84a15b9 [CIFS] Register and unregister cifs_spnego_key_type on module init/exit by Jeff Layton · 17 years ago
  67. 09fe7ba [CIFS] implement upcalls for SPNEGO blob via keyctl API by Jeff Layton · 17 years ago
  68. 745542e [CIFS] allow cifs_calc_signature2 to deal with a zero length iovec by Jeff Layton · 17 years ago
  69. 7505e05 [CIFS] If no Access Control Entries, set mode perm bits to zero by Steve French · 17 years ago
  70. 1fb64bf [CIFS] when mount helper missing fix slash wrong direction in share by Steve French · 17 years ago
  71. 953f868 [CIFS] Don't request too much permission when reading an ACL by Steve French · 17 years ago
  72. e01b640 [CIFS] enable get mode from ACL when cifsacl mount option specified by Shirish Pargaonkar · 17 years ago
  73. b9c7a2b [CIFS] ACL support part 8 by Steve French · 17 years ago
  74. d61e580 [CIFS] acl support part 7 by Steve French · 17 years ago
  75. 630f3f0c [CIFS] acl support part 6 by Steve French · 17 years ago
  76. 44093ca [CIFS] acl support part 6 by Steve French · 17 years ago
  77. c948977 [CIFS] remove unused funtion compile warning when experimental off by Parag Warudkar · 17 years ago
  78. 3965516 exportfs: make struct export_operations const by Christoph Hellwig · 17 years ago
  79. 4879b44 [CIFS] ACL support part 5 by Steve French · 17 years ago
  80. 2843483 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 17 years ago
  81. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  82. a761ac5 [CIFS] log better errors on failed mounts by Steve French · 17 years ago
  83. d32c4f2 CIFS: ignore mode change if it's just for clearing setuid/setgid bits by Jeff Layton · 17 years ago
  84. abb63d6 [CIFS] Return better error when server requires signing but client forbids by Steve French · 17 years ago
  85. d628ddb [CIFS] fix typo by Steve French · 17 years ago
  86. a750e77 [CIFS] acl support part 4 by Steve French · 17 years ago
  87. d5d1850 [CIFS] Fix minor problems noticed by scan by Steve French · 17 years ago
  88. c18c732 [CIFS] fix bad handling of EAGAIN error on kernel_recvmsg in cifs_demultiplex_thread by Steve French · 17 years ago
  89. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  90. adddd49 [CIFS] build break by Steve French · 17 years ago
  91. adbc035 [CIFS] endian fixes by Steve French · 17 years ago
  92. ce51ae1 [CIFS] endian fixes in new acl code by Dave Kleikamp · 17 years ago
  93. af6f461 [CIFS] Fix some endianness problems in new acl code by Steve French · 17 years ago
  94. 016ec75 [CIFS] missing #endif from a previous patch by Steve French · 17 years ago
  95. 6345a3a [CIFS] formatting fixes by Cyrill Gorcunov · 17 years ago
  96. 0d3a01f [CIFS] Break up unicode_sessetup string functions by Jeff Layton · 17 years ago
  97. e187e44 [CIFS] parse server_GUID in SPNEGO negProt response by Jeff Layton · 17 years ago
  98. 7111d21 [CIFS] [CIFS] fix error message about packet signing by Jeff Layton · 17 years ago
  99. 8f2376a [CIFS] Fix endian conversion problem in posix mkdir by Cyril Gorcunov · 17 years ago
  100. 516897a [CIFS] fix build break when lanman not enabled by Steve French · 17 years ago