Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
e00b81e0f13d5215bf00a21d5e2c77306917bca8
/
fs
/
xfs
/
xfs_sync.c
8a9c998
xfs: log timestamp updates
by Christoph Hellwig
· 13 years ago
ad637a1
xfs: only take the ILOCK in xfs_reclaim_inode()
by Alex Elder
· 13 years ago
474fce0
xfs: replace i_flock with a sleeping bitlock
by Christoph Hellwig
· 13 years ago
29ad0de
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 13 years ago
be4f1ac
xfs: log all dirty inodes in xfs_fs_sync_fs
by Christoph Hellwig
· 13 years ago
34625c6
xfs: remove xfs_qm_sync
by Christoph Hellwig
· 13 years ago
4dd2cb4
xfs: force buffer writeback before blocking on the ilock in inode reclaim
by Christoph Hellwig
· 13 years ago
a9add83
xfs: remove XFS_bflush
by Christoph Hellwig
· 13 years ago
4a06fd2
xfs: remove i_iocount
by Christoph Hellwig
· 13 years ago
c2b006c
xfs: let xfs_bwrite callers handle the xfs_buf_relse
by Christoph Hellwig
· 13 years ago
c59d87c
xfs: remove subdirectories
by Christoph Hellwig
· 13 years ago
[Renamed from fs/xfs/linux-2.6/xfs_sync.c]
2ddb4e9
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
by Alex Elder
· 13 years ago
811e64c
Replace the macro XFS_BUF_ISPINNED with helper xfs_buf_ispinned
by Chandra Seetharaman
· 13 years ago
bbd9d6f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 13 years ago
8daaa83
xfs: make use of new shrinker callout for the inode cache
by Dave Chinner
· 13 years ago
adab0f6
xfs: Remove the second parameter to xfs_sb_count()
by Chandra Seetharaman
· 13 years ago
33b8f7c
xfs: improve sync behaviour in the face of aggressive dirtying
by Christoph Hellwig
· 13 years ago
1495f23
vmscan: change shrinker API by passing shrink_control struct
by Ying Han
· 13 years ago
ee58abd
xfs: avoid getting stuck during async inode flushes
by Dave Chinner
· 14 years ago
b223221
xfs: ensure reclaim cursor is reset correctly at end of AG
by Dave Chinner
· 14 years ago
1e05ff0
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 14 years ago
fd07484
xfs: push the AIL from memory reclaim and periodic sync
by Dave Chinner
· 14 years ago
a7b339f
xfs: introduce background inode reclaim work
by Dave Chinner
· 14 years ago
89e4cb5
xfs: convert ENOSPC inode flushing to use new syncd workqueue
by Dave Chinner
· 14 years ago
c6d09b6
xfs: introduce a xfssyncd workqueue
by Dave Chinner
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
1bfd8d0
xfs: introduce inode cluster buffer trylocks for xfs_iflush
by Dave Chinner
· 14 years ago
4f10700
xfs: Convert linux-2.6/ files to new logging interface
by Dave Chinner
· 14 years ago
c58efdb
xfs: ensure log covering transactions are synchronous
by Dave Chinner
· 14 years ago
1a427ab
xfs: convert pag_ici_lock to a spin lock
by Dave Chinner
· 14 years ago
1a3e8f3
xfs: convert inode cache lookups to use RCU locking
by Dave Chinner
· 14 years ago
f83282a
xfs: fix per-ag reference counting in inode reclaim tree walking
by Dave Chinner
· 14 years ago
69b491c
xfs: serialise inode reclaim within an AG
by Dave Chinner
· 14 years ago
e3a20c0
xfs: batch inode reclaim lookup
by Dave Chinner
· 14 years ago
78ae525
xfs: implement batched inode lookups for AG walking
by Dave Chinner
· 14 years ago
e13de95
xfs: split out inode walk inode grabbing
by Dave Chinner
· 14 years ago
65d0f20
xfs: split inode AG walking into separate code for reclaim
by Dave Chinner
· 14 years ago
e176579
xfs: lockless per-ag lookups
by Dave Chinner
· 14 years ago
081003f
xfs: properly account for reclaimed inodes
by Johannes Weiner
· 14 years ago
1a387d3
xfs: dummy transactions should not dirty VFS state
by Dave Chinner
· 14 years ago
2f11fea
xfs: simplify and remove xfs_ireclaim
by Dave Chinner
· 14 years ago
64c8614
xfs: remove explicit xfs_sync_data/xfs_sync_attr calls on umount
by Christoph Hellwig
· 14 years ago
898621d
xfs: simplify inode to transaction joining
by Christoph Hellwig
· 14 years ago
3400777
xfs: remove unneeded #include statements
by Christoph Hellwig
· 14 years ago
288699f
xfs: drop dmapi hooks
by Christoph Hellwig
· 14 years ago
16fd536
xfs: track AGs with reclaimable inodes in per-ag radix tree
by Dave Chinner
· 14 years ago
70e60ce
xfs: convert inode shrinker to per-filesystem contexts
by Dave Chinner
· 14 years ago
7f8275d
mm: add context argument to shrinker callback
by Dave Chinner
· 14 years ago
fb3b504
xfs: fix access to upper inodes without inode64
by Christoph Hellwig
· 14 years ago
8c38366
xfs: enforce synchronous writes in xfs_bwrite
by Christoph Hellwig
· 15 years ago
df308bc
xfs: remove periodic superblock writeback
by Christoph Hellwig
· 15 years ago
e2a0781
xfs: add blockdev name to kthreads
by Jan Engelhardt
· 15 years ago
9bf729c
xfs: add a shrinker to background inode reclaim
by Dave Chinner
· 15 years ago
f1d486a
xfs: don't warn on EAGAIN in inode reclaim
by Dave Chinner
· 15 years ago
20f6b2c
xfs: check for more work before sleeping in xfssyncd
by Dave Chinner
· 15 years ago
f1f724e
xfs: fix locking for inode cache radix tree tag updates
by Christoph Hellwig
· 15 years ago
c854363
xfs: Use delayed write for inodes rather than async V2
by Dave Chinner
· 15 years ago
777df5a
xfs: Make inode reclaim states explicit
by Dave Chinner
· 15 years ago
a14a348
xfs: cleanup up xfs_log_force calling conventions
by Christoph Hellwig
· 15 years ago
0cadda1
xfs: remove duplicate buffer flags
by Christoph Hellwig
· 15 years ago
b657fc8
xfs: Kill filestreams cache flush
by Dave Chinner
· 15 years ago
5017e97
xfs: rename xfs_get_perag
by Dave Chinner
· 15 years ago
5d77c0d
xfs: make several more functions static
by Eric Sandeen
· 15 years ago
018027b
xfs: Avoid inodes in reclaim when flushing from inode cache
by Dave Chinner
· 15 years ago
c8e20be
xfs: reclaim inodes under a write lock
by Dave Chinner
· 15 years ago
0b1b213
xfs: event tracing support
by Christoph Hellwig
· 15 years ago
848ce8f
xfs: simplify inode teardown
by Christoph Hellwig
· 15 years ago
dce5065
xfs: make sure xfs_sync_fsdata covers the log
by Dave Chinner
· 15 years ago
c90b07e
xfs: fix xfs_quiesce_data
by Dave Chinner
· 15 years ago
d96f8f8
xfs: add more statics & drop some unused functions
by Eric Sandeen
· 15 years ago
bc990f5
xfs: fix locking in xfs_iget_cache_hit
by Christoph Hellwig
· 15 years ago
8b5403a
xfs: remove SYNC_BDFLUSH
by Christoph Hellwig
· 15 years ago
b0710cc
xfs: remove SYNC_IOWAIT
by Christoph Hellwig
· 15 years ago
075fe10
xfs: split xfs_sync_inodes
by Christoph Hellwig
· 15 years ago
fe588ed
xfs: use generic inode iterator in xfs_qm_dqrele_all_inodes
by Christoph Hellwig
· 15 years ago
75f3cb1
xfs: introduce a per-ag inode iterator
by Dave Chinner
· 15 years ago
abc1064
xfs: remove unused parameter from xfs_reclaim_inodes
by Dave Chinner
· 15 years ago
1da8eec
xfs: factor out inode validation for sync
by Dave Chinner
· 15 years ago
845b6d0
xfs: split inode flushing from xfs_sync_inodes_ag
by Christoph Hellwig
· 15 years ago
5a34d5c
xfs: split inode data writeback from xfs_sync_inodes_ag
by Dave Chinner
· 15 years ago
7d09525
xfs: kill xfs_qmops
by Christoph Hellwig
· 15 years ago
e43afd7
xfs: block callers of xfs_flush_inodes() correctly
by Dave Chinner
· 16 years ago
5825294
xfs: make inode flush at ENOSPC synchronous
by Dave Chinner
· 16 years ago
a8d770d
xfs: use xfs_sync_inodes() for device flushing
by Dave Chinner
· 16 years ago
5e10657
[XFS] Warn on transaction in flight on read-only remount
by Felix Blyakher
· 16 years ago
797eaed
[XFS] Remove unnecessary assertion
by Lachlan McIlroy
· 16 years ago
25e41b3
move vn_iowait / vn_iowake into xfs_aops.c
by Christoph Hellwig
· 16 years ago
6307091
[XFS] Avoid using inodes that haven't been completely initialised
by Dave Chinner
· 16 years ago
455486b
[XFS] avoid all reclaimable inodes in xfs_sync_inodes_ag
by David Chinner
· 16 years ago
8c38ab0
[XFS] Prevent looping in xfs_sync_inodes_ag
by David Chinner
· 16 years ago
1165451
[XFS] kill deleted inodes list
by David Chinner
· 16 years ago
7a3be02
[XFS] use the inode radix tree for reclaiming inodes
by David Chinner
· 16 years ago
396beb8
[XFS] mark inodes for reclaim via a tag in the inode radix tree
by David Chinner
· 16 years ago
1dc3318
[XFS] rename inode reclaim functions
by David Chinner
· 16 years ago
fce08f2
[XFS] move inode reclaim functions to xfs_sync.c
by David Chinner
· 16 years ago
76bf105
[XFS] Move remaining quiesce code.
by David Chinner
· 16 years ago
a4e4c4f
[XFS] Kill xfs_sync()
by David Chinner
· 16 years ago
cb56a4b
[XFS] Kill SYNC_CLOSE
by David Chinner
· 16 years ago
e9f1c6e
[XFS] make SYNC_DELWRI no longer use xfs_sync
by David Chinner
· 16 years ago
be97d9d
[XFS] make SYNC_ATTR no longer use xfs_sync
by David Chinner
· 16 years ago
Next »