1. 4506a51 GFS2: Split glock lru processing into two parts by Steven Whitehouse · 11 years ago
  2. 2a00585 GFS2: Separate LRU scanning from shrinker by Steven Whitehouse · 12 years ago
  3. 08242bc Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw by Linus Torvalds · 12 years ago
  4. 252aa6f mm: redefine address_space.assoc_mapping by Rafael Aquini · 12 years ago
  5. 4e2f884 GFS2: remove redundant lvb pointer by David Teigland · 12 years ago
  6. dba2d70 GFS2: only use lvb on glocks that need it by David Teigland · 12 years ago
  7. fb6791d GFS2: skip dlm_unlock calls in unmount by David Teigland · 12 years ago
  8. 06dfc30 GFS2: Rename glops go_xmote_th to go_sync by Bob Peterson · 12 years ago
  9. 8eae1ca GFS2: Review bug traps in glops.c by Steven Whitehouse · 12 years ago
  10. e5dc76b GFS2: Eliminate redundant calls to may_grant by Bob Peterson · 12 years ago
  11. 81e1d45 GFS2: Combine functions gfs2_glock_dq_wait and wait_on_demote by Bob Peterson · 12 years ago
  12. 07a7904 GFS2: Combine functions gfs2_glock_wait and wait_on_holder by Bob Peterson · 12 years ago
  13. 4abb6ad GFS2: inline __gfs2_glock_schedule_for_reclaim by Bob Peterson · 12 years ago
  14. 0fe2f1e GFS2: Size seq_file buffer more carefully by Steven Whitehouse · 12 years ago
  15. 1bb4930 GFS2: Use seq_vprintf for glocks debugfs file by Steven Whitehouse · 12 years ago
  16. 90306c4 GFS2: Use lvbs for storing rgrp information with mount option by Benjamin Marzinski · 12 years ago
  17. ba1ddcb GFS2: Cache last hash bucket for glock seq_files by Steven Whitehouse · 12 years ago
  18. df5d2f5 GFS2: Increase buffer size for glocks and glstats debugfs files by Steven Whitehouse · 12 years ago
  19. a245769 GFS2: glock statistics gathering by Steven Whitehouse · 13 years ago
  20. 4043b88 GFS2: Fix race between lru_list and glock ref count by Steven Whitehouse · 13 years ago
  21. e0c2a9a GFS2: dlm based recovery coordination by David Teigland · 13 years ago
  22. 7cf8dcd GFS2: Automatically adjust glock min hold time by Bob Peterson · 13 years ago
  23. d205df9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes by Linus Torvalds · 13 years ago
  24. 1495f23 vmscan: change shrinker API by passing shrink_control struct by Ying Han · 13 years ago
  25. f90e5b5 GFS2: Processes waiting on inode glock that no processes are holding by Bob Peterson · 13 years ago
  26. 6c1b8d9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 13 years ago
  27. 588da3b GFS2: Don't use a try lock when promoting to a higher mode by Steven Whitehouse · 13 years ago
  28. 1879fd6 add hlist_bl_lock/unlock helpers by Christoph Hellwig · 13 years ago
  29. 4667a0e GFS2: Make writeback more responsive to system conditions by Steven Whitehouse · 13 years ago
  30. f42ab08 GFS2: Optimise glock lru and end of life inodes by Steven Whitehouse · 13 years ago
  31. 627c10b GFS2: Improve tracing support (adds two flags) by Steven Whitehouse · 13 years ago
  32. 29687a2 GFS2: Alter point of entry to glock lru list for glocks with an address_space by Steven Whitehouse · 13 years ago
  33. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  34. 3ae2a1ce Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 13 years ago
  35. 7e32d02 GFS2: Don't use _raw version of RCU dereference by Steven Whitehouse · 13 years ago
  36. fa1bbde GFS2: Optimize glock multiple-dequeue code by Bob Peterson · 13 years ago
  37. fc0e38d GFS2: Fix glock deallocation race by Steven Whitehouse · 13 years ago
  38. 58a69cb workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable' by Tejun Heo · 13 years ago
  39. edae38a GFS2: Fix glock queue trace point by Steven Whitehouse · 14 years ago
  40. bc015cb GFS2: Use RCU for glock hash table by Steven Whitehouse · 14 years ago
  41. 47a2538 GFS2: Merge glock state fields into a bitfield by Steven Whitehouse · 14 years ago
  42. 921169c GFS2: Clean up of gdlm_lock function by Steven Whitehouse · 14 years ago
  43. 5e69069 GFS2: fs/gfs2/glock.c: Use printf extension %pV by Joe Perches · 14 years ago
  44. cc18152 GFS2: fs/gfs2/glock.c: Convert sprintf_symbol to %pS by Joe Perches · 14 years ago
  45. d211577 GFS2: Change two WQ_RESCUERs into WQ_MEM_RECLAIM by Steven Whitehouse · 14 years ago
  46. 044b941 GFS2: Fix inode deallocation race by Steven Whitehouse · 14 years ago
  47. c741c45 GFS2: Fix spectator umount issue by Steven Whitehouse · 14 years ago
  48. 9fa0ea9 GFS2: Use new workqueue scheme by Steven Whitehouse · 14 years ago
  49. 7b5e3d5 GFS2: Don't enforce min hold time when two demotes occur in rapid succession by Steven Whitehouse · 14 years ago
  50. 0809f6e GFS2: Fix recovery stuck bug (try #2) by Steven Whitehouse · 14 years ago
  51. 7cdee5d Revert "GFS2: recovery stuck on transaction lock" by Steven Whitehouse · 14 years ago
  52. d5341a9 GFS2: Make "try" lock not try quite so hard by Steven Whitehouse · 14 years ago
  53. 7f8275d mm: add context argument to shrinker callback by Dave Chinner · 14 years ago
  54. b7dc2df GFS2: recovery stuck on transaction lock by Bob Peterson · 14 years ago
  55. 1a0eae8 GFS2: glock livelock by Bob Peterson · 14 years ago
  56. 4818972 GFS2: print glock numbers in hex by Bob Peterson · 14 years ago
  57. c1184f8 GFS2: Remove loopy umount code by Steven Whitehouse · 15 years ago
  58. 009d851 GFS2: Metadata address space clean up by Steven Whitehouse · 15 years ago
  59. 8f05228 GFS2: Extend umount wait coverage to full glock lifetime by Steven Whitehouse · 15 years ago
  60. 26bb750 GFS2: Fix glock refcount issues by Steven Whitehouse · 15 years ago
  61. 7e71c55 GFS2: Fix potential race in glock code by Steven Whitehouse · 15 years ago
  62. b94a170 GFS2: remove dcache entries for remote deleted inodes by Benjamin Marzinski · 15 years ago
  63. 8ff22a6 GFS2: Don't put unlikely reclaim candidates on the reclaim list. by Benjamin Marzinski · 15 years ago
  64. a51b56f GFS2: Fix panic in glock memory shrinker by Benjamin Marzinski · 15 years ago
  65. 2163b1e GFS2: Shrink the shrinker by Steven Whitehouse · 15 years ago
  66. 6399777 GFS2: Add tracepoints by Steven Whitehouse · 15 years ago
  67. fe64d51 GFS2: Umount recovery race fix by Steven Whitehouse · 15 years ago
  68. 0c7a531 GFS2: Fix glock ref counting bug by Steven Whitehouse · 15 years ago
  69. a228df6 GFS2: Move umount flush rwsem by Steven Whitehouse · 15 years ago
  70. 64d576b GFS2: Add a "demote a glock" interface to sysfs by Steven Whitehouse · 15 years ago
  71. d8348de GFS2: Fix deadlock on journal flush by Steven Whitehouse · 15 years ago
  72. ac2425e GFS2: Remove unused field from glock by Steven Whitehouse · 16 years ago
  73. f057f6c GFS2: Merge lock_dlm module into GFS2 by Steven Whitehouse · 16 years ago
  74. eb8374e GFS2: Use DEFINE_SPINLOCK by Julia Lawall · 16 years ago
  75. fefc03b Revert "GFS2: Fix use-after-free bug on umount" by Steven Whitehouse · 16 years ago
  76. 3af165a GFS2: Fix use-after-free bug on umount by Steven Whitehouse · 16 years ago
  77. 2bfb644 GFS2: Move four functions from super.c by Steven Whitehouse · 16 years ago
  78. 97cc102 GFS2: Kill two daemons with one patch by Steven Whitehouse · 16 years ago
  79. 813e0c4 GFS2: Fix "truncate in progress" hang by Steven Whitehouse · 16 years ago
  80. 55ba474 GFS2: sparse annotation of gl->gl_spin by Harvey Harrison · 16 years ago
  81. 719ee34 GFS2: high time to take some time over atime by Steven Whitehouse · 16 years ago
  82. dff5257 GFS2: Fix race relating to glock min-hold time by Steven Whitehouse · 16 years ago
  83. c1e817d GFS2: Fix debugfs glock file iterator by Steven Whitehouse · 16 years ago
  84. 209806a [GFS2] Allow local DF locks when holding a cached EX glock by Steven Whitehouse · 16 years ago
  85. 265d529c [GFS2] Fix delayed demote race by Steven Whitehouse · 16 years ago
  86. 1bdad60 [GFS2] Remove remote lock dropping code by Steven Whitehouse · 16 years ago
  87. 048bca2 [GFS2] No lock_nolock by Steven Whitehouse · 16 years ago
  88. 6802e34 [GFS2] Clean up the glock core by Steven Whitehouse · 16 years ago
  89. 58e9fee [GFS2] Invalidate cache at correct point by Benjamin Marzinski · 16 years ago
  90. 840ca0e [GFS2] Fix bug where we called drop_bh incorrectly by Steven Whitehouse · 16 years ago
  91. cf45b75 [GFS2] Remove rgrp and glock version numbers by Bob Peterson · 17 years ago
  92. da755fd [GFS2] Remove lm.[ch] and distribute content by Steven Whitehouse · 17 years ago
  93. ab0d756 [GFS2] Eliminate gl_req_bh by Bob Peterson · 17 years ago
  94. 29d38cd [GFS2] Get rid of gl_waiters2 by Bob Peterson · 17 years ago
  95. 048786f [GFS2] make gfs2_glock_hold() static by Adrian Bunk · 17 years ago
  96. ef8c441 [GFS2] Only wake the reclaim daemon if we need to by Bob Peterson · 17 years ago
  97. eccba06 gfs2: make gfs2_glock.gl_owner_pid be a struct pid * by Pavel Emelyanov · 16 years ago
  98. b1e058d gfs2: make gfs2_holder.gh_owner_pid be a struct pid * by Pavel Emelyanov · 16 years ago
  99. 398bbe6 [GFS2] Reorganize function gfs2_glmutex_lock by Bob Peterson · 17 years ago
  100. 1a2781c [GFS2] Fix runtime issue with UP kernels by Fabio Massimo Di Nitto · 17 years ago