| Commit message (Expand) | Author | Age | Files | Lines |
* | block: separate priority boosting from REQ_META | Christoph Hellwig | 2015-05-02 | 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 |
* | GFS2: Merge lock_dlm module into GFS2 | Steven Whitehouse | 2009-03-24 | 1 | -1/+0 |
* | GFS2: Support for I/O barriers | Steven Whitehouse | 2008-09-26 | 1 | -3/+18 |
* | [GFS2] trivial sparse lock annotations | Harvey Harrison | 2008-06-27 | 1 | -0/+2 |
* | [GFS2] fix assertion in log_refund() | Roel Kluin | 2008-04-18 | 1 | -1/+1 |
* | [GFS2] Only do lo_incore_commit once | Bob Peterson | 2008-03-31 | 1 | -1/+16 |
* | [GFS2] Fix assert in log code | Steven Whitehouse | 2008-01-25 | 1 | -7/+4 |
* | [GFS2] Fix log block mapper | Steven Whitehouse | 2008-01-25 | 1 | -1/+1 |
* | [GFS2] Journal extent mapping | Bob Peterson | 2008-01-25 | 1 | -13/+9 |
* | [GFS2] Remove function gfs2_get_block | Bob Peterson | 2008-01-25 | 1 | -1/+1 |
* | [GFS2] Fix runtime issue with UP kernels | Fabio Massimo Di Nitto | 2008-01-25 | 1 | -2/+0 |
* | [GFS2] Don't periodically update the jindex | Steven Whitehouse | 2008-01-25 | 1 | -13/+0 |
* | [GFS2] Move gfs2_logd into log.c | Steven Whitehouse | 2008-01-25 | 1 | -1/+55 |
* | [GFS2] Use atomic_t for journal free blocks counter | Steven Whitehouse | 2008-01-25 | 1 | -13/+13 |
* | [GFS2] Don't add glocks to the journal | Steven Whitehouse | 2008-01-25 | 1 | -10/+5 |
* | [GFS2] Add writepages for GFS2 jdata | Steven Whitehouse | 2008-01-25 | 1 | -1/+1 |
* | [GFS2] Remove useless i_cache from inodes | Steven Whitehouse | 2008-01-25 | 1 | -4/+2 |
* | [GFS2] Get superblock a different way | Steven Whitehouse | 2007-10-10 | 1 | -1/+2 |
* | [GFS2] Clean up journaled data writing | Steven Whitehouse | 2007-10-10 | 1 | -62/+83 |
* | [GFS2] Clean up gfs2_trans_add_revoke() | Steven Whitehouse | 2007-10-10 | 1 | -2/+2 |
* | [GFS2] Clean up ordered write code | Steven Whitehouse | 2007-10-10 | 1 | -2/+55 |
* | [GFS2] Introduce gfs2_remove_from_ail | Steven Whitehouse | 2007-10-10 | 1 | -10/+21 |
* | [GFS2] Clean up invalidatepage/releasepage | Steven Whitehouse | 2007-10-10 | 1 | -2/+4 |
* | [GFS2] Detach buf data during in-place writeback | Bob Peterson | 2007-10-10 | 1 | -0/+3 |
* | [GFS2] Revert part of earlier log.c changes | Bob Peterson | 2007-10-10 | 1 | -11/+2 |
* | [GFS2] Small fixes to logging code | Steven Whitehouse | 2007-07-09 | 1 | -5/+14 |
* | [GFS2] assertion failure after writing to journaled file, umount | Robert Peterson | 2007-07-09 | 1 | -24/+76 |