index
:
Kernel
drm-tracking
gdrm-2.6.31
gdrm-2.6.32
gdrm-2.6.34
gdrm-for-merging
om-gta02-2.6.32
om-gta02-2.6.34
My Linux kernel repository
Thomas White
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
linux-2.6
/
xfs_sync.c
Age
Commit message (
Expand
)
Author
2009-08-31
xfs: add more statics & drop some unused functions
Eric Sandeen
2009-08-17
xfs: fix locking in xfs_iget_cache_hit
Christoph Hellwig
2009-06-08
xfs: remove SYNC_BDFLUSH
Christoph Hellwig
2009-06-08
xfs: remove SYNC_IOWAIT
Christoph Hellwig
2009-06-08
xfs: split xfs_sync_inodes
Christoph Hellwig
2009-06-08
xfs: use generic inode iterator in xfs_qm_dqrele_all_inodes
Christoph Hellwig
2009-06-08
xfs: introduce a per-ag inode iterator
Dave Chinner
2009-06-08
xfs: remove unused parameter from xfs_reclaim_inodes
Dave Chinner
2009-06-08
xfs: factor out inode validation for sync
Dave Chinner
2009-06-08
xfs: split inode flushing from xfs_sync_inodes_ag
Christoph Hellwig
2009-06-08
xfs: split inode data writeback from xfs_sync_inodes_ag
Dave Chinner
2009-06-08
xfs: kill xfs_qmops
Christoph Hellwig
2009-04-06
xfs: block callers of xfs_flush_inodes() correctly
Dave Chinner
2009-04-06
xfs: make inode flush at ENOSPC synchronous
Dave Chinner
2009-04-06
xfs: use xfs_sync_inodes() for device flushing
Dave Chinner
2009-01-27
[XFS] Warn on transaction in flight on read-only remount
Felix Blyakher
2008-12-05
[XFS] Remove unnecessary assertion
Lachlan McIlroy
2008-12-04
move vn_iowait / vn_iowake into xfs_aops.c
Christoph Hellwig
2008-11-10
[XFS] Avoid using inodes that haven't been completely initialised
Dave Chinner
2008-10-30
[XFS] avoid all reclaimable inodes in xfs_sync_inodes_ag
David Chinner
2008-10-30
[XFS] Prevent looping in xfs_sync_inodes_ag
David Chinner
2008-10-30
[XFS] kill deleted inodes list
David Chinner
2008-10-30
[XFS] use the inode radix tree for reclaiming inodes
David Chinner
2008-10-30
[XFS] mark inodes for reclaim via a tag in the inode radix tree
David Chinner
2008-10-30
[XFS] rename inode reclaim functions
David Chinner
2008-10-30
[XFS] move inode reclaim functions to xfs_sync.c
David Chinner
2008-10-30
[XFS] Move remaining quiesce code.
David Chinner
2008-10-30
[XFS] Kill xfs_sync()
David Chinner
2008-10-30
[XFS] Kill SYNC_CLOSE
David Chinner
2008-10-30
[XFS] make SYNC_DELWRI no longer use xfs_sync
David Chinner
2008-10-30
[XFS] make SYNC_ATTR no longer use xfs_sync
David Chinner
2008-10-30
[XFS] xfssyncd: don't call xfs_sync
David Chinner
2008-10-30
[XFS] kill xfs_syncsub
David Chinner
2008-10-30
[XFS] use xfs_sync_inodes rather than xfs_syncsub
David Chinner
2008-10-30
[XFS] Use struct inodes instead of vnodes to kill vn_grab
David Chinner
2008-10-30
[XFS] split out two helpers from xfs_syncsub
Christoph Hellwig
2008-10-30
[XFS] Use the inode tree for finding dirty inodes
David Chinner
2008-10-30
[XFS] Remove xfs_iflush_all and clean up xfs_finish_reclaim_all()
David Chinner
2008-10-30
[XFS] move xfssyncd code to xfs_sync.c
David Chinner
2008-10-30
[XFS] move sync code to its own file
David Chinner