1. a12c6fa gfs2: Don't clear GBF_FULL flags in rs_deltree by Andreas Gruenbacher · 4 years, 3 months ago
  2. 2fdc2fa Revert "gfs2: Don't reject a supposedly full bitmap if we have blocks reserved" by Andreas Gruenbacher · 4 years, 3 months ago
  3. 4272006 gfs2: Minor gfs2_inplace_reserve cleanup by Andreas Gruenbacher · 4 years, 10 months ago
  4. 3ed08be gfs2: Get rid of unnecessary variable in gfs2_alloc_blocks by Andreas Gruenbacher · 4 years, 10 months ago
  5. c65b76b gfs2: Only use struct gfs2_rbm for bitmap manipulations by Andreas Gruenbacher · 6 years ago
  6. 0eacdd16 gfs2: Turn gfs2_rbm_incr into gfs2_rbm_add by Andreas Gruenbacher · 4 years, 3 months ago
  7. 7787215 gfs2: check for empty rgrp tree in gfs2_ri_update by Bob Peterson · 4 years, 1 month ago
  8. bc92381 gfs2: fix possible reference leak in gfs2_check_blk_type by Zhang Qilong · 4 years, 2 months ago
  9. c5c6872 gfs2: check for live vs. read-only file system in gfs2_fitrim by Bob Peterson · 4 years, 2 months ago
  10. d0f17d3 gfs2: Free rd_bits later in gfs2_clear_rgrpd to fix use-after-free by Bob Peterson · 4 years, 2 months ago
  11. 23cfb0c gfs2: Eliminate gl_vm by Bob Peterson · 4 years, 3 months ago
  12. 6894287 gfs2: Wipe jdata and ail1 in gfs2_journal_wipe, formerly gfs2_meta_wipe by Bob Peterson · 4 years, 5 months ago
  13. 0e539ca gfs2: Fix NULL pointer dereference in gfs2_rgrp_dump by Andrew Price · 4 years, 3 months ago
  14. a0e3cc6 gfs2: Turn gl_delete into a delayed work by Andreas Gruenbacher · 5 years ago
  15. e04d339 gfs2: don't lock sd_log_flush_lock in try_rgrp_unlink by Bob Peterson · 4 years, 9 months ago
  16. 1595548 gfs2: Split gfs2_rsqa_delete into gfs2_rs_delete and gfs2_qa_put by Andreas Gruenbacher · 4 years, 10 months ago
  17. 2fba46a gfs2: Change inode qa_data to allow multiple users by Bob Peterson · 4 years, 10 months ago
  18. d580712 gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_alloc by Bob Peterson · 4 years, 10 months ago
  19. b3422ca gfs2: Rework how rgrp buffer_heads are managed by Bob Peterson · 5 years ago
  20. 8dc88ac gfs2: Report errors before withdraw by Andreas Gruenbacher · 5 years ago
  21. c04f2e0 gfs2: remove unused LBIT macros by Alex Shi · 5 years ago
  22. 98fb057 gfs2: Fix possible fs name overflows by Bob Peterson · 5 years ago
  23. f29e62e gfs2: replace more printk with calls to fs_info and friends by Bob Peterson · 6 years ago
  24. 3792ce9 gfs2: dump fsid when dumping glock problems by Bob Peterson · 6 years ago
  25. 7336d0e treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398 by Thomas Gleixner · 6 years ago
  26. fbb2787 gfs2: Rename gfs2_trans_{add_unrevoke => remove_revoke} by Andreas Gruenbacher · 6 years ago
  27. 71921ef gfs2: Fix loop in gfs2_rbm_find (v2) by Andreas Gruenbacher · 6 years ago
  28. e74c98c gfs2: Revert "Fix loop in gfs2_rbm_find" by Andreas Gruenbacher · 6 years ago
  29. 27a2660f gfs2: Dump nrpages for inodes and their glocks by Bob Peterson · 7 years ago
  30. 2d29f6b gfs2: Fix loop in gfs2_rbm_find by Andreas Gruenbacher · 6 years ago
  31. 10283ea gfs2: Put bitmap buffers in put_super by Andreas Gruenbacher · 6 years ago
  32. 0ddeded gfs2: Pass resource group to rgblk_free by Andreas Gruenbacher · 6 years ago
  33. c3abc29 gfs2: Remove unnecessary gfs2_rlist_alloc parameter by Bob Peterson · 6 years ago
  34. ec23df2 gfs2: Fix marking bitmaps non-full by Andreas Gruenbacher · 6 years ago
  35. 243fea4 gfs2: Fix some minor typos by Andreas Gruenbacher · 6 years ago
  36. 281b495 gfs2: Rename bitmap.bi_{len => bytes} by Andreas Gruenbacher · 6 years ago
  37. ad89945 gfs2: Remove unused RGRP_RSRV_MINBYTES definition by Andreas Gruenbacher · 6 years ago
  38. 21f09c4 gfs2: Move rs_{sizehint, rgd_gh} fields into the inode by Andreas Gruenbacher · 6 years ago
  39. 3548fce gfs2: Clean up out-of-bounds check in gfs2_rbm_from_block by Andreas Gruenbacher · 6 years ago
  40. f654683 gfs2: Always check the result of gfs2_rbm_from_block by Andreas Gruenbacher · 6 years ago
  41. e54c78a gfs2: Use fs_* functions instead of pr_* function where we can by Bob Peterson · 6 years ago
  42. 4f36cb3 gfs2: Don't set GFS2_RDF_UPTODATE when the lvb is updated by Bob Peterson · 6 years ago
  43. 72244b6 gfs2: improve debug information when lvb mismatches are found by Bob Peterson · 6 years ago
  44. f5580d0 gfs2: eliminate update_rgrp_lvb_unlinked by Bob Peterson · 6 years ago
  45. dffe12a gfs2: Fix gfs2_testbit to use clone bitmaps by Bob Peterson · 6 years ago
  46. 3f30f92 gfs2: cleanup: call gfs2_rgrp_ondisk2lvb from gfs2_rgrp_out by Bob Peterson · 6 years ago
  47. f6753df GFS2: rgrp free blocks used incorrectly by Bob Peterson · 7 years ago
  48. a3479c7 Merge branch 'iomap-write' into linux-gfs2/for-next by Andreas Gruenbacher · 6 years ago
  49. e79e0e1 gfs2: Don't reject a supposedly full bitmap if we have blocks reserved by Bob Peterson · 7 years ago
  50. b7eba89 gfs2: Eliminate redundant ip->i_rgd by Andreas Gruenbacher · 7 years ago
  51. 03f8c41 gfs2: Stop messing with ip->i_rgd in the rlist code by Andreas Gruenbacher · 7 years ago
  52. f85c10e gfs2: eliminate rs_inum and reduce the size of gfs2 inodes by Bob Peterson · 7 years ago
  53. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  54. dc8fbb0 GFS2: gfs2_free_extlen can return an extent that is too long by Bob Peterson · 7 years ago
  55. af38816 gfs2: Add a few missing newlines in messages by Andreas Gruenbacher · 7 years ago
  56. 805c0907 GFS2: Log the reason for log flushes in every log header by Bob Peterson · 7 years ago
  57. c1696fb GFS2: Introduce new gfs2_log_header_v2 by Bob Peterson · 7 years ago
  58. 786ebd9 Merge branch 'punch-hole' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git by Bob Peterson · 7 years ago
  59. 90bcab9 gfs2: Add gfs2_blk2rgrpd comment and fix incorrect use by Steven Whitehouse · 7 years ago
  60. 850d2d9 gfs2: Add a crc field to resource group headers by Andrew Price · 7 years ago
  61. 166725d gfs2: Add rindex fields to rgrp headers by Andrew Price · 7 years ago
  62. 65adc27 gfs2: Add a next-resource-group pointer to resource groups by Andrew Price · 7 years ago
  63. a18c78c GFS2: Combine gfs2_free_di with gfs2_free_uninit_di by Bob Peterson · 7 years ago
  64. 7023a0b GFS2: Fix gl_object warnings by Andreas Gruenbacher · 7 years ago
  65. 2d821a8 GFS2: Don't bother trying to add rgrps to the lru list by Bob Peterson · 7 years ago
  66. 6f6597ba gfs2: Protect gl->gl_object by spin lock by Andreas Gruenbacher · 8 years ago
  67. d552a2b GFS2: Non-recursive delete by Bob Peterson · 8 years ago
  68. 44f5212 GFS2: Check rs_free with rd_rsspin protection by Bob Peterson · 8 years ago
  69. 6df9f9a gfs2: Lock holder cleanup by Andreas Gruenbacher · 9 years ago
  70. 36e4ad0 GFS2: don't set rgrp gl_object until it's inserted into rgrp tree by Bob Peterson · 9 years ago
  71. be1332c Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 9 years ago
  72. 8381e60 GFS2: Remove allocation parms from gfs2_rbm_find by Bob Peterson · 9 years ago
  73. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago
  74. 5ea31bc GFS2: Always use iopen glock for gl_deletes by Bob Peterson · 9 years ago
  75. a097dc7e GFS2: Make rgrp reservations part of the gfs2_inode structure by Bob Peterson · 9 years ago
  76. b54e9a0 GFS2: Extract quota data from reservations structure (revert 5407e24) by Bob Peterson · 9 years ago
  77. c8d5770 gfs2: Extended attribute readahead by Andreas Gruenbacher · 9 years ago
  78. 31dddd9 GFS2: Fix rgrp end rounding problem for bsize < page size by Bob Peterson · 9 years ago
  79. f3dd164 gfs2: Remove gl_spin define by Andreas Gruenbacher · 9 years ago
  80. 4d20713 gfs2: Make statistics unsigned, suitable for use with do_div() by Ben Hutchings · 9 years ago
  81. 15562c4 GFS2: Move glock superblock pointer to field gl_name by Bob Peterson · 10 years ago
  82. 39b0f1e GFS2: Don't brelse rgrp buffer_heads every allocation by Bob Peterson · 10 years ago
  83. a3e3213 gfs2: fix shadow warning in gfs2_rbm_find() by Fabian Frederick · 10 years ago
  84. 959b671 gfs2: handle NULL rgd in set_rgrp_preferences by Abhi Das · 10 years ago
  85. 0166b19 GFS2: Average in only non-zero round-trip times for congestion stats by Bob Peterson · 10 years ago
  86. f4a3ae9 GFS2: Use average srttb value in congestion calculations by Bob Peterson · 10 years ago
  87. 25435e5 gfs2: allow quota_check and inplace_reserve to return available blocks by Abhi Das · 10 years ago
  88. 1a85503 GFS2: If we use up our block reservation, request more next time by Bob Peterson · 10 years ago
  89. 0e27c18 GFS2: Set of distributed preferences for rgrps by Bob Peterson · 10 years ago
  90. d24e056 GFS2: Use gfs2_rbm_incr in rgblk_free by Bob Peterson · 10 years ago
  91. 00a158b GFS2: fix bad inode i_goal values during block allocation by Abhi Das · 10 years ago
  92. 27ff6a0 GFS2: fs/gfs2/rgrp.c: kernel-doc warning fixes by Fabian Frederick · 11 years ago
  93. 2497255 GFS2: remove transaction glock by Benjamin Marzinski · 11 years ago
  94. d77d1b5 GFS2: Use pr_<level> more consistently by Joe Perches · 11 years ago
  95. fc554ed GFS2: global conversion to pr_foo() by Fabian Frederick · 11 years ago
  96. c2b0b30 GFS2: Mark functions as static in gfs2/rgrp.c by Rashika Kheria · 11 years ago
  97. b2c8b3e GFS2: Allocate block for xattr at inode alloc time, if required by Steven Whitehouse · 11 years ago
  98. 8b127d0 GFS2: Small cleanup by Bob Peterson · 11 years ago
  99. ac3beb6 GFS2: Don't use ENOBUFS when ENOMEM is the correct error code by Steven Whitehouse · 11 years ago
  100. 7005c3e GFS2: Use range based functions for rgrp sync/invalidation by Steven Whitehouse · 11 years ago