aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-16xfs: make log devices with write back caches workChristoph Hellwig3-95/+41
2011-06-14xfs: fix ->mknod() return value on xfs_get_acl() failureAl Viro1-1/+1
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig1-1/+2
2011-05-26Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds14-318/+360
2011-05-25xfs: correctly decrement the extent buffer index in xfs_bmap_del_extentChristoph Hellwig1-0/+2
2011-05-25xfs: check for valid indices in xfs_iext_get_ext and xfs_iext_idx_to_irecChristoph Hellwig1-2/+6
2011-05-25xfs: fix up asserts in xfs_iflush_forkChristoph Hellwig1-4/+1
2011-05-25xfs: do not do pointer arithmetic on extent recordsChristoph Hellwig1-3/+6
2011-05-25xfs: do not use unchecked extent indices in xfs_bunmapiChristoph Hellwig1-8/+8
2011-05-25xfs: do not use unchecked extent indices in xfs_bmapiChristoph Hellwig1-4/+5
2011-05-25xfs: do not use unchecked extent indices in xfs_bmap_add_extent_*Christoph Hellwig1-8/+6
2011-05-25xfs: remove if_lastexChristoph Hellwig3-223/+203
2011-05-25xfs: remove the unused XFS_BMAPI_RSVBLOCKS flagChristoph Hellwig2-63/+33
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han3-7/+8
2011-05-24xfs: do not discard alloc btree blocksChristoph Hellwig4-5/+10
2011-05-24xfs: add online discard supportChristoph Hellwig9-8/+90
2011-05-23Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds25-417/+721
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-05-19xfs: obey minleft values during extent allocation correctlyDave Chinner1-1/+0
2011-05-19xfs: reset buffer pointers before freeing themDave Chinner4-38/+67
2011-05-19xfs: avoid getting stuck during async inode flushesDave Chinner1-0/+10
2011-05-19xfs: fix xfs_itruncate_start tracingDave Chinner1-1/+1
2011-05-19xfs: fix duplicate workqueue initialisationDave Chinner1-4/+0
2011-05-19xfs: kill off xfs_printk()Joe Perches2-23/+4
2011-05-10treewide: fix a few typos in commentsJustin P. Mattock1-1/+1
2011-05-09xfs: fix race condition in AIL push triggerDave Chinner1-6/+10
2011-05-09xfs: make AIL target updates and compares 32bit safe.Dave Chinner1-3/+4
2011-05-09xfs: always push the AIL to the targetDave Chinner1-1/+1
2011-05-09xfs: exit AIL push work correctly when AIL is emptyDave Chinner1-13/+13
2011-05-09xfs: ensure reclaim cursor is reset correctly at end of AGDave Chinner1-0/+1
2011-05-09xfs: fix race condition in AIL push triggerDave Chinner1-6/+10
2011-05-09xfs: make AIL target updates and compares 32bit safe.Dave Chinner1-3/+4
2011-05-09xfs: always push the AIL to the targetDave Chinner1-1/+1
2011-05-09xfs: exit AIL push work correctly when AIL is emptyDave Chinner1-13/+13
2011-05-09xfs: ensure reclaim cursor is reset correctly at end of AGDave Chinner1-0/+1
2011-04-28xfs: add an x86 compat handler for XFS_IOC_ZERO_RANGEChristoph Hellwig2-1/+3
2011-04-28xfs: fix compiler warning in xfs_trace.hChristoph Hellwig1-1/+1
2011-04-28xfs: cleanup duplicate initializationsDavid Sterba3-8/+3
2011-04-28xfs: reduce the number of pagb_lock roundtrips in xfs_alloc_clear_busyChristoph Hellwig6-19/+61
2011-04-28xfs: exact busy extent trackingChristoph Hellwig9-248/+237
2011-04-28xfs: do not immediately reuse busy extent rangesChristoph Hellwig2-79/+361
2011-04-28xfs: optimize AGFL refillsChristoph Hellwig2-27/+6
2011-04-20xfs: fix duplicate message outputDave Chinner1-1/+3
2011-04-11Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds17-507/+531
2011-04-11xfs_destroy_workqueues() should not be tagged with__exitLuck, Tony1-1/+1
2011-04-08xfs: use proper interfaces for on-stack pluggingChristoph Hellwig1-11/+9
2011-04-08xfs: fix xfs_debug warningsChristoph Hellwig2-29/+22
2011-04-08xfs: fix variable set but not used warningsChristoph Hellwig5-18/+0
2011-04-08xfs: convert log tail checking to a warningDave Chinner2-8/+25
2011-04-08xfs: catch bad block numbers freeing extents.Dave Chinner1-7/+23