1. 825f907 [GFS2] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  2. bba9dfd [GFS2] inode_diet: Replace inode.u.generic_ip with inode.i_private (gfs) by Theodore Ts'o · 18 years ago
  3. 7e18c02 [GFS2] Fix bug in Makefiles for lock modules by Steven Whitehouse · 18 years ago
  4. 907b9bc [GFS2/DLM] Fix trailing whitespace by Steven Whitehouse · 18 years ago
  5. 7276b3b [GFS2] Tidy up meta_io code by Steven Whitehouse · 18 years ago
  6. 5696553 [GFS2] Remove unused constants by Steven Whitehouse · 18 years ago
  7. f0e522a [GFS2] Remove "NFS only" readdir path by Steven Whitehouse · 18 years ago
  8. 7466941 [GFS2] Use list_for_each_entry_safe_reverse in gfs2_ail1_start() by Steven Whitehouse · 18 years ago
  9. 7d30859 [GFS2] Export lm_interface to kernel headers by Fabio Massimo Di Nitto · 18 years ago
  10. f3b3091 [GFS2] inode-diet-eliminate-i_blksize-and-use-a-per-superblock-default-vs-gfs2 by akpm@osdl.org · 18 years ago
  11. 07903c0 [GFS2] Tweek unlock test in readpage() by Steven Whitehouse · 18 years ago
  12. dc41aee [GFS2] Fix for mmap() bug in readpage by Russell Cattelan · 18 years ago
  13. 7a6bbac [GFS2] Map multiple blocks at once where possible by Steven Whitehouse · 18 years ago
  14. 65952fb [GFS2] print mount errors related to sysfs by David Teigland · 18 years ago
  15. a833634 [GFS2] Fix glock hash clearing by Steven Whitehouse · 18 years ago
  16. faa31ce [GFS2] Tidy up log.c by Steven Whitehouse · 18 years ago
  17. 16feb9f [GFS2] Use atomic_t rather than kref in glock.c by Steven Whitehouse · 18 years ago
  18. b639789 [GFS2] Use hlist for glock hash chains by Steven Whitehouse · 18 years ago
  19. 2426443 [GFS2] Rewrite of examine_bucket() by Steven Whitehouse · 18 years ago
  20. 9461061 [GFS2] Remove unused function from glock.c by Steven Whitehouse · 18 years ago
  21. a5e08a9 [GFS2] Add consts to glock sorting function by Steven Whitehouse · 18 years ago
  22. 087efdd [GFS2] Make glock hash locks proportional to NR_CPUS by Steven Whitehouse · 18 years ago
  23. ff6af41 [GFS2] vfree should be kfree (II) by Steven Whitehouse · 18 years ago
  24. 37b2fa6 [GFS2] Move rwlocks in glock.c into their own array by Steven Whitehouse · 18 years ago
  25. 9b47c11 [GFS2] Use void * instead of typedef for locking module interface by Steven Whitehouse · 18 years ago
  26. a2c4580 [GFS2] vfree should be kfree by Steven Whitehouse · 18 years ago
  27. 5ce311e [GFS2] Remove unused sync_lvb code from lock modules by Steven Whitehouse · 18 years ago
  28. 1c089c3 [GFS2] Remove one typedef by Steven Whitehouse · 18 years ago
  29. b9201ce [GFS2] Forgot to remove unused include vmalloc.h by Steven Whitehouse · 18 years ago
  30. 85d1da6 [GFS2] Move glock hash table out of superblock by Steven Whitehouse · 18 years ago
  31. b854785 [GFS2] Add gfs2 superblock to glock hash function by Steven Whitehouse · 18 years ago
  32. 62f140c [GFS2] Add brackets in locking/dlm/sysfs.c by Steven Whitehouse · 18 years ago
  33. 3204a6c [GFS2] use snprintf for sysfs show by David Teigland · 18 years ago
  34. c5392124 [GFS2] More style changes by Jan Engelhardt · 18 years ago
  35. 7b62536 [GFS2] Add a comment in ops_export.c by Steven Whitehouse · 18 years ago
  36. 2c1e52a [GFS2] More style fixes by Steven Whitehouse · 18 years ago
  37. 48fac17 [GFS2] Remove unused code from quota by Steven Whitehouse · 18 years ago
  38. a67cdbd [GFS2] Style changes in logging code by Steven Whitehouse · 18 years ago
  39. cca195c [GFS2] Extended attribute code style changes by Steven Whitehouse · 18 years ago
  40. 1691042 [GFS2] Style changes in rgrp.c by Steven Whitehouse · 18 years ago
  41. ea67eed [GFS2] Fix end of multi-line structures by Steven Whitehouse · 18 years ago
  42. f2f7ba5 [GFS2] Make headers compile on their own by Steven Whitehouse · 18 years ago
  43. 2bdbc5d [GFS2] Directory code style changes by Steven Whitehouse · 18 years ago
  44. 5acd396 [GFS2] Some further style changes by Steven Whitehouse · 18 years ago
  45. 26c1a57 [GFS2] More code style updates by Steven Whitehouse · 18 years ago
  46. 0bd5996 [GFS2] Style changes in ops_address.c by Steven Whitehouse · 18 years ago
  47. dd538c8 [GFS2] Spelling sentinal -> sentinel by Steven Whitehouse · 18 years ago
  48. 38c60ef [GFS2] Use const in endian conversion routines by Steven Whitehouse · 18 years ago
  49. 82ffa51 [GFS2] More style changes by Steven Whitehouse · 18 years ago
  50. c266871 [GFS2] Remove a cast, tidy gfs2_inode_attr_in by Steven Whitehouse · 18 years ago
  51. cd91549 [GFS2] Change all types to uX style by Steven Whitehouse · 18 years ago
  52. a91ea69 [GFS2] Align all labels against LH side by Steven Whitehouse · 18 years ago
  53. 75d3b81 [GFS2] Tidy up bmap/inode code by Steven Whitehouse · 18 years ago
  54. 5029996 [GFS2] Tidy up locking code by Steven Whitehouse · 18 years ago
  55. e9fc2aa [GFS2] Update copyright, tidy up incore.h by Steven Whitehouse · 18 years ago
  56. 623d935 [GFS2] Fix releasepage bug (fixes direct i/o writes) by Steven Whitehouse · 18 years ago
  57. 899be4d [GFS2] Add superblock into key for glock lookups by Steven Whitehouse · 18 years ago
  58. d6a5372 [GFS2] Use const on glock lookup key by Steven Whitehouse · 18 years ago
  59. ec45d9f [GFS2] Use slab properly with glocks by Steven Whitehouse · 18 years ago
  60. 5e2b061 [GFS2] Remove unused code from glock layer by Steven Whitehouse · 18 years ago
  61. 8fb4b53 [GFS2] Make glock operations const by Steven Whitehouse · 18 years ago
  62. 8638460 [GFS2] Allow mounting of gfs2 and gfs2meta at the same time by Abhijith Das · 18 years ago
  63. 5dc39fe [GFS2] Fix journal off-by-one error by Benjamin Marzinski · 18 years ago
  64. a2242db [GFS2] Speed up scanning of glocks by Steven Whitehouse · 18 years ago
  65. 166afcc [GFS2] Tidy up error handling in gfs2_releasepage() by Steven Whitehouse · 18 years ago
  66. b8e1aab [GFS2] Another list_del bug by Steven Whitehouse · 18 years ago
  67. 0886760 [GFS2] Fix to list_del in lops.c by Steven Whitehouse · 18 years ago
  68. 15d00c0 [GFS2] Fix leak of gfs2_bufdata by Steven Whitehouse · 18 years ago
  69. 8872187 [GFS2] Fix a couple of refcount leaks. by Russell Cattelan · 18 years ago
  70. f438714 [GFS2] Fix lack of buffers in writepage bug by Steven Whitehouse · 18 years ago
  71. 2b557f6 [GFS2] Fix gfs_ prefix in locking.c by Steven Whitehouse · 18 years ago
  72. 08eac93 [GFS2] match plock result with correct request by David Teigland · 18 years ago
  73. 3120ec5 [GFS2] lockproto api prefix by David Teigland · 18 years ago
  74. 59a1cc6 [GFS2] Fix lock ordering bug in page fault path by Steven Whitehouse · 18 years ago
  75. 899bb26 [GFS2] Fix bug in directory code by Steven Whitehouse · 18 years ago
  76. de9b75d [GFS2] add plock owner by David Teigland · 18 years ago
  77. 420b9e5 [GFS2] Tidy up in various files by Steven Whitehouse · 18 years ago
  78. 5dd9fea [GFS2] Fix bug in clear_inode by Steven Whitehouse · 18 years ago
  79. 2b98a54 [GFS2] Fix bug in super block reading code by Steven Whitehouse · 18 years ago
  80. dd894be [GFS2] Change some allocations to GFP_NOFS by Steven Whitehouse · 18 years ago
  81. f45b7dd [GFS2] Use a bio to read the superblock by Steven Whitehouse · 18 years ago
  82. ba7f729 [GFS2] Remove page.[ch] by Steven Whitehouse · 18 years ago
  83. f25ef0c [GFS2] Tidy gfs2_unstuffer_page by Steven Whitehouse · 18 years ago
  84. a9e5f4d [GFS2] Alter direct I/O path by Steven Whitehouse · 18 years ago
  85. 52f341c [GFS2] gfs2_set_flags double locking patch by Abhijith Das · 18 years ago
  86. c5921fd [GFS2] fix typo in locking/dlm by David Teigland · 18 years ago
  87. e0f2bf7 [GFS2] Fix endian conversion bug by Steven Whitehouse · 18 years ago
  88. 634ee0b [GFS2] Fix use after free bug in dir.c by Steven Whitehouse · 18 years ago
  89. 2eb168c [GFS2] NFS update by Wendy Cheng · 18 years ago
  90. 4da3c64 [GFS2] Fix a coupls of warnings in dir.c by Steven Whitehouse · 18 years ago
  91. b2a580d [PATCH] patch to init di_payload_format field in gfs2_dinode by Abhijith Das · 18 years ago
  92. f3bba03 [GFS2] Fix deadlock in memory allocation by Steven Whitehouse · 18 years ago
  93. 4340fe6 [GFS2] Add generation number by Steven Whitehouse · 18 years ago
  94. ffeb874 [GFS2] Bug fix to gfs2_readpages() by Steven Whitehouse · 18 years ago
  95. dc3e130 [GFS2] Remove unused code from dir.c by Steven Whitehouse · 18 years ago
  96. 29937ac [GFS2] Fixes to scanning of glocks (again) by Steven Whitehouse · 18 years ago
  97. 627add2 [GFS2] Correct logic in glock scanner by Steven Whitehouse · 18 years ago
  98. fd4de2d [GFS2] Add cast for printk by Steven Whitehouse · 18 years ago
  99. ecb1460 [GFS2] Make GFS2 work with lock validator by Steven Whitehouse · 18 years ago
  100. faac9bd [GFS2] Fix locking for Direct I/O reads by Steven Whitehouse · 18 years ago