| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | xfs: Kill filestreams cache flush | Dave Chinner | 2010-01-15 | 1 | -3/+0 |
* | xfs: rename xfs_get_perag | Dave Chinner | 2010-01-15 | 1 | -9/+13 |
* | xfs: make several more functions static | Eric Sandeen | 2010-01-15 | 1 | -1/+1 |
* | xfs: Avoid inodes in reclaim when flushing from inode cache | Dave Chinner | 2010-01-15 | 1 | -13/+18 |
* | xfs: reclaim inodes under a write lock | Dave Chinner | 2010-01-15 | 1 | -85/+69 |
* | xfs: event tracing support | Christoph Hellwig | 2009-12-14 | 1 | -0/+1 |
* | xfs: simplify inode teardown | Christoph Hellwig | 2009-12-11 | 1 | -11/+4 |
* | xfs: make sure xfs_sync_fsdata covers the log | Dave Chinner | 2009-10-08 | 1 | -7/+21 |
* | xfs: fix xfs_quiesce_data | Dave Chinner | 2009-10-08 | 1 | -3/+5 |
* | xfs: add more statics & drop some unused functions | Eric Sandeen | 2009-08-31 | 1 | -15/+0 |
* | xfs: fix locking in xfs_iget_cache_hit | Christoph Hellwig | 2009-08-17 | 1 | -2/+11 |
* | xfs: remove SYNC_BDFLUSH | Christoph Hellwig | 2009-06-08 | 1 | -4/+4 |
* | xfs: remove SYNC_IOWAIT | Christoph Hellwig | 2009-06-08 | 1 | -4/+4 |
* | xfs: split xfs_sync_inodes | Christoph Hellwig | 2009-06-08 | 1 | -21/+34 |
* | xfs: use generic inode iterator in xfs_qm_dqrele_all_inodes | Christoph Hellwig | 2009-06-08 | 1 | -2/+2 |
* | xfs: introduce a per-ag inode iterator | Dave Chinner | 2009-06-08 | 1 | -166/+150 |
* | xfs: remove unused parameter from xfs_reclaim_inodes | Dave Chinner | 2009-06-08 | 1 | -18/+4 |
* | xfs: factor out inode validation for sync | Dave Chinner | 2009-06-08 | 1 | -22/+37 |
* | xfs: split inode flushing from xfs_sync_inodes_ag | Christoph Hellwig | 2009-06-08 | 1 | -17/+33 |
* | xfs: split inode data writeback from xfs_sync_inodes_ag | Dave Chinner | 2009-06-08 | 1 | -20/+32 |
* | xfs: kill xfs_qmops | Christoph Hellwig | 2009-06-08 | 1 | -3/+4 |
* | xfs: block callers of xfs_flush_inodes() correctly | Dave Chinner | 2009-04-06 | 1 | -3/+9 |