1. ff91cc9 [GFS2] Fix log block mapper by Steven Whitehouse · 17 years ago
  2. fa3742f [GFS2] Minor correction by Bob Peterson · 17 years ago
  3. c3f60b6 [GFS2] Eliminate the no longer needed sd_statfs_mutex by Bob Peterson · 17 years ago
  4. b3513fc [GFS2] Incremental patch to fix compiler warning by Bob Peterson · 17 years ago
  5. 15c7cee [GFS2] Function meta_read optimization by Bob Peterson · 17 years ago
  6. b0d5fd3 [GFS2] Only fetch the dinode once in block_map by Bob Peterson · 17 years ago
  7. 398bbe6 [GFS2] Reorganize function gfs2_glmutex_lock by Bob Peterson · 17 years ago
  8. 5fdc2ee [GFS2] Run through full bitmaps quicker in gfs2_bitfit by Bob Peterson · 17 years ago
  9. 0d0868b [GFS2] Get rid of useless "found" variable in quota.c by Bob Peterson · 17 years ago
  10. da6dd40 [GFS2] Journal extent mapping by Bob Peterson · 17 years ago
  11. e9e1ef2 [GFS2] Remove function gfs2_get_block by Bob Peterson · 17 years ago
  12. 2066b58 [GFS2] use pid for plock owner for nfs clients by David Teigland · 17 years ago
  13. dbee219 [GFS2] Remove unused variable by Steven Whitehouse · 17 years ago
  14. 292c8c1 [GFS2] patch to check for recursive lock requests in gfs2_rename code path by Abhijith Das · 17 years ago
  15. c97bfe4 [GFS2] Remove lock methods for lock_nolock protocol by Wendy Cheng · 17 years ago
  16. bcd4055 [GFS2] Remove unrequired code by Fabio M. Di Nitto · 17 years ago
  17. 6a69a23 [GFS2] Fix build warnings by Fabio Massimo Di Nitto · 17 years ago
  18. 002ef1d [GFS2] remove unnecessary permission checks by Ryan O'Hara · 17 years ago
  19. 1a2781c [GFS2] Fix runtime issue with UP kernels by Fabio Massimo Di Nitto · 17 years ago
  20. 00c1347 [GFS2] tidy up error message by David Teigland · 17 years ago
  21. 0b7580c [GFS2] Check for installation of mount helpers for DLM mounts by Fabio Massimo Di Nitto · 17 years ago
  22. e35b921 [GFS2] Don't periodically update the jindex by Steven Whitehouse · 17 years ago
  23. ec69b18 [GFS2] Move gfs2_logd into log.c by Steven Whitehouse · 17 years ago
  24. fd041f0 [GFS2] Use atomic_t for journal free blocks counter by Steven Whitehouse · 17 years ago
  25. 2bcd610 [GFS2] Don't add glocks to the journal by Steven Whitehouse · 17 years ago
  26. 8cbc434 [GFS2] check kthread_should_stop when waiting by David Teigland · 17 years ago
  27. c7227e46 [GFS2] Given device ID rather than s_id in "id" sysfs file by Bob Peterson · 17 years ago
  28. e589665 [GFS2] Remove flags no longer required by Steven Whitehouse · 17 years ago
  29. 3042a2c [GFS2] Reorder writeback for glock sync by Steven Whitehouse · 17 years ago
  30. 52d4c74 [GFS2] Add sync_page to metadata address space operations by Steven Whitehouse · 17 years ago
  31. c2932e0 [GFS2] Remove "reclaim limit" by Steven Whitehouse · 17 years ago
  32. 60b0d08 [GFS2] Remove unused variables by Steven Whitehouse · 17 years ago
  33. 47e83b5 [GFS2] Use correct include file in ops_address.c by Steven Whitehouse · 17 years ago
  34. c41d4f0 [GFS2] Don't hold page lock when starting transaction by Steven Whitehouse · 17 years ago
  35. b8e7cbb [GFS2] Add writepages for GFS2 jdata by Steven Whitehouse · 17 years ago
  36. 9ff8ec3 [GFS2] Split gfs2_writepage into three cases by Steven Whitehouse · 17 years ago
  37. 5561093 [GFS2] Introduce gfs2_set_aops() by Steven Whitehouse · 17 years ago
  38. bf36a71 [GFS2] Add gfs2_is_writeback() by Steven Whitehouse · 17 years ago
  39. e7e36f1 [GFS2] Remove unused field in struct gfs2_inode by Steven Whitehouse · 17 years ago
  40. f91a0d3 [GFS2] Remove useless i_cache from inodes by Steven Whitehouse · 17 years ago
  41. 3cc3f71 [GFS2] Use ->page_mkwrite() for mmap() by Steven Whitehouse · 17 years ago
  42. 51ff87b [GFS2] Clean up internal read function by Steven Whitehouse · 17 years ago
  43. cc7e79b [GFS2] Handle multiple glock demote requests by Wendy Cheng · 17 years ago
  44. 197b12d Kobject: convert fs/* from kobject_unregister() to kobject_put() by Greg Kroah-Hartman · 17 years ago
  45. 901195e Kobject: change GFS2 to use kobject_init_and_add by Greg Kroah-Hartman · 17 years ago
  46. 0ff21e4 kobject: convert kernel_kset to be a kobject by Greg Kroah-Hartman · 17 years ago
  47. bd35b93 kset: convert kernel_subsys to use kset_create by Greg Kroah-Hartman · 17 years ago
  48. 136a275 kset: convert gfs2 dlm to use kset_create by Greg Kroah-Hartman · 17 years ago
  49. 9bec101 kset: convert gfs2 to use kset_create by Greg Kroah-Hartman · 17 years ago
  50. 00d2666 kobject: convert main fs kobject to use kobject_create by Greg Kroah-Hartman · 17 years ago
  51. 3514fac kobject: remove struct kobj_type from struct kset by Greg Kroah-Hartman · 17 years ago
  52. 3965516 exportfs: make struct export_operations const by Christoph Hellwig · 17 years ago
  53. 34c0d15 gfs2: new export ops by Christoph Hellwig · 17 years ago
  54. a9c62a1 fs: correct SuS compliance for open of large file without options by Alan Cox · 17 years ago
  55. 4ba9b9d Slab API: remove useless ctor parameter and reorder parameters by Christoph Lameter · 17 years ago
  56. 7765ec2 gfs2: convert to new aops by Steven Whitehouse · 17 years ago
  57. 541010e Merge branch 'locks' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 17 years ago
  58. efefc6e Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  59. 34980ca Drivers: clean up direct setting of the name of a kset by Greg Kroah-Hartman · 17 years ago
  60. f26e51f Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw by Linus Torvalds · 17 years ago
  61. 782e3b3 Fix up more bio fallout by Al Viro · 17 years ago
  62. 5a60c53 [GFS2] Get superblock a different way by Steven Whitehouse · 17 years ago
  63. 891ba6d [GFS2] Don't try to remove buffers that don't exist by Steven Whitehouse · 17 years ago
  64. 7a9f53b [GFS2] Alternate gfs2_iget to avoid looking up inodes being freed by Benjamin Marzinski · 17 years ago
  65. de986e8 [GFS2] Data corruption fix by Wendy Cheng · 17 years ago
  66. 16615be [GFS2] Clean up journaled data writing by Steven Whitehouse · 17 years ago
  67. 55c0c4a [GFS2] GFS2: chmod hung - fix race in thread creation by Bob Peterson · 17 years ago
  68. 49e61f2 [GFS2] Move inode deletion out of blocking_cb by Wendy Cheng · 17 years ago
  69. b4c2016 [GFS2] flocks from same process trip kernel BUG at fs/gfs2/glock.c:1118! by Abhijith Das · 17 years ago
  70. 1ad38c4 [GFS2] Clean up gfs2_trans_add_revoke() by Steven Whitehouse · 17 years ago
  71. 0820ab5 [GFS2] Use slab operations for all gfs2_bufdata allocations by Steven Whitehouse · 17 years ago
  72. 82e8608 [GFS2] Replace revoke structure with bufdata structure by Steven Whitehouse · 17 years ago
  73. 8475487 [GFS2] Fix ordering of dirty/journal for ordered buffer unstuffing by Bob Peterson · 17 years ago
  74. d7b616e [GFS2] Clean up ordered write code by Steven Whitehouse · 17 years ago
  75. 9b9107a [GFS2] Move pin/unpin into lops.c, clean up locking by Steven Whitehouse · 17 years ago
  76. eaf9652 [GFS2] Don't mark jdata dirty in gfs2_unstuffer_page() by Steven Whitehouse · 17 years ago
  77. 1e1a3d0 [GFS2] Introduce gfs2_remove_from_ail by Steven Whitehouse · 17 years ago
  78. 8497a46 [GFS2] Correct lock ordering in unlink by Steven Whitehouse · 17 years ago
  79. e9bd2b3 [GFS2] fix inode meta data corruption by Wendy Cheng · 17 years ago
  80. c4f68a1 [GFS2] delay glock demote for a minimum hold time by Benjamin Marzinski · 17 years ago
  81. d1e2777 [GFS2] panic after can't parse mount arguments by Abhijith Das · 17 years ago
  82. ec217e0 [GFS2] Patch to protect sd_log_num_jdata by Bob Peterson · 17 years ago
  83. a947e03 [GFS2] Wendy's dump lockname in hex & fix glock dump by Abhijith Das · 17 years ago
  84. a13b8c5 [GFS2] Reduce truncate IO traffic by Wendy Cheng · 17 years ago
  85. 9a5ad13 [GFS2] Add NULL entry to token table by Benjamin Marzinski · 17 years ago
  86. 382e6e2 [GFS2] Add a missing gfs2_trans_add_bh() by Steven Whitehouse · 17 years ago
  87. bb3b0e3 [GFS2] Clean up invalidatepage/releasepage by Steven Whitehouse · 17 years ago
  88. 2d9a4bb [GFS2] Fix quota do_list operation hang by Abhijith Das · 17 years ago
  89. 34eaae3 [GFS2] fixed a NULL pointer assignment BUG by Denis Cheng · 17 years ago
  90. 0fd5355 [GFS2] Force unstuff of hidden quota inode by Abhijith Das · 17 years ago
  91. 5d35e31 [GFS2] better code for translating characters by Denis Cheng · 17 years ago
  92. 2d3ba1e [GFS2] unneeded typecast by Denis Cheng · 17 years ago
  93. adb4ec1 [GFS2] use list_for_each_entry instead by Denis Cheng · 17 years ago
  94. 75be73a [GFS2] Ensure journal file cache is flushed after recovery by Bob Peterson · 17 years ago
  95. 5f3eae7 [GFS2] invalid metadata block - REVISED by Bob Peterson · 17 years ago
  96. 8fbbfd2 [GFS2] Reduce number of gfs2_scand processes to one by Steven Whitehouse · 17 years ago
  97. ca5a939 [GFS2] use the declaration of gfs2_dops in the header file instead by Denis Cheng · 17 years ago
  98. 4ef2900 [GFS2] mark struct *_operations const by Denis Cheng · 17 years ago
  99. 0f8468c [GFS2] Detach buf data during in-place writeback by Bob Peterson · 17 years ago
  100. cee23c7 [GFS2] use an temp variable to reduce a spin_unlock by Denis Cheng · 17 years ago