1. 8f05228 GFS2: Extend umount wait coverage to full glock lifetime by Steven Whitehouse · 15 years ago
  2. e402746 GFS2: Wait for unlock completion on umount by Steven Whitehouse · 15 years ago
  3. cdcfde6 GFS2: Display nobarrier option in /proc/mounts by Steven Whitehouse · 15 years ago
  4. f25934c GFS2: add barrier/nobarrier mount options by Christoph Hellwig · 15 years ago
  5. c14f573 GFS2: remove division from new statfs code by Benjamin Marzinski · 15 years ago
  6. 3d3c10f GFS2: Improve statfs and quota usability by Benjamin Marzinski · 15 years ago
  7. 8c42d63 GFS2: Alter arguments of gfs2_quota/statfs_sync by Steven Whitehouse · 15 years ago
  8. f55073f GFS2: Fix -o meta mounts for subsequent mounts (i.e. all but the first one) by Steven Whitehouse · 15 years ago
  9. acf7e24 GFS2: Be extra careful about deallocating inodes by Steven Whitehouse · 15 years ago
  10. 8d8291a GFS2: Remove no_formal_ino generating code by Steven Whitehouse · 15 years ago
  11. 307cf6e GFS2: Rename eattr.[ch] as xattr.[ch] by Steven Whitehouse · 15 years ago
  12. d34843d GFS2: Add "-o errors=panic|withdraw" mount options by Bob Peterson · 15 years ago
  13. 8633ecf GFS2: Add online uevent to GFS2 by Steven Whitehouse · 15 years ago
  14. b94a170 GFS2: remove dcache entries for remote deleted inodes by Benjamin Marzinski · 15 years ago
  15. 1946f70 GFS2: keep statfs info in sync on grows by Benjamin Marzinski · 15 years ago
  16. 3ea4005 GFS2: Remove lock_kernel from gfs2_put_super() by Steven Whitehouse · 15 years ago
  17. 6cfd014 push BKL down into ->put_super by Christoph Hellwig · 15 years ago
  18. b7d245d gfs2: remove ->write_super and stop maintaining ->s_dirt by Christoph Hellwig · 15 years ago
  19. 9e6e0a1 GFS2: Merge mount.c and ops_super.c into super.c by Steven Whitehouse · 15 years ago
  20. df3647b GFS2: Fix freeze issue by Steven Whitehouse · 15 years ago
  21. f057f6c GFS2: Merge lock_dlm module into GFS2 by Steven Whitehouse · 16 years ago
  22. fefc03b Revert "GFS2: Fix use-after-free bug on umount" by Steven Whitehouse · 16 years ago
  23. 3af165a GFS2: Fix use-after-free bug on umount by Steven Whitehouse · 16 years ago
  24. 2bfb644 GFS2: Move four functions from super.c by Steven Whitehouse · 16 years ago
  25. b528968 GFS2: Fix bug in gfs2_lock_fs_check_clean() by Steven Whitehouse · 16 years ago
  26. 73f7494 GFS2: Banish struct gfs2_rgrpd_host by Steven Whitehouse · 16 years ago
  27. cfc8b54 GFS2: Move rg_free from gfs2_rgrpd_host to gfs2_rgrpd by Steven Whitehouse · 16 years ago
  28. c9e9888 GFS2: Move i_size from gfs2_dinode_host and rename it to i_disksize by Steven Whitehouse · 16 years ago
  29. 9b8df98 GFS2: Fix metafs mounts by Steven Whitehouse · 16 years ago
  30. a569c71 [PATCH] don't pass nameidata to gfs2_lookupi() by Al Viro · 16 years ago
  31. c9f6a6b [GFS2] Remove support for unused and pointless flag by Steven Whitehouse · 16 years ago
  32. 6802e34 [GFS2] Clean up the glock core by Steven Whitehouse · 16 years ago
  33. 16c5f06 [GFS2] fix GFP_KERNEL misuses by Josef Bacik · 16 years ago
  34. ecc30c7 [GFS2] Streamline indirect pointer tree height calculation by Steven Whitehouse · 17 years ago
  35. 0811a12 [GFS2] Initialize extent_list earlier by Bob Peterson · 17 years ago
  36. c3f60b6 [GFS2] Eliminate the no longer needed sd_statfs_mutex by Bob Peterson · 17 years ago
  37. da6dd40 [GFS2] Journal extent mapping by Bob Peterson · 17 years ago
  38. e35b921 [GFS2] Don't periodically update the jindex by Steven Whitehouse · 17 years ago
  39. c2932e0 [GFS2] Remove "reclaim limit" by Steven Whitehouse · 17 years ago
  40. 60b0d08 [GFS2] Remove unused variables by Steven Whitehouse · 17 years ago
  41. f91a0d3 [GFS2] Remove useless i_cache from inodes by Steven Whitehouse · 17 years ago
  42. f26e51f Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 17 years ago
  43. 782e3b3 Fix up more bio fallout by Al Viro · 17 years ago
  44. 8fbbfd2 [GFS2] Reduce number of gfs2_scand processes to one by Steven Whitehouse · 17 years ago
  45. 6712ecf Drop 'size' argument from bio_endio and bi_end_io by NeilBrown · 17 years ago
  46. bb8d8a6 [GFS2] Fix sign problem in quota/statfs and cleanup _host structures by Steven Whitehouse · 17 years ago
  47. dbb7cae [GFS2] Clean up inode number handling by Steven Whitehouse · 17 years ago
  48. 04b159b [GFS2] Remove unused variable by Steven Whitehouse · 18 years ago
  49. 1c0f487 [GFS2] Remove local exclusive glock mode by Steven Whitehouse · 18 years ago
  50. e5dab55 [GFS2] Remove the "greedy" function from glock.[ch] by Steven Whitehouse · 18 years ago
  51. 330005c [GFS2] Remove max_atomic_write tunable by Steven Whitehouse · 18 years ago
  52. 3699e3a [GFS2] Clean up/speed up readdir by Steven Whitehouse · 18 years ago
  53. aac1a3c [GFS2] Add a comment about reading the super block by Steven Whitehouse · 18 years ago
  54. 0da3585 [GFS2] Mount problem with the GFS2 code by Srinivasa Ds · 18 years ago
  55. 1a14d3a [GFS2] Simplify glops functions by Steven Whitehouse · 18 years ago
  56. bd209cc [GFS2] split and annotate gfs2_statfs_change by Al Viro · 18 years ago
  57. 5516762 [GFS2] split and annotate gfs2_log_head by Al Viro · 18 years ago
  58. f50dfaf [GFS2] split gfs2_sb by Al Viro · 18 years ago
  59. 3cf1e7b [GFS2] Remove duplicate sb reading code by Steven Whitehouse · 18 years ago
  60. 907b9bc [GFS2/DLM] Fix trailing whitespace by Steven Whitehouse · 18 years ago
  61. 7d30859 [GFS2] Export lm_interface to kernel headers by Fabio Massimo Di Nitto · 18 years ago
  62. cd91549 [GFS2] Change all types to uX style by Steven Whitehouse · 18 years ago
  63. a91ea69 [GFS2] Align all labels against LH side by Steven Whitehouse · 18 years ago
  64. 75d3b81 [GFS2] Tidy up bmap/inode code by Steven Whitehouse · 18 years ago
  65. e9fc2aa [GFS2] Update copyright, tidy up incore.h by Steven Whitehouse · 18 years ago
  66. 2b98a54 [GFS2] Fix bug in super block reading code by Steven Whitehouse · 18 years ago
  67. f45b7dd [GFS2] Use a bio to read the superblock by Steven Whitehouse · 18 years ago
  68. feaa7bb [GFS2] Fix unlinked file handling by Steven Whitehouse · 18 years ago
  69. 3a8a9a1 [GFS2] Update copyright date to 2006 by Steven Whitehouse · 18 years ago
  70. bd89680 [GFS2] Remove semaphore.h from C files by Steven Whitehouse · 18 years ago
  71. 08bc2db [GFS2] [-mm patch] fs/gfs2/: possible cleanups by Adrian Bunk · 18 years ago
  72. 579b78a [GFS2] Remove GL_NEVER_RECURSE flag by Steven Whitehouse · 18 years ago
  73. 71b86f5 [GFS2] Further updates to dir and logging code by Steven Whitehouse · 18 years ago
  74. c752666 [GFS2] Fix bug in directory code and tidy up by Steven Whitehouse · 19 years ago
  75. c9fd430 [GFS2] Tidy up mount code. by Steven Whitehouse · 19 years ago
  76. 5c676f6 [GFS2] Macros removal in gfs2.h by Steven Whitehouse · 19 years ago
  77. 568f4c9 [GFS2] 80 Column audit of GFS2 by Steven Whitehouse · 19 years ago
  78. d92a8d4 [GFS2] Audit printk and kmalloc by Steven Whitehouse · 19 years ago
  79. f55ab26 [GFS2] Use mutices rather than semaphores by Steven Whitehouse · 19 years ago
  80. 7359a19 [GFS2] Fix for root inode ref count bug by Steven Whitehouse · 19 years ago
  81. f42faf4 [GFS2] Add gfs2_internal_read() by Steven Whitehouse · 19 years ago
  82. d4e9c4c [GFS2] Add an additional argument to gfs2_trans_add_bh() by Steven Whitehouse · 19 years ago
  83. b3b94fa [GFS2] The core of GFS2 by David Teigland · 19 years ago