summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_mount.c
AgeCommit message (Expand)Author
2010-05-19xfs: remove dead XFS_LOUD_RECOVERY codeChristoph Hellwig
2010-03-05xfs: Increase the default size of the reserved blocks poolDave Chinner
2010-03-01xfs: merge xfs_lrw.c into xfs_file.cChristoph Hellwig
2010-02-06xfs: Use delayed write for inodes rather than async V2Dave Chinner
2010-02-08xfs: more reserved blocks fixupsEric Sandeen
2010-01-21xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig
2010-01-21xfs: remove duplicate buffer flagsChristoph Hellwig
2010-01-20xfs: rearrange xfs_mod_sb() to avoid array subscript warningDave Chinner
2010-01-15xfs: embed the pagb_list array in the perag structureDave Chinner
2010-01-15xfs: handle ENOMEM correctly during initialisation of perag structuresDave Chinner
2010-01-15xfs: Add trace points for per-ag refcount debugging.Dave Chinner
2010-01-15xfs: Reference count per-ag structuresDave Chinner
2010-01-15xfs: Replace per-ag array with a radix treeDave Chinner
2010-01-15xfs: convert remaining direct references to m_peragDave Chinner
2009-12-14xfs: event tracing supportChristoph Hellwig
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-12-11xfs: kill the STATIC_INLINE macroChristoph Hellwig
2009-12-11xfs: simplify xfs_buf_get / xfs_buf_read interfacesChristoph Hellwig
2009-12-11xfs: I/O completion handlers must use NOFS allocationsChristoph Hellwig
2009-10-03this_cpu: xfs_icsb_modify_counters does not need "cpu" variableChristoph Lameter
2009-08-31xfs: add more statics & drop some unused functionsEric Sandeen
2009-06-08xfs: remove unused parameter from xfs_reclaim_inodesDave Chinner
2009-06-08xfs: kill xfs_qmopsChristoph Hellwig
2009-04-29xfs: add more checks to superblock validationOlaf Weber
2009-03-30xfs: cleanup uuid handlingChristoph Hellwig
2009-03-29xfs: remove m_attroffsetChristoph Hellwig
2009-03-29xfs: fix various typosMalcolm Parsons
2009-03-29xfs: remove m_litinoChristoph Hellwig
2009-03-16xfs: cleanup log unmount handlingChristoph Hellwig
2009-02-04xfs: make sure to free the real-time inodes in the mount error pathChristoph Hellwig
2009-02-04xfs: cleanup error handling in xfs_mountfs:Christoph Hellwig
2009-01-19xfs: fix bad_features2 fixups for the root filesystemChristoph Hellwig
2008-12-04kill xfs_unmount_flushChristoph Hellwig
2008-12-04remove leftovers of shared read-only supportChristoph Hellwig
2008-12-01[XFS] kill xfs_dinode_core_tChristoph Hellwig
2008-10-30[XFS] kill deleted inodes listDavid Chinner
2008-10-30[XFS] rename inode reclaim functionsDavid Chinner
2008-10-30[XFS] remove the mount inode listDavid Chinner
2008-10-30[XFS] Cleanup maxrecs calculation.Christoph Hellwig
2008-10-30[XFS] Remove xfs_iflush_all and clean up xfs_finish_reclaim_all()David Chinner
2008-10-30[XFS] Fix use-after-free with log and quotasLachlan McIlroy
2008-08-13[XFS] use KM_MAYFAIL in xfs_mountfsChristoph Hellwig
2008-08-13[XFS] refactor xfs_mount_freeChristoph Hellwig
2008-08-13[XFS] don't call xfs_freesb from xfs_unmountfsChristoph Hellwig
2008-08-13[XFS] xfs_unmountfs should return voidChristoph Hellwig
2008-08-13[XFS] cleanup xfs_mountfsChristoph Hellwig
2008-08-13[XFS] move root inode IRELE into xfs_unmountfsChristoph Hellwig
2008-08-13[XFS] kill INDUCE_IO_ERRORChristoph Hellwig
2008-08-13[XFS] don't leak m_fsname/m_rtname/m_lognameChristoph Hellwig
2008-07-28[XFS] Don't assert if trying to mount with blocksize > pagesizeLachlan McIlroy