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