summaryrefslogtreecommitdiff
path: root/fs/xfs/linux-2.6
AgeCommit message (Expand)Author
2008-12-01[XFS] fix error inversion problems with data flushingDave Chinner
2008-12-01[XFS] fix spurious gcc warningsChristoph Hellwig
2008-12-01[XFS] allow inode64 mount option on 32 bit systemsChristoph Hellwig
2008-12-01[XFS] wire up ->open for directoriesChristoph Hellwig
2008-11-10[XFS] Avoid using inodes that haven't been completely initialisedDave Chinner
2008-10-31CRED: Wrap task credential accesses in the XFS filesystemDavid Howells
2008-10-30[XFS] Fix race when looking up reclaimable inodesDavid Chinner
2008-10-30[XFS] remove restricted chown parameter from xfs linuxTim Shimmin
2008-10-30[XFS] kill sys_credChristoph Hellwig
2008-10-30[XFS] avoid all reclaimable inodes in xfs_sync_inodes_agDavid Chinner
2008-10-30[XFS] fix biosize optionChristoph Hellwig
2008-10-30[XFS] fix the noquota mount optionChristoph Hellwig
2008-10-30[XFS] kill struct xfs_mount_argsChristoph Hellwig
2008-10-30[XFS] Allocate the struct xfs_ailDavid Chinner
2008-10-30[XFS] Prevent looping in xfs_sync_inodes_agDavid Chinner
2008-10-30[XFS] kill deleted inodes listDavid Chinner
2008-10-30[XFS] use the inode radix tree for reclaiming inodesDavid Chinner
2008-10-30[XFS] mark inodes for reclaim via a tag in the inode radix treeDavid Chinner
2008-10-30[XFS] rename inode reclaim functionsDavid Chinner
2008-10-30[XFS] move inode reclaim functions to xfs_sync.cDavid Chinner
2008-10-30[XFS] Fix build warning - xfs_fs_alloc_inode() needs a return statementLachlan McIlroy
2008-10-30[XFS] Prevent use-after-free caused by synchronous inode reclaimDavid Chinner
2008-10-30[XFS] Combine the XFS and Linux inodesDavid Chinner
2008-10-30[XFS] Never call mark_inode_dirty_sync() directlyDavid Chinner
2008-10-30[XFS] fix instant oops with tracing enabledChristoph Hellwig
2008-10-30[XFS] Move remaining quiesce code.David Chinner
2008-10-30[XFS] Kill xfs_sync()David Chinner
2008-10-30[XFS] Kill SYNC_CLOSEDavid Chinner
2008-10-30[XFS] make SYNC_DELWRI no longer use xfs_syncDavid Chinner
2008-10-30[XFS] make SYNC_ATTR no longer use xfs_syncDavid Chinner
2008-10-30[XFS] xfssyncd: don't call xfs_syncDavid Chinner
2008-10-30[XFS] kill xfs_syncsubDavid Chinner
2008-10-30[XFS] use xfs_sync_inodes rather than xfs_syncsubDavid Chinner
2008-10-30[XFS] Use struct inodes instead of vnodes to kill vn_grabDavid Chinner
2008-10-30[XFS] split out two helpers from xfs_syncsubChristoph Hellwig
2008-10-30[XFS] Use the inode tree for finding dirty inodesDavid Chinner
2008-10-30[XFS] Remove xfs_iflush_all and clean up xfs_finish_reclaim_all()David Chinner
2008-10-30[XFS] move xfssyncd code to xfs_sync.cDavid Chinner
2008-10-30[XFS] move sync code to its own fileDavid Chinner
2008-10-30[XFS] make btree tracing genericChristoph Hellwig
2008-10-30[XFS] add new btree statisticsDavid Chinner
2008-10-30[XFS] Remove kmem_zone_t argument from xfs_inode_init_once()Lachlan McIlroy
2008-10-30[XFS] Make use of the init-once slab optimisation.David Chinner
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/bdevLinus Torvalds
2008-10-23[PATCH] Remove XFS buffered readdir hackDavid Woodhouse
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig
2008-10-21[PATCH] propagate mode through open_bdev_excl/close_bdev_exclAl Viro
2008-10-15xfs: fix remount rw with unrecognized optionsChristoph Hellwig
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse
2008-10-10Fix barrier fail detection in XFSChristoph Hellwig