1. 9b5e685 regression: cifs endianness bug by Al Viro · 17 years ago
  2. 2b83457 [CIFS] Fix check after use error in ACL code by Steve French · 17 years ago
  3. cea2180 [CIFS] Fix potential data corruption when writing out cached dirty pages by Jeff Layton · 17 years ago
  4. 2a97468 [CIFS] Fix spurious reconnect on 2nd peek from read of SMB length by Petr Tesarik · 17 years ago
  5. f7a44ea [CIFS] remove build warning by Steve French · 17 years ago
  6. 2442421 [CIFS] Have CIFS_SessSetup build correct SPNEGO SessionSetup request by Steve French · 17 years ago
  7. 8840dee [CIFS] minor checkpatch cleanup by Steve French · 17 years ago
  8. d6c2e4d [CIFS] have cifs_get_spnego_key get the hostname from TCP_Server_Info by Jeff Layton · 17 years ago
  9. c359cf3 [CIFS] add hostname field to TCP_Server_Info struct by Jeff Layton · 17 years ago
  10. 70fe7dc [CIFS] clean up error handling in cifs_mount by Jeff Layton · 17 years ago
  11. 68bf728 [CIFS] add ver= prefix to upcall format version by Steve French · 17 years ago
  12. 133672e [CIFS] Fix buffer overflow if server sends corrupt response to small request by Steve French · 17 years ago
  13. 91cf45f [NET]: Add the helper kernel_sock_shutdown() by Trond Myklebust · 17 years ago
  14. 4601597 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 17 years ago
  15. 9b8f5f5 [CIFS] fix oops on second mount to same server when null auth is used by Jeff Layton · 17 years ago
  16. a6f8de3 [CIFS] Fix stale mode after readdir when cifsacl specified by Steve French · 17 years ago
  17. ce06c9f [CIFS] add mode to acl conversion helper function by Steve French · 17 years ago
  18. 15b0395 [CIFS] Fix incorrect mode when ACL had deny access control entries by Steve French · 17 years ago
  19. 9eae8a8 [CIFS] Add uid to key description so krb can handle user mounts by Igor Mammedov · 17 years ago
  20. 63d2583 [CIFS] Fix walking out end of cifs dacl by Steve French · 17 years ago
  21. f1d662a [CIFS] Add upcall files for cifs to use spnego/kerberos by Steve French · 17 years ago
  22. e545937 [CIFS] add OIDs for KRB5 and MSKRB5 to ASN1 parsing routines by Jeff Layton · 17 years ago
  23. 84a15b9 [CIFS] Register and unregister cifs_spnego_key_type on module init/exit by Jeff Layton · 17 years ago
  24. 09fe7ba [CIFS] implement upcalls for SPNEGO blob via keyctl API by Jeff Layton · 17 years ago
  25. 745542e [CIFS] allow cifs_calc_signature2 to deal with a zero length iovec by Jeff Layton · 17 years ago
  26. 7505e05 [CIFS] If no Access Control Entries, set mode perm bits to zero by Steve French · 17 years ago
  27. 1fb64bf [CIFS] when mount helper missing fix slash wrong direction in share by Steve French · 17 years ago
  28. 953f868 [CIFS] Don't request too much permission when reading an ACL by Steve French · 17 years ago
  29. e01b640 [CIFS] enable get mode from ACL when cifsacl mount option specified by Shirish Pargaonkar · 17 years ago
  30. b9c7a2b [CIFS] ACL support part 8 by Steve French · 17 years ago
  31. d61e580 [CIFS] acl support part 7 by Steve French · 17 years ago
  32. 630f3f0 [CIFS] acl support part 6 by Steve French · 17 years ago
  33. 44093ca [CIFS] acl support part 6 by Steve French · 17 years ago
  34. c948977 [CIFS] remove unused funtion compile warning when experimental off by Parag Warudkar · 17 years ago
  35. 3965516 exportfs: make struct export_operations const by Christoph Hellwig · 17 years ago
  36. 4879b44 [CIFS] ACL support part 5 by Steve French · 17 years ago
  37. 2843483 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 17 years ago
  38. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  39. a761ac5 [CIFS] log better errors on failed mounts by Steve French · 17 years ago
  40. d32c4f2 CIFS: ignore mode change if it's just for clearing setuid/setgid bits by Jeff Layton · 17 years ago
  41. abb63d6 [CIFS] Return better error when server requires signing but client forbids by Steve French · 17 years ago
  42. d628ddb [CIFS] fix typo by Steve French · 17 years ago
  43. a750e77 [CIFS] acl support part 4 by Steve French · 17 years ago
  44. d5d1850 [CIFS] Fix minor problems noticed by scan by Steve French · 17 years ago
  45. c18c732 [CIFS] fix bad handling of EAGAIN error on kernel_recvmsg in cifs_demultiplex_thread by Steve French · 17 years ago
  46. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  47. adddd49 [CIFS] build break by Steve French · 17 years ago
  48. adbc035 [CIFS] endian fixes by Steve French · 17 years ago
  49. ce51ae1 [CIFS] endian fixes in new acl code by Dave Kleikamp · 17 years ago
  50. af6f461 [CIFS] Fix some endianness problems in new acl code by Steve French · 17 years ago
  51. 016ec75 [CIFS] missing #endif from a previous patch by Steve French · 17 years ago
  52. 6345a3a [CIFS] formatting fixes by Cyrill Gorcunov · 17 years ago
  53. 0d3a01f [CIFS] Break up unicode_sessetup string functions by Jeff Layton · 17 years ago
  54. e187e44 [CIFS] parse server_GUID in SPNEGO negProt response by Jeff Layton · 17 years ago
  55. 7111d21 [CIFS] [CIFS] fix error message about packet signing by Jeff Layton · 17 years ago
  56. 8f2376a [CIFS] Fix endian conversion problem in posix mkdir by Cyril Gorcunov · 17 years ago
  57. 516897a [CIFS] fix build break when lanman not enabled by Steve French · 17 years ago
  58. 2c2130e [CIFS] remove two sparse warnings by Steve French · 17 years ago
  59. 8f18c13 [CIFS] remove compile warnings when debug disabled by Steve French · 17 years ago
  60. 297647c [CIFS] CIFS ACL support part 3 by Steve French · 17 years ago
  61. a013689 [CIFS] Fix cifsd so shuts down when signing fails during mount by Steve French · 17 years ago
  62. d12fd12 [CIFS] Cleanup formatting by Steve French · 17 years ago
  63. d0d66c4 [CIFS] CIFS ACL support (part 2) by Shirish Pargaonkar · 17 years ago
  64. a8a11d3 [CIFS] remove some redundant argument checks by Mariusz Kozlowski · 17 years ago
  65. 9b22b0b [CIFS] Reduce chance of list corruption in find_writable_file by Steve French · 17 years ago
  66. 4084973 [CIFS] change misleading field name by Steve French · 17 years ago
  67. 92ad9b9 [CIFS] named pipe support (part 2) by Steve French · 17 years ago
  68. 7f8ed42 [CIFS] CIFS support for named pipes (part 1) by Steve French · 17 years ago
  69. 407f61a [CIFS] Fix memory leak in statfs to very old servers by Steve French · 17 years ago
  70. 6587400 [CIFS] fix cut and paste error - missing defines cause cifsacl build error by Steve French · 17 years ago
  71. bcb0203 [CIFS] move cifs acl code to new file and fix build break by Steve French · 17 years ago
  72. 442aa31 [CIFS] Support for CIFS ACLs (part 1) by Steve French · 17 years ago
  73. 2224f4e [CIFS] fix typo in previous commit by Steve French · 17 years ago
  74. 1e71f25 [CIFS] Print better error when server returns malformed QueryUnixInfo response by Steve French · 17 years ago
  75. 5a44b31 [CIFS] Add warning message when broken server fails SetFSInfo call by Steve French · 17 years ago
  76. c45d707 [CIFS] Fallback to standard mkdir if server incorrectly claims support for by Steve French · 17 years ago
  77. 5a07cdf [CIFS] fix small memory leak in an error path in new posix mkdir by Steve French · 17 years ago
  78. a23d306 [CIFS] missing field in debug output from previous fix by Steve French · 17 years ago
  79. 88f370a [CIFS] Fix potential NULL pointer usage if kzalloc fails by Steve French · 17 years ago
  80. 638b250 [CIFS] typo in earlier cifs_reconnect fix by Steve French · 17 years ago
  81. a8cd925 [CIFS] Respect umask when using POSIX mkdir by Jeff · 17 years ago
  82. 4efa53f [CIFS] lock inode open file list in close in case racing with open by Steve French · 17 years ago
  83. 1574532 [CIFS] Fix oops in find_writable_file by Steve French · 17 years ago
  84. 77159b4 [CIFS] Fix warnings shown by newer version of sparse by Steve French · 17 years ago
  85. 26f5736 [CIFS] formatting cleanup found by checkpatch by Steve French · 17 years ago
  86. f01d5e1 [CIFS] fix for incorrect session reconnects by Steve French · 17 years ago
  87. 8594c15 [CIFS][KJ] use abs() from kernel.h where appropriate by Andre Haupt · 17 years ago
  88. c19eb71 [CIFS] fix typo in previous by Steve French · 17 years ago
  89. 39db810 [CIFS] Byte range unlock request to non-Unix server can unlock too much by Jeff Layton · 17 years ago
  90. 95ba736 [CIFS] Fix unbalanced call to GetXid/FreeXid by Cyrill Gorcunov · 17 years ago
  91. 8064ab4 [CIFS] cifs truncate missing a fix for private map COW race by Steve French · 17 years ago
  92. 5e6e623 [CIFS] Check return code on failed alloc by Cyrill Gorcunov · 17 years ago
  93. a403a0a [CIFS] Fix hang in find_writable_file by Steve French · 17 years ago
  94. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  95. 1ff8392 Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6 by Steve French · 17 years ago
  96. 70b315b [CIFS] merge conflict in fs/cifs/export.c by Steve French · 17 years ago
  97. c18c842 [CIFS] Allow disabling CIFS Unix Extensions as mount option by Steve French · 17 years ago
  98. 63135e0 [CIFS] More whitespace/formatting fixes (noticed by checkpatch) by Steve French · 17 years ago
  99. a569425 knfsd: exportfs: add exportfs.h header by Christoph Hellwig · 17 years ago
  100. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago