summaryrefslogtreecommitdiff
path: root/fs/xfs/linux-2.6/xfs_super.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-15xfs: reclaim all inodes by background tree walksDave Chinner1-8/+6
2009-12-15xfs: event tracing supportChristoph Hellwig1-101/+3
2009-12-12xfs: cleanup dmapi macros in the umount pathChristoph Hellwig1-20/+2
2009-12-12xfs: reset the i_iolock lock class in the reclaim pathChristoph Hellwig1-1/+14
2009-12-12xfs: simplify inode teardownChristoph Hellwig1-4/+30
2009-10-10Merge 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-03xfs: 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-13Merge branch 'master' of git://oss.sgi.com/xfs/xfs into for-linusFelix Blyakher1-23/+26
2009-06-12xfs: 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-07xfs: 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-10filesystem 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
2008-10-30[XFS] Move remaining quiesce code.David Chinner1-3/+3
2008-10-30[XFS] Kill SYNC_CLOSEDavid Chinner1-10/+0
2008-10-30[XFS] make SYNC_DELWRI no longer use xfs_syncDavid Chinner1-19/+6
2008-10-30[XFS] make SYNC_ATTR no longer use xfs_syncDavid Chinner1-1/+2
2008-10-30[XFS] move xfssyncd code to xfs_sync.cDavid Chinner1-148/+3
2008-10-30[XFS] move sync code to its own fileDavid Chinner1-0/+1
2008-10-30[XFS] make btree tracing genericChristoph Hellwig1-4/+20
2008-10-30[XFS] Remove kmem_zone_t argument from xfs_inode_init_once()Lachlan McIlroy1-1/+0