index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
xfs_trans_ail.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-01
xfs: move error injection tags into their own file
Darrick J. Wong
1
-0
/
+1
2017-10-26
xfs: check kthread_should_stop() after the setting of task state
Hou Tao
1
-3
/
+18
2017-08-22
xfs: add log item pinning error injection tag
Brian Foster
1
-1
/
+16
2017-08-22
xfs: Properly retry failed inode items in case of error during buffer writeback
Carlos Maiolino
1
-1
/
+2
2017-04-25
xfs: remove xfs_trans_ail_delete_bulk
Christoph Hellwig
1
-36
/
+35
2016-02-08
xfs: Make xfsaild freezeable again
Michal Hocko
1
-2
/
+3
2016-01-19
Revert "xfs: clear PF_NOFREEZE for xfsaild kthread"
Dave Chinner
1
-1
/
+0
2015-11-03
Merge branch 'xfs-misc-fixes-for-4.4-2' into for-next
Dave Chinner
1
-0
/
+1
2015-11-02
xfs: clear PF_NOFREEZE for xfsaild kthread
Jiri Kosina
1
-0
/
+1
2015-10-12
xfs: per-filesystem stats counter implementation
Bill O'Donnell
1
-6
/
+6
2015-06-22
xfs: remove __psint_t and __psunsigned_t
Christoph Hellwig
1
-3
/
+3
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-23
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-17
xfs remove the XFS_TRANS_DEBUG routines
Mark Tinguely
1
-14
/
+0
2012-07-29
xfs: re-enable xfsaild idle mode and fix associated races
Brian Foster
1
-3
/
+32
2012-05-14
xfs: move xfsagino_t to xfs_types.h
Dave Chinner
1
-1
/
+0
2012-05-14
xfs: pass shutdown method into xfs_trans_ail_delete_bulk
Dave Chinner
1
-2
/
+3
2012-05-14
xfs: remove some obsolete comments in xfs_trans_ail.c
Christoph Hellwig
1
-14
/
+0
2012-05-14
xfs: on-stack delayed write buffer lists
Christoph Hellwig
1
-72
/
+57
2012-05-14
xfs: implement freezing by emptying the AIL
Christoph Hellwig
1
-7
/
+29
2012-05-14
xfs: allow assigning the tail lsn with the AIL lock held
Christoph Hellwig
1
-7
/
+15
2012-02-22
xfs: cleanup xfs_log_space_wake
Christoph Hellwig
1
-2
/
+2
2012-02-22
xfs: remove xfs_trans_unlocked_item
Christoph Hellwig
1
-44
/
+0
2012-02-22
xfs: split tail_lsn assignments from log space wakeups
Christoph Hellwig
1
-34
/
+11
2011-10-18
xfs: add AIL pushing tracepoints
Christoph Hellwig
1
-0
/
+8
2011-10-18
xfs: put in missed fix for merge problem
Alex Elder
1
-1
/
+1
2011-10-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Alex Elder
1
-35
/
+48
2011-10-11
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-09
xfs: set cursor in xfs_ail_splice() even when AIL was empty
Alex Elder
1
-38
/
+29
2011-07-20
xfs: convert AIL cursors to use struct list_head
Dave Chinner
1
-53
/
+26
2011-07-20
xfs: remove confusing ail cursor wrapper
Dave Chinner
1
-31
/
+19
2011-07-20
xfs: use a cursor for bulk AIL insertion
Dave Chinner
1
-21
/
+88
2011-05-09
xfs: fix race condition in AIL push trigger
Dave Chinner
1
-6
/
+10
2011-05-09
xfs: make AIL target updates and compares 32bit safe.
Dave Chinner
1
-3
/
+4
2011-05-09
xfs: always push the AIL to the target
Dave Chinner
1
-1
/
+1
2011-05-09
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
[next]