index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_trans_priv.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: refactor adding recovered intent items to the log
Darrick J. Wong
2020-05-08
1
-0
/
+3
*
xfs: combine xfs_trans_ail_[remove|delete]()
Brian Foster
2020-05-07
1
-17
/
+0
*
xfs: drop unused shutdown parameter from xfs_trans_ail_remove()
Brian Foster
2020-05-07
1
-2
/
+1
*
xfs: acquire ->ail_lock from xfs_trans_ail_delete()
Brian Foster
2020-05-07
1
-6
/
+8
*
xfs: tail updates only need to occur when LSN changes
Dave Chinner
2020-03-27
1
-2
/
+2
*
xfs: factor common AIL item deletion code
Dave Chinner
2020-03-27
1
-1
/
+3
*
xfs: don't use xfs_trans_free_items in the commit path
Christoph Hellwig
2019-06-28
1
-2
/
+0
*
xfs: stop using XFS_LI_ABORTED as a parameter flag
Christoph Hellwig
2019-06-28
1
-1
/
+1
*
xfs: convert to SPDX license tags
Dave Chinner
2018-06-06
1
-13
/
+1
*
xfs: get rid of the log item descriptor
Dave Chinner
2018-05-10
1
-1
/
+0
*
xfs: log item flags are racy
Dave Chinner
2018-05-10
1
-6
/
+4
*
xfs: Rename xa_ elements to ail_
Matthew Wilcox
2018-03-11
1
-21
/
+21
*
xfs: Properly retry failed inode items in case of error during buffer writeback
Carlos Maiolino
2017-08-22
1
-0
/
+31
*
xfs: remove xfs_trans_ail_delete_bulk
Christoph Hellwig
2017-04-25
1
-12
/
+3
*
xfs: add helper to conditionally remove items from the AIL
Brian Foster
2015-08-19
1
-0
/
+15
*
xfs: pass a boolean flag to xfs_trans_free_items
Christoph Hellwig
2015-06-04
1
-1
/
+1
*
xfs: remove unused ail pointer arg from xfs_trans_ail_cursor_done()
Eric Sandeen
2014-04-14
1
-2
/
+1
*
xfs: decouple log and transaction headers
Dave Chinner
2013-10-23
1
-1
/
+0
*
xfs: Simplify xfs_ail_min() with list_first_entry_or_null()
Jie Liu
2013-08-23
1
-0
/
+12
*
xfs: sync minor header differences needed by userspace.
Dave Chinner
2013-08-12
1
-0
/
+3
*
xfs: re-enable xfsaild idle mode and fix associated races
Brian Foster
2012-07-29
1
-0
/
+1
*
xfs: pass shutdown method into xfs_trans_ail_delete_bulk
Dave Chinner
2012-05-14
1
-3
/
+5
*
xfs: on-stack delayed write buffer lists
Christoph Hellwig
2012-05-14
1
-0
/
+1
*
xfs: implement freezing by emptying the AIL
Christoph Hellwig
2012-05-14
1
-0
/
+2
*
xfs: allow assigning the tail lsn with the AIL lock held
Christoph Hellwig
2012-05-14
1
-0
/
+1
*
xfs: remove xfs_trans_unlocked_item
Christoph Hellwig
2012-02-22
1
-3
/
+0
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Alex Elder
2011-10-17
1
-7
/
+1
|
\
|
*
xfs: revert to using a kthread for AIL pushing
Christoph Hellwig
2011-10-11
1
-7
/
+1
*
|
xfs: reduce the number of log forces from tail pushing
Dave Chinner
2011-10-11
1
-0
/
+1
|
/
*
xfs: convert AIL cursors to use struct list_head
Dave Chinner
2011-07-20
1
-2
/
+2
*
xfs: use a cursor for bulk AIL insertion
Dave Chinner
2011-07-20
1
-3
/
+7
*
xfs: push the AIL from memory reclaim and periodic sync
Dave Chinner
2011-04-08
1
-3
/
+4
*
xfs: convert the xfsaild threads to a workqueue
Dave Chinner
2011-04-08
1
-7
/
+8
*
xfs: use AIL bulk delete function to implement single delete
Dave Chinner
2010-12-20
1
-7
/
+11
*
xfs: use AIL bulk update function to implement single updates
Dave Chinner
2010-12-20
1
-7
/
+12
*
xfs: remove all the inodes on a buffer from the AIL in bulk
Dave Chinner
2010-12-20
1
-0
/
+4
*
xfs: bulk AIL insertion during transaction commit
Dave Chinner
2010-12-20
1
-2
/
+8
*
xfs: unlock items before allowing the CIL to commit
Dave Chinner
2010-08-24
1
-1
/
+2
*
xfs: simplify log item descriptor tracking
Christoph Hellwig
2010-07-26
1
-16
/
+2
*
xfs: Introduce delayed logging core code
Dave Chinner
2010-05-24
1
-3
/
+8
*
xfs: Improve scalability of busy extent tracking
Dave Chinner
2010-05-24
1
-4
/
+0
*
[XFS] Finish removing the mount pointer from the AIL API
David Chinner
2008-10-30
1
-6
/
+9
*
[XFS] Move the AIL lock into the struct xfs_ail
David Chinner
2008-10-30
1
-2
/
+3
*
[XFS] Allow 64 bit machines to avoid the AIL lock during flushes
David Chinner
2008-10-30
1
-0
/
+23
*
[XFS] move the AIl traversal over to a consistent interface
David Chinner
2008-10-30
1
-6
/
+7
*
[XFS] Use a cursor for AIL traversal.
David Chinner
2008-10-30
1
-11
/
+44
*
[XFS] Allocate the struct xfs_ail
David Chinner
2008-10-30
1
-5
/
+12
*
[XFS] Move AIL pushing into it's own thread
David Chinner
2008-02-07
1
-0
/
+8
*
[XFS] Unwrap AIL_LOCK
Donald Douwsma
2008-02-07
1
-3
/
+2
*
[XFS] Add lock annotations to xfs_trans_update_ail and
Josh Triplett
2006-09-28
1
-5
/
+7
[next]