aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_super.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-3/+0
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-60/+7
* xfs: convert inode shrinker to per-filesystem contextsDave Chinner2010-07-201-2/+0
* Merge branch 'delayed-logging-for-2.6.35' into for-linusAlex Elder2010-05-241-1/+11
|\
| * xfs: Introduce delayed logging core codeDave Chinner2010-05-241-0/+10
| * xfs: Clean up XFS_BLI_* flag namespaceDave Chinner2010-05-241-1/+1
* | Merge branch 'master' into for-2.6.35Jens Axboe2010-05-211-4/+11
|\ \ | |/
| * xfs: wait for direct I/O to complete in fsync and write_inodeChristoph Hellwig2010-05-191-0/+1
| * xfs: add blockdev name to kthreadsJan Engelhardt2010-05-191-4/+5
| * xfs: add a shrinker to background inode reclaimDave Chinner2010-04-291-0/+5
* | blkdev: generalize flags for blkdev_issue_fn functionsDmitry Monakhov2010-04-281-1/+2
|/
* 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