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