1. 936813a Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 18 years ago
  2. 73a0e40 Merge git://oss.sgi.com:8090/nathans/xfs-2.6 by Linus Torvalds · 18 years ago
  3. f17a268 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 18 years ago
  4. 5493a0f [XFS] Fixup whitespace damage in log_write, remove final warning. by Nathan Scott · 18 years ago
  5. 4ad9845 [PATCH] Remove redundant NULL checks before [kv]free - in fs/ by Jesper Juhl · 18 years ago
  6. 5a67e4c [PATCH] cpu hotplug: use hotplug version of cpu notifier in appropriate places by Chandra Seetharaman · 18 years ago
  7. 05f225d [PATCH] ufs: ufs_read_inode cleanup by Evgeniy Dushistov · 18 years ago
  8. 34af946 [PATCH] spin/rwlock init cleanups by Ingo Molnar · 18 years ago
  9. b6cd0b7 [PATCH] fs/buffer.c: cleanups by Adrian Bunk · 18 years ago
  10. c9cf552 [PATCH] add poison.h and patch primary users by Randy Dunlap · 18 years ago
  11. e6e5494 [PATCH] vdso: randomize the i386 vDSO by moving it into a vma by Ingo Molnar · 18 years ago
  12. 6fdf8cc [XFS] Rework code snippets slightly to remove remaining recent-gcc warnings. by Nathan Scott · 18 years ago
  13. f40c562 [CIFS] Fix authentication choice so we do not force NTLMv2 unless the by Steve French · 18 years ago
  14. 73024cf [XFS] Fix realtime subvolume expansion, a porting bug b0rked it. Coverity by Eric Sesterhenn · 18 years ago
  15. 266bee8 [PATCH] fix static linking of NFS by David Brownell · 18 years ago
  16. 0223cf0 [CIFS] Fix alignment of unicode strings in previous patch by Steve French · 18 years ago
  17. 04510de [JFFS2][XATTR] coexistence between xattr and write buffering support. by KaiGai Kohei · 18 years ago
  18. 332a6b9 [JFFS2][XATTR] Fix wrong copyright by KaiGai Kohei · 18 years ago
  19. 2c887e2 [JFFS2][XATTR] Re-define xd->refcnt as atomic_t by KaiGai Kohei · 18 years ago
  20. 355ed4e [JFFS2][XATTR] Fix memory leak with jffs2_xattr_ref by KaiGai Kohei · 18 years ago
  21. 8a13695 [JFFS2][XATTR] rid unnecessary writing of delete marker. by KaiGai Kohei · 18 years ago
  22. a1ae76e [JFFS2][XATTR] Fix ACL bug when updating null xattr by null ACL. by KaiGai Kohei · 18 years ago
  23. c9f700f [JFFS2][XATTR] using 'delete marker' for xdatum/xref deletion by KaiGai Kohei · 18 years ago
  24. 750d115 [CIFS] Fix allocation of buffers for new session setup routine to allow by Steve French · 18 years ago
  25. 97dfd70 [XFS] Remove a race condition where a linked inode could BUG_ON in by Nathan Scott · 18 years ago
  26. 05a3332 [XFS] Remove redundant directory checks from inode link operation. by Alexey Dobriyan · 18 years ago
  27. ebe1090 [XFS] Remove a couple of no-longer-used macros. by Nathan Scott · 18 years ago
  28. 1998764 [XFS] Reduce size of xfs_trans_t structure. * remove ->t_forw, ->t_back -- by Alexey Dobriyan · 18 years ago
  29. b3bbed1 [XFS] remove unused behaviour lock - shrink XFS vnode as a side effect. by Alexey Dobriyan · 18 years ago
  30. 71306f3 [XFS] * There is trivial "inode => vnode => inode" conversion, but only by Alexey Dobriyan · 18 years ago
  31. b71d300 [XFS] link(2) on directory is banned in VFS. by Alexey Dobriyan · 18 years ago
  32. 3fb5a98 [PATCH] fs/ocfs2/dlm/: cleanups by Adrian Bunk · 18 years ago
  33. 43dee33 ocfs2: fix compiler warnings in dlm_convert_lock_handler() by Mark Fasheh · 18 years ago
  34. 8a9343f ocfs2: dlm_print_one_mle() needs to be defined by Mark Fasheh · 18 years ago
  35. 0032abd ocfs2: remove whitespace in dlmunlock.c by Kurt Hackel · 18 years ago
  36. 3156d26 ocfs2: move dlm work to a private work queue by Kurt Hackel · 18 years ago
  37. 495ac96 ocfs2: fix incorrect error returns by Kurt Hackel · 18 years ago
  38. 3b3b84a ocfs2: tune down some noisy messages during dlm recovery by Kurt Hackel · 18 years ago
  39. 56a7c10 ocfs2: display message before waiting for recovery to complete by Kurt Hackel · 18 years ago
  40. 44a7f1d ocfs2: mlog in dlm_convert_lock_handler() should be ML_ERROR by Kurt Hackel · 18 years ago
  41. b220532 ocfs2: retry operations when a lock is marked in recovery by Kurt Hackel · 18 years ago
  42. f85cd47 ocfs2: use cond_resched() in dlm_thread() by Kurt Hackel · 18 years ago
  43. ad8100e ocfs2: use GFP_NOFS in some dlm operations by Kurt Hackel · 18 years ago
  44. b7084ab ocfs2: wait for recovery when starting lock mastery by Kurt Hackel · 18 years ago
  45. c27069e ocfs2: continue recovery when a dead node is encountered by Kurt Hackel · 18 years ago
  46. 67a1874 ocfs2: remove unneccesary spin_unlock() in dlm_remaster_locks() by Kurt Hackel · 18 years ago
  47. 6a41321 ocfs2: dlm_remaster_locks() should never exit without completing by Kurt Hackel · 18 years ago
  48. c8df412 ocfs2: special case recovery lock in dlmlock_remote() by Kurt Hackel · 18 years ago
  49. 3640748 ocfs2: pending mastery asserts and migrations should block each other by Kurt Hackel · 18 years ago
  50. c87a9ae ocfs2: temporarily disable automatic lock migration by Kurt Hackel · 18 years ago
  51. 2abaf97 ocfs2: do not unconditionally purge the lockres in dlmlock_remote() by Kurt Hackel · 18 years ago
  52. aa087b8 ocfs2: increase backoff before waiting for recovery by Kurt Hackel · 18 years ago
  53. f42a100 ocfs2: have dlm_pre_master_reco_lockres() ignore dead nodes by Kurt Hackel · 18 years ago
  54. 6ff06a9 ocfs2: give the dlm dirty list a reference on the lockres by Kurt Hackel · 18 years ago
  55. e7e69eb ocfs2: teach dlm_restart_lock_mastery() to wait on recovery by Kurt Hackel · 18 years ago
  56. e4eb036 ocfs2: gracefully handle stale create_lock messages. by Kurt Hackel · 18 years ago
  57. ccd8b1f ocfs2: update lvb immediately during recovery by Kurt Hackel · 18 years ago
  58. 588e009 ocfs2: do not send master requests to localhost by Kurt Hackel · 18 years ago
  59. 8b21980 ocfs2: purge lockres' sooner by Kurt Hackel · 18 years ago
  60. 343e26a ocfs2: dump mismatching migrated lvbs before BUG() by Kurt Hackel · 18 years ago
  61. 466d1a4 ocfs2: make dlm recovery finalization 2 stage by Kurt Hackel · 18 years ago
  62. 69d72b0 ocfs2: dlm recovery / lockres reference count fix by Kurt Hackel · 18 years ago
  63. a9ee4c8 ocfs2: better error handling during assert master message by Kurt Hackel · 18 years ago
  64. a7f90d8 ocfs2: dump lockres info before we BUG() on a bad reference by Kurt Hackel · 18 years ago
  65. c0a8520 ocfs2: do LVB puts in place by Mark Fasheh · 18 years ago
  66. aa85235 ocfs2: mle ref count debugging by Kurt Hackel · 18 years ago
  67. dc2ed19 ocfs2: allow for an assert message during lock mastery by Kurt Hackel · 18 years ago
  68. 2d1a868 ocfs2: take mle reference during migration by Kurt Hackel · 18 years ago
  69. 41b8c8a ocfs2: properly initialize the mle structure by Kurt Hackel · 18 years ago
  70. da01ad055 ocfs2: detach mle from heartbeat events by Kurt Hackel · 18 years ago
  71. a2bf047 ocfs2: mle ref counting fixes by Kurt Hackel · 18 years ago
  72. 9588371 ocfs2: better mle debugging by Kurt Hackel · 18 years ago
  73. d6dea6e ocfs2: clean up recovery related messages by Kurt Hackel · 18 years ago
  74. 29c0fa0 ocfs2: handle network errors during recovery by Kurt Hackel · 18 years ago
  75. c3187ce ocfs2: only recover one dead node at a time by Kurt Hackel · 18 years ago
  76. ab27eb6 ocfs2: Better tracking for recovery state changes by Kurt Hackel · 18 years ago
  77. 8bc674c ocfs2: Fix empty lvb check by Kurt Hackel · 18 years ago
  78. aba9aac ocfs2: fix inverted logic in dlm_is_node_dead by Kurt Hackel · 18 years ago
  79. 2580a58 ocfs2: recheck lockres master before sending an unlock request. by Kurt Hackel · 18 years ago
  80. 8d79d08 ocfs2: add a small delay after a failed migration by Kurt Hackel · 18 years ago
  81. 685f1ad ocfs2: silence a compile warning in dlm_alloc_pagevec() by Mark Fasheh · 18 years ago
  82. c8f33b6 [PATCH] ocfs2: Alloc at least a page for the DLM hash by Joel Becker · 18 years ago
  83. 03d864c ocfs2: allocate lockres hash pages in an array by Daniel Phillips · 18 years ago
  84. 95c4f58 ocfs2: inline dlm_lockres_get() by Mark Fasheh · 18 years ago
  85. 4198985 [PATCH] Clean up ocfs2 hash probe and make it faster by Daniel Phillips · 18 years ago
  86. a3d3329 ocfs2: calculate lockid hash values outside of the spinlock by Mark Fasheh · 18 years ago
  87. 65c491d ocfs2: move lockres qstr next to hlist_node structure by Mark Fasheh · 18 years ago
  88. da206c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  89. 81a07d7 Merge branch 'x86-64' by Linus Torvalds · 18 years ago
  90. bebfa10 [PATCH] x86_64: Add compat_printk and sysctl to turn off compat layer warnings by Andi Kleen · 18 years ago
  91. 8871e73 Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 18 years ago
  92. 5debfa6 [PATCH] coredump: shutdown current process first by Oleg Nesterov · 18 years ago
  93. dcf560c [PATCH] coredump: some code relocations by Oleg Nesterov · 18 years ago
  94. 7b1c615 [PATCH] coredump: don't take tasklist_lock by Oleg Nesterov · 18 years ago
  95. d5f70c0 [PATCH] coredump: kill ptrace related stuff by Oleg Nesterov · 18 years ago
  96. 281de33 [PATCH] coredump: speedup SIGKILL sending by Oleg Nesterov · 18 years ago
  97. aceecc04 [PATCH] coredump: optimize ->mm users traversal by Oleg Nesterov · 18 years ago
  98. 2ceb869 [PATCH] de_thread: fix lockless do_each_thread by Oleg Nesterov · 18 years ago
  99. 42c3e03 [PATCH] SELinux: Add sockcreate node to procattr API by Eric Paris · 18 years ago
  100. c1df7fb [PATCH] cleanup next_tid() by Oleg Nesterov · 18 years ago