index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_trans_ail.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-11-28
xfs: move most of xfs_sb.h to xfs_format.h
Christoph Hellwig
1
-1
/
+0
2014-11-28
xfs: merge xfs_ag.h into xfs_format.h
Christoph Hellwig
1
-1
/
+1
2014-06-25
xfs: global error sign conversion
Dave Chinner
1
-2
/
+2
2014-04-14
xfs: remove unused ail pointer arg from xfs_trans_ail_cursor_done()
Eric Sandeen
1
-3
/
+2
2013-11-06
xfs: trace AIL manipulations
Dave Chinner
1
-0
/
+3
2013-10-24
xfs: decouple log and transaction headers
Dave Chinner
1
-3
/
+4
2013-08-30
xfs: finish removing IOP_* macros.
Dave Chinner
1
-2
/
+2
2013-08-23
xfs: Simplify xfs_ail_min() with list_first_entry_or_null()
Jie Liu
1
-14
/
+0
2012-12-18
xfs remove the XFS_TRANS_DEBUG routines
Mark Tinguely
1
-14
/
+0
2012-07-30
xfs: re-enable xfsaild idle mode and fix associated races
Brian Foster
1
-3
/
+32
2012-05-15
xfs: move xfsagino_t to xfs_types.h
Dave Chinner
1
-1
/
+0
2012-05-15
xfs: pass shutdown method into xfs_trans_ail_delete_bulk
Dave Chinner
1
-2
/
+3
2012-05-15
xfs: remove some obsolete comments in xfs_trans_ail.c
Christoph Hellwig
1
-14
/
+0
2012-05-15
xfs: on-stack delayed write buffer lists
Christoph Hellwig
1
-72
/
+57
2012-05-15
xfs: implement freezing by emptying the AIL
Christoph Hellwig
1
-7
/
+29
2012-05-15
xfs: allow assigning the tail lsn with the AIL lock held
Christoph Hellwig
1
-7
/
+15
2012-02-23
xfs: cleanup xfs_log_space_wake
Christoph Hellwig
1
-2
/
+2
2012-02-23
xfs: remove xfs_trans_unlocked_item
Christoph Hellwig
1
-44
/
+0
2012-02-23
xfs: split tail_lsn assignments from log space wakeups
Christoph Hellwig
1
-34
/
+11
2011-10-19
xfs: add AIL pushing tracepoints
Christoph Hellwig
1
-0
/
+8
2011-10-19
xfs: put in missed fix for merge problem
Alex Elder
1
-1
/
+1
2011-10-18
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Alex Elder
1
-35
/
+48
2011-10-12
xfs: reduce the number of log forces from tail pushing
Dave Chinner
1
-13
/
+20
2011-10-11
xfs: revert to using a kthread for AIL pushing
Christoph Hellwig
1
-32
/
+41
2011-10-11
xfs: force the log if we encounter pinned buffers in .iop_pushbuf
Christoph Hellwig
1
-2
/
+7
2011-10-11
xfs: do not update xa_last_pushed_lsn for locked items
Christoph Hellwig
1
-1
/
+0
2011-08-10
xfs: set cursor in xfs_ail_splice() even when AIL was empty
Alex Elder
1
-38
/
+29
2011-07-21
xfs: convert AIL cursors to use struct list_head
Dave Chinner
1
-53
/
+26
2011-07-21
xfs: remove confusing ail cursor wrapper
Dave Chinner
1
-31
/
+19
2011-07-21
xfs: use a cursor for bulk AIL insertion
Dave Chinner
1
-21
/
+88
2011-05-10
xfs: fix race condition in AIL push trigger
Dave Chinner
1
-6
/
+10
2011-05-10
xfs: make AIL target updates and compares 32bit safe.
Dave Chinner
1
-3
/
+4
2011-05-10
xfs: always push the AIL to the target
Dave Chinner
1
-1
/
+1
2011-05-10
xfs: exit AIL push work correctly when AIL is empty
Dave Chinner
1
-13
/
+13
2011-04-08
xfs: push the AIL from memory reclaim and periodic sync
Dave Chinner
1
-2
/
+48
2011-04-08
xfs: clean up code layout in xfs_trans_ail.c
Dave Chinner
1
-136
/
+118
2011-04-08
xfs: convert the xfsaild threads to a workqueue
Dave Chinner
1
-60
/
+73
2011-03-07
xfs: convert xfs_cmn_err to xfs_alert_tag
Dave Chinner
1
-1
/
+1
2010-12-20
xfs: use AIL bulk delete function to implement single delete
Dave Chinner
1
-65
/
+0
2010-12-20
xfs: use AIL bulk update function to implement single updates
Dave Chinner
1
-88
/
+0
2010-12-20
xfs: remove all the inodes on a buffer from the AIL in bulk
Dave Chinner
1
-0
/
+73
2010-12-20
xfs: bulk AIL insertion during transaction commit
Dave Chinner
1
-2
/
+107
2010-12-03
xfs: clean up xfs_ail_delete()
Dave Chinner
1
-20
/
+7
2010-07-26
xfs: drop dmapi hooks
Christoph Hellwig
1
-1
/
+0
2010-02-02
xfs: Don't issue buffer IO direct from AIL push V2
Dave Chinner
1
-6
/
+7
2010-01-21
xfs: cleanup up xfs_log_force calling conventions
Christoph Hellwig
1
-1
/
+1
2010-01-16
xfs: Don't wake the aild once per second
Dave Chinner
1
-8
/
+11
2009-11-17
xfs: copy li_lsn before dropping AIL lock
Nathaniel W. Turner
1
-3
/
+20
2009-03-29
xfs: fix various typos
Malcolm Parsons
1
-2
/
+2
2008-10-30
[XFS] correctly select first log item to push
David Chinner
1
-1
/
+1
[next]