1. 16c5f06 [GFS2] fix GFP_KERNEL misuses by Josef Bacik · 16 years ago
  2. 182fe5a [GFS2] possible null pointer dereference fixup by Cyrill Gorcunov · 16 years ago
  3. 9b8c81d [GFS2] Allow bmap to allocate extents by Steven Whitehouse · 16 years ago
  4. bb16b34 [GFS2] be*_add_cpu conversion by Marcin Slusarz · 16 years ago
  5. 77658aa [GFS2] Eliminate (almost) duplicate field from gfs2_inode by Steven Whitehouse · 16 years ago
  6. b45e41d [GFS2] Add extent allocation to block allocator by Steven Whitehouse · 16 years ago
  7. 1639431 [GFS2] Merge gfs2_alloc_meta and gfs2_alloc_data by Steven Whitehouse · 16 years ago
  8. 5731be5 [GFS2] Update gfs2_trans_add_unrevoke to accept extents by Steven Whitehouse · 16 years ago
  9. 9a00450 [GFS2] Shrink & rename di_depth by Steven Whitehouse · 16 years ago
  10. fe6c991 [GFS2] Get rid of unneeded parameter in gfs2_rlist_alloc by Bob Peterson · 17 years ago
  11. e231c2e Convert ERR_PTR(PTR_ERR(p)) instances to ERR_CAST(p) by David Howells · 16 years ago
  12. 6dbd822 [GFS2] Reduce inode size by moving i_alloc out of line by Steven Whitehouse · 17 years ago
  13. 7a9f53b [GFS2] Alternate gfs2_iget to avoid looking up inodes being freed by Benjamin Marzinski · 17 years ago
  14. 382e6e2 [GFS2] Add a missing gfs2_trans_add_bh() by Steven Whitehouse · 17 years ago
  15. bb9bcf0 [GFS2] Obtaining no_formal_ino from directory entry by Wendy Cheng · 17 years ago
  16. 4bd91ba [GFS2] Add nanosecond timestamp feature by Steven Whitehouse · 17 years ago
  17. bb8d8a6 [GFS2] Fix sign problem in quota/statfs and cleanup _host structures by Steven Whitehouse · 17 years ago
  18. dbb7cae [GFS2] Clean up inode number handling by Steven Whitehouse · 17 years ago
  19. f391a4e [GFS2] printk warning fixes by akpm@linux-foundation.org · 17 years ago
  20. bdd19a2 [GFS2] Patch to detect corrupt number of dir entries in leaf and/or inode blocks by Steven Whitehouse · 17 years ago
  21. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  22. ddfe062 [GFS2] use CURRENT_TIME_SEC instead of get_seconds in gfs2 by Eric Sandeen · 18 years ago
  23. 3699e3a [GFS2] Clean up/speed up readdir by Steven Whitehouse · 18 years ago
  24. 5e7d65c [GFS2] Make sentinel dirents compatible with gfs1 by Steven Whitehouse · 18 years ago
  25. 9e2dbda [GFS2] Remove gfs2_inode_attr_in by Steven Whitehouse · 18 years ago
  26. a9583c7 [GFS2] Shrink gfs2_inode (7) - di_payload_format by Steven Whitehouse · 18 years ago
  27. 1a7b1ee [GFS2] Shrink gfs2_inode (6) - di_atime/di_mtime/di_ctime by Steven Whitehouse · 18 years ago
  28. 539e5d6 [GFS2] Change argument of gfs2_dinode_out by Steven Whitehouse · 18 years ago
  29. b44b84d [GFS2] gfs2 misc endianness annotations by Al Viro · 18 years ago
  30. 629a21e [GFS2] split and annotate gfs2_inum by Al Viro · 18 years ago
  31. b7d8ac3 [GFS2] gfs2_dir_read_data(): fix uninitialized variable usage by Adrian Bunk · 18 years ago
  32. 348acd4 [GFS2] fs/gfs2/dir.c:gfs2_dir_write_data(): don't use an uninitialized variable by Adrian Bunk · 18 years ago
  33. abbdbd2 [GFS2] fs/gfs2/dir.c:gfs2_dir_write_data(): remove dead code by Adrian Bunk · 18 years ago
  34. a2d7d02 [GFS2] gfs2 endianness bug: be16 assigned to be32 field by Al Viro · 18 years ago
  35. 907b9bc [GFS2/DLM] Fix trailing whitespace by Steven Whitehouse · 18 years ago
  36. 7276b3b [GFS2] Tidy up meta_io code by Steven Whitehouse · 18 years ago
  37. 7d30859 [GFS2] Export lm_interface to kernel headers by Fabio Massimo Di Nitto · 18 years ago
  38. c5392124 [GFS2] More style changes by Jan Engelhardt · 18 years ago
  39. 2bdbc5d [GFS2] Directory code style changes by Steven Whitehouse · 18 years ago
  40. cd91549 [GFS2] Change all types to uX style by Steven Whitehouse · 18 years ago
  41. a91ea69 [GFS2] Align all labels against LH side by Steven Whitehouse · 18 years ago
  42. e9fc2aa [GFS2] Update copyright, tidy up incore.h by Steven Whitehouse · 18 years ago
  43. 899bb26 [GFS2] Fix bug in directory code by Steven Whitehouse · 18 years ago
  44. f25ef0c [GFS2] Tidy gfs2_unstuffer_page by Steven Whitehouse · 18 years ago
  45. 634ee0b [GFS2] Fix use after free bug in dir.c by Steven Whitehouse · 18 years ago
  46. 4da3c64 [GFS2] Fix a coupls of warnings in dir.c by Steven Whitehouse · 18 years ago
  47. dc3e130 [GFS2] Remove unused code from dir.c by Steven Whitehouse · 18 years ago
  48. feaa7bb [GFS2] Fix unlinked file handling by Steven Whitehouse · 18 years ago
  49. 3a8a9a1 [GFS2] Update copyright date to 2006 by Steven Whitehouse · 18 years ago
  50. fd88de56 [GFS2] Readpages support by Steven Whitehouse · 18 years ago
  51. 08bc2db [GFS2] [-mm patch] fs/gfs2/: possible cleanups by Adrian Bunk · 18 years ago
  52. 61e085a [GFS2] Tidy up dir code as per Christoph Hellwig's comments by Steven Whitehouse · 18 years ago
  53. fe1bded [GFS2] Use vmalloc() in dir code by Steven Whitehouse · 18 years ago
  54. 4d8012b [GFS2] Fix bug which was causing postmark to fail by Steven Whitehouse · 18 years ago
  55. f4154ea [GFS2] Update journal accounting code. by Steven Whitehouse · 18 years ago
  56. ed38650 [GFS2] Finally get ref counting correct by Steven Whitehouse · 18 years ago
  57. b09e593 [GFS2] Fix a ref count bug and other clean ups by Steven Whitehouse · 18 years ago
  58. e3167de [GFS] Fix bug in endian conversion for metadata header by Steven Whitehouse · 18 years ago
  59. e90deff [GFS2] Fix bug in directory expansion code by Steven Whitehouse · 18 years ago
  60. 71b86f5 [GFS2] Further updates to dir and logging code by Steven Whitehouse · 18 years ago
  61. c752666 [GFS2] Fix bug in directory code and tidy up by Steven Whitehouse · 18 years ago
  62. 5c676f6 [GFS2] Macros removal in gfs2.h by Steven Whitehouse · 18 years ago
  63. 568f4c9 [GFS2] 80 Column audit of GFS2 by Steven Whitehouse · 18 years ago
  64. 4dd651a [GFS2] Fix the bugs I introduced in the last patch but one by Steven Whitehouse · 18 years ago
  65. fc69d0d [GFS2] Change ondisk format (hopefully for the last time) by Steven Whitehouse · 18 years ago
  66. 18ec7d5 [GFS2] Make journaled data files identical to normal files on disk by Steven Whitehouse · 18 years ago
  67. e13940b [GFS2] Make dir.c independant of jdata.c by Steven Whitehouse · 19 years ago
  68. d4e9c4c [GFS2] Add an additional argument to gfs2_trans_add_bh() by Steven Whitehouse · 19 years ago
  69. 666a2c5 [GFS2] Remove unused code from various files by Steven Whitehouse · 19 years ago
  70. b3b94fa [GFS2] The core of GFS2 by David Teigland · 19 years ago