| Commit message (Expand) | Author | Age | Files | Lines |
* | block,fs: use REQ_* flags directly | Christoph Hellwig | 2016-11-01 | 1 | -2/+2 |
* | gfs2: use bio op accessors | Mike Christie | 2016-06-07 | 1 | -4/+4 |
* | gfs2: clear journal live bit in gfs2_log_flush | Benjamin Marzinski | 2015-12-14 | 1 | -0/+3 |
* | GFS2: update freeze code to use freeze/thaw_super on all nodes | Benjamin Marzinski | 2014-11-17 | 1 | -21/+21 |
* | GFS2: remove transaction glock | Benjamin Marzinski | 2014-05-14 | 1 | -30/+63 |
* | GFS2: Re-add a call to log_flush_wait when flushing the journal | Bob Peterson | 2014-03-12 | 1 | -0/+1 |
* | GFS2: Remove extra "if" in gfs2_log_flush() | Steven Whitehouse | 2014-02-25 | 1 | -5/+3 |
* | GFS2: Move log buffer accounting to transaction | Steven Whitehouse | 2014-02-24 | 1 | -43/+24 |
* | GFS2: Move log buffer lists into transaction | Steven Whitehouse | 2014-02-24 | 1 | -3/+25 |
* | GFS2: Plug on AIL flush | Steven Whitehouse | 2014-02-03 | 1 | -0/+4 |
* | GFS2: Fix use-after-free race when calling gfs2_remove_from_ail | Bob Peterson | 2013-12-13 | 1 | -2/+2 |
* | GFS2: aggressively issue revokes in gfs2_log_flush | Benjamin Marzinski | 2013-06-19 | 1 | -4/+74 |
* | GFS2: replace gfs2_ail structure with gfs2_trans | Benjamin Marzinski | 2013-04-08 | 1 | -47/+57 |
* | GFS2: Use ->writepages for ordered writes | Steven Whitehouse | 2013-01-29 | 1 | -40/+36 |
* | GFS2: eliminate log elements and simplify | Bob Peterson | 2012-05-02 | 1 | -6/+6 |
* | GFS2: Log code fixes | Steven Whitehouse | 2012-04-24 | 1 | -4/+0 |
* | GFS2: Remove bd_list_tr | Steven Whitehouse | 2012-04-24 | 1 | -17/+0 |
* | GFS2: Clean up log write code path | Steven Whitehouse | 2012-04-24 | 1 | -46/+11 |
* | GFS2: Drop "pull" argument from log_write_header() | Steven Whitehouse | 2012-04-24 | 1 | -9/+4 |
* | GFS2: Clean up log flush header writing | Steven Whitehouse | 2012-03-09 | 1 | -65/+66 |
* | GFS2: Make bd_cmp() static | Steven Whitehouse | 2012-02-28 | 1 | -1/+1 |
* | GFS2: Sort the ordered write list | Bob Peterson | 2012-02-28 | 1 | -0/+16 |
* | GFS2: Move two functions from log.c to lops.c | Steven Whitehouse | 2012-02-28 | 1 | -97/+4 |
* | Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-01-08 | 1 | -2/+2 |
|\ |
|
| * | freezer: unexport refrigerator() and update try_to_freeze() slightly | Tejun Heo | 2011-11-21 | 1 | -2/+2 |
* | | GFS2: Fix up REQ flags | Steven Whitehouse | 2011-11-08 | 1 | -1/+1 |
|/ |
|
* | block: separate priority boosting from REQ_META | Christoph Hellwig | 2011-08-23 | 1 | -2/+2 |
* | GFS2: Resolve inode eviction and ail list interaction bug | Steven Whitehouse | 2011-07-14 | 1 | -0/+1 |
* | GFS2: Wait properly when flushing the ail list | Steven Whitehouse | 2011-05-21 | 1 | -3/+26 |
* | GFS2: Fix ail list traversal | Steven Whitehouse | 2011-05-03 | 1 | -6/+11 |
* | GFS2: Add an AIL writeback tracepoint | Steven Whitehouse | 2011-04-20 | 1 | -0/+2 |
* | GFS2: Make writeback more responsive to system conditions | Steven Whitehouse | 2011-04-20 | 1 | -80/+85 |
* | GFS2: Use filemap_fdatawrite() to write back the AIL | Steven Whitehouse | 2011-04-20 | 1 | -10/+5 |
* | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2011-03-24 | 1 | -2/+2 |
|\ |
|
| * | block: kill off REQ_UNPLUG | Jens Axboe | 2011-03-10 | 1 | -2/+2 |
* | | GFS2: Update to AIL list locking | Steven Whitehouse | 2011-03-14 | 1 | -1/+1 |
* | | GFS2: introduce AIL lock | Dave Chinner | 2011-03-11 | 1 | -14/+16 |
|/ |
|
* | Merge branch 'v2.6.36-rc8' into for-2.6.37/barrier | Jens Axboe | 2010-10-19 | 1 | -1/+1 |
|\ |
|
| * | GFS2: gfs2_logd should be using interruptible waits | Steven Whitehouse | 2010-09-17 | 1 | -1/+1 |
* | | gfs2: replace barriers with explicit flush / FUA usage | Christoph Hellwig | 2010-09-10 | 1 | -14/+5 |
|/ |
|
* | block: unify flags for struct bio and struct request | Christoph Hellwig | 2010-08-07 | 1 | -2/+2 |
* | block: BARRIER request should imply SYNC | Christoph Hellwig | 2010-08-07 | 1 | -1/+1 |
* | GFS2: Rework reclaiming unlinked dinodes | Bob Peterson | 2010-05-21 | 1 | -1/+1 |
* | GFS2: Add some useful messages | Steven Whitehouse | 2010-05-06 | 1 | -0/+1 |
* | GFS2: Various gfs2_logd improvements | Benjamin Marzinski | 2010-05-05 | 1 | -70/+87 |
* | GFS2: Allow the number of committed revokes to temporarily be negative | Benjamin Marzinski | 2010-03-11 | 1 | -2/+1 |
* | GFS2: Tag all metadata with jid | Steven Whitehouse | 2009-12-03 | 1 | -0/+2 |
* | GFS2: Add tracepoints | Steven Whitehouse | 2009-06-12 | 1 | -1/+8 |
* | gfs2: remove ->write_super and stop maintaining ->s_dirt | Christoph Hellwig | 2009-06-11 | 1 | -2/+0 |
* | GFS2: Update the rw flags | Steven Whitehouse | 2009-05-11 | 1 | -3/+3 |