| Commit message (Expand) | Author | Age | Files | Lines |
* | xfs: trace AIL manipulations | Dave Chinner | 2013-11-06 | 1 | -0/+3 |
* | xfs: decouple log and transaction headers | Dave Chinner | 2013-10-23 | 1 | -3/+4 |
* | xfs: finish removing IOP_* macros. | Dave Chinner | 2013-08-30 | 1 | -2/+2 |
* | xfs: Simplify xfs_ail_min() with list_first_entry_or_null() | Jie Liu | 2013-08-23 | 1 | -14/+0 |
* | xfs remove the XFS_TRANS_DEBUG routines | Mark Tinguely | 2012-12-17 | 1 | -14/+0 |
* | xfs: re-enable xfsaild idle mode and fix associated races | Brian Foster | 2012-07-29 | 1 | -3/+32 |
* | xfs: move xfsagino_t to xfs_types.h | Dave Chinner | 2012-05-14 | 1 | -1/+0 |
* | xfs: pass shutdown method into xfs_trans_ail_delete_bulk | Dave Chinner | 2012-05-14 | 1 | -2/+3 |
* | xfs: remove some obsolete comments in xfs_trans_ail.c | Christoph Hellwig | 2012-05-14 | 1 | -14/+0 |
* | xfs: on-stack delayed write buffer lists | Christoph Hellwig | 2012-05-14 | 1 | -72/+57 |
* | xfs: implement freezing by emptying the AIL | Christoph Hellwig | 2012-05-14 | 1 | -7/+29 |
* | xfs: allow assigning the tail lsn with the AIL lock held | Christoph Hellwig | 2012-05-14 | 1 | -7/+15 |
* | xfs: cleanup xfs_log_space_wake | Christoph Hellwig | 2012-02-22 | 1 | -2/+2 |
* | xfs: remove xfs_trans_unlocked_item | Christoph Hellwig | 2012-02-22 | 1 | -44/+0 |
* | xfs: split tail_lsn assignments from log space wakeups | Christoph Hellwig | 2012-02-22 | 1 | -34/+11 |
* | xfs: add AIL pushing tracepoints | Christoph Hellwig | 2011-10-18 | 1 | -0/+8 |
* | xfs: put in missed fix for merge problem | Alex Elder | 2011-10-18 | 1 | -1/+1 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Alex Elder | 2011-10-17 | 1 | -35/+48 |
|\ |
|
| * | xfs: revert to using a kthread for AIL pushing | Christoph Hellwig | 2011-10-11 | 1 | -32/+41 |
| * | xfs: force the log if we encounter pinned buffers in .iop_pushbuf | Christoph Hellwig | 2011-10-11 | 1 | -2/+7 |
| * | xfs: do not update xa_last_pushed_lsn for locked items | Christoph Hellwig | 2011-10-11 | 1 | -1/+0 |
* | | xfs: reduce the number of log forces from tail pushing | Dave Chinner | 2011-10-11 | 1 | -13/+20 |
|/ |
|
* | xfs: set cursor in xfs_ail_splice() even when AIL was empty | Alex Elder | 2011-08-09 | 1 | -38/+29 |
* | xfs: convert AIL cursors to use struct list_head | Dave Chinner | 2011-07-20 | 1 | -53/+26 |
* | xfs: remove confusing ail cursor wrapper | Dave Chinner | 2011-07-20 | 1 | -31/+19 |
* | xfs: use a cursor for bulk AIL insertion | Dave Chinner | 2011-07-20 | 1 | -21/+88 |
* | xfs: fix race condition in AIL push trigger | Dave Chinner | 2011-05-09 | 1 | -6/+10 |
* | xfs: make AIL target updates and compares 32bit safe. | Dave Chinner | 2011-05-09 | 1 | -3/+4 |
* | xfs: always push the AIL to the target | Dave Chinner | 2011-05-09 | 1 | -1/+1 |
* | xfs: exit AIL push work correctly when AIL is empty | Dave Chinner | 2011-05-09 | 1 | -13/+13 |
* | xfs: push the AIL from memory reclaim and periodic sync | Dave Chinner | 2011-04-08 | 1 | -2/+48 |
* | xfs: clean up code layout in xfs_trans_ail.c | Dave Chinner | 2011-04-08 | 1 | -136/+118 |
* | xfs: convert the xfsaild threads to a workqueue | Dave Chinner | 2011-04-08 | 1 | -60/+73 |
* | xfs: convert xfs_cmn_err to xfs_alert_tag | Dave Chinner | 2011-03-07 | 1 | -1/+1 |
* | xfs: use AIL bulk delete function to implement single delete | Dave Chinner | 2010-12-20 | 1 | -65/+0 |
* | xfs: use AIL bulk update function to implement single updates | Dave Chinner | 2010-12-20 | 1 | -88/+0 |
* | xfs: remove all the inodes on a buffer from the AIL in bulk | Dave Chinner | 2010-12-20 | 1 | -0/+73 |
* | xfs: bulk AIL insertion during transaction commit | Dave Chinner | 2010-12-20 | 1 | -2/+107 |
* | xfs: clean up xfs_ail_delete() | Dave Chinner | 2010-12-03 | 1 | -20/+7 |
* | xfs: drop dmapi hooks | Christoph Hellwig | 2010-07-26 | 1 | -1/+0 |
* | xfs: Don't issue buffer IO direct from AIL push V2 | Dave Chinner | 2010-02-02 | 1 | -6/+7 |
* | xfs: cleanup up xfs_log_force calling conventions | Christoph Hellwig | 2010-01-21 | 1 | -1/+1 |
* | xfs: Don't wake the aild once per second | Dave Chinner | 2010-01-15 | 1 | -8/+11 |
* | xfs: copy li_lsn before dropping AIL lock | Nathaniel W. Turner | 2009-11-17 | 1 | -3/+20 |
* | xfs: fix various typos | Malcolm Parsons | 2009-03-29 | 1 | -2/+2 |
* | [XFS] correctly select first log item to push | David Chinner | 2008-10-30 | 1 | -1/+1 |
* | [XFS] Finish removing the mount pointer from the AIL API | David Chinner | 2008-10-30 | 1 | -20/+21 |
* | [XFS] Move the AIL lock into the struct xfs_ail | David Chinner | 2008-10-30 | 1 | -27/+29 |
* | [XFS] move the AIl traversal over to a consistent interface | David Chinner | 2008-10-30 | 1 | -75/+42 |
* | [XFS] Use a cursor for AIL traversal. | David Chinner | 2008-10-30 | 1 | -56/+151 |