1. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  2. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  3. 350a9b0 GFS2: Split gfs2_trans_add_bh() into two by Steven Whitehouse · 12 years ago
  4. 13d2eb0 GFS2: Reset rd_last_alloc when it reaches the end of the rgrp by Bob Peterson · 12 years ago
  5. 15bd50a GFS2: Stop looking for free blocks at end of rgrp by Bob Peterson · 12 years ago
  6. f1213ca GFS2: Fix race in gfs2_rs_alloc by Abhijith Das · 12 years ago
  7. 4e2f884 GFS2: remove redundant lvb pointer by David Teigland · 12 years ago
  8. aa8920c GFS2: Fix one RG corner case by Steven Whitehouse · 12 years ago
  9. 9dbe961 GFS2: Add Orlov allocator by Steven Whitehouse · 12 years ago
  10. bcd97c0 GFS2: Add test for resource group congestion status by Steven Whitehouse · 12 years ago
  11. a68a0a3 GFS2: Speed up gfs2_rbm_from_block by Bob Peterson · 12 years ago
  12. 076f0fa GFS2: Fix FITRIM argument handling by Lukas Czerner · 12 years ago
  13. 3a238ad GFS2: Require user to provide argument for FITRIM by Lukas Czerner · 12 years ago
  14. cd0ed19 GFS2: Fix possible null pointer deref in gfs2_rs_alloc by Andrew Price · 12 years ago
  15. 3701530 GFS2: Fix infinite loop in rbm_find by Bob Peterson · 12 years ago
  16. ff7f4cb GFS2: Consolidate free block searching functions by Steven Whitehouse · 12 years ago
  17. 0688a5e GFS2: Stop block extents at the end of bitmaps by Bob Peterson · 12 years ago
  18. c743ffd GFS2: Fix unclaimed_blocks() wrapping bug and clean up by Steven Whitehouse · 12 years ago
  19. 9e733d3 GFS2: Improve block reservation tracing by Steven Whitehouse · 12 years ago
  20. 137834a GFS2: Fall back to ignoring reservations, if there are no other blocks left by Steven Whitehouse · 12 years ago
  21. 3e6339d GFS2: Use rbm for gfs2_setbit() by Steven Whitehouse · 12 years ago
  22. c04a2ef GFS2: Use rbm for gfs2_testbit() by Steven Whitehouse · 12 years ago
  23. 29c05b2 GFS2: Eliminate unnecessary check for state > 3 in bitfit by Bob Peterson · 12 years ago
  24. 8d8b752 GFS2: rbm code cleanup by Bob Peterson · 12 years ago
  25. 5d50d53 GFS2: Fix case where reservation finished at end of rgrp by Steven Whitehouse · 12 years ago
  26. 24d634e GFS2: Use RB_CLEAR_NODE() rather than rb_init_node() by Michel Lespinasse · 12 years ago
  27. 3b1d0b9 GFS2: Update rgblk_free() to use rbm by Steven Whitehouse · 12 years ago
  28. 3983903 GFS2: Update gfs2_get_block_type() to use rbm by Steven Whitehouse · 12 years ago
  29. 5b924ae GFS2: Replace rgblk_search with gfs2_rbm_find by Steven Whitehouse · 12 years ago
  30. 4a993fb GFS2: Add structure to contain rgrp, bitmap, offset tuple by Steven Whitehouse · 12 years ago
  31. 71f890f GFS2: Remove rs_requested field from reservations by Steven Whitehouse · 12 years ago
  32. 62e252e GFS2: Take account of blockages when using reserved blocks by Steven Whitehouse · 12 years ago
  33. 8e2e004 GFS2: Reduce file fragmentation by Bob Peterson · 12 years ago
  34. 294f2ad GFS2: kernel panic with small gfs2 filesystems - 1 RG by Abhijith Das · 12 years ago
  35. 666d1d8 GFS2: Combine functions get_local_rgrp and gfs2_inplace_reserve by Bob Peterson · 12 years ago
  36. 90306c4 GFS2: Use lvbs for storing rgrp information with mount option by Benjamin Marzinski · 12 years ago
  37. 5407e24 GFS2: Fold quota data into the reservations struct by Bob Peterson · 12 years ago
  38. 0a305e4 GFS2: Extend the life of the reservations by Bob Peterson · 12 years ago
  39. 41db1ab GFS2: Add rgrp information to block_alloc trace point by Bob Peterson · 12 years ago
  40. 06344b9 GFS2: Eliminate needless parameter from function gfs2_setbit by Bob Peterson · 12 years ago
  41. 4306629 GFS2: Remove unused argument from gfs2_internal_read by Andrew Price · 12 years ago
  42. 9598d25 GFS2: Change variable blk to biblk by Bob Peterson · 12 years ago
  43. 886b141 GFS2: Fix function parameter comments in rgrp.c by Bob Peterson · 12 years ago
  44. 29c578f GFS2: Eliminate offset parameter to gfs2_setbit by Bob Peterson · 12 years ago
  45. 36f5580 GFS2: Use slab for block reservation memory by Bob Peterson · 12 years ago
  46. 5e2f7d6 GFS2: Make sure rindex is uptodate before starting transactions by Bob Peterson · 12 years ago
  47. c1ac539 GFS2: put glock reference in error patch of read_rindex_entry by Bob Peterson · 12 years ago
  48. 58884c4 GFS2: make sure rgrps are up to date in func gfs2_blk2rgrpd by Bob Peterson · 12 years ago
  49. 6aad1c3 GFS2: Eliminate sd_rindex_mutex by Bob Peterson · 12 years ago
  50. a08fd28 GFS2: Unlock rindex mutex on glock error by Bob Peterson · 13 years ago
  51. 66fc061 GFS2: FITRIM ioctl support by Steven Whitehouse · 13 years ago
  52. a365fbf GFS2: Read resource groups on mount by Steven Whitehouse · 13 years ago
  53. 49528b4 GFS2: Fix a use-after-free that coverity spotted by Bob Peterson · 13 years ago
  54. 6a8099e GFS2: Fix multi-block allocation by Steven Whitehouse · 13 years ago
  55. 564e12b GFS2: decouple quota allocations from block allocations by Bob Peterson · 13 years ago
  56. b3e47ca GFS2: split function rgblk_search by Bob Peterson · 13 years ago
  57. 465f0a7 GFS2: Fix up "off by one" in the previous patch by Steven Whitehouse · 13 years ago
  58. 6e87ed0 GFS2: move toward a generic multi-block allocator by Bob Peterson · 13 years ago
  59. b9f417f GFS2: remove vestigial al_alloced by Bob Peterson · 13 years ago
  60. 3c5d785 GFS2: combine gfs2_alloc_block and gfs2_alloc_di by Bob Peterson · 13 years ago
  61. c688b8b GFS2: Add non-try locks back to get_local_rgrp by Bob Peterson · 13 years ago
  62. 9ae3242 GFS2: Remove two unused variables by Steven Whitehouse · 13 years ago
  63. f75bbfb GFS2: Fix off-by-one in gfs2_blk2rgrpd by Steven Whitehouse · 13 years ago
  64. ccad4e1 GFS2: Correctly set goal block after allocation by Steven Whitehouse · 13 years ago
  65. 70b0c36 GFS2: Use cached rgrp in gfs2_rlist_add() by Steven Whitehouse · 13 years ago
  66. 534029e GFS2: Remove obsolete assert by Steven Whitehouse · 13 years ago
  67. 54335b1 GFS2: Cache the most recently used resource group in the inode by Steven Whitehouse · 13 years ago
  68. 8339ee5 GFS2: Make resource groups "append only" during life of fs by Steven Whitehouse · 13 years ago
  69. 7c9ca62 GFS2: Use rbtree for resource groups and clean up bitmap buffer ref count scheme by Bob Peterson · 13 years ago
  70. 46fcb2e GFS2: combine duplicated block freeing routines by Eric Sandeen · 13 years ago
  71. 6d3117b GFS2: Wipe directory hash table metadata when deallocating a directory by Steven Whitehouse · 13 years ago
  72. 29687a2 GFS2: Alter point of entry to glock lru list for glocks with an address_space by Steven Whitehouse · 13 years ago
  73. 95c8e17 GFS2: Dump better debug info if a bitmap inconsistency is detected by Bob Peterson · 13 years ago
  74. 44ad37d GFS2: filesystem hang caused by incorrect lock order by Bob Peterson · 13 years ago
  75. 4c16c36 GFS2: deallocation performance patch by Bob Peterson · 14 years ago
  76. bcd7278 GFS2: fsck.gfs2 reported statfs error after gfs2_grow by Bob Peterson · 14 years ago
  77. 086d833 GFS2: fix recursive locking during rindex truncates by Benjamin Marzinski · 14 years ago
  78. 0489b3f GFS2: reread rindex when necessary to grow rindex by Benjamin Marzinski · 14 years ago
  79. 044b941 GFS2: Fix inode deallocation race by Steven Whitehouse · 14 years ago
  80. a288709 Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  81. 46290341 GFS2 fatal: filesystem consistency error on rename by Bob Peterson · 14 years ago
  82. 3921120 GFS2: fallocate support by Benjamin Marzinski · 14 years ago
  83. 9a3f236 GFS2: Add a bug trap in allocation code by Steven Whitehouse · 14 years ago
  84. a2e0f79 GFS2: Remove i_disksize by Steven Whitehouse · 14 years ago
  85. dd3932e block: remove BLKDEV_IFL_WAIT by Christoph Hellwig · 14 years ago
  86. f1e4d51 gfs2: replace barriers with explicit flush / FUA usage by Christoph Hellwig · 14 years ago
  87. f16a5e3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes by Linus Torvalds · 14 years ago
  88. ee9a360 Merge branch 'master' into for-2.6.35 by Jens Axboe · 14 years ago
  89. ed4878e GFS2: Rework reclaiming unlinked dinodes by Bob Peterson · 14 years ago
  90. cc0581b GFS2: stuck in inode wait, no glocks stuck by Bob Peterson · 14 years ago
  91. fbd9b09 blkdev: generalize flags for blkdev_issue_fn functions by Dmitry Monakhov · 14 years ago
  92. 1a0eae8 GFS2: glock livelock by Bob Peterson · 14 years ago
  93. ea8d62d GFS2: Use GFP_NOFS for alloc structure by Steven Whitehouse · 15 years ago
  94. 7fe3ec6 GFS2: Fix previous patch by Steven Whitehouse · 15 years ago
  95. 55f0b4c GFS2: Don't withdraw on partial rindex entries by Benjamin Marzinski · 15 years ago
  96. 2c77634 GFS2: Locking order fix in gfs2_check_blk_state by Steven Whitehouse · 15 years ago
  97. fd589a8 trivial: fix typo "to to" in multiple files by Anand Gadiyar · 15 years ago
  98. 355bbd8 Merge branch 'for-2.6.32' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 15 years ago
  99. 86d0063 GFS2: Whitespace fixes by Steven Whitehouse · 15 years ago
  100. 746cd1e block: use blkdev_issue_discard in blk_ioctl_discard by Christoph Hellwig · 15 years ago