1. 0032abd ocfs2: remove whitespace in dlmunlock.c by Kurt Hackel · 18 years ago
  2. 3156d26 ocfs2: move dlm work to a private work queue by Kurt Hackel · 18 years ago
  3. 495ac96 ocfs2: fix incorrect error returns by Kurt Hackel · 18 years ago
  4. 3b3b84a ocfs2: tune down some noisy messages during dlm recovery by Kurt Hackel · 18 years ago
  5. 56a7c10 ocfs2: display message before waiting for recovery to complete by Kurt Hackel · 18 years ago
  6. 44a7f1d ocfs2: mlog in dlm_convert_lock_handler() should be ML_ERROR by Kurt Hackel · 18 years ago
  7. b220532 ocfs2: retry operations when a lock is marked in recovery by Kurt Hackel · 18 years ago
  8. f85cd47 ocfs2: use cond_resched() in dlm_thread() by Kurt Hackel · 18 years ago
  9. ad8100e ocfs2: use GFP_NOFS in some dlm operations by Kurt Hackel · 18 years ago
  10. b7084ab ocfs2: wait for recovery when starting lock mastery by Kurt Hackel · 18 years ago
  11. c27069e ocfs2: continue recovery when a dead node is encountered by Kurt Hackel · 18 years ago
  12. 67a1874 ocfs2: remove unneccesary spin_unlock() in dlm_remaster_locks() by Kurt Hackel · 18 years ago
  13. 6a41321 ocfs2: dlm_remaster_locks() should never exit without completing by Kurt Hackel · 18 years ago
  14. c8df412 ocfs2: special case recovery lock in dlmlock_remote() by Kurt Hackel · 18 years ago
  15. 3640748 ocfs2: pending mastery asserts and migrations should block each other by Kurt Hackel · 18 years ago
  16. c87a9ae ocfs2: temporarily disable automatic lock migration by Kurt Hackel · 18 years ago
  17. 2abaf97 ocfs2: do not unconditionally purge the lockres in dlmlock_remote() by Kurt Hackel · 18 years ago
  18. aa087b8 ocfs2: increase backoff before waiting for recovery by Kurt Hackel · 18 years ago
  19. f42a100 ocfs2: have dlm_pre_master_reco_lockres() ignore dead nodes by Kurt Hackel · 18 years ago
  20. 6ff06a9 ocfs2: give the dlm dirty list a reference on the lockres by Kurt Hackel · 18 years ago
  21. e7e69eb ocfs2: teach dlm_restart_lock_mastery() to wait on recovery by Kurt Hackel · 18 years ago
  22. e4eb036 ocfs2: gracefully handle stale create_lock messages. by Kurt Hackel · 18 years ago
  23. ccd8b1f ocfs2: update lvb immediately during recovery by Kurt Hackel · 18 years ago
  24. 588e009 ocfs2: do not send master requests to localhost by Kurt Hackel · 18 years ago
  25. 8b21980 ocfs2: purge lockres' sooner by Kurt Hackel · 18 years ago
  26. 343e26a ocfs2: dump mismatching migrated lvbs before BUG() by Kurt Hackel · 18 years ago
  27. 466d1a4 ocfs2: make dlm recovery finalization 2 stage by Kurt Hackel · 18 years ago
  28. 69d72b0 ocfs2: dlm recovery / lockres reference count fix by Kurt Hackel · 18 years ago
  29. a9ee4c8 ocfs2: better error handling during assert master message by Kurt Hackel · 18 years ago
  30. a7f90d8 ocfs2: dump lockres info before we BUG() on a bad reference by Kurt Hackel · 18 years ago
  31. c0a8520 ocfs2: do LVB puts in place by Mark Fasheh · 18 years ago
  32. aa85235 ocfs2: mle ref count debugging by Kurt Hackel · 18 years ago
  33. dc2ed19 ocfs2: allow for an assert message during lock mastery by Kurt Hackel · 18 years ago
  34. 2d1a868 ocfs2: take mle reference during migration by Kurt Hackel · 18 years ago
  35. 41b8c8a ocfs2: properly initialize the mle structure by Kurt Hackel · 18 years ago
  36. da01ad0 ocfs2: detach mle from heartbeat events by Kurt Hackel · 18 years ago
  37. a2bf047 ocfs2: mle ref counting fixes by Kurt Hackel · 18 years ago
  38. 9588371 ocfs2: better mle debugging by Kurt Hackel · 18 years ago
  39. d6dea6e ocfs2: clean up recovery related messages by Kurt Hackel · 18 years ago
  40. 29c0fa0 ocfs2: handle network errors during recovery by Kurt Hackel · 18 years ago
  41. c3187ce ocfs2: only recover one dead node at a time by Kurt Hackel · 18 years ago
  42. ab27eb6 ocfs2: Better tracking for recovery state changes by Kurt Hackel · 18 years ago
  43. 8bc674c ocfs2: Fix empty lvb check by Kurt Hackel · 18 years ago
  44. aba9aac ocfs2: fix inverted logic in dlm_is_node_dead by Kurt Hackel · 18 years ago
  45. 2580a58 ocfs2: recheck lockres master before sending an unlock request. by Kurt Hackel · 18 years ago
  46. 8d79d08 ocfs2: add a small delay after a failed migration by Kurt Hackel · 18 years ago
  47. 685f1ad ocfs2: silence a compile warning in dlm_alloc_pagevec() by Mark Fasheh · 18 years ago
  48. c8f33b6 [PATCH] ocfs2: Alloc at least a page for the DLM hash by Joel Becker · 18 years ago
  49. 03d864c ocfs2: allocate lockres hash pages in an array by Daniel Phillips · 18 years ago
  50. 95c4f58 ocfs2: inline dlm_lockres_get() by Mark Fasheh · 18 years ago
  51. 4198985 [PATCH] Clean up ocfs2 hash probe and make it faster by Daniel Phillips · 18 years ago
  52. a3d3329 ocfs2: calculate lockid hash values outside of the spinlock by Mark Fasheh · 18 years ago
  53. 65c491d ocfs2: move lockres qstr next to hlist_node structure by Mark Fasheh · 18 years ago
  54. da206c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  55. 916d154 [PATCH] fix processing of the last byte in isdn_readbchan_tty() by Karsten Keil · 18 years ago
  56. 5fd571c [PATCH] Array overrun in drivers/infiniband/core/cma.c by Eric Sesterhenn · 18 years ago
  57. 09c0dc6 Revert "[PATCH] kthread: update loop.c to use kthread" by Linus Torvalds · 18 years ago
  58. 2a2ed2d Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 18 years ago
  59. 972d19e Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 18 years ago
  60. cdf4f38 Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 18 years ago
  61. 954b36d [PATCH] m68knommu: use configurable RAM setup page_offset.h by Greg Ungerer · 18 years ago
  62. 12ddae3 [PATCH] m68knommu: use configurable RAM setup in start up code by Greg Ungerer · 18 years ago
  63. 73e2fba [PATCH] m68knommu: use configurable RAM setup in linker script by Greg Ungerer · 18 years ago
  64. 63e413d [PATCH] m68knommu: create configurable RAM setup by Greg Ungerer · 18 years ago
  65. d2f386d [PATCH] m68knommu: remove unused vars from generic 68328 start code by Greg Ungerer · 18 years ago
  66. 2ae9cb6 [PATCH] m68knommu: remove __ramvec from 68328/pilot start code by Greg Ungerer · 18 years ago
  67. 5f2f444 Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb by Linus Torvalds · 18 years ago
  68. 81a07d7 Merge branch 'x86-64' by Linus Torvalds · 18 years ago
  69. 8501a2f [PATCH] x86_64: x86_64 stack usage debugging by Eric Sandeen · 18 years ago
  70. 4961f10 [PATCH] x86_64: (resend) x86_64 stack overflow debugging by Eric Sandeen · 18 years ago
  71. a4cffb6 [PATCH] x86_64: msi_apic.c build fix by Christian Kujau · 18 years ago
  72. 0080e66 [PATCH] x86_64: i386/x86-64 Add nmi watchdog support for new Intel CPUs by Venkatesh Pallipadi · 18 years ago
  73. e77deac [PATCH] x86_64: Avoid broadcasting NMI IPIs by Keith Owens · 18 years ago
  74. 704fc59 [PATCH] x86_64: fix apic error on bootup by Siddha, Suresh B · 18 years ago
  75. 03fdc2c [PATCH] x86_64: enlarge window for stack growth by Chuck Ebbert · 18 years ago
  76. 6bfa9bb [PATCH] x86_64: Minor string functions optimizations by Andi Kleen · 18 years ago
  77. 2ee60e17 [PATCH] x86_64: Move export symbols to their C functions by Andi Kleen · 18 years ago
  78. 45486f8 [PATCH] x86_64: Standardize i386/x86_64 handling of NMI_VECTOR by Keith Owens · 18 years ago
  79. 9c63f87 [PATCH] x86_64: Fix modular pc speaker by Piotr Kaczuba · 18 years ago
  80. d39159c [PATCH] x86_64: remove sys32_ni_syscall() by Adrian Bunk · 18 years ago
  81. 409f89e [PATCH] x86_64: Do not use -ffunction-sections for modules by Sergey Vlasov · 18 years ago
  82. 899ced0 [PATCH] x86_64: Add cpu_relax to apic_wait_icr_idle by Andreas Mohr · 18 years ago
  83. cab093b [PATCH] x86_64: adjust kstack_depth_to_print default by Jan Beulich · 18 years ago
  84. bdbdaa7 [PATCH] i386/x86-64: adjust /proc/interrupts column headings by Jan Beulich · 18 years ago
  85. da53112 [PATCH] x86_64: Fix race in cpu_local_* on preemptible kernels by Andi Kleen · 18 years ago
  86. 75bd665 [PATCH] x86_64: Fix fast check in safe_smp_processor_id by Andi Kleen · 18 years ago
  87. e42f943 [PATCH] x86_64: x86_64 setup.c - printing cmp related boottime information by Rohit Seth · 18 years ago
  88. 495ab9c [PATCH] i386/x86-64/ia64: Move polling flag into thread_info_status by Andi Kleen · 18 years ago
  89. d9005b5 [PATCH] x86_64: Remove bogus RED-PEN comment in signal.c by Andi Kleen · 18 years ago
  90. 8fa3d6f [PATCH] x86_64: check_addr() cleanups by Andrew Morton · 18 years ago
  91. 5f51e13 [PATCH] x86_64: miscellaneous mm/init.c fixes by Jan Beulich · 18 years ago
  92. b633237 [PATCH] x86_64: Mark mce_amd cpu notifier __cpuinit/__cpuinitdata by Andi Kleen · 18 years ago
  93. 2903ee8 [PATCH] x86_64: mce_amd cleanup by Jacob Shin · 18 years ago
  94. 9526866 [PATCH] x86_64: mce_amd support for family 0x10 processors by Jacob Shin · 18 years ago
  95. fff2e89 [PATCH] x86_64: mce_amd relocate sysfs files by Jacob Shin · 18 years ago
  96. 17fc14f [PATCH] x86_64: apic support for extended apic interrupt by Jacob Shin · 18 years ago
  97. c38bfdc [PATCH] x86_64: Move VM86 config into arch/i386/Kconfig by Andi Kleen · 18 years ago
  98. bf66025 [PATCH] i386/x86-64: Fix isoimage when syslinux is in /usr/share by Andi Kleen · 18 years ago
  99. 2f82bde [PATCH] x86_64: Update copyright in time.c by Vojtech Pavlik · 18 years ago
  100. b2df3dd [PATCH] x86_64: Explain why HPET T0_CMP register is written twice by Vojtech Pavlik · 18 years ago