1. c9f6a6b [GFS2] Remove support for unused and pointless flag by Steven Whitehouse · 16 years ago
  2. f58ba88 [GFS2] don't call permission() by Miklos Szeredi · 16 years ago
  3. 091806ed [GFS2] filesystem consistency error from do_strip by Bob Peterson · 16 years ago
  4. 16c5f06 [GFS2] fix GFP_KERNEL misuses by Josef Bacik · 16 years ago
  5. 182fe5a [GFS2] possible null pointer dereference fixup by Cyrill Gorcunov · 16 years ago
  6. 43a33c5 [GFS2] re-support special inode by Denis Cheng · 16 years ago
  7. d83225d [GFS2] remove gfs2_dev_iops by Denis Cheng · 16 years ago
  8. 7afd88d [GFS2] Fix a page lock / glock deadlock by Steven Whitehouse · 16 years ago
  9. 77658aa [GFS2] Eliminate (almost) duplicate field from gfs2_inode by Steven Whitehouse · 16 years ago
  10. ce276b0 [GFS2] Reduce inode size by merging fields by Steven Whitehouse · 16 years ago
  11. 9a00450 [GFS2] Shrink & rename di_depth by Steven Whitehouse · 16 years ago
  12. ca39060 [GFS2] Fix debug inode printing by Bob Peterson · 16 years ago
  13. ecc30c7 [GFS2] Streamline indirect pointer tree height calculation by Steven Whitehouse · 16 years ago
  14. 69840b0 iget: use iget_failed() in GFS2 by David Howells · 16 years ago
  15. 1b8177e [GFS2] Lockup on error by Bob Peterson · 16 years ago
  16. 6dbd822 [GFS2] Reduce inode size by moving i_alloc out of line by Steven Whitehouse · 16 years ago
  17. c97bfe4 [GFS2] Remove lock methods for lock_nolock protocol by Wendy Cheng · 17 years ago
  18. 2bcd610 [GFS2] Don't add glocks to the journal by Steven Whitehouse · 17 years ago
  19. 5561093 [GFS2] Introduce gfs2_set_aops() by Steven Whitehouse · 17 years ago
  20. f91a0d3 [GFS2] Remove useless i_cache from inodes by Steven Whitehouse · 17 years ago
  21. 51ff87b [GFS2] Clean up internal read function by Steven Whitehouse · 17 years ago
  22. 7a9f53b [GFS2] Alternate gfs2_iget to avoid looking up inodes being freed by Benjamin Marzinski · 17 years ago
  23. e9bd2b3 [GFS2] fix inode meta data corruption by Wendy Cheng · 17 years ago
  24. 35dcc52 [GFS2] Remove i_mode passing from NFS File Handle by Wendy Cheng · 17 years ago
  25. bb9bcf0 [GFS2] Obtaining no_formal_ino from directory entry by Wendy Cheng · 17 years ago
  26. d93cfa9 [GFS2] Fix deallocation issues by Abhijith Das · 17 years ago
  27. 037bcbb [GFS2] gfs2_lookupi() uninitialised var fix by akpm@linux-foundation.org · 17 years ago
  28. c8cdf47 [GFS2] Recovery for lost unlinked inodes by Steven Whitehouse · 17 years ago
  29. e1cc860 [GFS2] Fix bug in error path of inode by Steven Whitehouse · 17 years ago
  30. 4bd91ba [GFS2] Add nanosecond timestamp feature by Steven Whitehouse · 17 years ago
  31. bb8d8a6 [GFS2] Fix sign problem in quota/statfs and cleanup _host structures by Steven Whitehouse · 17 years ago
  32. dbb7cae [GFS2] Clean up inode number handling by Steven Whitehouse · 17 years ago
  33. 1be3867 [GFS2] Fix bz 229831, lookup returns wrong inode by Steven Whitehouse · 17 years ago
  34. fb0d3bc [GFS2] pass formal ino in do_filldir_main by Wendy Cheng · 17 years ago
  35. ddee760 [GFS2] Fix unlink deadlocks by Russell Cattelan · 17 years ago
  36. d7c103d [GFS2] Fix recursive locking attempt with NFS by Steven Whitehouse · 17 years ago
  37. ddfe062 [GFS2] use CURRENT_TIME_SEC instead of get_seconds in gfs2 by Eric Sandeen · 17 years ago
  38. 03dc6a5 [GFS2] make gfs2_change_nlink_i() static by Adrian Bunk · 17 years ago
  39. 87d21e0 [GFS2] Fix gfs2_rename deadlock by S. Wendy Cheng · 17 years ago
  40. 6c93fd1 [GFS2] BZ 217008 fsfuzzer fix. by Russell Cattelan · 18 years ago
  41. 5509826 [GFS2] Fix change nlink deadlock by S. Wendy Cheng · 17 years ago
  42. 28626e2 [GFS2] Fix glock ordering on inode creation by Steven Whitehouse · 18 years ago
  43. dcd2479 [GFS2] Remove unused function from inode.c by Steven Whitehouse · 18 years ago
  44. 9e2dbda [GFS2] Remove gfs2_inode_attr_in by Steven Whitehouse · 18 years ago
  45. e7c698d [GFS2] Inode number is constant by Steven Whitehouse · 18 years ago
  46. 6b124d8 [GFS2] Only set inode flags when required by Steven Whitehouse · 18 years ago
  47. 294caaa [GFS2] Tidy up 0 initialisations in inode.c by Steven Whitehouse · 18 years ago
  48. bfded27 [GFS2] Shrink gfs2_inode (8) - i_vn by Steven Whitehouse · 18 years ago
  49. a9583c7 [GFS2] Shrink gfs2_inode (7) - di_payload_format by Steven Whitehouse · 18 years ago
  50. 1a7b1ee [GFS2] Shrink gfs2_inode (6) - di_atime/di_mtime/di_ctime by Steven Whitehouse · 18 years ago
  51. 4f56110 [GFS2] Shrink gfs2_inode (5) - di_nlink by Steven Whitehouse · 18 years ago
  52. 2933f92 [GFS2] Shrink gfs2_inode (4) - di_uid/di_gid by Steven Whitehouse · 18 years ago
  53. b60623c [GFS2] Shrink gfs2_inode (3) - di_mode by Steven Whitehouse · 18 years ago
  54. e7f14f4 [GFS2] Shrink gfs2_inode (2) - di_major/di_minor by Steven Whitehouse · 18 years ago
  55. af339c0 [GFS2] Shrink gfs2_inode (1) - di_header/di_num by Steven Whitehouse · 18 years ago
  56. 4cc14f0 [GFS2] Change argument to gfs2_dinode_print by Steven Whitehouse · 18 years ago
  57. ea744d0 [GFS2] Move gfs2_dinode_in to inode.c by Steven Whitehouse · 18 years ago
  58. 891ea14 [GFS2] Change argument to gfs2_dinode_in by Steven Whitehouse · 18 years ago
  59. 539e5d6 [GFS2] Change argument of gfs2_dinode_out by Steven Whitehouse · 18 years ago
  60. b44b84d [GFS2] gfs2 misc endianness annotations by Al Viro · 18 years ago
  61. 629a21e [GFS2] split and annotate gfs2_inum by Al Viro · 18 years ago
  62. e697264 [GFS2] split and annotate gfs2_inum_range by Al Viro · 18 years ago
  63. 3ca68df [GFS2] split gfs2_dinode into on-disk and host variants by Al Viro · 18 years ago
  64. 26d83de [GFS2] Fix OOM error handling by Steven Whitehouse · 18 years ago
  65. fcb47e0b [GFS2] Initialize SELinux extended attributes at inode creation time. by Ryan O'Hara · 18 years ago
  66. f92a0b6 [GFS2] Mark nlink cleared so VFS sees it happen by Steven Whitehouse · 18 years ago
  67. 48516ce [GFS2] Remove uneeded endian conversion by Steven Whitehouse · 18 years ago
  68. 825f907 [GFS2] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  69. bba9dfd [GFS2] inode_diet: Replace inode.u.generic_ip with inode.i_private (gfs) by Theodore Ts'o · 18 years ago
  70. 907b9bc [GFS2/DLM] Fix trailing whitespace by Steven Whitehouse · 18 years ago
  71. 7d30859 [GFS2] Export lm_interface to kernel headers by Fabio Massimo Di Nitto · 18 years ago
  72. c266871 [GFS2] Remove a cast, tidy gfs2_inode_attr_in by Steven Whitehouse · 18 years ago
  73. cd91549 [GFS2] Change all types to uX style by Steven Whitehouse · 18 years ago
  74. 75d3b81 [GFS2] Tidy up bmap/inode code by Steven Whitehouse · 18 years ago
  75. e9fc2aa [GFS2] Update copyright, tidy up incore.h by Steven Whitehouse · 18 years ago
  76. 420b9e5 [GFS2] Tidy up in various files by Steven Whitehouse · 18 years ago
  77. b2a580d [PATCH] patch to init di_payload_format field in gfs2_dinode by Abhijith Das · 18 years ago
  78. 4340fe6 [GFS2] Add generation number by Steven Whitehouse · 18 years ago
  79. 29937ac [GFS2] Fixes to scanning of glocks (again) by Steven Whitehouse · 18 years ago
  80. bdd512a [GFS2] Remove unused flag by Steven Whitehouse · 18 years ago
  81. faf450e [GFS2] Remove gfs2_repermission by Steven Whitehouse · 18 years ago
  82. feaa7bb [GFS2] Fix unlinked file handling by Steven Whitehouse · 18 years ago
  83. 320dd10 [GFS2] glock debugging and inode cache changes by Steven Whitehouse · 18 years ago
  84. 3a8a9a1 [GFS2] Update copyright date to 2006 by Steven Whitehouse · 18 years ago
  85. bd89680 [GFS2] Remove semaphore.h from C files by Steven Whitehouse · 18 years ago
  86. 64c14ea [GFS2] Fix ref count bug that used to bite us on umount by Steven Whitehouse · 18 years ago
  87. 9801f64 [GFS2] Remove incorrect initialisation of gh_owner by Steven Whitehouse · 18 years ago
  88. fd88de56 [GFS2] Readpages support by Steven Whitehouse · 18 years ago
  89. 3632752 [GFS2] Reordering in deallocation to avoid recursive locking by Steven Whitehouse · 18 years ago
  90. 190562b [GFS2] Fix a bug: scheduling under a spinlock by Steven Whitehouse · 18 years ago
  91. 71b86f5 [GFS2] Further updates to dir and logging code by Steven Whitehouse · 18 years ago
  92. c752666 [GFS2] Fix bug in directory code and tidy up by Steven Whitehouse · 18 years ago
  93. c9fd430 [GFS2] Tidy up mount code. by Steven Whitehouse · 18 years ago
  94. 5c676f6 [GFS2] Macros removal in gfs2.h by Steven Whitehouse · 18 years ago
  95. 568f4c9 [GFS2] 80 Column audit of GFS2 by Steven Whitehouse · 18 years ago
  96. f55ab26 [GFS2] Use mutices rather than semaphores by Steven Whitehouse · 18 years ago
  97. 7359a19 [GFS2] Fix for root inode ref count bug by Steven Whitehouse · 18 years ago
  98. f42faf4 [GFS2] Add gfs2_internal_read() by Steven Whitehouse · 18 years ago
  99. 2442a09 [GFS2] Bug fix relating to endian conversion in inode.c by Steven Whitehouse · 18 years ago
  100. d4e9c4c [GFS2] Add an additional argument to gfs2_trans_add_bh() by Steven Whitehouse · 18 years ago