1. 3a8476d [GFS2] Remove debugging printks by Steven Whitehouse · 18 years ago
  2. feaa7bb [GFS2] Fix unlinked file handling by Steven Whitehouse · 18 years ago
  3. 01eb7c0 [GFS2] Fix warning on impossible event in eattr code by Steven Whitehouse · 18 years ago
  4. 6b61b07 [GFS2] Move some fields around to reduce wasted space by Steven Whitehouse · 18 years ago
  5. e70409f [GFS2] Fix for selinux support by Ryan O'Hara · 18 years ago
  6. 382066d [GFS2] Casts for printing 64bit numbers by Steven Whitehouse · 18 years ago
  7. 9229f01 [GFS2] Cast 64 bit printk args to unsigned long long. by David Teigland · 18 years ago
  8. 90cdd20 [GFS2] Flag up issue in selinux code by Steven Whitehouse · 18 years ago
  9. 639b6d7 [GFS2] selinux support by Ryan O'Hara · 18 years ago
  10. d2f222e [GFS2] setup lock_dlm kobject earlier by David Teigland · 18 years ago
  11. 320dd10 [GFS2] glock debugging and inode cache changes by Steven Whitehouse · 18 years ago
  12. 3a8a9a1 [GFS2] Update copyright date to 2006 by Steven Whitehouse · 18 years ago
  13. bd89680 [GFS2] Remove semaphore.h from C files by Steven Whitehouse · 18 years ago
  14. 1b50259 [GFS2] Drop log lock on I/O error & tidy up by Steven Whitehouse · 18 years ago
  15. 02f211f [GFS2] Remove bits.c from the Makefile by Steven Whitehouse · 18 years ago
  16. 3efd753 [GFS2] Make newly moved functions static by Steven Whitehouse · 18 years ago
  17. 88c8ab1f [GFS2] Merge bits.[ch] into rgrp.c by Steven Whitehouse · 18 years ago
  18. 64c14ea [GFS2] Fix ref count bug that used to bite us on umount by Steven Whitehouse · 18 years ago
  19. b9cb981 [GFS2] Fix attributes setting logic by Steven Whitehouse · 18 years ago
  20. 9801f64 [GFS2] Remove incorrect initialisation of gh_owner by Steven Whitehouse · 18 years ago
  21. e90c01e [GFS2] Reverse block order in build_height by Steven Whitehouse · 18 years ago
  22. fd88de56 [GFS2] Readpages support by Steven Whitehouse · 18 years ago
  23. 5bb76af [GFS2] Set d_ops for root inode by Robert S Peterson · 18 years ago
  24. d2d7b8a [GFS2] Fix bug in writepage() by Steven Whitehouse · 18 years ago
  25. 56409ab [GFS2] Remove some unused code by Steven Whitehouse · 18 years ago
  26. 08bc2db [GFS2] [-mm patch] fs/gfs2/: possible cleanups by Adrian Bunk · 18 years ago
  27. 3632752 [GFS2] Reordering in deallocation to avoid recursive locking by Steven Whitehouse · 18 years ago
  28. e7f5c01 [GFS2] Remove redundant casts to/from void by David Teigland · 18 years ago
  29. 6bd70ab [DLM] lock_dlm recover_status patch by David Teigland · 18 years ago
  30. 579b78a [GFS2] Remove GL_NEVER_RECURSE flag by Steven Whitehouse · 18 years ago
  31. 5965b1f [GFS2] Don't do recursive locking in glock layer by Steven Whitehouse · 18 years ago
  32. 3a2a9c9 [GFS2] Update plock code in DLM locking module by David Teigland · 18 years ago
  33. 4bcf709 [GFS2] Remove inherited flags from exported flags. by Steven Whitehouse · 18 years ago
  34. b5ea3e1 [GFS2] Tidy up Makefile & Kconfig by Steven Whitehouse · 18 years ago
  35. b800a1c [GFS2] Tidy up daemon.c by Steven Whitehouse · 18 years ago
  36. 61e085a [GFS2] Tidy up dir code as per Christoph Hellwig's comments by Steven Whitehouse · 18 years ago
  37. 1e09ae5 [GFS2] Move BUG() back into the header file by Steven Whitehouse · 18 years ago
  38. 1dde2db [GFS2] Add back missing BUG() by Steven Whitehouse · 18 years ago
  39. a74604b [GFS2] sem -> mutex conversion in locking.c by Steven Whitehouse · 18 years ago
  40. c63e31c [GFS2] journal recovery patch by David Teigland · 18 years ago
  41. 190562b [GFS2] Fix a bug: scheduling under a spinlock by Steven Whitehouse · 18 years ago
  42. fe1bded [GFS2] Use vmalloc() in dir code by Steven Whitehouse · 18 years ago
  43. 4d8012b [GFS2] Fix bug which was causing postmark to fail by Steven Whitehouse · 18 years ago
  44. f4154ea [GFS2] Update journal accounting code. by Steven Whitehouse · 18 years ago
  45. ed38650 [GFS2] Finally get ref counting correct by Steven Whitehouse · 18 years ago
  46. b09e593 [GFS2] Fix a ref count bug and other clean ups by Steven Whitehouse · 18 years ago
  47. 55eccc6 [GFS2] Finish off ioctl support by Steven Whitehouse · 18 years ago
  48. 8628de0 [GFS2] Update GFS2 for the recent pull from Linus by Steven Whitehouse · 18 years ago
  49. 7ea9ea8 [GFS2] Update ioctl() to new interface by Steven Whitehouse · 18 years ago
  50. e3167de [GFS] Fix bug in endian conversion for metadata header by Steven Whitehouse · 18 years ago
  51. cd45697 [GFS2] Add missing {} in trans.c by Steven Whitehouse · 18 years ago
  52. e90deff [GFS2] Fix bug in directory expansion code by Steven Whitehouse · 18 years ago
  53. d0dc80d [GFS2] Update debugging code by Steven Whitehouse · 18 years ago
  54. 484adff [GFS2] Update locking in log.c by Steven Whitehouse · 18 years ago
  55. 7aabffc [DLM] Look for "nodir" in the lockspace mount options by David Teigland · 18 years ago
  56. 71b86f5 [GFS2] Further updates to dir and logging code by Steven Whitehouse · 18 years ago
  57. 94aabbd [GFS2] Remove ioctl support by Steven Whitehouse · 18 years ago
  58. c752666 [GFS2] Fix bug in directory code and tidy up by Steven Whitehouse · 18 years ago
  59. 419c93e [GFS2] Add gfs2meta filesystem by Steven Whitehouse · 19 years ago
  60. b4dc729 [GFS2] Fix some bugs by Steven Whitehouse · 19 years ago
  61. c9fd430 [GFS2] Tidy up mount code. by Steven Whitehouse · 19 years ago
  62. e317ffc [GFS2] Remove uneeded memory allocation by Steven Whitehouse · 19 years ago
  63. 5c676f6 [GFS2] Macros removal in gfs2.h by Steven Whitehouse · 19 years ago
  64. 116ad29 [GFS2] Remove pointless comment from nolock/main.c by Steven Whitehouse · 19 years ago
  65. f382894 [GFS2] 80 Column audit of locking modules by Steven Whitehouse · 19 years ago
  66. 568f4c9 [GFS2] 80 Column audit of GFS2 by Steven Whitehouse · 19 years ago
  67. 3a8fe9b [GFS2] Use BUG_ON() rather then if (...) BUG(); by Steven Whitehouse · 19 years ago
  68. d92a8d4 [GFS2] Audit printk and kmalloc by Steven Whitehouse · 19 years ago
  69. d95cb94 [GFS2] Patch to remove stats counters from GFS2 (II) by David Teigland · 19 years ago
  70. 6a6b3d0 [GFS2] Patch to remove stats gathering from GFS2 by David Teigland · 19 years ago
  71. 8d3b35a [DLM] Remove support for range locks (II) by David Teigland · 19 years ago
  72. 91ffd7d [GFS2] Missed deletion of debugging code by Steven Whitehouse · 19 years ago
  73. 13538b8 [GFS2] Add list empty test to databuf_lo_add by Steven Whitehouse · 19 years ago
  74. f55ab26 [GFS2] Use mutices rather than semaphores by Steven Whitehouse · 19 years ago
  75. 5c4e9e0 [GFS2] Fix a case where we didn't get unstuffing right by Steven Whitehouse · 19 years ago
  76. 61a30dc [GFS2] Fix for lock recursion problem for internal files by Steven Whitehouse · 19 years ago
  77. 4dd651a [GFS2] Fix the bugs I introduced in the last patch but one by Steven Whitehouse · 19 years ago
  78. d1665e4 [GFS2] Put back O_DIRECT support by Steven Whitehouse · 19 years ago
  79. fc69d0d [GFS2] Change ondisk format (hopefully for the last time) by Steven Whitehouse · 19 years ago
  80. 7359a19 [GFS2] Fix for root inode ref count bug by Steven Whitehouse · 19 years ago
  81. 18ec7d5 [GFS2] Make journaled data files identical to normal files on disk by Steven Whitehouse · 19 years ago
  82. 257f9b4 [GFS2] Update truncate function (shrinking partial blocks) by Steven Whitehouse · 19 years ago
  83. f42faf4 [GFS2] Add gfs2_internal_read() by Steven Whitehouse · 19 years ago
  84. fd2ee6b [GFS2] Remove unused prototype by Steven Whitehouse · 19 years ago
  85. e13940b [GFS2] Make dir.c independant of jdata.c by Steven Whitehouse · 19 years ago
  86. 9b124fb [GFS2] Use mpage_readpage() in gfs2_readpage() by Steven Whitehouse · 19 years ago
  87. 2442a09 [GFS2] Bug fix relating to endian conversion in inode.c by Steven Whitehouse · 19 years ago
  88. 4ff1467 [GFS2] Rename get_block and make it extern by Steven Whitehouse · 19 years ago
  89. b381bea [GFS2] Remove unused file resize.c by Steven Whitehouse · 19 years ago
  90. aa6a85a [GFS2] Remove pointless argument relating to truncate by Steven Whitehouse · 19 years ago
  91. a98ab22 [GFS2] Rename gfs2_meta_pin to gfs2_pin by Steven Whitehouse · 19 years ago
  92. 4f3df04 [GFS2] Change memory allocations to GFP_NOFS by Steven Whitehouse · 19 years ago
  93. 64fb4eb [GFS2] Remove gfs2_databuf in favour of gfs2_bufdata structure by Steven Whitehouse · 19 years ago
  94. 586dfda [GFS2] Make the new argument to gfs2_trans_add_bh() actually do something by Steven Whitehouse · 19 years ago
  95. d4e9c4c [GFS2] Add an additional argument to gfs2_trans_add_bh() by Steven Whitehouse · 19 years ago
  96. b96ca4f [GFS2] Update init_dinode() to reduce stack usage by Steven Whitehouse · 19 years ago
  97. 3bd7662 [GFS2] Remove unused code from ondisk.c/gfs2_ondisk.h by Steven Whitehouse · 19 years ago
  98. 666a2c5 [GFS2] Remove unused code from various files by Steven Whitehouse · 19 years ago
  99. c73530a [GFS2] Remove remains of the GFS2 identify ioctl() by David Teigland · 19 years ago
  100. 5ddec5b [GFS2] Only two args for kobject_uevent() in locking/dlm/mount.c by David Teigland · 19 years ago