1. 68058e7 [CIFS] Reduce CIFS tcp congestion timeout (it was too long) and backoff by Steve French · 19 years ago
  2. 131afd0b [CIFS] /proc/fs/cifs debug code cleanup and new stats2 by Steve French · 19 years ago
  3. dd99cd8 [CIFS] cleanup sparse and compile errors in previous fix by Steve French · 19 years ago
  4. 4a77118 CIFS: Allow wsize to exceed CIFSMaxBufSize by Steve French · 19 years ago
  5. 37c0eb4 CIFS: implement cifs_writepages to perform multi-page I/O by Steve French · 19 years ago
  6. 6148a74 CIFS: Create routine find_writable_file to reduce redundant code by Steve French · 19 years ago
  7. 04c0881 [CIFS] Missing parenthesis from error message in previous fix by Steve French · 19 years ago
  8. 8cc64c6 [CIFS] Allow SMBWrite2 to work to older servers by Steve French · 19 years ago
  9. 3e84469 [CIFS] Add writepages support to shrink memory usage on writes, by Steve French · 19 years ago
  10. 70ca734 [CIFS] Various minor bigendian fixes and sparse level 2 warning message fixes by Steve French · 19 years ago
  11. 2096243 [CIFS] Add support for legacy servers part nine. statfs (df and du) is now by Steve French · 19 years ago
  12. e30dcf3 [CIFS] Add support for legacy servers part eight. Write fixes for Windows by Steve French · 19 years ago
  13. 3e87d80 [CIFS] Add support for legacy servers part seven. Fix open for write, by Steve French · 19 years ago
  14. f9f5c817 [CIFS] Add support for legacy servers part six. Fix read syntax so by Steve French · 19 years ago
  15. eafe870 [CIFS] Fix readdir caching when unlink removes file in current search by Steve French · 19 years ago
  16. ab2f218 [CIFS] Fix compiler warnings by Steve French · 19 years ago
  17. 9a899e7 [CIFS] Update cifs TODO list with additional new features that by Steve French · 19 years ago
  18. c08319a Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git by Steve French · 19 years ago
  19. 4846764 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 19 years ago
  20. 1e40cd3 [PATCH] uml: fixes performance regression in activate_mm and thus exec() by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  21. f549d6c [PATCH] Generic VFS fallback for security xattrs by Stephen Smalley · 19 years ago
  22. e070ad4 [PATCH] add /proc/pid/smaps by Mauricio Lin · 19 years ago
  23. 6e21c8f [PATCH] /proc/<pid>/numa_maps to show on which nodes pages reside by Christoph Lameter · 19 years ago
  24. 213b24c [PATCH] uclinux: use MAP_PRIVATE when mmaping code regions in flat binary loader by Greg Ungerer · 19 years ago
  25. 573dbd9 [CRYPTO]: crypto_free_tfm() callers no longer need to check for NULL by Jesper Juhl · 19 years ago
  26. eb6f116 [CRYPTO]: Use CRYPTO_TFM_REQ_MAY_SLEEP where appropriate by Herbert Xu · 19 years ago
  27. bfa0d75 [CIFS] Add support for legacy servers part 5 by Steve French · 19 years ago
  28. 1c95518 [CIFS] Add support for legacy servers part 4 by Steve French · 19 years ago
  29. cb8be64 [CIFS] Add nolock synonym (ala nfs) for nobrl to disable sending byte range by Steve French · 19 years ago
  30. 16abbec [CIFS] Add support for suspend by Steve French · 19 years ago
  31. 2016ef7 Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git by Steve French · 19 years ago
  32. 7f57356 [CIFS] Remove cifs_sb argument from *build_path_from_dentry by Steve French · 19 years ago
  33. ae11be6 Merge refs/heads/for-linus from master.kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git by Linus Torvalds · 19 years ago
  34. c752f07 [TCP]: Move the tcp sock states to net/tcp_states.h by Arnaldo Carvalho de Melo · 19 years ago
  35. 97c169a Merge HEAD from master.kernel.org:/home/rmk/linux-2.6-arm.git by Linus Torvalds · 19 years ago
  36. 36676bc [PATCH] Fix oops in sysfs_hash_and_remove_file() by James Bottomley · 19 years ago
  37. d634cc1 [PATCH] Fix oops in fs/locks.c on close of file with pending locks by Steve French · 19 years ago
  38. fd589e0 [PATCH] hppfs: fix symlink error path by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  39. d7a60d5 [PATCH] Fixup symlink function pointers for hppfs [for 2.6.13] by Paolo 'Blaisorblade' Giarrusso · 19 years ago
  40. 7c657f2 [PATCH] Document idr_get_new_above() semantics, update inotify by John McCutchan · 19 years ago
  41. a9d02ad [CIFS] Support for legacy servers part 3 - Add support for Open and most by Steve French · 19 years ago
  42. e22cb8b [CIFS] Use file instead of dentry in cifs dir_notify struct by Steve French · 19 years ago
  43. 167a251 [CIFS] Change notify support part 3 by Steve French · 19 years ago
  44. abb15b8 [CIFS] Missing line from previous patch by Steve French · 19 years ago
  45. ff5dbd9 [CIFS] Change notify support part 2 by Steve French · 19 years ago
  46. e2a98a7 [CIFS] Update thanks/contributor list with Miklos Szeredi by Steve French · 19 years ago
  47. c0c3e8e CIFS: Fix typos in fs/cifs/CHANGES by Steve French · 19 years ago
  48. a454434 CIFS: Reduce CONFIG_CIFS_STATS ifdefs by Steve French · 19 years ago
  49. 6b8edfe [CIFS] Support for mounting to older servers part 2. Add support for by Steve French · 19 years ago
  50. a10faeb2 [CIFS] Support for mounting to older, pre-CIFS servers added. This by Steve French · 19 years ago
  51. b92327f [CIFS] Finish up of case-insensitive dentry handling for cifs. This by Steve French · 19 years ago
  52. a5a2b48 [CIFS] Make CIFS statistics more accurate and add some stats that were by Steve French · 19 years ago
  53. 6463523 Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git by Steve French · 19 years ago
  54. f6fdd7d Don't allow normal users to set idle IO priority by Linus Torvalds · 19 years ago
  55. a5ea169 [PATCH] freevxfs: fix breakage introduced by symlink fixes by Alexey Dobriyan · 19 years ago
  56. db87389 befs: fix up missed follow_link declaration change by Linus Torvalds · 19 years ago
  57. e0c9314 [ARM] fs/adfs/adfs.h: "extern inline" doesn't make sense by Adrian Bunk · 19 years ago
  58. 01c314a [PATCH] NFSv4: unbalanced BKL in nfs_atomic_lookup() by Steve Dickson · 19 years ago
  59. 008b150 [PATCH] Fix up symlink function pointers by Al Viro · 19 years ago
  60. cc314ee Fix nasty ncpfs symlink handling bug. by Linus Torvalds · 19 years ago
  61. 2fb1e30 [PATCH] jffs2: fix symlink error handling by Al Viro · 19 years ago
  62. d3485d3 [CIFS] Finish cifs mount option which requests case insensitive path by Steve French · 19 years ago
  63. 01fa90c Merge with /home/shaggy/git/linus-clean/ by Dave Kleikamp · 19 years ago
  64. c46fa8a [CIFS] Add mount option for disabling sending byte range lock requests by Steve French · 19 years ago
  65. d86c390 [PATCH] reiserfs+acl+quota deadlock fix by Jan Kara · 19 years ago
  66. dc59250 [PATCH] NFS: Introduce the use of inode->i_lock to protect fields in nfsi by Chuck Lever · 19 years ago
  67. 412d582 [PATCH] NFS: use atomic bitops to manipulate flags in nfsi->flags by Chuck Lever · 19 years ago
  68. 5529680 [PATCH] NFS: split nfsi->flags into two fields by Chuck Lever · 19 years ago
  69. 8d0d509 [CIFS] Change Notify support part 1 - add dnotify thread for processing by Steve French · 19 years ago
  70. f191401 [CIFS] rmmod cifs can oops if done soon after the last cifs unmount by Steve French · 19 years ago
  71. 099d44e Merge master.kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6 by Linus Torvalds · 19 years ago
  72. c4f92db [PATCH] nfsd to unlock kernel before exiting by Steven Rostedt · 19 years ago
  73. 1982c34 [CIFS] Ensure that cifs multiplex ids do not collide. by Steve French · 19 years ago
  74. a59c658 [CIFS] Missing ; from previous fix. Pointed out by Shaggy. by Steve French · 19 years ago
  75. 686762c JFS: Initialize dentry->d_op for negative dentries too by Dave Kleikamp · 19 years ago
  76. 5153f7e Merge head 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6 by Linus Torvalds · 19 years ago
  77. 481d037 NTFS: Complete the previous fix for the unset device when mapping buffers by Anton Altaparmakov · 19 years ago
  78. cf59001 Merge master.kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6 by Linus Torvalds · 19 years ago
  79. 65e4308 [PATCH] NFS: Ensure we always update inode->i_mode when doing O_EXCL creates by Trond Myklebust · 19 years ago
  80. 58fcb8d [PATCH] NFS: Ensure ACL xdr code doesn't overflow. by Trond Myklebust · 19 years ago
  81. e74589a NTFS: Fix bug in mft record writing where we forgot to set the device in by Anton Altaparmakov · 19 years ago
  82. 89204c4 [PATCH] inotify: add MOVE_SELF event by John McCutchan · 19 years ago
  83. 0bf955c [PATCH] inotify: fix idr_get_new_above usage by Robert Love · 19 years ago
  84. 68984ae Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git by Steve French · 19 years ago
  85. 27876d0 [PATCH] CIFS: Fix path name conversion for long filenames by Steve French · 19 years ago
  86. d024709 [PATCH] CIFS: Fix missing entries in search results by Steve French · 19 years ago
  87. 1b0a74d [PATCH] Fix error handling in reiserfs by Jan Kara · 19 years ago
  88. 4a6d87f [CIFS] Add missing check for path name allocation failure. Remove four by Steve French · 19 years ago
  89. 2d610b8 Merge with /home/shaggy/git/linus-clean/ by Dave Kleikamp · 19 years ago
  90. 8a9cd6d JFS: Fix race in txLock by Dave Kleikamp · 19 years ago
  91. a47fd3f Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git by Steve French · 19 years ago
  92. 7a91bf7 [PATCH] fsnotify_name/inoderemove by John McCutchan · 19 years ago
  93. 68b4713 [PATCH] namespace.c: fix bind mount from foreign namespace by Miklos Szeredi · 19 years ago
  94. e525e15 [PATCH] __bio_clone() dead comment by Andrew Morton · 19 years ago
  95. fab5a60 Check input buffer size in zisofs by Linus Torvalds · 19 years ago
  96. 0c3dba1 [PATCH] Clean up inotify delete race fix by John McCutchan · 19 years ago
  97. a5c96ca Merge with /home/shaggy/git/linus-clean/ by Dave Kleikamp · 19 years ago
  98. e234f35 [PATCH] inotify delete race fix by John McCutchan · 19 years ago
  99. 3de1174 [PATCH] inotify: update help text by Robert Love · 19 years ago
  100. ef6724e [CIFS] Fix missing entries in search results when very long file names and by Steve French · 19 years ago