| Commit message (Expand) | Author | Age | Files | Lines |
* | xfs: fix race condition in AIL push trigger | Dave Chinner | 2011-05-09 | 1 | -6/+10 |
* | xfs: make AIL target updates and compares 32bit safe. | Dave Chinner | 2011-05-09 | 1 | -3/+4 |
* | xfs: always push the AIL to the target | Dave Chinner | 2011-05-09 | 1 | -1/+1 |
* | xfs: exit AIL push work correctly when AIL is empty | Dave Chinner | 2011-05-09 | 1 | -13/+13 |
* | xfs: ensure reclaim cursor is reset correctly at end of AG | Dave Chinner | 2011-05-09 | 1 | -0/+1 |
* | xfs: fix duplicate message output | Dave Chinner | 2011-04-20 | 1 | -1/+3 |
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2011-04-11 | 17 | -507/+531 |
|\ |
|
| * | xfs_destroy_workqueues() should not be tagged with__exit | Luck, Tony | 2011-04-11 | 1 | -1/+1 |
| * | xfs: use proper interfaces for on-stack plugging | Christoph Hellwig | 2011-04-08 | 1 | -11/+9 |
| * | xfs: fix xfs_debug warnings | Christoph Hellwig | 2011-04-08 | 2 | -29/+22 |
| * | xfs: fix variable set but not used warnings | Christoph Hellwig | 2011-04-08 | 5 | -18/+0 |
| * | xfs: convert log tail checking to a warning | Dave Chinner | 2011-04-08 | 2 | -8/+25 |
| * | xfs: catch bad block numbers freeing extents. | Dave Chinner | 2011-04-08 | 1 | -7/+23 |
| * | xfs: push the AIL from memory reclaim and periodic sync | Dave Chinner | 2011-04-08 | 4 | -9/+61 |
| * | xfs: clean up code layout in xfs_trans_ail.c | Dave Chinner | 2011-04-08 | 1 | -136/+118 |
| * | xfs: convert the xfsaild threads to a workqueue | Dave Chinner | 2011-04-08 | 3 | -151/+124 |
| * | xfs: introduce background inode reclaim work | Dave Chinner | 2011-04-08 | 2 | -3/+67 |
| * | xfs: convert ENOSPC inode flushing to use new syncd workqueue | Dave Chinner | 2011-04-08 | 3 | -102/+36 |
| * | xfs: introduce a xfssyncd workqueue | Dave Chinner | 2011-04-08 | 4 | -61/+63 |
| * | xfs: fix extent format buffer allocation size | Dave Chinner | 2011-04-08 | 1 | -27/+40 |
| * | xfs: fix unreferenced var error in xfs_buf.c | Dave Chinner | 2011-03-30 | 1 | -2/+0 |
* | | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 15 | -20/+20 |
|/ |
|
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2011-03-28 | 11 | -315/+160 |
|\ |
|
| * | xfs: stop using the page cache to back the buffer cache | Dave Chinner | 2011-03-26 | 2 | -297/+84 |
| * | xfs: register the inode cache shrinker before quotachecks | Dave Chinner | 2011-03-26 | 1 | -10/+24 |
| * | xfs: xfs_trans_read_buf() should return an error on failure | Dave Chinner | 2011-03-26 | 1 | -1/+2 |
| * | xfs: introduce inode cluster buffer trylocks for xfs_iflush | Dave Chinner | 2011-03-26 | 4 | -8/+32 |
| * | vmap: flush vmap aliases when mapping fails | Dave Chinner | 2011-03-26 | 1 | -3/+11 |
| * | xfs: preallocation transactions do not need to be synchronous | Dave Chinner | 2011-03-26 | 4 | -2/+12 |
* | | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2011-03-24 | 2 | -11/+6 |
|\ \ |
|
| * \ | Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core | Jens Axboe | 2011-03-10 | 2 | -11/+6 |
| |\ \ |
|
| | * | | block: kill off REQ_UNPLUG | Jens Axboe | 2011-03-10 | 1 | -2/+1 |
| | * | | block: remove per-queue plugging | Jens Axboe | 2011-03-10 | 2 | -9/+5 |
* | | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2011-03-21 | 45 | -1072/+947 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | xfs: don't name variables "panic" | Alex Elder | 2011-03-11 | 1 | -4/+4 |
| * | | | xfs: factor agf counter updates into a helper | Christoph Hellwig | 2011-03-09 | 1 | -61/+68 |
| * | | | xfs: clean up the xfs_alloc_compute_aligned calling convention | Christoph Hellwig | 2011-03-09 | 1 | -16/+13 |
| * | | | xfs: kill support/debug.[ch] | Dave Chinner | 2011-03-07 | 7 | -86/+40 |
| * | | | xfs: Convert remaining cmn_err() callers to new API | Dave Chinner | 2011-03-07 | 20 | -238/+169 |
| * | | | xfs: convert the quota debug prints to new API | Dave Chinner | 2011-03-07 | 1 | -15/+12 |
| * | | | xfs: rename xfs_cmn_err_fsblock_zero() | Dave Chinner | 2011-03-07 | 1 | -5/+5 |
| * | | | xfs: convert xfs_fs_cmn_err to new error logging API | Dave Chinner | 2011-03-07 | 13 | -85/+53 |
| * | | | xfs: kill xfs_fs_mount_cmn_err() macro | Dave Chinner | 2011-03-07 | 2 | -35/+43 |
| * | | | xfs: kill xfs_fs_repair_cmn_err() macro | Dave Chinner | 2011-03-07 | 4 | -29/+19 |
| * | | | xfs: convert xfs_cmn_err to xfs_alert_tag | Dave Chinner | 2011-03-07 | 9 | -74/+36 |
| * | | | xfs: Convert xlog_warn to new logging interface | Dave Chinner | 2011-03-07 | 6 | -189/+177 |
| * | | | xfs: Convert linux-2.6/ files to new logging interface | Dave Chinner | 2011-03-07 | 6 | -90/+76 |
| * | | | xfs: introduce new logging API. | Dave Chinner | 2011-03-02 | 4 | -0/+155 |
| * | | | xfs: zero proper structure size for geometry calls | Alex Elder | 2011-03-01 | 1 | -3/+8 |
| * | | | xfs: enable delaylog by default | Christoph Hellwig | 2011-02-22 | 1 | -0/+1 |