| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-04-07 | gfs2: prevent NULL pointer dereference during unmount | Andreas Gruenbacher | 1 | -2/+3 |
| 2026-04-07 | gfs2: gfs2_log_flush withdraw fixes | Andreas Gruenbacher | 1 | -8/+17 |
| 2026-04-07 | gfs2: add some missing log locking | Andreas Gruenbacher | 1 | -8/+20 |
| 2026-04-07 | gfs2: fix address space truncation during withdraw | Andreas Gruenbacher | 1 | -6/+11 |
| 2026-03-23 | gfs2: Remove trans_drain code duplication | Andreas Gruenbacher | 1 | -23/+18 |
| 2026-03-23 | gfs2: Move gfs2_remove_from_journal to log.c | Andreas Gruenbacher | 1 | -1/+36 |
| 2026-03-23 | gfs2: Get rid of gfs2_log_[un]lock helpers | Andreas Gruenbacher | 1 | -6/+6 |
| 2026-01-26 | gfs2: Initialize bio->bi_opf early | Andreas Gruenbacher | 1 | -3/+4 |
| 2026-01-26 | gfs2: Rename gfs2_log_submit_{bio -> write} | Andreas Gruenbacher | 1 | -2/+2 |
| 2025-11-26 | gfs2: Kill gfs2_io_error_bh_wd | Andreas Gruenbacher | 1 | -6/+2 |
| 2025-11-26 | gfs2: Withdraw immediately on log write errors | Andreas Gruenbacher | 1 | -12/+0 |
| 2025-11-26 | gfs2: Rename gfs2_{withdrawing_or_ => }withdrawn | Andreas Gruenbacher | 1 | -11/+11 |
| 2025-11-26 | gfs2: Get rid of delayed withdraws | Andreas Gruenbacher | 1 | -16/+5 |
| 2025-05-22 | gfs2: Don't start unnecessary transactions during log flush | Andreas Gruenbacher | 1 | -1/+6 |
| 2024-09-02 | gfs2: Remove __gfs2_writepage() | Matthew Wilcox (Oracle) | 1 | -10/+2 |
| 2024-04-09 | gfs2: Replace gfs2_glock_queue_put with gfs2_glock_put_async | Andreas Gruenbacher | 1 | -1/+1 |
| 2024-04-09 | gfs2: Fix NULL pointer dereference in gfs2_log_flush | Andreas Gruenbacher | 1 | -1/+2 |
| 2023-12-27 | gfs2: Fix freeze consistency check in log_write_header | Andreas Gruenbacher | 1 | -1/+2 |
| 2023-12-21 | gfs2: Use wait_event_freezable_timeout() for freezable kthread | Kevin Hao | 1 | -3/+1 |
| 2023-12-21 | gfs2: Add missing set_freezable() for freezable kthread | Kevin Hao | 1 | -0/+1 |
| 2023-12-20 | gfs2: Lift withdraw check out of gfs2_ail1_empty | Andreas Gruenbacher | 1 | -5/+12 |
| 2023-12-20 | gfs2: Rename gfs2_withdrawn to gfs2_withdrawing_or_withdrawn | Andreas Gruenbacher | 1 | -10/+11 |
| 2023-12-20 | gfs2: Minor gfs2_ail1_empty cleanup | Andreas Gruenbacher | 1 | -8/+9 |
| 2023-09-05 | gfs2: Sanitize kthread stopping | Andreas Gruenbacher | 1 | -5/+4 |
| 2023-09-05 | gfs2: journal flush threshold fixes and cleanup | Andreas Gruenbacher | 1 | -18/+16 |
| 2023-09-05 | gfs2: Fix logd wakeup on I/O error | Andreas Gruenbacher | 1 | -0/+1 |
| 2023-09-05 | gfs2: low-memory forced flush fixes | Andreas Gruenbacher | 1 | -4/+4 |
| 2023-09-05 | gfs2: Switch to wait_event in gfs2_logd | Andreas Gruenbacher | 1 | -12/+5 |
| 2023-07-03 | gfs2: Replace sd_freeze_state with SDF_FROZEN flag | Andreas Gruenbacher | 1 | -5/+4 |
| 2023-07-03 | gfs2: Rework freeze / thaw logic | Andreas Gruenbacher | 1 | -2/+0 |
| 2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -3/+3 |
| 2023-01-22 | Revert "gfs2: stop using generic_writepages in gfs2_ail1_start_one" | Andreas Gruenbacher | 1 | -1/+10 |
| 2023-01-18 | gfs2: replace obvious uses of b_page with b_folio | Matthew Wilcox (Oracle) | 1 | -1/+1 |
| 2022-08-11 | Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -3/+2 |
| 2022-07-22 | gfs2: stop using generic_writepages in gfs2_ail1_start_one | Christoph Hellwig | 1 | -3/+2 |
| 2022-07-14 | fs/gfs2: Use the enum req_op and blk_opf_t types | Bart Van Assche | 1 | -2/+2 |
| 2021-08-19 | gfs2: tiny cleanup in gfs2_log_reserve | Bob Peterson | 1 | -1/+1 |
| 2021-05-20 | gfs2: Clean up revokes on normal withdraws | Bob Peterson | 1 | -3/+3 |
| 2021-04-29 | Merge tag 'gfs2-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gf... | Linus Torvalds | 1 | -10/+13 |
| 2021-04-09 | gfs2: Fix a number of kernel-doc warnings | Lee Jones | 1 | -9/+8 |
| 2021-04-08 | treewide: Change list_sort to use const pointers | Sami Tolvanen | 1 | -1/+1 |
| 2021-04-03 | gfs2: Replace gfs2_lblk_to_dblk with gfs2_get_extent | Andreas Gruenbacher | 1 | -1/+5 |
| 2021-03-12 | gfs2: bypass log flush if the journal is not live | Bob Peterson | 1 | -1/+1 |
| 2021-03-07 | gfs2: fix use-after-free in trans_drain | Bob Peterson | 1 | -0/+4 |
| 2021-02-23 | gfs2: Don't get stuck with I/O plugged in gfs2_ail1_flush | Bob Peterson | 1 | -2/+7 |
| 2021-02-23 | Merge branches 'rgrp-glock-sharing' and 'gfs2-revoke' from https://git.kernel... | Andreas Gruenbacher | 1 | -219/+290 |
| 2021-02-22 | gfs2: Per-revoke accounting in transactions | Andreas Gruenbacher | 1 | -24/+90 |
| 2021-02-22 | gfs2: Rework the log space allocation logic | Andreas Gruenbacher | 1 | -67/+95 |
| 2021-02-22 | gfs2: Minor calc_reserved cleanup | Andreas Gruenbacher | 1 | -8/+5 |
| 2021-02-03 | gfs2: Move function gfs2_ail_empty_tr | Andreas Gruenbacher | 1 | -17/+17 |
| 2021-02-03 | gfs2: Get rid of current_tail() | Andreas Gruenbacher | 1 | -34/+38 |
| 2021-02-03 | gfs2: Clean up gfs2_log_reserve | Andreas Gruenbacher | 1 | -33/+25 |
| 2021-02-03 | gfs2: Don't wait for journal flush in clean_journal | Andreas Gruenbacher | 1 | -3/+2 |
| 2021-02-03 | gfs2: Move lock flush locking to gfs2_trans_{begin,end} | Andreas Gruenbacher | 1 | -25/+3 |
| 2021-02-03 | gfs2: Get rid of sd_reserving_log | Andreas Gruenbacher | 1 | -7/+10 |
| 2021-02-03 | gfs2: Clean up on-stack transactions | Andreas Gruenbacher | 1 | -1/+1 |
| 2021-01-25 | gfs2: keep bios separate for each journal | Bob Peterson | 1 | -3/+3 |
| 2021-01-25 | Revert "GFS2: Re-add a call to log_flush_wait when flushing the journal" | Bob Peterson | 1 | -1/+0 |
| 2021-01-19 | gfs2: Clean up ail2_empty | Andreas Gruenbacher | 1 | -17/+21 |
| 2021-01-19 | gfs2: Rename gfs2_{write => flush}_revokes | Andreas Gruenbacher | 1 | -2/+2 |
| 2021-01-19 | gfs2: Some documentation updates | Andreas Gruenbacher | 1 | -13/+11 |
| 2021-01-19 | gfs2: Minor gfs2_write_revokes cleanups | Andreas Gruenbacher | 1 | -3/+5 |
| 2020-11-12 | gfs2: Fix case in which ail writes are done to jdata holes | Bob Peterson | 1 | -0/+2 |
| 2020-10-15 | gfs2: make gfs2_ail1_empty_one return the count of active items | Bob Peterson | 1 | -4/+8 |
| 2020-10-15 | gfs2: Wipe jdata and ail1 in gfs2_journal_wipe, formerly gfs2_meta_wipe | Bob Peterson | 1 | -1/+1 |
| 2020-10-15 | gfs2: add missing log_blocks trace points in gfs2_write_revokes | Bob Peterson | 1 | -2/+10 |
| 2020-10-14 | gfs2: Fix bad comment for trans_drain | Bob Peterson | 1 | -1/+1 |
| 2020-10-14 | gfs2: Make sure we don't miss any delayed withdraws | Andreas Gruenbacher | 1 | -30/+31 |
| 2020-08-24 | gfs2: add some much needed cleanup for log flushes that fail | Bob Peterson | 1 | -0/+31 |
| 2020-08-07 | gfs2: Fix inaccurate comment | Bob Peterson | 1 | -1/+1 |
| 2020-07-03 | gfs2: eliminate GIF_ORDERED in favor of list_empty | Bob Peterson | 1 | -6/+9 |
| 2020-06-30 | gfs2: fix trans slab error when withdraw occurs inside log_flush | Bob Peterson | 1 | -0/+10 |
| 2020-06-05 | gfs2: fix use-after-free on transaction ail lists | Bob Peterson | 1 | -2/+9 |
| 2020-06-05 | gfs2: new slab for transactions | Bob Peterson | 1 | -4/+5 |
| 2020-06-05 | gfs2: initialize transaction tr_ailX_lists earlier | Bob Peterson | 1 | -2/+0 |
| 2020-06-05 | gfs2: instrumentation wrt log_flush stuck | Bob Peterson | 1 | -9/+25 |
| 2020-05-08 | gfs2: Grab glock reference sooner in gfs2_add_revoke | Andreas Gruenbacher | 1 | -3/+3 |
| 2020-05-08 | gfs2: Fix use-after-free in gfs2_logd after withdraw | Bob Peterson | 1 | -0/+5 |
| 2020-03-30 | gfs2: Fix oversight in gfs2_ail1_flush | Bob Peterson | 1 | -1/+2 |
| 2020-03-27 | gfs2: instrumentation wrt ail1 stuck | Bob Peterson | 1 | -0/+40 |
| 2020-03-27 | gfs2: Switch to list_{first,last}_entry | Andreas Gruenbacher | 1 | -3/+3 |
| 2020-03-06 | gfs2: Additional information when gfs2_ail1_flush withdraws | Bob Peterson | 1 | -1/+4 |
| 2020-02-27 | gfs2: flesh out delayed withdraw for gfs2_log_flush | Bob Peterson | 1 | -4/+8 |
| 2020-02-27 | gfs2: drain the ail2 list after io errors | Bob Peterson | 1 | -10/+61 |
| 2020-02-27 | gfs2: Withdraw in gfs2_ail1_flush if write_cache_pages fails | Bob Peterson | 1 | -7/+13 |
| 2020-02-27 | gfs2: Do log_flush in gfs2_ail_empty_gl even if ail list is empty | Bob Peterson | 1 | -1/+1 |
| 2020-02-27 | gfs2: Issue revokes more intelligently | Bob Peterson | 1 | -38/+36 |
| 2020-02-10 | gfs2: log error reform | Bob Peterson | 1 | -4/+12 |
| 2020-02-10 | gfs2: clear ail1 list when gfs2 withdraws | Bob Peterson | 1 | -4/+13 |
| 2020-02-10 | gfs2: Introduce concept of a pending withdraw | Bob Peterson | 1 | -13/+8 |
| 2020-02-10 | gfs2: Split gfs2_lm_withdraw into two functions | Andreas Gruenbacher | 1 | -8/+11 |
| 2020-01-28 | Revert "gfs2: eliminate tr_num_revoke_rm" | Bob Peterson | 1 | -1/+2 |
| 2020-01-20 | gfs2: Fix incorrect variable name | Andreas Gruenbacher | 1 | -5/+5 |
| 2020-01-07 | gfs2: eliminate ssize parameter from gfs2_struct2blk | Bob Peterson | 1 | -8/+4 |
| 2019-11-21 | gfs2: Don't write log headers after file system withdraw | Bob Peterson | 1 | -1/+6 |
| 2019-11-14 | gfs2: fix infinite loop in gfs2_ail1_flush on io error | Bob Peterson | 1 | -1/+2 |
| 2019-11-14 | gfs2: fix glock reference problem in gfs2_trans_remove_revoke | Bob Peterson | 1 | -0/+8 |
| 2019-11-14 | gfs2: make gfs2_log_shutdown static | Bob Peterson | 1 | -1/+3 |
| 2019-11-12 | gfs2: Remove active journal side effect from gfs2_write_log_header | Andreas Gruenbacher | 1 | -1/+2 |
| 2019-06-27 | gfs2: eliminate tr_num_revoke_rm | Bob Peterson | 1 | -2/+1 |
| 2019-06-08 | Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -4/+1 |
| 2019-06-06 | Revert "gfs2: Replace gl_revokes with a GLF flag" | Bob Peterson | 1 | -3/+1 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398 | Thomas Gleixner | 1 | -4/+1 |
| 2019-05-07 | gfs2: read journal in large chunks | Abhi Das | 1 | -2/+2 |
| 2019-05-07 | gfs2: Rename sd_log_le_{revoke,ordered} | Andreas Gruenbacher | 1 | -7/+7 |
| 2019-05-07 | gfs2: Replace gl_revokes with a GLF flag | Bob Peterson | 1 | -1/+3 |
| 2019-05-07 | gfs2: Fix occasional glock use-after-free | Andreas Gruenbacher | 1 | -1/+2 |
| 2019-05-07 | gfs2: clean_journal improperly set sd_log_flush_head | Bob Peterson | 1 | -8/+16 |
| 2019-02-14 | Revert "gfs2: read journal in large chunks to locate the head" | Bob Peterson | 1 | -2/+2 |
| 2018-12-11 | gfs2: Remove vestigial bd_ops | Bob Peterson | 1 | -1/+0 |
| 2018-12-11 | gfs2: read journal in large chunks to locate the head | Abhi Das | 1 | -2/+2 |
| 2018-12-11 | gfs2: changes to gfs2_log_XXX_bio | Abhi Das | 1 | -2/+2 |
| 2018-10-15 | gfs2: write revokes should traverse sd_ail1_list in reverse | Bob Peterson | 1 | -2/+2 |
| 2018-10-05 | gfs2: slow the deluge of io error messages | Bob Peterson | 1 | -2/+5 |
| 2018-06-21 | gfs2: call ktime_get_coarse_real_ts64() directly | Arnd Bergmann | 1 | -1/+1 |
| 2018-06-21 | gfs2: Don't withdraw under a spin lock | Andreas Gruenbacher | 1 | -7/+19 |
| 2018-03-08 | GFS2: Make function gfs2_remove_from_ail static | Bob Peterson | 1 | -1/+1 |
| 2018-01-23 | GFS2: Log the reason for log flushes in every log header | Bob Peterson | 1 | -6/+8 |
| 2018-01-23 | GFS2: Introduce new gfs2_log_header_v2 | Bob Peterson | 1 | -19/+56 |
| 2018-01-22 | gfs2: Get rid of gfs2_log_header_in | Andreas Gruenbacher | 1 | -1/+1 |
| 2017-12-22 | gfs2: Trim the ordered write list in gfs2_ordered_write() | Abhi Das | 1 | -2/+5 |
| 2017-12-22 | GFS2: Reduce code redundancy writing log headers | Bob Peterson | 1 | -14/+32 |
| 2017-08-25 | GFS2: Withdraw for IO errors writing to the journal or statfs | Bob Peterson | 1 | -0/+9 |
| 2017-08-10 | gfs2: forcibly flush ail to relieve memory pressure | Abhi Das | 1 | -0/+4 |
| 2017-07-05 | Merge tag 'gfs2-4.13.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -3/+0 |
| 2017-06-20 | GFS2: Eliminate vestigial sd_log_flush_wrapped | Bob Peterson | 1 | -3/+0 |
| 2017-05-24 | gfs2: Make flush bios explicitely sync | Jan Kara | 1 | -1/+1 |
| 2017-02-21 | Merge tag 'gfs2-4.11.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -6/+15 |
| 2017-01-27 | GFS2: Switch tr_touched to flag in transaction | Bob Peterson | 1 | -3/+3 |
| 2017-01-06 | GFS2: Wake up io waiters whenever a flush is done | Bob Peterson | 1 | -1/+5 |
| 2017-01-05 | GFS2: Made logd daemon take into account log demand | Bob Peterson | 1 | -2/+7 |
| 2016-11-01 | block,fs: use REQ_* flags directly | Christoph Hellwig | 1 | -2/+2 |
| 2016-06-07 | gfs2: use bio op accessors | Mike Christie | 1 | -4/+4 |
| 2015-12-14 | gfs2: clear journal live bit in gfs2_log_flush | Benjamin Marzinski | 1 | -0/+3 |
| 2014-11-17 | GFS2: update freeze code to use freeze/thaw_super on all nodes | Benjamin Marzinski | 1 | -21/+21 |
| 2014-05-14 | GFS2: remove transaction glock | Benjamin Marzinski | 1 | -30/+63 |
| 2014-03-12 | GFS2: Re-add a call to log_flush_wait when flushing the journal | Bob Peterson | 1 | -0/+1 |
| 2014-02-25 | GFS2: Remove extra "if" in gfs2_log_flush() | Steven Whitehouse | 1 | -5/+3 |
| 2014-02-24 | GFS2: Move log buffer accounting to transaction | Steven Whitehouse | 1 | -43/+24 |
| 2014-02-24 | GFS2: Move log buffer lists into transaction | Steven Whitehouse | 1 | -3/+25 |
| 2014-02-03 | GFS2: Plug on AIL flush | Steven Whitehouse | 1 | -0/+4 |
| 2013-12-13 | GFS2: Fix use-after-free race when calling gfs2_remove_from_ail | Bob Peterson | 1 | -2/+2 |
| 2013-06-19 | GFS2: aggressively issue revokes in gfs2_log_flush | Benjamin Marzinski | 1 | -4/+74 |
| 2013-04-08 | GFS2: replace gfs2_ail structure with gfs2_trans | Benjamin Marzinski | 1 | -47/+57 |
| 2013-01-29 | GFS2: Use ->writepages for ordered writes | Steven Whitehouse | 1 | -40/+36 |
| 2012-05-02 | GFS2: eliminate log elements and simplify | Bob Peterson | 1 | -6/+6 |
| 2012-04-24 | GFS2: Log code fixes | Steven Whitehouse | 1 | -4/+0 |
| 2012-04-24 | GFS2: Remove bd_list_tr | Steven Whitehouse | 1 | -17/+0 |
| 2012-04-24 | GFS2: Clean up log write code path | Steven Whitehouse | 1 | -46/+11 |
| 2012-04-24 | GFS2: Drop "pull" argument from log_write_header() | Steven Whitehouse | 1 | -9/+4 |
| 2012-03-09 | GFS2: Clean up log flush header writing | Steven Whitehouse | 1 | -65/+66 |
| 2012-02-28 | GFS2: Make bd_cmp() static | Steven Whitehouse | 1 | -1/+1 |
| 2012-02-28 | GFS2: Sort the ordered write list | Bob Peterson | 1 | -0/+16 |
| 2012-02-28 | GFS2: Move two functions from log.c to lops.c | Steven Whitehouse | 1 | -97/+4 |
| 2012-01-08 | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+2 |
| 2011-11-21 | freezer: unexport refrigerator() and update try_to_freeze() slightly | Tejun Heo | 1 | -2/+2 |
| 2011-11-08 | GFS2: Fix up REQ flags | Steven Whitehouse | 1 | -1/+1 |
| 2011-08-23 | block: separate priority boosting from REQ_META | Christoph Hellwig | 1 | -2/+2 |
| 2011-07-14 | GFS2: Resolve inode eviction and ail list interaction bug | Steven Whitehouse | 1 | -0/+1 |
| 2011-05-21 | GFS2: Wait properly when flushing the ail list | Steven Whitehouse | 1 | -3/+26 |
| 2011-05-03 | GFS2: Fix ail list traversal | Steven Whitehouse | 1 | -6/+11 |
| 2011-04-20 | GFS2: Add an AIL writeback tracepoint | Steven Whitehouse | 1 | -0/+2 |
| 2011-04-20 | GFS2: Make writeback more responsive to system conditions | Steven Whitehouse | 1 | -80/+85 |
| 2011-04-20 | GFS2: Use filemap_fdatawrite() to write back the AIL | Steven Whitehouse | 1 | -10/+5 |
| 2011-03-24 | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -2/+2 |
| 2011-03-14 | GFS2: Update to AIL list locking | Steven Whitehouse | 1 | -1/+1 |
| 2011-03-11 | GFS2: introduce AIL lock | Dave Chinner | 1 | -14/+16 |
| 2011-03-10 | block: kill off REQ_UNPLUG | Jens Axboe | 1 | -2/+2 |
| 2010-10-19 | Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier | Jens Axboe | 1 | -1/+1 |
| 2010-09-17 | GFS2: gfs2_logd should be using interruptible waits | Steven Whitehouse | 1 | -1/+1 |
| 2010-09-10 | gfs2: replace barriers with explicit flush / FUA usage | Christoph Hellwig | 1 | -14/+5 |
| 2010-08-07 | block: unify flags for struct bio and struct request | Christoph Hellwig | 1 | -2/+2 |
| 2010-08-07 | block: BARRIER request should imply SYNC | Christoph Hellwig | 1 | -1/+1 |
| 2010-05-21 | GFS2: Rework reclaiming unlinked dinodes | Bob Peterson | 1 | -1/+1 |
| 2010-05-06 | GFS2: Add some useful messages | Steven Whitehouse | 1 | -0/+1 |
| 2010-05-05 | GFS2: Various gfs2_logd improvements | Benjamin Marzinski | 1 | -70/+87 |
| 2010-03-11 | GFS2: Allow the number of committed revokes to temporarily be negative | Benjamin Marzinski | 1 | -2/+1 |
| 2009-12-03 | GFS2: Tag all metadata with jid | Steven Whitehouse | 1 | -0/+2 |
| 2009-06-12 | GFS2: Add tracepoints | Steven Whitehouse | 1 | -1/+8 |
| 2009-06-11 | gfs2: remove ->write_super and stop maintaining ->s_dirt | Christoph Hellwig | 1 | -2/+0 |
| 2009-05-11 | GFS2: Update the rw flags | Steven Whitehouse | 1 | -3/+3 |
| 2009-03-24 | GFS2: Merge lock_dlm module into GFS2 | Steven Whitehouse | 1 | -1/+0 |
| 2008-09-26 | GFS2: Support for I/O barriers | Steven Whitehouse | 1 | -3/+18 |
| 2008-06-27 | [GFS2] trivial sparse lock annotations | Harvey Harrison | 1 | -0/+2 |
| 2008-04-18 | [GFS2] fix assertion in log_refund() | Roel Kluin | 1 | -1/+1 |
| 2008-03-31 | [GFS2] Only do lo_incore_commit once | Bob Peterson | 1 | -1/+16 |
| 2008-01-25 | [GFS2] Fix assert in log code | Steven Whitehouse | 1 | -7/+4 |
| 2008-01-25 | [GFS2] Fix log block mapper | Steven Whitehouse | 1 | -1/+1 |
| 2008-01-25 | [GFS2] Journal extent mapping | Bob Peterson | 1 | -11/+7 |
| 2008-01-25 | [GFS2] Remove function gfs2_get_block | Bob Peterson | 1 | -1/+1 |
| 2008-01-25 | [GFS2] Fix runtime issue with UP kernels | Fabio Massimo Di Nitto | 1 | -2/+0 |
| 2008-01-25 | [GFS2] Don't periodically update the jindex | Steven Whitehouse | 1 | -13/+0 |
| 2008-01-25 | [GFS2] Move gfs2_logd into log.c | Steven Whitehouse | 1 | -1/+55 |
| 2008-01-25 | [GFS2] Use atomic_t for journal free blocks counter | Steven Whitehouse | 1 | -13/+13 |
| 2008-01-25 | [GFS2] Don't add glocks to the journal | Steven Whitehouse | 1 | -10/+5 |
| 2008-01-25 | [GFS2] Add writepages for GFS2 jdata | Steven Whitehouse | 1 | -1/+1 |
| 2008-01-25 | [GFS2] Remove useless i_cache from inodes | Steven Whitehouse | 1 | -4/+2 |
| 2007-10-10 | [GFS2] Get superblock a different way | Steven Whitehouse | 1 | -1/+2 |
| 2007-10-10 | [GFS2] Clean up journaled data writing | Steven Whitehouse | 1 | -61/+82 |
| 2007-10-10 | [GFS2] Clean up gfs2_trans_add_revoke() | Steven Whitehouse | 1 | -2/+2 |