aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_mount.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-10xfs: fix per-ag reference counting in inode reclaim tree walkingDave Chinner1-0/+1
2010-10-18xfs: remove xfs_buf wrappersChristoph Hellwig1-1/+1
2010-10-18xfs: do not use xfs_mod_incore_sb_batch for per-cpu countersChristoph Hellwig1-79/+35
2010-10-18xfs: do not use xfs_mod_incore_sb for per-cpu countersChristoph Hellwig1-23/+9
2010-10-18xfs: remove XFS_MOUNT_NO_PERCPU_SBChristoph Hellwig1-25/+15
2010-10-18xfs: convert buffer cache hash to rbtreeDave Chinner1-0/+2
2010-10-18xfs: serialise inode reclaim within an AGDave Chinner1-0/+1
2010-10-18xfs: split inode AG walking into separate code for reclaimDave Chinner1-0/+26
2010-10-18xfs: use unhashed buffers for size checksDave Chinner1-23/+16
2010-10-18xfs: kill XBF_FS_MANAGED buffersDave Chinner1-39/+16
2010-10-18xfs: lockless per-ag lookupsDave Chinner1-8/+17
2010-10-18xfs: remove debug assert for per-ag reference countingDave Chinner1-2/+0
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig1-2/+0
2010-07-26xfs: drop dmapi hooksChristoph Hellwig1-1/+0
2010-06-24xfs: remove block number from inode lookup codeDave Chinner1-1/+1
2010-05-28xfs: fix access to upper inodes without inode64Christoph Hellwig1-31/+21
2010-05-28xfs: fix might_sleep() warning when initialising per-ag treeDave Chinner1-1/+1
2010-05-28xfs: replace E2BIG with EFBIG where appropriateEric Sandeen1-7/+7
2010-05-19xfs: remove dead XFS_LOUD_RECOVERY codeChristoph Hellwig1-7/+0
2010-03-05xfs: Increase the default size of the reserved blocks poolDave Chinner1-20/+29
2010-03-01xfs: merge xfs_lrw.c into xfs_file.cChristoph Hellwig1-0/+20
2010-02-06xfs: Use delayed write for inodes rather than async V2Dave Chinner1-1/+12
2010-02-08xfs: more reserved blocks fixupsEric Sandeen1-11/+23
2010-01-21xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig1-2/+2
2010-01-21xfs: remove duplicate buffer flagsChristoph Hellwig1-2/+2
2010-01-20xfs: rearrange xfs_mod_sb() to avoid array subscript warningDave Chinner1-4/+3
2010-01-15xfs: embed the pagb_list array in the perag structureDave Chinner1-2/+1
2010-01-15xfs: handle ENOMEM correctly during initialisation of perag structuresDave Chinner1-4/+17
2010-01-15xfs: Add trace points for per-ag refcount debugging.Dave Chinner1-0/+34
2010-01-15xfs: Reference count per-ag structuresDave Chinner1-0/+1
2010-01-15xfs: Replace per-ag array with a radix treeDave Chinner1-15/+48
2010-01-15xfs: convert remaining direct references to m_peragDave Chinner1-3/+6
2009-12-14xfs: event tracing supportChristoph Hellwig1-0/+2
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-6/+6
2009-12-11xfs: kill the STATIC_INLINE macroChristoph Hellwig1-4/+4
2009-12-11xfs: simplify xfs_buf_get / xfs_buf_read interfacesChristoph Hellwig1-4/+4
2009-12-11xfs: I/O completion handlers must use NOFS allocationsChristoph Hellwig1-1/+1
2009-10-03this_cpu: xfs_icsb_modify_counters does not need "cpu" variableChristoph Lameter1-6/+6
2009-08-31xfs: add more statics & drop some unused functionsEric Sandeen1-1/+1
2009-06-08xfs: remove unused parameter from xfs_reclaim_inodesDave Chinner1-1/+1
2009-06-08xfs: kill xfs_qmopsChristoph Hellwig1-17/+86
2009-04-29xfs: add more checks to superblock validationOlaf Weber1-0/+3
2009-03-30xfs: cleanup uuid handlingChristoph Hellwig1-41/+83
2009-03-29xfs: remove m_attroffsetChristoph Hellwig1-21/+16
2009-03-29xfs: fix various typosMalcolm Parsons1-4/+4
2009-03-29xfs: remove m_litinoChristoph Hellwig1-1/+0
2009-03-16xfs: cleanup log unmount handlingChristoph Hellwig1-2/+3
2009-02-04xfs: make sure to free the real-time inodes in the mount error pathChristoph Hellwig1-8/+7
2009-02-04xfs: cleanup error handling in xfs_mountfs:Christoph Hellwig1-42/+35
2009-01-19xfs: fix bad_features2 fixups for the root filesystemChristoph Hellwig1-13/+13