1. b7d8ac3 [GFS2] gfs2_dir_read_data(): fix uninitialized variable usage by Adrian Bunk · 18 years ago
  2. bbbe451 [GFS2] fs/gfs2/ops_fstype.c:fill_super_meta(): fix NULL dereference by Adrian Bunk · 18 years ago
  3. 348acd4 [GFS2] fs/gfs2/dir.c:gfs2_dir_write_data(): don't use an uninitialized variable by Adrian Bunk · 18 years ago
  4. b0cb669 [GFS2] fs/gfs2/ops_fstype.c:gfs2_get_sb_meta(): remove unused variable by Adrian Bunk · 18 years ago
  5. abbdbd2 [GFS2] fs/gfs2/dir.c:gfs2_dir_write_data(): remove dead code by Adrian Bunk · 18 years ago
  6. a2d7d02 [GFS2] gfs2 endianness bug: be16 assigned to be32 field by Al Viro · 18 years ago
  7. 2359125 [GFS2] Fix bmap to map extents properly by Steven Whitehouse · 18 years ago
  8. c312c4f [GFS2] Pass the correct value to kunmap_atomic by Russell Cattelan · 18 years ago
  9. fe1a698 [GFS2] Fix bug where lock not held by Steven Whitehouse · 18 years ago
  10. f5c5480 [GFS2] Fix uninitialised variable by Steven Whitehouse · 18 years ago
  11. 52ae7b7 [GFS2] Fix a size calculation error by Russell Cattelan · 18 years ago
  12. 4b4fcaa [PATCH] misuse of strstr by Al Viro · 18 years ago
  13. 7ecdb70 [GFS2] Fix endian bug for de_type by Steven Whitehouse · 18 years ago
  14. fcb47e0b [GFS2] Initialize SELinux extended attributes at inode creation time. by Ryan O'Hara · 18 years ago
  15. ddacfaf [GFS2] Move logging code into log.c (mostly) by Steven Whitehouse · 18 years ago
  16. f92a0b6 [GFS2] Mark nlink cleared so VFS sees it happen by Steven Whitehouse · 18 years ago
  17. 409e185 [GFS2] Two redundant casts removed by Steven Whitehouse · 18 years ago
  18. 48516ce [GFS2] Remove uneeded endian conversion by Steven Whitehouse · 18 years ago
  19. 3cf1e7b [GFS2] Remove duplicate sb reading code by Steven Whitehouse · 18 years ago
  20. 2e565bb [GFS2] Mark metadata reads for blktrace by Steven Whitehouse · 18 years ago
  21. 128e5eb [GFS2] Remove iflags.h, use FS_ by Steven Whitehouse · 18 years ago
  22. d00223f [GFS2] Fix code style/indent in ops_file.c by Steven Whitehouse · 18 years ago
  23. 930cc23 [GFS2] streamline-generic_file_-interfaces-and-filemap gfs fix by Andrew Morton · 18 years ago
  24. 9c9eb21 [GFS2] Remove readv/writev methods and use aio_read/aio_write instead (gfs bits) by Badari Pulavarty · 18 years ago
  25. 825f907 [GFS2] inode-diet: Eliminate i_blksize from the inode structure by Theodore Ts'o · 18 years ago
  26. bba9dfd [GFS2] inode_diet: Replace inode.u.generic_ip with inode.i_private (gfs) by Theodore Ts'o · 18 years ago
  27. 7e18c02 [GFS2] Fix bug in Makefiles for lock modules by Steven Whitehouse · 18 years ago
  28. 907b9bc [GFS2/DLM] Fix trailing whitespace by Steven Whitehouse · 18 years ago
  29. 7276b3b [GFS2] Tidy up meta_io code by Steven Whitehouse · 18 years ago
  30. 5696553 [GFS2] Remove unused constants by Steven Whitehouse · 18 years ago
  31. f0e522a [GFS2] Remove "NFS only" readdir path by Steven Whitehouse · 18 years ago
  32. 7466941 [GFS2] Use list_for_each_entry_safe_reverse in gfs2_ail1_start() by Steven Whitehouse · 18 years ago
  33. 7d30859 [GFS2] Export lm_interface to kernel headers by Fabio Massimo Di Nitto · 18 years ago
  34. f3b3091 [GFS2] inode-diet-eliminate-i_blksize-and-use-a-per-superblock-default-vs-gfs2 by akpm@osdl.org · 18 years ago
  35. 07903c0 [GFS2] Tweek unlock test in readpage() by Steven Whitehouse · 18 years ago
  36. dc41aee [GFS2] Fix for mmap() bug in readpage by Russell Cattelan · 18 years ago
  37. 7a6bbac [GFS2] Map multiple blocks at once where possible by Steven Whitehouse · 18 years ago
  38. 65952fb [GFS2] print mount errors related to sysfs by David Teigland · 18 years ago
  39. a833634 [GFS2] Fix glock hash clearing by Steven Whitehouse · 18 years ago
  40. faa31ce [GFS2] Tidy up log.c by Steven Whitehouse · 18 years ago
  41. 16feb9f [GFS2] Use atomic_t rather than kref in glock.c by Steven Whitehouse · 18 years ago
  42. b639789 [GFS2] Use hlist for glock hash chains by Steven Whitehouse · 18 years ago
  43. 2426443 [GFS2] Rewrite of examine_bucket() by Steven Whitehouse · 18 years ago
  44. 9461061 [GFS2] Remove unused function from glock.c by Steven Whitehouse · 18 years ago
  45. a5e08a9 [GFS2] Add consts to glock sorting function by Steven Whitehouse · 18 years ago
  46. 087efdd [GFS2] Make glock hash locks proportional to NR_CPUS by Steven Whitehouse · 18 years ago
  47. ff6af41 [GFS2] vfree should be kfree (II) by Steven Whitehouse · 18 years ago
  48. 37b2fa6 [GFS2] Move rwlocks in glock.c into their own array by Steven Whitehouse · 18 years ago
  49. 9b47c11 [GFS2] Use void * instead of typedef for locking module interface by Steven Whitehouse · 18 years ago
  50. a2c4580 [GFS2] vfree should be kfree by Steven Whitehouse · 18 years ago
  51. 5ce311e [GFS2] Remove unused sync_lvb code from lock modules by Steven Whitehouse · 18 years ago
  52. 1c089c3 [GFS2] Remove one typedef by Steven Whitehouse · 18 years ago
  53. b9201ce [GFS2] Forgot to remove unused include vmalloc.h by Steven Whitehouse · 18 years ago
  54. 85d1da6 [GFS2] Move glock hash table out of superblock by Steven Whitehouse · 18 years ago
  55. b854785 [GFS2] Add gfs2 superblock to glock hash function by Steven Whitehouse · 18 years ago
  56. 62f140c [GFS2] Add brackets in locking/dlm/sysfs.c by Steven Whitehouse · 18 years ago
  57. 3204a6c [GFS2] use snprintf for sysfs show by David Teigland · 18 years ago
  58. c5392124 [GFS2] More style changes by Jan Engelhardt · 18 years ago
  59. 7b62536 [GFS2] Add a comment in ops_export.c by Steven Whitehouse · 18 years ago
  60. 2c1e52a [GFS2] More style fixes by Steven Whitehouse · 18 years ago
  61. 48fac17 [GFS2] Remove unused code from quota by Steven Whitehouse · 18 years ago
  62. a67cdbd [GFS2] Style changes in logging code by Steven Whitehouse · 18 years ago
  63. cca195c [GFS2] Extended attribute code style changes by Steven Whitehouse · 18 years ago
  64. 1691042 [GFS2] Style changes in rgrp.c by Steven Whitehouse · 18 years ago
  65. ea67eed [GFS2] Fix end of multi-line structures by Steven Whitehouse · 18 years ago
  66. f2f7ba5 [GFS2] Make headers compile on their own by Steven Whitehouse · 18 years ago
  67. 2bdbc5d [GFS2] Directory code style changes by Steven Whitehouse · 18 years ago
  68. 5acd396 [GFS2] Some further style changes by Steven Whitehouse · 18 years ago
  69. 26c1a57 [GFS2] More code style updates by Steven Whitehouse · 18 years ago
  70. 0bd5996 [GFS2] Style changes in ops_address.c by Steven Whitehouse · 18 years ago
  71. dd538c8 [GFS2] Spelling sentinal -> sentinel by Steven Whitehouse · 18 years ago
  72. 38c60ef [GFS2] Use const in endian conversion routines by Steven Whitehouse · 18 years ago
  73. 82ffa51 [GFS2] More style changes by Steven Whitehouse · 18 years ago
  74. c266871 [GFS2] Remove a cast, tidy gfs2_inode_attr_in by Steven Whitehouse · 18 years ago
  75. cd91549 [GFS2] Change all types to uX style by Steven Whitehouse · 18 years ago
  76. a91ea69 [GFS2] Align all labels against LH side by Steven Whitehouse · 18 years ago
  77. 75d3b81 [GFS2] Tidy up bmap/inode code by Steven Whitehouse · 18 years ago
  78. 5029996 [GFS2] Tidy up locking code by Steven Whitehouse · 18 years ago
  79. e9fc2aa [GFS2] Update copyright, tidy up incore.h by Steven Whitehouse · 18 years ago
  80. 623d935 [GFS2] Fix releasepage bug (fixes direct i/o writes) by Steven Whitehouse · 18 years ago
  81. 899be4d [GFS2] Add superblock into key for glock lookups by Steven Whitehouse · 18 years ago
  82. d6a5372 [GFS2] Use const on glock lookup key by Steven Whitehouse · 18 years ago
  83. ec45d9f [GFS2] Use slab properly with glocks by Steven Whitehouse · 18 years ago
  84. 5e2b061 [GFS2] Remove unused code from glock layer by Steven Whitehouse · 18 years ago
  85. 8fb4b53 [GFS2] Make glock operations const by Steven Whitehouse · 18 years ago
  86. 8638460 [GFS2] Allow mounting of gfs2 and gfs2meta at the same time by Abhijith Das · 18 years ago
  87. 5dc39fe [GFS2] Fix journal off-by-one error by Benjamin Marzinski · 18 years ago
  88. a2242db [GFS2] Speed up scanning of glocks by Steven Whitehouse · 18 years ago
  89. 166afcc [GFS2] Tidy up error handling in gfs2_releasepage() by Steven Whitehouse · 18 years ago
  90. b8e1aab [GFS2] Another list_del bug by Steven Whitehouse · 18 years ago
  91. 0886760 [GFS2] Fix to list_del in lops.c by Steven Whitehouse · 18 years ago
  92. 15d00c0 [GFS2] Fix leak of gfs2_bufdata by Steven Whitehouse · 18 years ago
  93. 8872187 [GFS2] Fix a couple of refcount leaks. by Russell Cattelan · 18 years ago
  94. f438714 [GFS2] Fix lack of buffers in writepage bug by Steven Whitehouse · 18 years ago
  95. 2b557f6 [GFS2] Fix gfs_ prefix in locking.c by Steven Whitehouse · 18 years ago
  96. 08eac93 [GFS2] match plock result with correct request by David Teigland · 18 years ago
  97. 3120ec5 [GFS2] lockproto api prefix by David Teigland · 18 years ago
  98. 59a1cc6 [GFS2] Fix lock ordering bug in page fault path by Steven Whitehouse · 18 years ago
  99. 899bb26 [GFS2] Fix bug in directory code by Steven Whitehouse · 18 years ago
  100. de9b75d [GFS2] add plock owner by David Teigland · 18 years ago