Age | Commit message (Expand) | Author | Files | Lines |
2011-05-25 | vmscan: change shrinker API by passing shrink_control struct | Ying Han | 3 | -7/+8 |
2011-05-24 | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 25 | -417/+721 |
2011-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2011-05-19 | xfs: obey minleft values during extent allocation correctly | Dave Chinner | 1 | -1/+0 |
2011-05-19 | xfs: reset buffer pointers before freeing them | Dave Chinner | 4 | -38/+67 |
2011-05-19 | xfs: avoid getting stuck during async inode flushes | Dave Chinner | 1 | -0/+10 |
2011-05-19 | xfs: fix xfs_itruncate_start tracing | Dave Chinner | 1 | -1/+1 |
2011-05-19 | xfs: fix duplicate workqueue initialisation | Dave Chinner | 1 | -4/+0 |
2011-05-19 | xfs: kill off xfs_printk() | Joe Perches | 2 | -23/+4 |
2011-05-10 | treewide: fix a few typos in comments | Justin P. Mattock | 1 | -1/+1 |
2011-05-10 | xfs: fix race condition in AIL push trigger | Dave Chinner | 1 | -6/+10 |
2011-05-10 | xfs: make AIL target updates and compares 32bit safe. | Dave Chinner | 1 | -3/+4 |
2011-05-10 | xfs: always push the AIL to the target | Dave Chinner | 1 | -1/+1 |
2011-05-10 | xfs: exit AIL push work correctly when AIL is empty | Dave Chinner | 1 | -13/+13 |
2011-05-10 | xfs: ensure reclaim cursor is reset correctly at end of AG | Dave Chinner | 1 | -0/+1 |
2011-05-09 | xfs: fix race condition in AIL push trigger | Dave Chinner | 1 | -6/+10 |
2011-05-09 | xfs: make AIL target updates and compares 32bit safe. | Dave Chinner | 1 | -3/+4 |
2011-05-09 | xfs: always push the AIL to the target | Dave Chinner | 1 | -1/+1 |
2011-05-09 | xfs: exit AIL push work correctly when AIL is empty | Dave Chinner | 1 | -13/+13 |
2011-05-09 | xfs: ensure reclaim cursor is reset correctly at end of AG | Dave Chinner | 1 | -0/+1 |
2011-04-28 | xfs: add an x86 compat handler for XFS_IOC_ZERO_RANGE | Christoph Hellwig | 2 | -1/+3 |
2011-04-28 | xfs: fix compiler warning in xfs_trace.h | Christoph Hellwig | 1 | -1/+1 |
2011-04-28 | xfs: cleanup duplicate initializations | David Sterba | 3 | -8/+3 |
2011-04-28 | xfs: reduce the number of pagb_lock roundtrips in xfs_alloc_clear_busy | Christoph Hellwig | 6 | -19/+61 |
2011-04-28 | xfs: exact busy extent tracking | Christoph Hellwig | 9 | -248/+237 |
2011-04-28 | xfs: do not immediately reuse busy extent ranges | Christoph Hellwig | 2 | -79/+361 |
2011-04-28 | xfs: optimize AGFL refills | Christoph Hellwig | 2 | -27/+6 |
2011-04-20 | xfs: fix duplicate message output | Dave Chinner | 1 | -1/+3 |
2011-04-12 | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 17 | -507/+531 |
2011-04-12 | xfs_destroy_workqueues() should not be tagged with__exit | Luck, Tony | 1 | -1/+1 |
2011-04-08 | xfs: use proper interfaces for on-stack plugging | Christoph Hellwig | 1 | -11/+9 |
2011-04-08 | xfs: fix xfs_debug warnings | Christoph Hellwig | 2 | -29/+22 |
2011-04-08 | xfs: fix variable set but not used warnings | Christoph Hellwig | 5 | -18/+0 |
2011-04-08 | xfs: convert log tail checking to a warning | Dave Chinner | 2 | -8/+25 |
2011-04-08 | xfs: catch bad block numbers freeing extents. | Dave Chinner | 1 | -7/+23 |
2011-04-08 | xfs: push the AIL from memory reclaim and periodic sync | Dave Chinner | 4 | -9/+61 |
2011-04-08 | xfs: clean up code layout in xfs_trans_ail.c | Dave Chinner | 1 | -136/+118 |
2011-04-08 | xfs: convert the xfsaild threads to a workqueue | Dave Chinner | 3 | -151/+124 |
2011-04-08 | xfs: introduce background inode reclaim work | Dave Chinner | 2 | -3/+67 |
2011-04-08 | xfs: convert ENOSPC inode flushing to use new syncd workqueue | Dave Chinner | 3 | -102/+36 |
2011-04-08 | xfs: introduce a xfssyncd workqueue | Dave Chinner | 4 | -61/+63 |
2011-04-08 | xfs: fix extent format buffer allocation size | Dave Chinner | 1 | -27/+40 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 15 | -20/+20 |
2011-03-31 | xfs: fix unreferenced var error in xfs_buf.c | Dave Chinner | 1 | -2/+0 |
2011-03-29 | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 11 | -315/+160 |
2011-03-26 | xfs: stop using the page cache to back the buffer cache | Dave Chinner | 2 | -297/+84 |
2011-03-26 | xfs: register the inode cache shrinker before quotachecks | Dave Chinner | 1 | -10/+24 |
2011-03-26 | xfs: xfs_trans_read_buf() should return an error on failure | Dave Chinner | 1 | -1/+2 |
2011-03-26 | xfs: introduce inode cluster buffer trylocks for xfs_iflush | Dave Chinner | 4 | -8/+32 |
2011-03-26 | vmap: flush vmap aliases when mapping fails | Dave Chinner | 1 | -3/+11 |