aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-02[XFS] Add compat handlers for data & rt growfs ioctlssandeen@sandeen.net2-0/+54
2008-12-02[XFS] Add compat handlers for swapext ioctlsandeen@sandeen.net2-5/+69
2008-12-02[XFS] Clean up some existing compat ioctl callssandeen@sandeen.net3-91/+171
2008-12-02[XFS] Move compat ioctl structs & numbers into xfs_ioctl32.hsandeen@sandeen.net3-139/+150
2008-12-02[XFS] Move copy_from_user calls out of ioctl helpers into ioctl switch.sandeen@sandeen.net5-64/+63
2008-12-01[XFS] fix error handling in xlog_recover_process_one_iunlinkChristoph Hellwig1-13/+5
2008-12-01[XFS] move inode allocation out xfs_ireadChristoph Hellwig3-104/+91
2008-12-01[XFS] kill the XFS_IMAP_BULKSTAT flagChristoph Hellwig5-11/+5
2008-12-01[XFS] embededd struct xfs_imap into xfs_inodeChristoph Hellwig7-71/+33
2008-12-01[XFS] merge xfs_imap into xfs_dilocateChristoph Hellwig5-120/+88
2008-12-01[XFS] remove dead code for old inode item recoveryChristoph Hellwig4-33/+10
2008-12-01[XFS] stop using xfs_itobp in xfs_ireadChristoph Hellwig3-49/+37
2008-12-01[XFS] split up xlog_recover_process_iunlinksChristoph Hellwig1-68/+66
2008-12-01[XFS] kill XFS_DINODE_VERSION_ definesChristoph Hellwig7-25/+20
2008-12-01[XFS] kill xfs_dinode_core_tChristoph Hellwig9-141/+124
2008-12-01[XFS] kill xfs_ialloc_log_diChristoph Hellwig2-99/+10
2008-12-01[XFS] sanitize xlog_in_core_t definitionChristoph Hellwig3-46/+19
2008-12-01[XFS] factor out xfs_read_agf helperFrom: Christoph Hellwig3-36/+61
2008-12-01[XFS] factor out xfs_read_agi helperChristoph Hellwig4-135/+98
2008-12-01[XFS] remove i_gen from incore inodeDave Chinner3-38/+4
2008-12-01[XFS] remove xfs_vfsops.hChristoph Hellwig4-17/+0
2008-12-01[XFS] remove xfs_vfs.hChristoph Hellwig5-46/+13
2008-12-01[XFS] remove bhv_statvfs_t typedefChristoph Hellwig3-5/+3
2008-12-01[XFS] Hook up the fiemap ioctl.Eric Sandeen1-0/+84
2008-12-01[XFS] Add new getbmap flags.Eric Sandeen2-15/+37
2008-12-01[XFS] convert xfs_getbmap to take formatter functionsEric Sandeen4-78/+71
2008-12-01[XFS] fix uninitialised variable bug in dquot release.Dave Chinner1-21/+18
2008-12-01[XFS] fix error inversion problems with data flushingDave Chinner5-9/+32
2008-12-01[XFS] fix spurious gcc warningsChristoph Hellwig2-4/+3
2008-12-01[XFS] allow inode64 mount option on 32 bit systemsChristoph Hellwig1-8/+2
2008-12-01[XFS] wire up ->open for directoriesChristoph Hellwig3-26/+31
2008-12-01[XFS] fix NULL pointer dereference in xfs_log_force_umountChristoph Hellwig1-2/+5
2008-11-17[XFS] Fix double free of log ticketsDave Chinner8-19/+66
2008-11-14Merge branch 'master' into nextJames Morris6-7/+58
2008-11-14CRED: Pass credentials through dentry_open()David Howells1-1/+2
2008-11-14CRED: Separate task security context from task_structDavid Howells4-11/+9
2008-11-14CRED: Wrap task credential accesses in the XFS filesystemDavid Howells3-5/+5
2008-11-10[XFS] XFS: Check for valid transaction headers in recoveryDavid Chinner1-1/+7
2008-11-10[XFS] handle memory allocation failures during log initialisationDave Chinner1-3/+36
2008-11-10[XFS] Account for allocated blocks when expanding directoriesDavid Chinner2-0/+11
2008-11-10[XFS] Wait for all I/O on truncate to zero file sizeLachlan McIlroy1-1/+1
2008-11-10[XFS] Fix use-after-free with log and quotasLachlan McIlroy1-2/+3
2008-11-10[XFS] Avoid using inodes that haven't been completely initialisedDave Chinner3-3/+9
2008-11-10[XFS] fix uninitialised variable bug in dquot releaseDave Chinner1-18/+24
2008-11-10[XFS] handle memory allocation failures during log initialisationDave Chinner1-3/+36
2008-10-31CRED: Wrap task credential accesses in the XFS filesystemDavid Howells3-5/+5
2008-10-30[XFS] Fix race when looking up reclaimable inodesDavid Chinner2-10/+23
2008-10-30[XFS] remove restricted chown parameter from xfs linuxTim Shimmin6-30/+3
2008-10-30[XFS] kill sys_credChristoph Hellwig8-30/+9
2008-10-30[XFS] correctly select first log item to pushDavid Chinner1-1/+1