aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix race condition in AIL push triggerDave Chinner2011-05-091-6/+10
* xfs: make AIL target updates and compares 32bit safe.Dave Chinner2011-05-091-3/+4
* xfs: always push the AIL to the targetDave Chinner2011-05-091-1/+1
* xfs: exit AIL push work correctly when AIL is emptyDave Chinner2011-05-091-13/+13
* xfs: ensure reclaim cursor is reset correctly at end of AGDave Chinner2011-05-091-0/+1
* xfs: add an x86 compat handler for XFS_IOC_ZERO_RANGEChristoph Hellwig2011-04-282-1/+3
* xfs: fix compiler warning in xfs_trace.hChristoph Hellwig2011-04-281-1/+1
* xfs: cleanup duplicate initializationsDavid Sterba2011-04-283-8/+3
* xfs: reduce the number of pagb_lock roundtrips in xfs_alloc_clear_busyChristoph Hellwig2011-04-286-19/+61
* xfs: exact busy extent trackingChristoph Hellwig2011-04-289-248/+237
* xfs: do not immediately reuse busy extent rangesChristoph Hellwig2011-04-282-79/+361
* xfs: optimize AGFL refillsChristoph Hellwig2011-04-282-27/+6
* xfs: fix duplicate message outputDave Chinner2011-04-201-1/+3
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-04-1117-507/+531
|\
| * xfs_destroy_workqueues() should not be tagged with__exitLuck, Tony2011-04-111-1/+1
| * xfs: use proper interfaces for on-stack pluggingChristoph Hellwig2011-04-081-11/+9
| * xfs: fix xfs_debug warningsChristoph Hellwig2011-04-082-29/+22
| * xfs: fix variable set but not used warningsChristoph Hellwig2011-04-085-18/+0
| * xfs: convert log tail checking to a warningDave Chinner2011-04-082-8/+25
| * xfs: catch bad block numbers freeing extents.Dave Chinner2011-04-081-7/+23
| * xfs: push the AIL from memory reclaim and periodic syncDave Chinner2011-04-084-9/+61
| * xfs: clean up code layout in xfs_trans_ail.cDave Chinner2011-04-081-136/+118
| * xfs: convert the xfsaild threads to a workqueueDave Chinner2011-04-083-151/+124
| * xfs: introduce background inode reclaim workDave Chinner2011-04-082-3/+67
| * xfs: convert ENOSPC inode flushing to use new syncd workqueueDave Chinner2011-04-083-102/+36
| * xfs: introduce a xfssyncd workqueueDave Chinner2011-04-084-61/+63
| * xfs: fix extent format buffer allocation sizeDave Chinner2011-04-081-27/+40
| * xfs: fix unreferenced var error in xfs_buf.cDave Chinner2011-03-301-2/+0
* | Fix common misspellingsLucas De Marchi2011-03-3115-20/+20
|/
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-03-2811-315/+160
|\
| * xfs: stop using the page cache to back the buffer cacheDave Chinner2011-03-262-297/+84
| * xfs: register the inode cache shrinker before quotachecksDave Chinner2011-03-261-10/+24
| * xfs: xfs_trans_read_buf() should return an error on failureDave Chinner2011-03-261-1/+2
| * xfs: introduce inode cluster buffer trylocks for xfs_iflushDave Chinner2011-03-264-8/+32
| * vmap: flush vmap aliases when mapping failsDave Chinner2011-03-261-3/+11
| * xfs: preallocation transactions do not need to be synchronousDave Chinner2011-03-264-2/+12
* | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-242-11/+6
|\ \
| * \ Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-102-11/+6
| |\ \
| | * | block: kill off REQ_UNPLUGJens Axboe2011-03-101-2/+1
| | * | block: remove per-queue pluggingJens Axboe2011-03-102-9/+5
* | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-03-2145-1072/+947
|\ \ \ \ | | |_|/ | |/| |
| * | | xfs: don't name variables "panic"Alex Elder2011-03-111-4/+4
| * | | xfs: factor agf counter updates into a helperChristoph Hellwig2011-03-091-61/+68
| * | | xfs: clean up the xfs_alloc_compute_aligned calling conventionChristoph Hellwig2011-03-091-16/+13
| * | | xfs: kill support/debug.[ch]Dave Chinner2011-03-077-86/+40
| * | | xfs: Convert remaining cmn_err() callers to new APIDave Chinner2011-03-0720-238/+169
| * | | xfs: convert the quota debug prints to new APIDave Chinner2011-03-071-15/+12
| * | | xfs: rename xfs_cmn_err_fsblock_zero()Dave Chinner2011-03-071-5/+5
| * | | xfs: convert xfs_fs_cmn_err to new error logging APIDave Chinner2011-03-0713-85/+53
| * | | xfs: kill xfs_fs_mount_cmn_err() macroDave Chinner2011-03-072-35/+43