summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6
Commit message (Expand)AuthorAgeFilesLines
* stop using igrab in xfs_vn_linkChristoph Hellwig2008-12-041-6/+3
* kill xfs_buf_iostartChristoph Hellwig2008-12-042-56/+50
* remove unused behvavior cruft in xfs_super.hChristoph Hellwig2008-12-041-12/+0
* remove useless mnt_want_write call in xfs_writeChristoph Hellwig2008-12-041-9/+1
* [XFS] fix compile on 32 bit systemsChristoph Hellwig2008-12-043-4/+13
* [XFS] Reorder xfs_ioctl32.c for some tidinesssandeen@sandeen.net2008-12-021-42/+36
* [XFS] Hook up compat XFS_IOC_FSSETDM_BY_HANDLE ioctl handlersandeen@sandeen.net2008-12-022-1/+51
* [XFS] Hook up compat XFS_IOC_ATTRMULTI_BY_HANDLE ioctl handlersandeen@sandeen.net2008-12-024-7/+136
* [XFS] Hook up compat XFS_IOC_ATTRLIST_BY_HANDLE ioctl handlersandeen@sandeen.net2008-12-022-1/+147
* [XFS] Fix compat XFS_IOC_FSBULKSTAT_SINGLE ioctlsandeen@sandeen.net2008-12-021-3/+10
* [XFS] Fix xfs_bulkstat_one size checks & error handlingsandeen@sandeen.net2008-12-021-18/+26
* [XFS] Make the bulkstat_one compat ioctl handling more sanesandeen@sandeen.net2008-12-021-12/+24
* [XFS] Add compat handlers for data & rt growfs ioctlssandeen@sandeen.net2008-12-022-0/+54
* [XFS] Add compat handlers for swapext ioctlsandeen@sandeen.net2008-12-022-5/+69
* [XFS] Clean up some existing compat ioctl callssandeen@sandeen.net2008-12-023-91/+171
* [XFS] Move compat ioctl structs & numbers into xfs_ioctl32.hsandeen@sandeen.net2008-12-022-135/+150
* [XFS] Move copy_from_user calls out of ioctl helpers into ioctl switch.sandeen@sandeen.net2008-12-021-56/+53
* [XFS] kill XFS_DINODE_VERSION_ definesChristoph Hellwig2008-12-011-1/+1
* [XFS] remove xfs_vfsops.hChristoph Hellwig2008-12-012-2/+0
* [XFS] remove xfs_vfs.hChristoph Hellwig2008-12-014-46/+3
* [XFS] remove bhv_statvfs_t typedefChristoph Hellwig2008-12-011-2/+0
* [XFS] Hook up the fiemap ioctl.Eric Sandeen2008-12-011-0/+84
* [XFS] convert xfs_getbmap to take formatter functionsEric Sandeen2008-12-011-25/+39
* [XFS] fix error inversion problems with data flushingDave Chinner2008-12-013-8/+30
* [XFS] fix spurious gcc warningsChristoph Hellwig2008-12-012-4/+3
* [XFS] allow inode64 mount option on 32 bit systemsChristoph Hellwig2008-12-011-8/+2
* [XFS] wire up ->open for directoriesChristoph Hellwig2008-12-011-3/+31
* [XFS] Avoid using inodes that haven't been completely initialisedDave Chinner2008-11-102-3/+3
* CRED: Wrap task credential accesses in the XFS filesystemDavid Howells2008-10-312-2/+2
* [XFS] Fix race when looking up reclaimable inodesDavid Chinner2008-10-301-0/+1
* [XFS] remove restricted chown parameter from xfs linuxTim Shimmin2008-10-305-19/+1
* [XFS] kill sys_credChristoph Hellwig2008-10-305-21/+4
* [XFS] avoid all reclaimable inodes in xfs_sync_inodes_agDavid Chinner2008-10-301-57/+18
* [XFS] fix biosize optionChristoph Hellwig2008-10-301-1/+1
* [XFS] fix the noquota mount optionChristoph Hellwig2008-10-301-0/+1
* [XFS] kill struct xfs_mount_argsChristoph Hellwig2008-10-301-310/+189
* [XFS] Allocate the struct xfs_ailDavid Chinner2008-10-301-14/+14
* [XFS] Prevent looping in xfs_sync_inodes_agDavid Chinner2008-10-301-4/+22
* [XFS] kill deleted inodes listDavid Chinner2008-10-302-2/+6
* [XFS] use the inode radix tree for reclaiming inodesDavid Chinner2008-10-301-10/+71
* [XFS] mark inodes for reclaim via a tag in the inode radix treeDavid Chinner2008-10-302-0/+45
* [XFS] rename inode reclaim functionsDavid Chinner2008-10-302-7/+7
* [XFS] move inode reclaim functions to xfs_sync.cDavid Chinner2008-10-302-0/+94
* [XFS] Fix build warning - xfs_fs_alloc_inode() needs a return statementLachlan McIlroy2008-10-301-0/+1
* [XFS] Prevent use-after-free caused by synchronous inode reclaimDavid Chinner2008-10-301-18/+14
* [XFS] Combine the XFS and Linux inodesDavid Chinner2008-10-303-47/+32
* [XFS] Never call mark_inode_dirty_sync() directlyDavid Chinner2008-10-303-3/+3
* [XFS] fix instant oops with tracing enabledChristoph Hellwig2008-10-301-1/+1
* [XFS] Move remaining quiesce code.David Chinner2008-10-303-3/+59
* [XFS] Kill xfs_sync()David Chinner2008-10-302-138/+19
OpenPOWER on IntegriCloud