1. e9fc2aa [GFS2] Update copyright, tidy up incore.h by Steven Whitehouse · 18 years ago
  2. 623d935 [GFS2] Fix releasepage bug (fixes direct i/o writes) by Steven Whitehouse · 18 years ago
  3. 899be4d [GFS2] Add superblock into key for glock lookups by Steven Whitehouse · 18 years ago
  4. d6a5372 [GFS2] Use const on glock lookup key by Steven Whitehouse · 18 years ago
  5. ec45d9f [GFS2] Use slab properly with glocks by Steven Whitehouse · 18 years ago
  6. 5e2b061 [GFS2] Remove unused code from glock layer by Steven Whitehouse · 18 years ago
  7. 8fb4b53 [GFS2] Make glock operations const by Steven Whitehouse · 18 years ago
  8. 8638460 [GFS2] Allow mounting of gfs2 and gfs2meta at the same time by Abhijith Das · 18 years ago
  9. 5dc39fe [GFS2] Fix journal off-by-one error by Benjamin Marzinski · 18 years ago
  10. a2242db [GFS2] Speed up scanning of glocks by Steven Whitehouse · 18 years ago
  11. 166afcc [GFS2] Tidy up error handling in gfs2_releasepage() by Steven Whitehouse · 18 years ago
  12. b8e1aab [GFS2] Another list_del bug by Steven Whitehouse · 18 years ago
  13. 0886760 [GFS2] Fix to list_del in lops.c by Steven Whitehouse · 18 years ago
  14. 15d00c0 [GFS2] Fix leak of gfs2_bufdata by Steven Whitehouse · 18 years ago
  15. 8872187 [GFS2] Fix a couple of refcount leaks. by Russell Cattelan · 18 years ago
  16. f438714 [GFS2] Fix lack of buffers in writepage bug by Steven Whitehouse · 18 years ago
  17. 2b557f6 [GFS2] Fix gfs_ prefix in locking.c by Steven Whitehouse · 18 years ago
  18. 08eac93 [GFS2] match plock result with correct request by David Teigland · 18 years ago
  19. 3120ec5 [GFS2] lockproto api prefix by David Teigland · 18 years ago
  20. 59a1cc6 [GFS2] Fix lock ordering bug in page fault path by Steven Whitehouse · 18 years ago
  21. 899bb26 [GFS2] Fix bug in directory code by Steven Whitehouse · 18 years ago
  22. de9b75d [GFS2] add plock owner by David Teigland · 18 years ago
  23. 420b9e5 [GFS2] Tidy up in various files by Steven Whitehouse · 18 years ago
  24. 5dd9fea [GFS2] Fix bug in clear_inode by Steven Whitehouse · 18 years ago
  25. 2b98a54 [GFS2] Fix bug in super block reading code by Steven Whitehouse · 18 years ago
  26. dd894be [GFS2] Change some allocations to GFP_NOFS by Steven Whitehouse · 18 years ago
  27. f45b7dd [GFS2] Use a bio to read the superblock by Steven Whitehouse · 18 years ago
  28. ba7f729 [GFS2] Remove page.[ch] by Steven Whitehouse · 18 years ago
  29. f25ef0c [GFS2] Tidy gfs2_unstuffer_page by Steven Whitehouse · 18 years ago
  30. a9e5f4d [GFS2] Alter direct I/O path by Steven Whitehouse · 18 years ago
  31. 52f341c [GFS2] gfs2_set_flags double locking patch by Abhijith Das · 18 years ago
  32. c5921fd [GFS2] fix typo in locking/dlm by David Teigland · 18 years ago
  33. e0f2bf7 [GFS2] Fix endian conversion bug by Steven Whitehouse · 18 years ago
  34. 634ee0b [GFS2] Fix use after free bug in dir.c by Steven Whitehouse · 18 years ago
  35. 2eb168c [GFS2] NFS update by Wendy Cheng · 18 years ago
  36. 4da3c64 [GFS2] Fix a coupls of warnings in dir.c by Steven Whitehouse · 18 years ago
  37. b2a580d [PATCH] patch to init di_payload_format field in gfs2_dinode by Abhijith Das · 18 years ago
  38. f3bba03 [GFS2] Fix deadlock in memory allocation by Steven Whitehouse · 18 years ago
  39. 4340fe6 [GFS2] Add generation number by Steven Whitehouse · 18 years ago
  40. ffeb874 [GFS2] Bug fix to gfs2_readpages() by Steven Whitehouse · 18 years ago
  41. dc3e130 [GFS2] Remove unused code from dir.c by Steven Whitehouse · 18 years ago
  42. 29937ac [GFS2] Fixes to scanning of glocks (again) by Steven Whitehouse · 18 years ago
  43. 627add2 [GFS2] Correct logic in glock scanner by Steven Whitehouse · 18 years ago
  44. fd4de2d [GFS2] Add cast for printk by Steven Whitehouse · 18 years ago
  45. ecb1460 [GFS2] Make GFS2 work with lock validator by Steven Whitehouse · 18 years ago
  46. faac9bd [GFS2] Fix locking for Direct I/O reads by Steven Whitehouse · 18 years ago
  47. b0dd930 [GFS2] Mark file_operations const by Steven Whitehouse · 18 years ago
  48. 66de045 [GFS2] Make our address_space_operations const by Steven Whitehouse · 18 years ago
  49. 0c0834a [GFS2] API change for gfs2_statfs by Steven Whitehouse · 18 years ago
  50. ccd6efd [patch 1/1] gfs2: get_sb_dev() fix by Andrew Morton · 18 years ago
  51. 02630a1 [GFS2] Remove dependance on tty_write_message() by Steven Whitehouse · 18 years ago
  52. af18ddb8 [GFS2] Eliminate one instance of __GFP_NOFAIL by Steven Whitehouse · 18 years ago
  53. a53311d [GFS2] Use generic_file_sendfile directly by Steven Whitehouse · 18 years ago
  54. a464418 [GFS2] gfs2/dlm: mailing list and web page by David Teigland · 18 years ago
  55. bdd512a [GFS2] Remove unused flag by Steven Whitehouse · 18 years ago
  56. 43f5d21 [GFS2] [-mm patch] fs/gfs2/: make code static by Adrian Bunk · 18 years ago
  57. faf450e [GFS2] Remove gfs2_repermission by Steven Whitehouse · 18 years ago
  58. d9d1ca3 [GFS2] Fix double locking problem in rename by Steven Whitehouse · 18 years ago
  59. 0d42e54 [GFS2] Remove unused ra_state variable by Steven Whitehouse · 18 years ago
  60. 0239c4a [GFS2] Fix printk format warnings in DLM code by David Woodhouse · 18 years ago
  61. 695165d [GFS2] Fix use of bitops on unsigned int (struct gfs2_holder->gh_iflags) by David Woodhouse · 18 years ago
  62. b61dde7 [GFS2] Always include glock in transaction by Steven Whitehouse · 18 years ago
  63. 3a8476d [GFS2] Remove debugging printks by Steven Whitehouse · 18 years ago
  64. feaa7bb [GFS2] Fix unlinked file handling by Steven Whitehouse · 18 years ago
  65. 01eb7c0 [GFS2] Fix warning on impossible event in eattr code by Steven Whitehouse · 18 years ago
  66. 6b61b07 [GFS2] Move some fields around to reduce wasted space by Steven Whitehouse · 18 years ago
  67. e70409f [GFS2] Fix for selinux support by Ryan O'Hara · 18 years ago
  68. 382066d [GFS2] Casts for printing 64bit numbers by Steven Whitehouse · 18 years ago
  69. 9229f01 [GFS2] Cast 64 bit printk args to unsigned long long. by David Teigland · 18 years ago
  70. 90cdd20 [GFS2] Flag up issue in selinux code by Steven Whitehouse · 18 years ago
  71. 639b6d7 [GFS2] selinux support by Ryan O'Hara · 18 years ago
  72. d2f222e [GFS2] setup lock_dlm kobject earlier by David Teigland · 18 years ago
  73. 320dd10 [GFS2] glock debugging and inode cache changes by Steven Whitehouse · 18 years ago
  74. 3a8a9a1 [GFS2] Update copyright date to 2006 by Steven Whitehouse · 18 years ago
  75. bd89680 [GFS2] Remove semaphore.h from C files by Steven Whitehouse · 18 years ago
  76. 1b50259 [GFS2] Drop log lock on I/O error & tidy up by Steven Whitehouse · 18 years ago
  77. 02f211f [GFS2] Remove bits.c from the Makefile by Steven Whitehouse · 18 years ago
  78. 3efd753 [GFS2] Make newly moved functions static by Steven Whitehouse · 18 years ago
  79. 88c8ab1f [GFS2] Merge bits.[ch] into rgrp.c by Steven Whitehouse · 18 years ago
  80. 64c14ea [GFS2] Fix ref count bug that used to bite us on umount by Steven Whitehouse · 18 years ago
  81. b9cb981 [GFS2] Fix attributes setting logic by Steven Whitehouse · 18 years ago
  82. 9801f64 [GFS2] Remove incorrect initialisation of gh_owner by Steven Whitehouse · 18 years ago
  83. e90c01e [GFS2] Reverse block order in build_height by Steven Whitehouse · 18 years ago
  84. fd88de56 [GFS2] Readpages support by Steven Whitehouse · 18 years ago
  85. 5bb76af [GFS2] Set d_ops for root inode by Robert S Peterson · 18 years ago
  86. d2d7b8a [GFS2] Fix bug in writepage() by Steven Whitehouse · 18 years ago
  87. 56409ab [GFS2] Remove some unused code by Steven Whitehouse · 18 years ago
  88. 08bc2db [GFS2] [-mm patch] fs/gfs2/: possible cleanups by Adrian Bunk · 18 years ago
  89. 3632752 [GFS2] Reordering in deallocation to avoid recursive locking by Steven Whitehouse · 18 years ago
  90. e7f5c01 [GFS2] Remove redundant casts to/from void by David Teigland · 18 years ago
  91. 6bd70ab [DLM] lock_dlm recover_status patch by David Teigland · 18 years ago
  92. 579b78a [GFS2] Remove GL_NEVER_RECURSE flag by Steven Whitehouse · 18 years ago
  93. 5965b1f [GFS2] Don't do recursive locking in glock layer by Steven Whitehouse · 18 years ago
  94. 3a2a9c9 [GFS2] Update plock code in DLM locking module by David Teigland · 18 years ago
  95. 4bcf709 [GFS2] Remove inherited flags from exported flags. by Steven Whitehouse · 18 years ago
  96. b5ea3e1 [GFS2] Tidy up Makefile & Kconfig by Steven Whitehouse · 18 years ago
  97. b800a1c [GFS2] Tidy up daemon.c by Steven Whitehouse · 18 years ago
  98. 61e085a [GFS2] Tidy up dir code as per Christoph Hellwig's comments by Steven Whitehouse · 18 years ago
  99. 1e09ae5 [GFS2] Move BUG() back into the header file by Steven Whitehouse · 18 years ago
  100. 1dde2db [GFS2] Add back missing BUG() by Steven Whitehouse · 18 years ago