- dc7674e gfs2: tiny cleanup in gfs2_log_reserve by Bob Peterson · 3 years, 6 months ago
- f5456b5 gfs2: Clean up revokes on normal withdraws by Bob Peterson · 3 years, 7 months ago
- f2c8083 Merge tag 'gfs2-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 3 years, 8 months ago
- c551f66 gfs2: Fix a number of kernel-doc warnings by Lee Jones · 3 years, 9 months ago
- 4f0f586 treewide: Change list_sort to use const pointers by Sami Tolvanen · 3 years, 9 months ago
- 152f58c gfs2: Replace gfs2_lblk_to_dblk with gfs2_get_extent by Andreas Gruenbacher · 3 years, 9 months ago
- 0efc497 gfs2: bypass log flush if the journal is not live by Bob Peterson · 3 years, 10 months ago
- 1a5a2cf gfs2: fix use-after-free in trans_drain by Bob Peterson · 3 years, 10 months ago
- 17d7768 gfs2: Don't get stuck with I/O plugged in gfs2_ail1_flush by Bob Peterson · 3 years, 10 months ago
- 803074a Merge branches 'rgrp-glock-sharing' and 'gfs2-revoke' from https://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git by Andreas Gruenbacher · 3 years, 10 months ago
- 2129b42 gfs2: Per-revoke accounting in transactions by Andreas Gruenbacher · 4 years ago
- fe3e397 gfs2: Rework the log space allocation logic by Andreas Gruenbacher · 4 years, 1 month ago
- 71b219f gfs2: Minor calc_reserved cleanup by Andreas Gruenbacher · 4 years ago
- 76fce65 gfs2: Move function gfs2_ail_empty_tr by Andreas Gruenbacher · 4 years ago
- 5cb738b gfs2: Get rid of current_tail() by Andreas Gruenbacher · 4 years ago
- 5ae8fff gfs2: Clean up gfs2_log_reserve by Andreas Gruenbacher · 4 years ago
- 4a3d049 gfs2: Don't wait for journal flush in clean_journal by Andreas Gruenbacher · 4 years, 1 month ago
- c1eba1b gfs2: Move lock flush locking to gfs2_trans_{begin,end} by Andreas Gruenbacher · 4 years, 1 month ago
- f3708fb gfs2: Get rid of sd_reserving_log by Andreas Gruenbacher · 4 years, 1 month ago
- c968f57 gfs2: Clean up on-stack transactions by Andreas Gruenbacher · 4 years ago
- 8221894 gfs2: keep bios separate for each journal by Bob Peterson · 4 years ago
- 4a01184 Revert "GFS2: Re-add a call to log_flush_wait when flushing the journal" by Bob Peterson · 4 years ago
- 6e80674 gfs2: Clean up ail2_empty by Andreas Gruenbacher · 4 years, 1 month ago
- e7501bf gfs2: Rename gfs2_{write => flush}_revokes by Andreas Gruenbacher · 4 years ago
- 6188e87 gfs2: Some documentation updates by Andreas Gruenbacher · 4 years, 1 month ago
- 5a4e9c6 gfs2: Minor gfs2_write_revokes cleanups by Andreas Gruenbacher · 4 years, 1 month ago
- 4e79e3f gfs2: Fix case in which ail writes are done to jdata holes by Bob Peterson · 4 years, 2 months ago
- 36c7830 gfs2: make gfs2_ail1_empty_one return the count of active items by Bob Peterson · 4 years, 4 months ago
- 6894287 gfs2: Wipe jdata and ail1 in gfs2_journal_wipe, formerly gfs2_meta_wipe by Bob Peterson · 4 years, 5 months ago
- 77650bd gfs2: add missing log_blocks trace points in gfs2_write_revokes by Bob Peterson · 4 years, 4 months ago
- 521031fa gfs2: Fix bad comment for trans_drain by Bob Peterson · 4 years, 4 months ago
- 5a61ae1 gfs2: Make sure we don't miss any delayed withdraws by Andreas Gruenbacher · 4 years, 4 months ago
- 462582b gfs2: add some much needed cleanup for log flushes that fail by Bob Peterson · 4 years, 4 months ago
- b57bc0f gfs2: Fix inaccurate comment by Bob Peterson · 4 years, 5 months ago
- 7542486 gfs2: eliminate GIF_ORDERED in favor of list_empty by Bob Peterson · 4 years, 6 months ago
- 58e08e8 gfs2: fix trans slab error when withdraw occurs inside log_flush by Bob Peterson · 4 years, 7 months ago
- 83d060c gfs2: fix use-after-free on transaction ail lists by Bob Peterson · 4 years, 7 months ago
- b839dad gfs2: new slab for transactions by Bob Peterson · 6 years ago
- cbcc89b gfs2: initialize transaction tr_ailX_lists earlier by Bob Peterson · 4 years, 7 months ago
- d5dc3d9 gfs2: instrumentation wrt log_flush stuck by Bob Peterson · 4 years, 7 months ago
- f4e2f5e gfs2: Grab glock reference sooner in gfs2_add_revoke by Andreas Gruenbacher · 4 years, 8 months ago
- d22f69a gfs2: Fix use-after-free in gfs2_logd after withdraw by Bob Peterson · 4 years, 8 months ago
- 75b46c4 gfs2: Fix oversight in gfs2_ail1_flush by Bob Peterson · 4 years, 9 months ago
- 9592ea8 gfs2: instrumentation wrt ail1 stuck by Bob Peterson · 4 years, 9 months ago
- 969183b gfs2: Switch to list_{first,last}_entry by Andreas Gruenbacher · 5 years ago
- 4900312 gfs2: Additional information when gfs2_ail1_flush withdraws by Bob Peterson · 4 years, 10 months ago
- ca399c96 gfs2: flesh out delayed withdraw for gfs2_log_flush by Bob Peterson · 5 years ago
- 2ca0c2f gfs2: drain the ail2 list after io errors by Bob Peterson · 5 years ago
- b1676cb gfs2: Withdraw in gfs2_ail1_flush if write_cache_pages fails by Bob Peterson · 5 years ago
- 9ff7828 gfs2: Do log_flush in gfs2_ail_empty_gl even if ail list is empty by Bob Peterson · 5 years ago
- 5e4c763 gfs2: Issue revokes more intelligently by Bob Peterson · 6 years ago
- 036330c gfs2: log error reform by Bob Peterson · 6 years ago
- 30fe70a gfs2: clear ail1 list when gfs2 withdraws by Bob Peterson · 5 years ago
- 6951108 gfs2: Introduce concept of a pending withdraw by Bob Peterson · 6 years ago
- badb55e gfs2: Split gfs2_lm_withdraw into two functions by Andreas Gruenbacher · 5 years ago
- a31b4ec Revert "gfs2: eliminate tr_num_revoke_rm" by Bob Peterson · 5 years ago
- 5d43975 gfs2: Fix incorrect variable name by Andreas Gruenbacher · 5 years ago
- 2e9eeaa gfs2: eliminate ssize parameter from gfs2_struct2blk by Bob Peterson · 5 years ago
- ade4808 gfs2: Don't write log headers after file system withdraw by Bob Peterson · 5 years ago
- f155f5e gfs2: fix infinite loop in gfs2_ail1_flush on io error by Bob Peterson · 5 years ago
- fe5e7ba gfs2: fix glock reference problem in gfs2_trans_remove_revoke by Bob Peterson · 5 years ago
- feed98a gfs2: make gfs2_log_shutdown static by Bob Peterson · 5 years ago
- 19ebc05 gfs2: Remove active journal side effect from gfs2_write_log_header by Andreas Gruenbacher · 5 years ago
- e955537 gfs2: eliminate tr_num_revoke_rm by Bob Peterson · 6 years ago
- 9331b67 Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
- 638803d Revert "gfs2: Replace gl_revokes with a GLF flag" by Bob Peterson · 6 years ago
- 7336d0e treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398 by Thomas Gleixner · 6 years ago
- f4686c2 gfs2: read journal in large chunks by Abhi Das · 6 years ago
- a5b1d3f gfs2: Rename sd_log_le_{revoke,ordered} by Andreas Gruenbacher · 6 years ago
- 73118ca gfs2: Replace gl_revokes with a GLF flag by Bob Peterson · 6 years ago
- 9287c64 gfs2: Fix occasional glock use-after-free by Andreas Gruenbacher · 6 years ago
- 7c70b89 gfs2: clean_journal improperly set sd_log_flush_head by Bob Peterson · 6 years ago
- 23e93c9 Revert "gfs2: read journal in large chunks to locate the head" by Bob Peterson · 6 years ago
- cbbe76c gfs2: Remove vestigial bd_ops by Bob Peterson · 6 years ago
- 2a5f14f gfs2: read journal in large chunks to locate the head by Abhi Das · 6 years ago
- 5b84609 gfs2: changes to gfs2_log_XXX_bio by Abhi Das · 6 years ago
- c9e58fb gfs2: write revokes should traverse sd_ail1_list in reverse by Bob Peterson · 6 years ago
- b524abc gfs2: slow the deluge of io error messages by Bob Peterson · 6 years ago
- ee9c7f9 gfs2: call ktime_get_coarse_real_ts64() directly by Arnd Bergmann · 7 years ago
- 9e1a9ec gfs2: Don't withdraw under a spin lock by Andreas Gruenbacher · 7 years ago
- 9bc980c GFS2: Make function gfs2_remove_from_ail static by Bob Peterson · 7 years ago
- 805c0907 GFS2: Log the reason for log flushes in every log header by Bob Peterson · 7 years ago
- c1696fb GFS2: Introduce new gfs2_log_header_v2 by Bob Peterson · 7 years ago
- 0ff5916 gfs2: Get rid of gfs2_log_header_in by Andreas Gruenbacher · 7 years ago
- 1f23bc7 gfs2: Trim the ordered write list in gfs2_ordered_write() by Abhi Das · 7 years ago
- 588bff9 GFS2: Reduce code redundancy writing log headers by Bob Peterson · 7 years ago
- 942b0cd GFS2: Withdraw for IO errors writing to the journal or statfs by Bob Peterson · 7 years ago
- b066a4eeb gfs2: forcibly flush ail to relieve memory pressure by Abhi Das · 7 years ago
- c96e6da Merge tag 'gfs2-4.13.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 7 years ago
- 722f6f6 GFS2: Eliminate vestigial sd_log_flush_wrapped by Bob Peterson · 8 years ago
- 0f0b9b6 gfs2: Make flush bios explicitely sync by Jan Kara · 8 years ago
- 9763dd6 Merge tag 'gfs2-4.11.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2 by Linus Torvalds · 8 years ago
- 9862ca0 GFS2: Switch tr_touched to flag in transaction by Bob Peterson · 8 years ago
- b63f5e8 GFS2: Wake up io waiters whenever a flush is done by Bob Peterson · 8 years ago
- f07b352 GFS2: Made logd daemon take into account log demand by Bob Peterson · 8 years ago
- 70fd761 block,fs: use REQ_* flags directly by Christoph Hellwig · 8 years ago
- e1b1afa gfs2: use bio op accessors by Mike Christie · 9 years ago
- 400ac52 gfs2: clear journal live bit in gfs2_log_flush by Benjamin Marzinski · 9 years ago
- 2e60d76 GFS2: update freeze code to use freeze/thaw_super on all nodes by Benjamin Marzinski · 10 years ago
- 2497255 GFS2: remove transaction glock by Benjamin Marzinski · 11 years ago