summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_super.c
Commit message (Expand)AuthorAgeFilesLines
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* pass writeback_control to ->write_inodeChristoph Hellwig2010-03-051-2/+2
* make sure data is on disk before calling ->write_inodeChristoph Hellwig2010-03-051-4/+0
* xfs: log changed inodes instead of writing them synchronouslyChristoph Hellwig2010-02-091-29/+82
* xfs: Use delayed write for inodes rather than async V2Dave Chinner2010-02-061-2/+2
* xfs: more reserved blocks fixupsEric Sandeen2010-02-081-14/+37
* xfs: don't hold onto reserved blocks on remount,roDave Chinner2010-01-261-0/+28
* xfs: Don't wake the aild once per secondDave Chinner2010-01-151-4/+3
* xfs: reclaim all inodes by background tree walksDave Chinner2010-01-151-8/+6
* xfs: event tracing supportChristoph Hellwig2009-12-141-101/+3
* xfs: cleanup dmapi macros in the umount pathChristoph Hellwig2009-12-111-20/+2
* xfs: reset the i_iolock lock class in the reclaim pathChristoph Hellwig2009-12-111-1/+14
* xfs: simplify inode teardownChristoph Hellwig2009-12-111-4/+30
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2009-10-091-18/+41
|\
| * xfs: cleanup ->sync_fsChristoph Hellwig2009-10-081-18/+18
| * xfs: implement ->dirty_inode to fix timestamp handlingChristoph Hellwig2009-10-081-0/+23
* | const: mark remaining super_operations constAlexey Dobriyan2009-09-221-2/+2
|/
* xfs: xfs_showargs() reports group *and* project quotas enabledAlex Elder2009-09-021-9/+13
* xfs: add more statics & drop some unused functionsEric Sandeen2009-08-311-1/+1
* block: rename CONFIG_LBD to CONFIG_LBDAFBartlomiej Zolnierkiewicz2009-06-191-1/+1
* Merge branch 'master' of git://oss.sgi.com/xfs/xfs into for-linusFelix Blyakher2009-06-121-23/+26
|\
| * xfs: use generic Posix ACL codeChristoph Hellwig2009-06-101-14/+0
| * xfs: split xfs_sync_inodesChristoph Hellwig2009-06-081-1/+12
| * xfs: kill xfs_qmopsChristoph Hellwig2009-06-081-8/+14
* | xfs: remove ->write_super and stop maintaining ->s_dirtChristoph Hellwig2009-06-111-12/+0
|/
* xfs: kill ino64 mount optionChristoph Hellwig2009-03-291-21/+3
* xfs: make symbols staticHannes Eder2009-03-061-3/+3
* xfs: only issues a cache flush on unmount if barriers are enabledChristoph Hellwig2009-03-041-5/+5
* xfs: get rid of indirections in the quotaops implementationChristoph Hellwig2009-02-091-60/+2
* xfs: remove uchar_t/ushort_t/uint_t/ulong_t typesChristoph Hellwig2009-02-091-1/+1
* xfs: merge xfs_inode_flush into xfs_fs_write_inodeChristoph Hellwig2009-02-041-6/+37
* xfs: fix bad_features2 fixups for the root filesystemChristoph Hellwig2009-01-191-1/+16
* filesystem freeze: add error handling of write_super_lockfs/unlockfsTakashi Sato2009-01-091-4/+4
* trivial: fix then -> than typos in comments and documentationFrederik Schwarzer2009-01-061-1/+1
* move vn_iowait / vn_iowake into xfs_aops.cChristoph Hellwig2008-12-041-1/+1
* kill xfs_unmount_flushChristoph Hellwig2008-12-041-5/+0
* remove leftovers of shared read-only supportChristoph Hellwig2008-12-041-29/+0
* kill dead inode flagsChristoph Hellwig2008-12-041-1/+0
* [XFS] remove xfs_vfsops.hChristoph Hellwig2008-12-011-1/+0
* [XFS] fix error inversion problems with data flushingDave Chinner2008-12-011-4/+9
* [XFS] fix spurious gcc warningsChristoph Hellwig2008-12-011-3/+2
* [XFS] fix biosize optionChristoph Hellwig2008-10-301-1/+1
* [XFS] fix the noquota mount optionChristoph Hellwig2008-10-301-0/+1
* [XFS] kill struct xfs_mount_argsChristoph Hellwig2008-10-301-310/+189
* [XFS] Allocate the struct xfs_ailDavid Chinner2008-10-301-14/+14
* [XFS] kill deleted inodes listDavid Chinner2008-10-301-2/+0
* [XFS] Fix build warning - xfs_fs_alloc_inode() needs a return statementLachlan McIlroy2008-10-301-0/+1
* [XFS] Prevent use-after-free caused by synchronous inode reclaimDavid Chinner2008-10-301-18/+14
* [XFS] Combine the XFS and Linux inodesDavid Chinner2008-10-301-29/+18
* [XFS] Never call mark_inode_dirty_sync() directlyDavid Chinner2008-10-301-1/+1
OpenPOWER on IntegriCloud