1. 31dddd9 GFS2: Fix rgrp end rounding problem for bsize < page size by Bob Peterson · 9 years ago
  2. f3dd164 gfs2: Remove gl_spin define by Andreas Gruenbacher · 9 years ago
  3. 4d20713 gfs2: Make statistics unsigned, suitable for use with do_div() by Ben Hutchings · 9 years ago
  4. 15562c4 GFS2: Move glock superblock pointer to field gl_name by Bob Peterson · 9 years ago
  5. 39b0f1e GFS2: Don't brelse rgrp buffer_heads every allocation by Bob Peterson · 9 years ago
  6. a3e3213 gfs2: fix shadow warning in gfs2_rbm_find() by Fabian Frederick · 9 years ago
  7. 959b671 gfs2: handle NULL rgd in set_rgrp_preferences by Abhi Das · 9 years ago
  8. 0166b19 GFS2: Average in only non-zero round-trip times for congestion stats by Bob Peterson · 9 years ago
  9. f4a3ae9 GFS2: Use average srttb value in congestion calculations by Bob Peterson · 10 years ago
  10. 25435e5 gfs2: allow quota_check and inplace_reserve to return available blocks by Abhi Das · 9 years ago
  11. 1a85503 GFS2: If we use up our block reservation, request more next time by Bob Peterson · 10 years ago
  12. 0e27c18 GFS2: Set of distributed preferences for rgrps by Bob Peterson · 10 years ago
  13. d24e056 GFS2: Use gfs2_rbm_incr in rgblk_free by Bob Peterson · 10 years ago
  14. 00a158b GFS2: fix bad inode i_goal values during block allocation by Abhi Das · 10 years ago
  15. 27ff6a0 GFS2: fs/gfs2/rgrp.c: kernel-doc warning fixes by Fabian Frederick · 10 years ago
  16. 2497255 GFS2: remove transaction glock by Benjamin Marzinski · 10 years ago
  17. d77d1b5 GFS2: Use pr_<level> more consistently by Joe Perches · 11 years ago
  18. fc554ed GFS2: global conversion to pr_foo() by Fabian Frederick · 11 years ago
  19. c2b0b30 GFS2: Mark functions as static in gfs2/rgrp.c by Rashika Kheria · 11 years ago
  20. b2c8b3e GFS2: Allocate block for xattr at inode alloc time, if required by Steven Whitehouse · 11 years ago
  21. 8b127d0 GFS2: Small cleanup by Bob Peterson · 11 years ago
  22. ac3beb6 GFS2: Don't use ENOBUFS when ENOMEM is the correct error code by Steven Whitehouse · 11 years ago
  23. 7005c3e GFS2: Use range based functions for rgrp sync/invalidation by Steven Whitehouse · 11 years ago
  24. 7de41d3 GFS2: Remove test which is always true by Steven Whitehouse · 11 years ago
  25. 5ea5050 GFS2: Implement a "rgrp has no extents longer than X" scheme by Bob Peterson · 11 years ago
  26. 1330edb GFS2: Drop inadequate rgrps from the reservation tree by Bob Peterson · 11 years ago
  27. 5ce1343 GFS2: If requested is too large, use the largest extent in the rgrp by Bob Peterson · 11 years ago
  28. 951b4bd gfs2: endianness misannotations by Al Viro · 11 years ago
  29. 9e07f2c GFS2: Speed up starting point selection for block allocation by Steven Whitehouse · 11 years ago
  30. 7b9cff4 GFS2: Add allocation parameters structure by Steven Whitehouse · 11 years ago
  31. af5c269 GFS2: Clean up reservation removal by Steven Whitehouse · 11 years ago
  32. 149ed7f GFS2: new function gfs2_rbm_incr by Bob Peterson · 11 years ago
  33. e579ed4 GFS2: Introduce rbm field bii by Bob Peterson · 11 years ago
  34. b870890 GFS2: Do not reset flags on active reservations by Bob Peterson · 11 years ago
  35. 7e230f5 GFS2: introduce bi_blocks for optimization by Bob Peterson · 11 years ago
  36. 6aa7640 GFS2: optimize rbm_from_block wrt bi_start by Bob Peterson · 11 years ago
  37. 6a98c33 GFS2: Fix fstrim boundary conditions by Abhijith Das · 11 years ago
  38. 2b3dcf3 GFS2: Increase i_writecount during gfs2_setattr_size by Bob Peterson · 11 years ago
  39. af21ca8 GFS2: Use single-block reservations for directories by Bob Peterson · 11 years ago
  40. 2009521 GFS2: Remove vestigial parameter ip from function rs_deltree by Bob Peterson · 11 years ago
  41. fd4b4e0 GFS2: Clean up inode creation path by Steven Whitehouse · 12 years ago
  42. b2c87ca GFS2: Issue discards in 512b sectors by Bob Peterson · 11 years ago
  43. 441362d GFS2: return error if malloc failed in gfs2_rs_alloc() by Wei Yongjun · 12 years ago
  44. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  45. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  46. 350a9b0 GFS2: Split gfs2_trans_add_bh() into two by Steven Whitehouse · 12 years ago
  47. 13d2eb0 GFS2: Reset rd_last_alloc when it reaches the end of the rgrp by Bob Peterson · 12 years ago
  48. 15bd50a GFS2: Stop looking for free blocks at end of rgrp by Bob Peterson · 12 years ago
  49. f1213ca GFS2: Fix race in gfs2_rs_alloc by Abhijith Das · 12 years ago
  50. 4e2f884 GFS2: remove redundant lvb pointer by David Teigland · 12 years ago
  51. aa8920c GFS2: Fix one RG corner case by Steven Whitehouse · 12 years ago
  52. 9dbe961 GFS2: Add Orlov allocator by Steven Whitehouse · 12 years ago
  53. bcd97c0 GFS2: Add test for resource group congestion status by Steven Whitehouse · 12 years ago
  54. a68a0a3 GFS2: Speed up gfs2_rbm_from_block by Bob Peterson · 12 years ago
  55. 076f0fa GFS2: Fix FITRIM argument handling by Lukas Czerner · 12 years ago
  56. 3a238ad GFS2: Require user to provide argument for FITRIM by Lukas Czerner · 12 years ago
  57. cd0ed19 GFS2: Fix possible null pointer deref in gfs2_rs_alloc by Andrew Price · 12 years ago
  58. 3701530 GFS2: Fix infinite loop in rbm_find by Bob Peterson · 12 years ago
  59. ff7f4cb GFS2: Consolidate free block searching functions by Steven Whitehouse · 12 years ago
  60. 0688a5e GFS2: Stop block extents at the end of bitmaps by Bob Peterson · 12 years ago
  61. c743ffd GFS2: Fix unclaimed_blocks() wrapping bug and clean up by Steven Whitehouse · 12 years ago
  62. 9e733d3 GFS2: Improve block reservation tracing by Steven Whitehouse · 12 years ago
  63. 137834a GFS2: Fall back to ignoring reservations, if there are no other blocks left by Steven Whitehouse · 12 years ago
  64. 3e6339d GFS2: Use rbm for gfs2_setbit() by Steven Whitehouse · 12 years ago
  65. c04a2ef GFS2: Use rbm for gfs2_testbit() by Steven Whitehouse · 12 years ago
  66. 29c05b2 GFS2: Eliminate unnecessary check for state > 3 in bitfit by Bob Peterson · 12 years ago
  67. 8d8b752 GFS2: rbm code cleanup by Bob Peterson · 12 years ago
  68. 5d50d53 GFS2: Fix case where reservation finished at end of rgrp by Steven Whitehouse · 12 years ago
  69. 24d634e GFS2: Use RB_CLEAR_NODE() rather than rb_init_node() by Michel Lespinasse · 12 years ago
  70. 3b1d0b9 GFS2: Update rgblk_free() to use rbm by Steven Whitehouse · 12 years ago
  71. 3983903 GFS2: Update gfs2_get_block_type() to use rbm by Steven Whitehouse · 12 years ago
  72. 5b924ae GFS2: Replace rgblk_search with gfs2_rbm_find by Steven Whitehouse · 12 years ago
  73. 4a993fb GFS2: Add structure to contain rgrp, bitmap, offset tuple by Steven Whitehouse · 12 years ago
  74. 71f890f GFS2: Remove rs_requested field from reservations by Steven Whitehouse · 12 years ago
  75. 62e252e GFS2: Take account of blockages when using reserved blocks by Steven Whitehouse · 12 years ago
  76. 8e2e004 GFS2: Reduce file fragmentation by Bob Peterson · 12 years ago
  77. 294f2ad GFS2: kernel panic with small gfs2 filesystems - 1 RG by Abhijith Das · 12 years ago
  78. 666d1d8 GFS2: Combine functions get_local_rgrp and gfs2_inplace_reserve by Bob Peterson · 12 years ago
  79. 90306c4 GFS2: Use lvbs for storing rgrp information with mount option by Benjamin Marzinski · 12 years ago
  80. 5407e24 GFS2: Fold quota data into the reservations struct by Bob Peterson · 12 years ago
  81. 0a305e4 GFS2: Extend the life of the reservations by Bob Peterson · 12 years ago
  82. 41db1ab GFS2: Add rgrp information to block_alloc trace point by Bob Peterson · 12 years ago
  83. 06344b9 GFS2: Eliminate needless parameter from function gfs2_setbit by Bob Peterson · 12 years ago
  84. 4306629 GFS2: Remove unused argument from gfs2_internal_read by Andrew Price · 12 years ago
  85. 9598d25 GFS2: Change variable blk to biblk by Bob Peterson · 12 years ago
  86. 886b141 GFS2: Fix function parameter comments in rgrp.c by Bob Peterson · 12 years ago
  87. 29c578f GFS2: Eliminate offset parameter to gfs2_setbit by Bob Peterson · 12 years ago
  88. 36f5580 GFS2: Use slab for block reservation memory by Bob Peterson · 12 years ago
  89. 5e2f7d6 GFS2: Make sure rindex is uptodate before starting transactions by Bob Peterson · 12 years ago
  90. c1ac539 GFS2: put glock reference in error patch of read_rindex_entry by Bob Peterson · 12 years ago
  91. 58884c4 GFS2: make sure rgrps are up to date in func gfs2_blk2rgrpd by Bob Peterson · 13 years ago
  92. 6aad1c3 GFS2: Eliminate sd_rindex_mutex by Bob Peterson · 13 years ago
  93. a08fd28 GFS2: Unlock rindex mutex on glock error by Bob Peterson · 13 years ago
  94. 66fc061 GFS2: FITRIM ioctl support by Steven Whitehouse · 13 years ago
  95. a365fbf GFS2: Read resource groups on mount by Steven Whitehouse · 13 years ago
  96. 49528b4 GFS2: Fix a use-after-free that coverity spotted by Bob Peterson · 13 years ago
  97. 6a8099e GFS2: Fix multi-block allocation by Steven Whitehouse · 13 years ago
  98. 564e12b GFS2: decouple quota allocations from block allocations by Bob Peterson · 13 years ago
  99. b3e47ca GFS2: split function rgblk_search by Bob Peterson · 13 years ago
  100. 465f0a7 GFS2: Fix up "off by one" in the previous patch by Steven Whitehouse · 13 years ago