1. 281b495 gfs2: Rename bitmap.bi_{len => bytes} by Andreas Gruenbacher · 6 years ago
  2. 21f09c4 gfs2: Move rs_{sizehint, rgd_gh} fields into the inode by Andreas Gruenbacher · 6 years ago
  3. b524abc gfs2: slow the deluge of io error messages by Bob Peterson · 6 years ago
  4. dffe12a gfs2: Fix gfs2_testbit to use clone bitmaps by Bob Peterson · 6 years ago
  5. b7eba89 gfs2: Eliminate redundant ip->i_rgd by Andreas Gruenbacher · 7 years ago
  6. f85c10e gfs2: eliminate rs_inum and reduce the size of gfs2 inodes by Bob Peterson · 7 years ago
  7. dc8fbb0 GFS2: gfs2_free_extlen can return an extent that is too long by Bob Peterson · 7 years ago
  8. 9a38662 gfs2: Remove sdp->sd_jheightsize by Andreas Gruenbacher · 7 years ago
  9. fffb641 gfs2: Zero out fallocated blocks in fallocate_chunk by Andreas Gruenbacher · 7 years ago
  10. 0ff5916 gfs2: Get rid of gfs2_log_header_in by Andreas Gruenbacher · 7 years ago
  11. 235628c gfs2: Add gfs2_max_stuffed_size by Andreas Gruenbacher · 7 years ago
  12. 561b796 gfs2: Silence gcc format-truncation warning by Andreas Gruenbacher · 7 years ago
  13. 942b0cd GFS2: Withdraw for IO errors writing to the journal or statfs by Bob Peterson · 7 years ago
  14. b066a4eeb gfs2: forcibly flush ail to relieve memory pressure by Abhi Das · 7 years ago
  15. 961ae1d gfs2: Fix glock rhashtable rcu bug by Andreas Gruenbacher · 8 years ago
  16. c96e6da Merge tag 'gfs2-4.13.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 8 years ago
  17. 6f6597ba gfs2: Protect gl->gl_object by spin lock by Andreas Gruenbacher · 8 years ago
  18. 4fd1a57 gfs2: Get rid of flush_delayed_work in gfs2_evict_inode by Andreas Gruenbacher · 8 years ago
  19. 722f6f6 GFS2: Eliminate vestigial sd_log_flush_wrapped by Bob Peterson · 8 years ago
  20. df68f20 GFS2: Remove gl_list from glock structure by Bob Peterson · 8 years ago
  21. f729b66 gfs2: remove the unused sd_log_error field by Christoph Hellwig · 8 years ago
  22. 972b044 gfs2: Don't pack struct lm_lockname by Andreas Gruenbacher · 8 years ago
  23. 28ea06c gfs2: Avoid alignment hole in struct lm_lockname by Andreas Gruenbacher · 8 years ago
  24. 9862ca0 GFS2: Switch tr_touched to flag in transaction by Bob Peterson · 8 years ago
  25. f07b352 GFS2: Made logd daemon take into account log demand by Bob Peterson · 8 years ago
  26. a492386 GFS2: Prevent delete work from occurring on glocks used for create by Bob Peterson · 9 years ago
  27. 471f3db gfs2: change gfs2 readdir cookie by Benjamin Marzinski · 9 years ago
  28. b58bf40 GFS2: Reduce size of incore inode by Bob Peterson · 10 years ago
  29. a097dc7e GFS2: Make rgrp reservations part of the gfs2_inode structure by Bob Peterson · 10 years ago
  30. b54e9a0 GFS2: Extract quota data from reservations structure (revert 5407e24) by Bob Peterson · 9 years ago
  31. c8d5770 gfs2: Extended attribute readahead by Andreas Gruenbacher · 9 years ago
  32. f3dd164 gfs2: Remove gl_spin define by Andreas Gruenbacher · 9 years ago
  33. 4d20713 gfs2: Make statistics unsigned, suitable for use with do_div() by Ben Hutchings · 9 years ago
  34. 88ffbf3 GFS2: Use resizable hash table for glocks by Bob Peterson · 10 years ago
  35. 15562c4 GFS2: Move glock superblock pointer to field gl_name by Bob Peterson · 10 years ago
  36. e7ccaf5 GFS2: Don't add all glocks to the lru by Bob Peterson · 10 years ago
  37. 9cde289 gfs2: limit quota log messages by Abhi Das · 10 years ago
  38. 25435e5 gfs2: allow quota_check and inplace_reserve to return available blocks by Abhi Das · 10 years ago
  39. b8fbf47 gfs2: perform quota checks against allocation parameters by Abhi Das · 10 years ago
  40. 2e60d76 GFS2: update freeze code to use freeze/thaw_super on all nodes by Benjamin Marzinski · 10 years ago
  41. 0e27c18 GFS2: Set of distributed preferences for rgrps by Bob Peterson · 10 years ago
  42. a937cca GFS2: Don't use MAXQUOTAS value by Jan Kara · 10 years ago
  43. 0e48e055 GFS2: Prevent recovery before the local journal is set by Bob Peterson · 11 years ago
  44. 2497255 GFS2: remove transaction glock by Benjamin Marzinski · 11 years ago
  45. 0597880 GFS2: Fix uninitialized VFS inode in gfs2_create_inode by Abhi Das · 11 years ago
  46. a17d758b GFS2: Move recovery variables to journal structure in memory by Bob Peterson · 11 years ago
  47. b50f227 GFS2: Clean up journal extent mapping by Steven Whitehouse · 11 years ago
  48. 022ef4f GFS2: Move log buffer accounting to transaction by Steven Whitehouse · 11 years ago
  49. d69a3c6 GFS2: Move log buffer lists into transaction by Steven Whitehouse · 11 years ago
  50. 654a6d2 GFS2: Reduce struct gfs2_trans in size by Steven Whitehouse · 11 years ago
  51. ac3beb6 GFS2: Don't use ENOBUFS when ENOMEM is the correct error code by Steven Whitehouse · 11 years ago
  52. 2d9e723 GFS2: Move quota bitmap operations under their own lock by Steven Whitehouse · 11 years ago
  53. ee2411a GFS2: Clean up quota slot allocation by Steven Whitehouse · 11 years ago
  54. c754fbb GFS2: Use RCU/hlist_bl based hash for quotas by Steven Whitehouse · 11 years ago
  55. 70d4ee9 GFS2: Use only a single address space for rgrps by Steven Whitehouse · 11 years ago
  56. 7005c3e GFS2: Use range based functions for rgrp sync/invalidation by Steven Whitehouse · 11 years ago
  57. 5ea5050 GFS2: Implement a "rgrp has no extents longer than X" scheme by Bob Peterson · 11 years ago
  58. 2147dbf GFS2: Use generic list_lru for quota by Steven Whitehouse · 11 years ago
  59. 9b9f039 GFS2: Use reflink for quota data cache by Steven Whitehouse · 11 years ago
  60. e66cf16 GFS2: Use lockref for glocks by Steven Whitehouse · 11 years ago
  61. e46c772 GFS2: Protect quota sync generation by Steven Whitehouse · 11 years ago
  62. bef292a GFS2: Remove obsolete quota tunable by Steven Whitehouse · 11 years ago
  63. 7b9cff4 GFS2: Add allocation parameters structure by Steven Whitehouse · 11 years ago
  64. e579ed4 GFS2: Introduce rbm field bii by Bob Peterson · 11 years ago
  65. 7e230f5 GFS2: introduce bi_blocks for optimization by Bob Peterson · 11 years ago
  66. 81ffbf6 GFS2: Add origin indicator to glock callbacks by Steven Whitehouse · 12 years ago
  67. 16ca941 GFS2: replace gfs2_ail structure with gfs2_trans by Benjamin Marzinski · 12 years ago
  68. 57c7310 GFS2: use kmalloc for lvb bitmap by David Teigland · 12 years ago
  69. 94f2f14 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  70. 05e0a60 gfs2: Store qd_id in struct gfs2_quota_data as a struct kqid by Eric W. Biederman · 12 years ago
  71. fd95e81 GFS2: Reinstate withdraw ack system by Steven Whitehouse · 12 years ago
  72. 4513899 GFS2: Use ->writepages for ordered writes by Steven Whitehouse · 12 years ago
  73. d564053f GFS2: Clean up freeze code by Steven Whitehouse · 12 years ago
  74. 767f433 GFS2: Copy gfs2_trans_add_bh into new data/meta functions by Steven Whitehouse · 12 years ago
  75. 4e2f884 GFS2: remove redundant lvb pointer by David Teigland · 12 years ago
  76. dba2d70 GFS2: only use lvb on glocks that need it by David Teigland · 12 years ago
  77. fb6791d GFS2: skip dlm_unlock calls in unmount by David Teigland · 12 years ago
  78. 06dfc30 GFS2: Rename glops go_xmote_th to go_sync by Bob Peterson · 12 years ago
  79. a68a0a3 GFS2: Speed up gfs2_rbm_from_block by Bob Peterson · 12 years ago
  80. ff7f4cb GFS2: Consolidate free block searching functions by Steven Whitehouse · 12 years ago
  81. 9e733d3 GFS2: Improve block reservation tracing by Steven Whitehouse · 12 years ago
  82. 5b924ae GFS2: Replace rgblk_search with gfs2_rbm_find by Steven Whitehouse · 12 years ago
  83. 4a993fb GFS2: Add structure to contain rgrp, bitmap, offset tuple by Steven Whitehouse · 12 years ago
  84. 71f890f GFS2: Remove rs_requested field from reservations by Steven Whitehouse · 12 years ago
  85. 8e2e004 GFS2: Reduce file fragmentation by Bob Peterson · 13 years ago
  86. 90306c4 GFS2: Use lvbs for storing rgrp information with mount option by Benjamin Marzinski · 13 years ago
  87. 5407e24 GFS2: Fold quota data into the reservations struct by Bob Peterson · 13 years ago
  88. 61011677 Merge tag 'dlm-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm by Linus Torvalds · 13 years ago
  89. 4875647 dlm: fixes for nodir mode by David Teigland · 13 years ago
  90. c0752aa GFS2: eliminate log elements and simplify by Bob Peterson · 13 years ago
  91. 1c47f09 GFS2: Eliminate vestigial sd_log_le_rg by Bob Peterson · 13 years ago
  92. c50b91c GFS2: Remove bd_list_tr by Steven Whitehouse · 13 years ago
  93. e8c92ed GFS2: Clean up log write code path by Steven Whitehouse · 13 years ago
  94. 6aad1c3 GFS2: Eliminate sd_rindex_mutex by Bob Peterson · 13 years ago
  95. a245769 GFS2: glock statistics gathering by Steven Whitehouse · 13 years ago
  96. 376d377 GFS2: fail mount if journal recovery fails by David Teigland · 13 years ago
  97. e8ca5cc GFS2: let spectator mount do read only recovery by David Teigland · 13 years ago
  98. e0c2a9a GFS2: dlm based recovery coordination by David Teigland · 13 years ago
  99. 564e12b GFS2: decouple quota allocations from block allocations by Bob Peterson · 13 years ago
  100. b9f417f GFS2: remove vestigial al_alloced by Bob Peterson · 13 years ago