aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-05-2325-417/+721
|\
| * xfs: obey minleft values during extent allocation correctlyDave Chinner2011-05-191-1/+0
| * xfs: reset buffer pointers before freeing themDave Chinner2011-05-194-38/+67
| * xfs: avoid getting stuck during async inode flushesDave Chinner2011-05-191-0/+10
| * xfs: fix xfs_itruncate_start tracingDave Chinner2011-05-191-1/+1
| * xfs: fix duplicate workqueue initialisationDave Chinner2011-05-191-4/+0
| * xfs: kill off xfs_printk()Joe Perches2011-05-192-23/+4
| * 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
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-231-1/+1
|\ \
| * | treewide: fix a few typos in commentsJustin P. Mattock2011-05-101-1/+1
| |/
* | 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: 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