1. ff7f4cb GFS2: Consolidate free block searching functions by Steven Whitehouse · 12 years ago
  2. 9e733d3 GFS2: Improve block reservation tracing by Steven Whitehouse · 12 years ago
  3. 5b924ae GFS2: Replace rgblk_search with gfs2_rbm_find by Steven Whitehouse · 12 years ago
  4. 4a993fb GFS2: Add structure to contain rgrp, bitmap, offset tuple by Steven Whitehouse · 12 years ago
  5. 71f890f GFS2: Remove rs_requested field from reservations by Steven Whitehouse · 12 years ago
  6. 8e2e004 GFS2: Reduce file fragmentation by Bob Peterson · 12 years ago
  7. 90306c4 GFS2: Use lvbs for storing rgrp information with mount option by Benjamin Marzinski · 12 years ago
  8. 5407e24 GFS2: Fold quota data into the reservations struct by Bob Peterson · 12 years ago
  9. 61011677 Merge tag 'dlm-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 12 years ago
  10. 4875647 dlm: fixes for nodir mode by David Teigland · 13 years ago
  11. c0752aa GFS2: eliminate log elements and simplify by Bob Peterson · 13 years ago
  12. 1c47f09 GFS2: Eliminate vestigial sd_log_le_rg by Bob Peterson · 13 years ago
  13. c50b91c GFS2: Remove bd_list_tr by Steven Whitehouse · 13 years ago
  14. e8c92ed GFS2: Clean up log write code path by Steven Whitehouse · 13 years ago
  15. 6aad1c3 GFS2: Eliminate sd_rindex_mutex by Bob Peterson · 13 years ago
  16. a245769 GFS2: glock statistics gathering by Steven Whitehouse · 13 years ago
  17. 376d377 GFS2: fail mount if journal recovery fails by David Teigland · 13 years ago
  18. e8ca5cc GFS2: let spectator mount do read only recovery by David Teigland · 13 years ago
  19. e0c2a9a GFS2: dlm based recovery coordination by David Teigland · 13 years ago
  20. 564e12b GFS2: decouple quota allocations from block allocations by Bob Peterson · 13 years ago
  21. b9f417f GFS2: remove vestigial al_alloced by Bob Peterson · 13 years ago
  22. 9ae3242 GFS2: Remove two unused variables by Steven Whitehouse · 13 years ago
  23. 64dd153 GFS2: rewrite fallocate code to write blocks directly by Benjamin Marzinski · 13 years ago
  24. 54335b1 GFS2: Cache the most recently used resource group in the inode by Steven Whitehouse · 13 years ago
  25. 8339ee5 GFS2: Make resource groups "append only" during life of fs by Steven Whitehouse · 13 years ago
  26. 7c9ca62 GFS2: Use rbtree for resource groups and clean up bitmap buffer ref count scheme by Bob Peterson · 13 years ago
  27. 40ac218 GFS2: Fix inode allocation error path by Steven Whitehouse · 13 years ago
  28. 7cf8dcd GFS2: Automatically adjust glock min hold time by Bob Peterson · 13 years ago
  29. 17d539f GFS2: Cache dir hash table in a contiguous buffer by Steven Whitehouse · 13 years ago
  30. 3942ae5 GFS2: Fix race during filesystem mount by Steven Whitehouse · 13 years ago
  31. 32e471e GFS2: Use UUID field in generic superblock by Steven Whitehouse · 13 years ago
  32. 4667a0e GFS2: Make writeback more responsive to system conditions by Steven Whitehouse · 14 years ago
  33. f42ab08 GFS2: Optimise glock lru and end of life inodes by Steven Whitehouse · 14 years ago
  34. 627c10b GFS2: Improve tracing support (adds two flags) by Steven Whitehouse · 14 years ago
  35. d6a079e GFS2: introduce AIL lock by Dave Chinner · 14 years ago
  36. 662e3a5 GFS2: quota allows exceeding hard limit by Abhijith Das · 14 years ago
  37. bc015cb GFS2: Use RCU for glock hash table by Steven Whitehouse · 14 years ago
  38. 57cc721 headers: kobject.h redux by Alexey Dobriyan · 14 years ago
  39. 47a2538 GFS2: Merge glock state fields into a bitfield by Steven Whitehouse · 14 years ago
  40. feb47ca9 GFS2: Improve journal allocation via sysfs by Steven Whitehouse · 14 years ago
  41. c80dbb5 GFS2: Remove upgrade mount option by Steven Whitehouse · 14 years ago
  42. c2048b00 GFS2: Remove localcaching mount option by Steven Whitehouse · 14 years ago
  43. f57a024 GFS2: Remove ignore_local_fs mount argument by Steven Whitehouse · 14 years ago
  44. 7b5e3d5 GFS2: Don't enforce min hold time when two demotes occur in rapid succession by Steven Whitehouse · 14 years ago
  45. 3921120 GFS2: fallocate support by Benjamin Marzinski · 14 years ago
  46. a2e0f79 GFS2: Remove i_disksize by Steven Whitehouse · 14 years ago
  47. 3b7433b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  48. ba6e936 GFS2: Wait for journal id on mount if not specified on mount command line by Steven Whitehouse · 14 years ago
  49. 6ecd7c2 gfs2: use workqueue instead of slow-work by Tejun Heo · 14 years ago
  50. 913a71d GFS2: Add some useful messages by Steven Whitehouse · 15 years ago
  51. 5e687ea GFS2: Various gfs2_logd improvements by Benjamin Marzinski · 15 years ago
  52. 2e95e3f GFS2: Allow the number of committed revokes to temporarily be negative by Benjamin Marzinski · 15 years ago
  53. c1184f8 GFS2: Remove loopy umount code by Steven Whitehouse · 15 years ago
  54. 009d851 GFS2: Metadata address space clean up by Steven Whitehouse · 15 years ago
  55. e402746 GFS2: Wait for unlock completion on umount by Steven Whitehouse · 15 years ago
  56. f25934c GFS2: add barrier/nobarrier mount options by Christoph Hellwig · 15 years ago
  57. 3d3c10f GFS2: Improve statfs and quota usability by Benjamin Marzinski · 15 years ago
  58. 2b88f7c GFS2: Remove unused sysfs file by Steven Whitehouse · 15 years ago
  59. 8d8291a GFS2: Remove no_formal_ino generating code by Steven Whitehouse · 15 years ago
  60. d34843d GFS2: Add "-o errors=panic|withdraw" mount options by Bob Peterson · 15 years ago
  61. b94a170 GFS2: remove dcache entries for remote deleted inodes by Benjamin Marzinski · 15 years ago
  62. 1ce97e5 GFS2: Be more aggressive in reclaiming unlinked inodes by Steven Whitehouse · 15 years ago
  63. 60a0b8f GFS2: Add a rgrp bitmap full flag by Steven Whitehouse · 15 years ago
  64. 0901097 GFS2: Improve resource group error handling by Steven Whitehouse · 15 years ago
  65. fe64d51 GFS2: Umount recovery race fix by Steven Whitehouse · 15 years ago
  66. 48c2b61 GFS2: Add commit= mount option by Steven Whitehouse · 15 years ago
  67. 02ffad08 GFS2: Fix locking bug in failed shared to exclusive conversion by Benjamin Marzinski · 16 years ago
  68. 02e3cc7 GFS2: Expose UUID via sysfs/uevent by Steven Whitehouse · 16 years ago
  69. f15ab56 GFS2: Support generation of discard requests by Steven Whitehouse · 16 years ago
  70. ac2425e GFS2: Remove unused field from glock by Steven Whitehouse · 16 years ago
  71. f057f6c GFS2: Merge lock_dlm module into GFS2 by Steven Whitehouse · 16 years ago
  72. 22077f5 GFS2: Remove "double" locking in quota by Steven Whitehouse · 16 years ago
  73. 0a7ab79 GFS2: change gfs2_quota_scan into a shrinker by Abhijith Das · 16 years ago
  74. 97cc1025 GFS2: Kill two daemons with one patch by Steven Whitehouse · 16 years ago
  75. 813e0c4 GFS2: Fix "truncate in progress" hang by Steven Whitehouse · 16 years ago
  76. 37b2c83 GFS2: Clean up & move gfs2_quotad by Steven Whitehouse · 16 years ago
  77. 73f7494 GFS2: Banish struct gfs2_rgrpd_host by Steven Whitehouse · 16 years ago
  78. cfc8b54 GFS2: Move rg_free from gfs2_rgrpd_host to gfs2_rgrpd by Steven Whitehouse · 16 years ago
  79. d8b71f7 GFS2: Move rg_igeneration into struct gfs2_rgrpd by Steven Whitehouse · 16 years ago
  80. 383f01f GFS2: Banish struct gfs2_dinode_host by Steven Whitehouse · 16 years ago
  81. c9e9888 GFS2: Move i_size from gfs2_dinode_host and rename it to i_disksize by Steven Whitehouse · 16 years ago
  82. 3767ac2 GFS2: Move di_eattr into "proper" inode by Steven Whitehouse · 16 years ago
  83. ad6203f GFS2: Move "entries" into "proper" inode by Steven Whitehouse · 16 years ago
  84. bcf0b5b GFS2: Move generation number into "proper" part of inode by Steven Whitehouse · 16 years ago
  85. 254db57 GFS2: Support for I/O barriers by Steven Whitehouse · 16 years ago
  86. 719ee34 GFS2: high time to take some time over atime by Steven Whitehouse · 16 years ago
  87. 37ec89e GFS2: The war on bloat by Steven Whitehouse · 16 years ago
  88. 9b8df98 GFS2: Fix metafs mounts by Steven Whitehouse · 16 years ago
  89. c9f6a6b [GFS2] Remove support for unused and pointless flag by Steven Whitehouse · 16 years ago
  90. 9cabcdb [GFS2] Replace rgrp "recent list" with mru list by Steven Whitehouse · 16 years ago
  91. 6802e34 [GFS2] Clean up the glock core by Steven Whitehouse · 16 years ago
  92. 091806ed [GFS2] filesystem consistency error from do_strip by Bob Peterson · 17 years ago
  93. 58e9fee [GFS2] Invalidate cache at correct point by Benjamin Marzinski · 17 years ago
  94. 77658aa [GFS2] Eliminate (almost) duplicate field from gfs2_inode by Steven Whitehouse · 17 years ago
  95. ac576cc [GFS2] Merge the rd_last_alloc_meta and rd_last_alloc_data fields by Steven Whitehouse · 17 years ago
  96. ce276b0 [GFS2] Reduce inode size by merging fields by Steven Whitehouse · 17 years ago
  97. 9feb7c8 [GFS2] Remove unused counters by Bob Peterson · 17 years ago
  98. 9a00450 [GFS2] Shrink & rename di_depth by Steven Whitehouse · 17 years ago
  99. cf45b75 [GFS2] Remove rgrp and glock version numbers by Bob Peterson · 17 years ago
  100. da755fd [GFS2] Remove lm.[ch] and distribute content by Steven Whitehouse · 17 years ago