aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)AuthorFilesLines
2011-04-20xfs: fix duplicate message outputGravatar Dave Chinner 1-1/+3
2011-04-11Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 17-507/+531
2011-04-11xfs_destroy_workqueues() should not be tagged with__exitGravatar Luck, Tony 1-1/+1
2011-04-08xfs: use proper interfaces for on-stack pluggingGravatar Christoph Hellwig 1-11/+9
2011-04-08xfs: fix xfs_debug warningsGravatar Christoph Hellwig 2-29/+22
2011-04-08xfs: fix variable set but not used warningsGravatar Christoph Hellwig 5-18/+0
2011-04-08xfs: convert log tail checking to a warningGravatar Dave Chinner 2-8/+25
2011-04-08xfs: catch bad block numbers freeing extents.Gravatar Dave Chinner 1-7/+23
2011-04-08xfs: push the AIL from memory reclaim and periodic syncGravatar Dave Chinner 4-9/+61
2011-04-08xfs: clean up code layout in xfs_trans_ail.cGravatar Dave Chinner 1-136/+118
2011-04-08xfs: convert the xfsaild threads to a workqueueGravatar Dave Chinner 3-151/+124
2011-04-08xfs: introduce background inode reclaim workGravatar Dave Chinner 2-3/+67
2011-04-08xfs: convert ENOSPC inode flushing to use new syncd workqueueGravatar Dave Chinner 3-102/+36
2011-04-08xfs: introduce a xfssyncd workqueueGravatar Dave Chinner 4-61/+63
2011-04-08xfs: fix extent format buffer allocation sizeGravatar Dave Chinner 1-27/+40
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 15-20/+20
2011-03-30xfs: fix unreferenced var error in xfs_buf.cGravatar Dave Chinner 1-2/+0
2011-03-28Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 11-315/+160
2011-03-26xfs: stop using the page cache to back the buffer cacheGravatar Dave Chinner 2-297/+84
2011-03-26xfs: register the inode cache shrinker before quotachecksGravatar Dave Chinner 1-10/+24
2011-03-26xfs: xfs_trans_read_buf() should return an error on failureGravatar Dave Chinner 1-1/+2
2011-03-26xfs: introduce inode cluster buffer trylocks for xfs_iflushGravatar Dave Chinner 4-8/+32
2011-03-26vmap: flush vmap aliases when mapping failsGravatar Dave Chinner 1-3/+11
2011-03-26xfs: preallocation transactions do not need to be synchronousGravatar Dave Chinner 4-2/+12
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 2-11/+6
2011-03-21Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsGravatar Linus Torvalds 45-1072/+947
2011-03-20Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Gravatar Linus Torvalds 1-5/+2
2011-03-17fs: change to new flag variableGravatar matt mooney 1-5/+2
2011-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-4/+5
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 2-3/+4
2011-03-14exportfs: Return the minimum required handle sizeGravatar Aneesh Kumar K.V 1-1/+3
2011-03-11xfs: don't name variables "panic"Gravatar Alex Elder 1-4/+4
2011-03-10Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreGravatar Jens Axboe 2-11/+6
2011-03-10block: kill off REQ_UNPLUGGravatar Jens Axboe 1-2/+1
2011-03-10block: remove per-queue pluggingGravatar Jens Axboe 2-9/+5
2011-03-09xfs: factor agf counter updates into a helperGravatar Christoph Hellwig 1-61/+68
2011-03-09xfs: clean up the xfs_alloc_compute_aligned calling conventionGravatar Christoph Hellwig 1-16/+13
2011-03-08Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextGravatar James Morris 1-4/+5
2011-03-07xfs: kill support/debug.[ch]Gravatar Dave Chinner 7-86/+40
2011-03-07xfs: Convert remaining cmn_err() callers to new APIGravatar Dave Chinner 20-238/+169
2011-03-07xfs: convert the quota debug prints to new APIGravatar Dave Chinner 1-15/+12
2011-03-07xfs: rename xfs_cmn_err_fsblock_zero()Gravatar Dave Chinner 1-5/+5
2011-03-07xfs: convert xfs_fs_cmn_err to new error logging APIGravatar Dave Chinner 13-85/+53
2011-03-07xfs: kill xfs_fs_mount_cmn_err() macroGravatar Dave Chinner 2-35/+43
2011-03-07xfs: kill xfs_fs_repair_cmn_err() macroGravatar Dave Chinner 4-29/+19
2011-03-07xfs: convert xfs_cmn_err to xfs_alert_tagGravatar Dave Chinner 9-74/+36
2011-03-07xfs: Convert xlog_warn to new logging interfaceGravatar Dave Chinner 6-189/+177
2011-03-07xfs: Convert linux-2.6/ files to new logging interfaceGravatar Dave Chinner 6-90/+76
2011-03-01xfs: zero proper structure size for geometry callsGravatar Alex Elder 1-3/+8
2011-03-02xfs: introduce new logging API.Gravatar Dave Chinner 4-0/+155