aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-3/+0
2010-11-10xfs: remove experimental tag from the delaylog optionChristoph Hellwig1-3/+0
2010-11-01tree-wide: fix comment/printk typosUwe Kleine-König1-1/+1
2010-10-29new helper: mount_bdev()Al Viro1-7/+5
2010-10-25fs: kill block_prepare_writeChristoph Hellwig1-1/+1
2010-10-22Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-13/+11
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe1-2/+7
2010-10-18xfs: remove xfs_buf wrappersChristoph Hellwig1-1/+1
2010-10-18xfs: remove xfs_version.hChristoph Hellwig1-1/+0
2010-10-18xfs: remove XFS_MOUNT_NO_PERCPU_SBChristoph Hellwig1-2/+4
2010-10-18xfs: store xfs_mount in the buftarg instead of in the xfs_bufDave Chinner1-3/+5
2010-10-18xfs: don't use vfs writeback for pure metadata modificationsDave Chinner1-6/+1
2010-09-16block: remove BLKDEV_IFL_WAITChristoph Hellwig1-2/+1
2010-08-24xfs: dummy transactions should not dirty VFS stateDave Chinner1-1/+1
2010-08-24xfs: ensure f_ffree returned by statfs() is non-negativeStuart Brodsky1-1/+6
2010-08-09convert remaining ->clear_inode() to ->evict_inode()Al Viro1-3/+5
2010-07-26xfs: remove obsolete osyncisosync mount optionChristoph Hellwig1-6/+4
2010-07-26xfs: move inode shrinker unregister even earlierDave Chinner1-5/+5
2010-07-26xfs: unregister inode shrinker before freeing filesystem structuresDave Chinner1-1/+5
2010-07-26xfs: split xfs_itrace_entryChristoph Hellwig1-3/+4
2010-07-26xfs: remove explicit xfs_sync_data/xfs_sync_attr calls on umountChristoph Hellwig1-12/+0
2010-07-26xfs: avoid synchronous transaction in xfs_fs_write_inodeChristoph Hellwig1-30/+22
2010-07-26xfs: simplify inode to transaction joiningChristoph Hellwig1-2/+1
2010-07-26xfs: simplify log item descriptor trackingChristoph Hellwig1-1/+10
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig1-3/+0
2010-07-26xfs: drop dmapi hooksChristoph Hellwig1-60/+7
2010-07-20xfs: convert inode shrinker to per-filesystem contextsDave Chinner1-2/+0
2010-05-24Merge branch 'delayed-logging-for-2.6.35' into for-linusAlex Elder1-1/+11
2010-05-24xfs: Introduce delayed logging core codeDave Chinner1-0/+10
2010-05-24xfs: Clean up XFS_BLI_* flag namespaceDave Chinner1-1/+1
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe1-4/+11
2010-05-19xfs: wait for direct I/O to complete in fsync and write_inodeChristoph Hellwig1-0/+1
2010-05-19xfs: add blockdev name to kthreadsJan Engelhardt1-4/+5
2010-04-29xfs: add a shrinker to background inode reclaimDave Chinner1-0/+5
2010-04-28blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov1-1/+2
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