aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAge
* xfs: fix race condition in AIL push triggerDave Chinner2011-05-09
* xfs: make AIL target updates and compares 32bit safe.Dave Chinner2011-05-09
* xfs: always push the AIL to the targetDave Chinner2011-05-09
* xfs: exit AIL push work correctly when AIL is emptyDave Chinner2011-05-09
* xfs: ensure reclaim cursor is reset correctly at end of AGDave Chinner2011-05-09
* xfs: fix duplicate message outputDave Chinner2011-04-20
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-04-11
|\
| * xfs_destroy_workqueues() should not be tagged with__exitLuck, Tony2011-04-11
| * xfs: use proper interfaces for on-stack pluggingChristoph Hellwig2011-04-08
| * xfs: fix xfs_debug warningsChristoph Hellwig2011-04-08
| * xfs: fix variable set but not used warningsChristoph Hellwig2011-04-08
| * xfs: convert log tail checking to a warningDave Chinner2011-04-07
| * xfs: catch bad block numbers freeing extents.Dave Chinner2011-04-07
| * xfs: push the AIL from memory reclaim and periodic syncDave Chinner2011-04-07
| * xfs: clean up code layout in xfs_trans_ail.cDave Chinner2011-04-07
| * xfs: convert the xfsaild threads to a workqueueDave Chinner2011-04-07
| * xfs: introduce background inode reclaim workDave Chinner2011-04-07
| * xfs: convert ENOSPC inode flushing to use new syncd workqueueDave Chinner2011-04-07
| * xfs: introduce a xfssyncd workqueueDave Chinner2011-04-07
| * xfs: fix extent format buffer allocation sizeDave Chinner2011-04-07
| * xfs: fix unreferenced var error in xfs_buf.cDave Chinner2011-03-31
* | Fix common misspellingsLucas De Marchi2011-03-31
|/
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-03-28
|\
| * xfs: stop using the page cache to back the buffer cacheDave Chinner2011-03-25
| * xfs: register the inode cache shrinker before quotachecksDave Chinner2011-03-25
| * xfs: xfs_trans_read_buf() should return an error on failureDave Chinner2011-03-25
| * xfs: introduce inode cluster buffer trylocks for xfs_iflushDave Chinner2011-03-25
| * vmap: flush vmap aliases when mapping failsDave Chinner2011-03-25
| * xfs: preallocation transactions do not need to be synchronousDave Chinner2011-03-25
* | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-24
|\ \
| * \ Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-10
| |\ \
| | * | block: kill off REQ_UNPLUGJens Axboe2011-03-10
| | * | block: remove per-queue pluggingJens Axboe2011-03-10
* | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-03-21
|\ \ \ \ | | |_|/ | |/| |
| * | | xfs: don't name variables "panic"Alex Elder2011-03-11
| * | | xfs: factor agf counter updates into a helperChristoph Hellwig2011-03-09
| * | | xfs: clean up the xfs_alloc_compute_aligned calling conventionChristoph Hellwig2011-03-09
| * | | xfs: kill support/debug.[ch]Dave Chinner2011-03-06
| * | | xfs: Convert remaining cmn_err() callers to new APIDave Chinner2011-03-06
| * | | xfs: convert the quota debug prints to new APIDave Chinner2011-03-06
| * | | xfs: rename xfs_cmn_err_fsblock_zero()Dave Chinner2011-03-06
| * | | xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner2011-03-06
| * | | xfs: kill xfs_fs_mount_cmn_err() macroDave Chinner2011-03-06
| * | | xfs: kill xfs_fs_repair_cmn_err() macroDave Chinner2011-03-06
| * | | xfs: convert xfs_cmn_err to xfs_alert_tagDave Chinner2011-03-06
| * | | xfs: Convert xlog_warn to new logging interfaceDave Chinner2011-03-06
| * | | xfs: Convert linux-2.6/ files to new logging interfaceDave Chinner2011-03-06
| * | | xfs: introduce new logging API.Dave Chinner2011-03-01
| * | | xfs: zero proper structure size for geometry callsAlex Elder2011-03-01
| * | | xfs: enable delaylog by defaultChristoph Hellwig2011-02-22