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
/
linux-2.6
/
xfs_sync.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-08-12
xfs: remove subdirectories
Christoph Hellwig
1
-1065
/
+0
2011-08-08
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Alex Elder
1
-44
/
+27
2011-07-25
Replace the macro XFS_BUF_ISPINNED with helper xfs_buf_ispinned
Chandra Seetharaman
1
-1
/
+1
2011-07-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-44
/
+27
2011-07-20
xfs: make use of new shrinker callout for the inode cache
Dave Chinner
1
-44
/
+27
2011-07-20
xfs: Remove the second parameter to xfs_sb_count()
Chandra Seetharaman
1
-1
/
+1
2011-07-08
xfs: improve sync behaviour in the face of aggressive dirtying
Christoph Hellwig
1
-5
/
+3
2011-05-25
vmscan: change shrinker API by passing shrink_control struct
Ying Han
1
-2
/
+3
2011-05-19
xfs: avoid getting stuck during async inode flushes
Dave Chinner
1
-0
/
+10
2011-05-09
xfs: ensure reclaim cursor is reset correctly at end of AG
Dave Chinner
1
-0
/
+1
2011-04-11
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
1
-112
/
+116
2011-04-08
xfs: push the AIL from memory reclaim and periodic sync
Dave Chinner
1
-1
/
+6
2011-04-08
xfs: introduce background inode reclaim work
Dave Chinner
1
-3
/
+66
2011-04-08
xfs: convert ENOSPC inode flushing to use new syncd workqueue
Dave Chinner
1
-97
/
+35
2011-04-08
xfs: introduce a xfssyncd workqueue
Dave Chinner
1
-45
/
+43
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-26
xfs: introduce inode cluster buffer trylocks for xfs_iflush
Dave Chinner
1
-3
/
+27
2011-03-07
xfs: Convert linux-2.6/ files to new logging interface
Dave Chinner
1
-3
/
+2
2011-01-11
xfs: ensure log covering transactions are synchronous
Dave Chinner
1
-5
/
+6
2010-12-16
xfs: convert pag_ici_lock to a spin lock
Dave Chinner
1
-4
/
+4
2010-12-17
xfs: convert inode cache lookups to use RCU locking
Dave Chinner
1
-18
/
+66
2010-11-10
xfs: fix per-ag reference counting in inode reclaim tree walking
Dave Chinner
1
-0
/
+1
2010-10-18
xfs: serialise inode reclaim within an AG
Dave Chinner
1
-0
/
+30
2010-10-18
xfs: batch inode reclaim lookup
Dave Chinner
1
-33
/
+77
2010-10-18
xfs: implement batched inode lookups for AG walking
Dave Chinner
1
-22
/
+44
2010-10-18
xfs: split out inode walk inode grabbing
Dave Chinner
1
-45
/
+34
2010-10-18
xfs: split inode AG walking into separate code for reclaim
Dave Chinner
1
-111
/
+91
2010-10-18
xfs: lockless per-ag lookups
Dave Chinner
1
-3
/
+3
2010-10-06
xfs: properly account for reclaimed inodes
Johannes Weiner
1
-5
/
+14
2010-08-24
xfs: dummy transactions should not dirty VFS state
Dave Chinner
1
-36
/
+6
2010-07-26
xfs: simplify and remove xfs_ireclaim
Dave Chinner
1
-1
/
+30
2010-07-26
xfs: remove explicit xfs_sync_data/xfs_sync_attr calls on umount
Christoph Hellwig
1
-2
/
+2
2010-07-26
xfs: simplify inode to transaction joining
Christoph Hellwig
1
-2
/
+1
2010-07-26
xfs: remove unneeded #include statements
Christoph Hellwig
1
-10
/
+0
2010-07-26
xfs: drop dmapi hooks
Christoph Hellwig
1
-1
/
+0
2010-07-20
xfs: track AGs with reclaimable inodes in per-ag radix tree
Dave Chinner
1
-7
/
+64
2010-07-20
xfs: convert inode shrinker to per-filesystem contexts
Dave Chinner
1
-48
/
+14
2010-07-19
mm: add context argument to shrinker callback
Dave Chinner
1
-0
/
+1
2010-05-28
xfs: fix access to upper inodes without inode64
Christoph Hellwig
1
-9
/
+0
2010-05-19
xfs: enforce synchronous writes in xfs_bwrite
Christoph Hellwig
1
-1
/
+0
2010-05-19
xfs: remove periodic superblock writeback
Christoph Hellwig
1
-63
/
+27
2010-05-19
xfs: add blockdev name to kthreads
Jan Engelhardt
1
-1
/
+1
2010-04-29
xfs: add a shrinker to background inode reclaim
Dave Chinner
1
-7
/
+105
2010-04-16
xfs: don't warn on EAGAIN in inode reclaim
Dave Chinner
1
-2
/
+2
2010-03-05
xfs: check for more work before sleeping in xfssyncd
Dave Chinner
1
-3
/
+3
2010-03-01
xfs: fix locking for inode cache radix tree tag updates
Christoph Hellwig
1
-2
/
+2
2010-02-06
xfs: Use delayed write for inodes rather than async V2
Dave Chinner
1
-29
/
+76
2010-02-06
xfs: Make inode reclaim states explicit
Dave Chinner
1
-19
/
+62
2010-01-21
xfs: cleanup up xfs_log_force calling conventions
Christoph Hellwig
1
-12
/
+5
2010-01-21
xfs: remove duplicate buffer flags
Christoph Hellwig
1
-2
/
+2
[next]