aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-12xfs: remove subdirectoriesChristoph Hellwig1-1773/+0
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-10/+17
2011-07-20xfs: make use of new shrinker callout for the inode cacheDave Chinner1-9/+17
2011-07-13xfs: remove leftovers of the old btree tracing codeChristoph Hellwig1-1/+0
2011-07-13xfs: start periodic workers laterChristoph Hellwig1-21/+14
2011-06-16xfs: make log devices with write back caches workChristoph Hellwig1-75/+0
2011-05-27fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig1-1/+2
2011-05-24xfs: add online discard supportChristoph Hellwig1-2/+16
2011-05-19xfs: fix duplicate workqueue initialisationDave Chinner1-4/+0
2011-04-11xfs_destroy_workqueues() should not be tagged with__exitLuck, Tony1-1/+1
2011-04-08xfs: convert the xfsaild threads to a workqueueDave Chinner1-84/+43
2011-04-08xfs: convert ENOSPC inode flushing to use new syncd workqueueDave Chinner1-2/+0
2011-04-08xfs: introduce a xfssyncd workqueueDave Chinner1-13/+17
2011-03-26xfs: register the inode cache shrinker before quotachecksDave Chinner1-10/+24
2011-03-26xfs: introduce inode cluster buffer trylocks for xfs_iflushDave Chinner1-1/+1
2011-03-07xfs: Convert linux-2.6/ files to new logging interfaceDave Chinner1-70/+57
2011-02-22xfs: enable delaylog by defaultChristoph Hellwig1-0/+1
2011-01-14Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-1/+1
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+3
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2011-01-11xfs: ensure log covering transactions are synchronousDave Chinner1-1/+1
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-3/+0
2010-12-17xfs: reduce the number of AIL push wakeupsDave Chinner1-4/+16
2010-12-23xfs: provide a inode iolock lockdep classDave Chinner1-0/+2
2010-11-27Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into for-2.6.38/coreJens Axboe1-2/+3
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo1-1/+2
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo1-1/+1
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