Age | Commit message (Expand) | Author | Files | Lines |
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 |