aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-2/+2
2010-03-05make sure data is on disk before calling ->write_inodeChristoph Hellwig1-4/+0
2010-02-09xfs: log changed inodes instead of writing them synchronouslyChristoph Hellwig1-29/+82
2010-02-06xfs: Use delayed write for inodes rather than async V2Dave Chinner1-2/+2
2010-02-08xfs: more reserved blocks fixupsEric Sandeen1-14/+37
2010-01-26xfs: don't hold onto reserved blocks on remount,roDave Chinner1-0/+28
2010-01-15xfs: Don't wake the aild once per secondDave Chinner1-4/+3
2010-01-15xfs: reclaim all inodes by background tree walksDave Chinner1-8/+6
2009-12-14xfs: event tracing supportChristoph Hellwig1-101/+3
2009-12-11xfs: cleanup dmapi macros in the umount pathChristoph Hellwig1-20/+2
2009-12-11xfs: reset the i_iolock lock class in the reclaim pathChristoph Hellwig1-1/+14
2009-12-11xfs: simplify inode teardownChristoph Hellwig1-4/+30
2009-10-09Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-18/+41
2009-10-08xfs: cleanup ->sync_fsChristoph Hellwig1-18/+18
2009-10-08xfs: implement ->dirty_inode to fix timestamp handlingChristoph Hellwig1-0/+23
2009-09-22const: mark remaining super_operations constAlexey Dobriyan1-2/+2
2009-09-02xfs: xfs_showargs() reports group *and* project quotas enabledAlex Elder1-9/+13
2009-08-31xfs: add more statics & drop some unused functionsEric Sandeen1-1/+1
2009-06-19block: rename CONFIG_LBD to CONFIG_LBDAFBartlomiej Zolnierkiewicz1-1/+1
2009-06-12Merge branch 'master' of git://oss.sgi.com/xfs/xfs into for-linusFelix Blyakher1-23/+26
2009-06-11xfs: remove ->write_super and stop maintaining ->s_dirtChristoph Hellwig1-12/+0
2009-06-10xfs: use generic Posix ACL codeChristoph Hellwig1-14/+0
2009-06-08xfs: split xfs_sync_inodesChristoph Hellwig1-1/+12
2009-06-08xfs: kill xfs_qmopsChristoph Hellwig1-8/+14
2009-03-29xfs: kill ino64 mount optionChristoph Hellwig1-21/+3
2009-03-06xfs: make symbols staticHannes Eder1-3/+3
2009-03-04xfs: only issues a cache flush on unmount if barriers are enabledChristoph Hellwig1-5/+5
2009-02-09xfs: get rid of indirections in the quotaops implementationChristoph Hellwig1-60/+2
2009-02-09xfs: remove uchar_t/ushort_t/uint_t/ulong_t typesChristoph Hellwig1-1/+1
2009-02-04xfs: merge xfs_inode_flush into xfs_fs_write_inodeChristoph Hellwig1-6/+37
2009-01-19xfs: fix bad_features2 fixups for the root filesystemChristoph Hellwig1-1/+16
2009-01-09filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato1-4/+4
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-1/+1
2008-12-04move vn_iowait / vn_iowake into xfs_aops.cChristoph Hellwig1-1/+1
2008-12-04kill xfs_unmount_flushChristoph Hellwig1-5/+0
2008-12-04remove leftovers of shared read-only supportChristoph Hellwig1-29/+0
2008-12-04kill dead inode flagsChristoph Hellwig1-1/+0
2008-12-01[XFS] remove xfs_vfsops.hChristoph Hellwig1-1/+0
2008-12-01[XFS] fix error inversion problems with data flushingDave Chinner1-4/+9
2008-12-01[XFS] fix spurious gcc warningsChristoph Hellwig1-3/+2
2008-10-30[XFS] fix biosize optionChristoph Hellwig1-1/+1
2008-10-30[XFS] fix the noquota mount optionChristoph Hellwig1-0/+1
2008-10-30[XFS] kill struct xfs_mount_argsChristoph Hellwig1-310/+189
2008-10-30[XFS] Allocate the struct xfs_ailDavid Chinner1-14/+14
2008-10-30[XFS] kill deleted inodes listDavid Chinner1-2/+0
2008-10-30[XFS] Fix build warning - xfs_fs_alloc_inode() needs a return statementLachlan McIlroy1-0/+1
2008-10-30[XFS] Prevent use-after-free caused by synchronous inode reclaimDavid Chinner1-18/+14
2008-10-30[XFS] Combine the XFS and Linux inodesDavid Chinner1-29/+18
2008-10-30[XFS] Never call mark_inode_dirty_sync() directlyDavid Chinner1-1/+1