aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_super.c
Commit message (Expand)AuthorAgeFilesLines
* getting newer filesystem code workingWolfgang Wiedmeyer2015-10-231-1720/+0
* xfs: log the inode in ->write_inode calls for kupdateChristoph Hellwig2012-01-061-25/+5
* xfs: fix ->write_inode return valuesChristoph Hellwig2011-11-261-25/+9
* xfs: revert to using a kthread for AIL pushingChristoph Hellwig2011-10-251-12/+1
* xfs: start periodic workers laterChristoph Hellwig2011-10-251-21/+14
* xfs: make log devices with write back caches workChristoph Hellwig2011-06-161-75/+0
* fs: pass exact type of data dirties to ->dirty_inodeChristoph Hellwig2011-05-271-1/+2
* xfs: add online discard supportChristoph Hellwig2011-05-241-2/+16
* xfs: fix duplicate workqueue initialisationDave Chinner2011-05-191-4/+0
* xfs_destroy_workqueues() should not be tagged with__exitLuck, Tony2011-04-111-1/+1
* xfs: convert the xfsaild threads to a workqueueDave Chinner2011-04-081-84/+43
* xfs: convert ENOSPC inode flushing to use new syncd workqueueDave Chinner2011-04-081-2/+0
* xfs: introduce a xfssyncd workqueueDave Chinner2011-04-081-13/+17
* xfs: register the inode cache shrinker before quotachecksDave Chinner2011-03-261-10/+24
* xfs: introduce inode cluster buffer trylocks for xfs_iflushDave Chinner2011-03-261-1/+1
* xfs: Convert linux-2.6/ files to new logging interfaceDave Chinner2011-03-071-70/+57
* xfs: enable delaylog by defaultChristoph Hellwig2011-02-221-0/+1
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-01-141-1/+1
|\
| * xfs: ensure log covering transactions are synchronousDave Chinner2011-01-111-1/+1
* | Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-131-2/+3
|\ \
| * \ Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/...Jens Axboe2010-11-271-2/+3
| |\ \
| | * | block: clean up blkdev_get() wrappers and their usersTejun Heo2010-11-131-1/+2
| | * | block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-131-1/+1
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-131-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'master' into for-nextJiri Kosina2010-12-221-3/+0
| |\ \ \ | | |/ /
| * | | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
| | |/ | |/|
* | | xfs: reduce the number of AIL push wakeupsDave Chinner2010-12-171-4/+16
* | | xfs: provide a inode iolock lockdep classDave Chinner2010-12-231-0/+2
| |/ |/|
* | xfs: remove experimental tag from the delaylog optionChristoph Hellwig2010-11-101-3/+0
|/
* new helper: mount_bdev()Al Viro2010-10-291-7/+5
* fs: kill block_prepare_writeChristoph Hellwig2010-10-251-1/+1
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2010-10-221-13/+11
|\
| * xfs: remove xfs_buf wrappersChristoph Hellwig2010-10-181-1/+1
| * xfs: remove xfs_version.hChristoph Hellwig2010-10-181-1/+0
| * xfs: remove XFS_MOUNT_NO_PERCPU_SBChristoph Hellwig2010-10-181-2/+4
| * xfs: store xfs_mount in the buftarg instead of in the xfs_bufDave Chinner2010-10-181-3/+5
| * xfs: don't use vfs writeback for pure metadata modificationsDave Chinner2010-10-181-6/+1
* | Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe2010-10-191-2/+7
|\ \ | |/
| * xfs: dummy transactions should not dirty VFS stateDave Chinner2010-08-241-1/+1
| * xfs: ensure f_ffree returned by statfs() is non-negativeStuart Brodsky2010-08-241-1/+6
* | block: remove BLKDEV_IFL_WAITChristoph Hellwig2010-09-161-2/+1
|/
* convert remaining ->clear_inode() to ->evict_inode()Al Viro2010-08-091-3/+5
* xfs: remove obsolete osyncisosync mount optionChristoph Hellwig2010-07-261-6/+4
* xfs: move inode shrinker unregister even earlierDave Chinner2010-07-261-5/+5
* xfs: unregister inode shrinker before freeing filesystem structuresDave Chinner2010-07-261-1/+5
* xfs: split xfs_itrace_entryChristoph Hellwig2010-07-261-3/+4
* xfs: remove explicit xfs_sync_data/xfs_sync_attr calls on umountChristoph Hellwig2010-07-261-12/+0
* xfs: avoid synchronous transaction in xfs_fs_write_inodeChristoph Hellwig2010-07-261-30/+22
* xfs: simplify inode to transaction joiningChristoph Hellwig2010-07-261-2/+1
* xfs: simplify log item descriptor trackingChristoph Hellwig2010-07-261-1/+10