summaryrefslogtreecommitdiff
path: root/fs/xfs/linux-2.6/xfs_super.c
AgeCommit message (Expand)Author
2010-07-15Merge remote branch 'vfs/for-next'Stephen Rothwell
2010-07-13xfs: move inode shrinker unregister even earlierDave Chinner
2010-07-13xfs: unregister inode shrinker before freeing filesystem structuresDave Chinner
2010-07-05convert remaining ->clear_inode() to ->evict_inode()Al Viro
2010-06-24xfs: split xfs_itrace_entryChristoph Hellwig
2010-06-24xfs: remove explicit xfs_sync_data/xfs_sync_attr calls on umountChristoph Hellwig
2010-06-24xfs: avoid synchronous transaction in xfs_fs_write_inodeChristoph Hellwig
2010-06-24xfs: simplify inode to transaction joiningChristoph Hellwig
2010-06-23xfs: simplify log item descriptor trackingChristoph Hellwig
2010-06-23xfs: remove unneeded #include statementsChristoph Hellwig
2010-06-23xfs: drop dmapi hooksChristoph Hellwig
2010-05-24Merge branch 'delayed-logging-for-2.6.35' into for-linusAlex Elder
2010-05-24xfs: Introduce delayed logging core codeDave Chinner
2010-05-24xfs: Clean up XFS_BLI_* flag namespaceDave Chinner
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe
2010-05-19xfs: wait for direct I/O to complete in fsync and write_inodeChristoph Hellwig
2010-05-19xfs: add blockdev name to kthreadsJan Engelhardt
2010-04-29xfs: add a shrinker to background inode reclaimDave Chinner
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig
2010-03-05make sure data is on disk before calling ->write_inodeChristoph Hellwig
2010-02-09xfs: log changed inodes instead of writing them synchronouslyChristoph Hellwig
2010-02-06xfs: Use delayed write for inodes rather than async V2Dave Chinner
2010-02-08xfs: more reserved blocks fixupsEric Sandeen
2010-01-26xfs: don't hold onto reserved blocks on remount,roDave Chinner
2010-01-15xfs: Don't wake the aild once per secondDave Chinner
2010-01-15xfs: reclaim all inodes by background tree walksDave Chinner
2009-12-14xfs: event tracing supportChristoph Hellwig
2009-12-11xfs: cleanup dmapi macros in the umount pathChristoph Hellwig
2009-12-11xfs: reset the i_iolock lock class in the reclaim pathChristoph Hellwig
2009-12-11xfs: simplify inode teardownChristoph Hellwig
2009-10-09Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds
2009-10-08xfs: cleanup ->sync_fsChristoph Hellwig
2009-10-08xfs: implement ->dirty_inode to fix timestamp handlingChristoph Hellwig
2009-09-22const: mark remaining super_operations constAlexey Dobriyan
2009-09-02xfs: xfs_showargs() reports group *and* project quotas enabledAlex Elder
2009-08-31xfs: add more statics & drop some unused functionsEric Sandeen
2009-06-19block: rename CONFIG_LBD to CONFIG_LBDAFBartlomiej Zolnierkiewicz
2009-06-12Merge branch 'master' of git://oss.sgi.com/xfs/xfs into for-linusFelix Blyakher
2009-06-11xfs: remove ->write_super and stop maintaining ->s_dirtChristoph Hellwig
2009-06-10xfs: use generic Posix ACL codeChristoph Hellwig
2009-06-08xfs: split xfs_sync_inodesChristoph Hellwig
2009-06-08xfs: kill xfs_qmopsChristoph Hellwig
2009-03-29xfs: kill ino64 mount optionChristoph Hellwig
2009-03-06xfs: make symbols staticHannes Eder
2009-03-04xfs: only issues a cache flush on unmount if barriers are enabledChristoph Hellwig
2009-02-09xfs: get rid of indirections in the quotaops implementationChristoph Hellwig
2009-02-09xfs: remove uchar_t/ushort_t/uint_t/ulong_t typesChristoph Hellwig
2009-02-04xfs: merge xfs_inode_flush into xfs_fs_write_inodeChristoph Hellwig