1. 4513899 GFS2: Use ->writepages for ordered writes by Steven Whitehouse · 12 years ago
  2. 350a9b0 GFS2: Split gfs2_trans_add_bh() into two by Steven Whitehouse · 12 years ago
  3. 9dbe961 GFS2: Add Orlov allocator by Steven Whitehouse · 12 years ago
  4. 8e711e10 GFS2: change function gfs2_direct_IO to use a normal gfs2_glock_dq by Bob Peterson · 12 years ago
  5. 71f890f GFS2: Remove rs_requested field from reservations by Steven Whitehouse · 12 years ago
  6. 5407e24 GFS2: Fold quota data into the reservations struct by Bob Peterson · 12 years ago
  7. 0a305e4 GFS2: Extend the life of the reservations by Bob Peterson · 12 years ago
  8. c0752aa GFS2: eliminate log elements and simplify by Bob Peterson · 12 years ago
  9. 4306629 GFS2: Remove unused argument from gfs2_internal_read by Andrew Price · 12 years ago
  10. c50b91c GFS2: Remove bd_list_tr by Steven Whitehouse · 12 years ago
  11. b120193 GFS2: make function gfs2_page_add_databufs static by Bob Peterson · 12 years ago
  12. ca9248d GFS2: Allow caching of rindex glock by Bob Peterson · 12 years ago
  13. d934928 gfs2: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  14. 564e12b GFS2: decouple quota allocations from block allocations by Bob Peterson · 13 years ago
  15. 54335b1 GFS2: Cache the most recently used resource group in the inode by Steven Whitehouse · 13 years ago
  16. ab9bbda GFS2: Use ->dirty_inode() by Steven Whitehouse · 13 years ago
  17. 380f7c6 GFS2: Resolve inode eviction and ail list interaction bug by Steven Whitehouse · 13 years ago
  18. 8f065d3 GFS2: Improve bug trap code in ->releasepage() by Steven Whitehouse · 13 years ago
  19. deab72d GFS2: write_end error path fails to unlock transaction lock by Bob Peterson · 13 years ago
  20. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  21. 6c474f7 GFS2: Adding missing unlock_page() by Maxim · 13 years ago
  22. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  23. ebdec24 fs: kill block_prepare_write by Christoph Hellwig · 14 years ago
  24. d594845 GFS2: Fix compiler warning from previous patch by Steven Whitehouse · 14 years ago
  25. bf97b67 GFS2: reserve more blocks for transactions by Benjamin Marzinski · 14 years ago
  26. 3921120 GFS2: fallocate support by Benjamin Marzinski · 14 years ago
  27. a2e0f79 GFS2: Remove i_disksize by Steven Whitehouse · 14 years ago
  28. ff8f33c GFS2: New truncate sequence by Steven Whitehouse · 14 years ago
  29. 5f248c9 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  30. 2c27c65 check ATTR_SIZE contraints in inode_change_ok by Christoph Hellwig · 14 years ago
  31. eafdc7d sort out blockdev_direct_IO variants by Christoph Hellwig · 14 years ago
  32. 461cb41 GFS2: Simplify gfs2_write_alloc_required by Bob Peterson · 14 years ago
  33. 30116ff GFS2: Use nobh_writepage by Steven Whitehouse · 14 years ago
  34. 15c6fd9 kill spurious reference to vmtruncate by npiggin@suse.de · 14 years ago
  35. 602c89d GFS2: Clean up stuffed file copying by Steven Whitehouse · 14 years ago
  36. 009d851 GFS2: Metadata address space clean up by Steven Whitehouse · 15 years ago
  37. c29cd90 writeback: remove unused nonblocking and congestion checks (gfs2) by Wu Fengguang · 15 years ago
  38. 9ae3c6d GFS2: drop rindex glock to refresh rindex list by Benjamin Marzinski · 15 years ago
  39. aa261f5 HWPOISON: Enable .remove_error_page for migration aware file systems by Andi Kleen · 15 years ago
  40. 1946f70 GFS2: keep statfs info in sync on grows by Benjamin Marzinski · 15 years ago
  41. b1e71b0 GFS2: Clean up some file names by Steven Whitehouse · 15 years ago[Renamed (99%) from fs/gfs2/ops_address.c]
  42. 7537d81a GFS2: Fix timestamps on write by Abhijith Das · 15 years ago
  43. 229615d GFS2: Pagecache usage optimization on GFS2 by Hisashi Hifumi · 16 years ago
  44. f057f6c GFS2: Merge lock_dlm module into GFS2 by Steven Whitehouse · 16 years ago
  45. 0a7ab79 GFS2: change gfs2_quota_scan into a shrinker by Abhijith Das · 16 years ago
  46. e4fefba GFS2: Set GFP_NOFS when allocating page on write by Steven Whitehouse · 16 years ago
  47. 7ed122e GFS2: Streamline alloc calculations for writes by Steven Whitehouse · 16 years ago
  48. c9e9888 GFS2: Move i_size from gfs2_dinode_host and rename it to i_disksize by Steven Whitehouse · 16 years ago
  49. 1bb7322 GFS2: Fix up jdata writepage/delete_inode by Steven Whitehouse · 16 years ago
  50. 54566b2 fs: symlink write_begin allocation context fix by Nick Piggin · 16 years ago
  51. 719ee34 GFS2: high time to take some time over atime by Steven Whitehouse · 16 years ago
  52. acb57a3 GFS2: Direct IO write at end of file error by Bob Peterson · 16 years ago
  53. 01b7c7a [GFS2] Revise readpage locking by Steven Whitehouse · 16 years ago
  54. 6802e34 [GFS2] Clean up the glock core by Steven Whitehouse · 16 years ago
  55. 3c18ddd mm: remove nopage by Nick Piggin · 16 years ago
  56. d82661d [GFS2] Streamline quota lock/check for no-quota case by Steven Whitehouse · 16 years ago
  57. 20b95bf [GFS2] gfs2_adjust_quota has broken unstuffing code by Abhijith Das · 16 years ago
  58. 182fe5a [GFS2] possible null pointer dereference fixup by Cyrill Gorcunov · 17 years ago
  59. 7afd88d [GFS2] Fix a page lock / glock deadlock by Steven Whitehouse · 17 years ago
  60. 7eabb77 [GFS2] Misc fixups by Bob Peterson · 17 years ago
  61. eebd2aa Pagecache zeroing: zero_user_segment, zero_user_segments and zero_user by Christoph Lameter · 17 years ago
  62. 6dbd822 [GFS2] Reduce inode size by moving i_alloc out of line by Steven Whitehouse · 17 years ago
  63. 9656b2c [GFS2] Fix problems relating to execution of files on GFS2 by Steven Whitehouse · 17 years ago
  64. e5d9dc2 [GFS2] Allow page migration for writeback and ordered pages by Steven Whitehouse · 17 years ago
  65. e9e1ef2 [GFS2] Remove function gfs2_get_block by Bob Peterson · 17 years ago
  66. 47e83b5 [GFS2] Use correct include file in ops_address.c by Steven Whitehouse · 17 years ago
  67. c41d4f0 [GFS2] Don't hold page lock when starting transaction by Steven Whitehouse · 17 years ago
  68. b8e7cbb [GFS2] Add writepages for GFS2 jdata by Steven Whitehouse · 17 years ago
  69. 9ff8ec3 [GFS2] Split gfs2_writepage into three cases by Steven Whitehouse · 17 years ago
  70. 5561093 [GFS2] Introduce gfs2_set_aops() by Steven Whitehouse · 17 years ago
  71. bf36a71 [GFS2] Add gfs2_is_writeback() by Steven Whitehouse · 17 years ago
  72. f91a0d3 [GFS2] Remove useless i_cache from inodes by Steven Whitehouse · 17 years ago
  73. 3cc3f71 [GFS2] Use ->page_mkwrite() for mmap() by Steven Whitehouse · 17 years ago
  74. 51ff87b [GFS2] Clean up internal read function by Steven Whitehouse · 17 years ago
  75. 7765ec2 gfs2: convert to new aops by Steven Whitehouse · 17 years ago
  76. 891ba6d [GFS2] Don't try to remove buffers that don't exist by Steven Whitehouse · 17 years ago
  77. de986e8 [GFS2] Data corruption fix by Wendy Cheng · 17 years ago
  78. 16615be [GFS2] Clean up journaled data writing by Steven Whitehouse · 17 years ago
  79. d7b616e [GFS2] Clean up ordered write code by Steven Whitehouse · 17 years ago
  80. bb3b0e3 [GFS2] Clean up invalidatepage/releasepage by Steven Whitehouse · 17 years ago
  81. a867bb2 [GFS2] Fix incorrect error path in prepare_write() by Steven Whitehouse · 17 years ago
  82. 54cb882 mm: merge populate and nopage into fault (fixes nonlinear) by Nick Piggin · 17 years ago
  83. 2840501 [GFS2] Use zero_user_page() in stuffed_readpage() by Steven Whitehouse · 17 years ago
  84. 8fb6859 [GFS2] Journaled file write/unstuff bug by Robert Peterson · 17 years ago
  85. ddf4b42 [GFS2] fix jdata issues by Benjamin Marzinski · 17 years ago
  86. dbb7cae [GFS2] Clean up inode number handling by Steven Whitehouse · 17 years ago
  87. cd81a4b [GFS2] Addendum patch 2 for gfs2_grow by Robert Peterson · 17 years ago
  88. 6c53267 [GFS2] Kernel changes to support new gfs2_grow command (part 2) by Robert Peterson · 17 years ago
  89. 7ae8fa8 [GFS2] kernel changes to support new gfs2_grow command by Robert Peterson · 17 years ago
  90. bf126ae [GFS2] Patch to fix mmap of stuffed files by Steven Whitehouse · 17 years ago
  91. 1de9139 [GFS2] Fix bz 231380, unlock page before dequeing glocks in gfs2_commit_write by Josef Whiter · 17 years ago
  92. a13cbe3 [GFS2] fix hangup when multiple processes are trying to write to the same file by Josef Whiter · 18 years ago
  93. a2cf822 [GFS2] make gfs2_writepages() static by Adrian Bunk · 18 years ago
  94. 2d72e71 [GFS2] Unlock page on prepare_write try lock failure by Steven Whitehouse · 18 years ago
  95. a8d638e [GFS2] Add writepages for "data=writeback" mounts by Steven Whitehouse · 18 years ago
  96. e1d5b18 [GFS2] Fail over to readpage for stuffed files by Steven Whitehouse · 18 years ago
  97. c7b3383 [GFS2] Fix DIO deadlock by Steven Whitehouse · 18 years ago
  98. ae61932 [GFS2] mark_inode_dirty after write to stuffed file by Steven Whitehouse · 18 years ago
  99. dcd2479 [GFS2] Remove unused function from inode.c by Steven Whitehouse · 18 years ago
  100. 61057c6 [GFS2] Remove unused zero_readpage from stuffed_readpage by Russell Cattelan · 18 years ago