aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAge
* remove dead code from sv_t implementationChristoph Hellwig2008-12-03
* reduce l_icloglock roundtripsChristoph Hellwig2008-12-03
* stop using igrab in xfs_vn_linkChristoph Hellwig2008-12-03
* kill xfs_buf_iostartChristoph Hellwig2008-12-03
* cleanup the inode reclaim pathChristoph Hellwig2008-12-03
* remove unused prototypes for xfs_ihash_init / xfs_ihash_freeChristoph Hellwig2008-12-03
* remove unused behvavior cruft in xfs_super.hChristoph Hellwig2008-12-03
* remove useless mnt_want_write call in xfs_writeChristoph Hellwig2008-12-03
* [XFS] fix compile on 32 bit systemsChristoph Hellwig2008-12-03
* [XFS] Reorder xfs_ioctl32.c for some tidinesssandeen@sandeen.net2008-12-02
* [XFS] Hook up compat XFS_IOC_FSSETDM_BY_HANDLE ioctl handlersandeen@sandeen.net2008-12-02
* [XFS] Hook up compat XFS_IOC_ATTRMULTI_BY_HANDLE ioctl handlersandeen@sandeen.net2008-12-02
* [XFS] Hook up compat XFS_IOC_ATTRLIST_BY_HANDLE ioctl handlersandeen@sandeen.net2008-12-02
* [XFS] Fix compat XFS_IOC_FSBULKSTAT_SINGLE ioctlsandeen@sandeen.net2008-12-02
* [XFS] Fix xfs_bulkstat_one size checks & error handlingsandeen@sandeen.net2008-12-02
* [XFS] Make the bulkstat_one compat ioctl handling more sanesandeen@sandeen.net2008-12-02
* [XFS] Add compat handlers for data & rt growfs ioctlssandeen@sandeen.net2008-12-02
* [XFS] Add compat handlers for swapext ioctlsandeen@sandeen.net2008-12-02
* [XFS] Clean up some existing compat ioctl callssandeen@sandeen.net2008-12-02
* [XFS] Move compat ioctl structs & numbers into xfs_ioctl32.hsandeen@sandeen.net2008-12-02
* [XFS] Move copy_from_user calls out of ioctl helpers into ioctl switch.sandeen@sandeen.net2008-12-02
* [XFS] fix error handling in xlog_recover_process_one_iunlinkChristoph Hellwig2008-11-30
* [XFS] move inode allocation out xfs_ireadChristoph Hellwig2008-11-30
* [XFS] kill the XFS_IMAP_BULKSTAT flagChristoph Hellwig2008-11-30
* [XFS] embededd struct xfs_imap into xfs_inodeChristoph Hellwig2008-11-30
* [XFS] merge xfs_imap into xfs_dilocateChristoph Hellwig2008-11-30
* [XFS] remove dead code for old inode item recoveryChristoph Hellwig2008-11-30
* [XFS] stop using xfs_itobp in xfs_ireadChristoph Hellwig2008-11-30
* [XFS] split up xlog_recover_process_iunlinksChristoph Hellwig2008-11-30
* [XFS] kill XFS_DINODE_VERSION_ definesChristoph Hellwig2008-11-30
* [XFS] kill xfs_dinode_core_tChristoph Hellwig2008-11-30
* [XFS] kill xfs_ialloc_log_diChristoph Hellwig2008-11-30
* [XFS] sanitize xlog_in_core_t definitionChristoph Hellwig2008-11-30
* [XFS] factor out xfs_read_agf helperFrom: Christoph Hellwig2008-11-30
* [XFS] factor out xfs_read_agi helperChristoph Hellwig2008-11-30
* [XFS] remove i_gen from incore inodeDave Chinner2008-11-30
* [XFS] remove xfs_vfsops.hChristoph Hellwig2008-11-30
* [XFS] remove xfs_vfs.hChristoph Hellwig2008-11-30
* [XFS] remove bhv_statvfs_t typedefChristoph Hellwig2008-11-30
* [XFS] Hook up the fiemap ioctl.Eric Sandeen2008-11-30
* [XFS] Add new getbmap flags.Eric Sandeen2008-11-30
* [XFS] convert xfs_getbmap to take formatter functionsEric Sandeen2008-11-30
* [XFS] fix uninitialised variable bug in dquot release.Dave Chinner2008-11-30
* [XFS] fix error inversion problems with data flushingDave Chinner2008-11-30
* [XFS] fix spurious gcc warningsChristoph Hellwig2008-11-30
* [XFS] allow inode64 mount option on 32 bit systemsChristoph Hellwig2008-11-30
* [XFS] wire up ->open for directoriesChristoph Hellwig2008-11-30
* [XFS] fix NULL pointer dereference in xfs_log_force_umountChristoph Hellwig2008-11-30
* [XFS] Fix double free of log ticketsDave Chinner2008-11-17
* [XFS] Avoid using inodes that haven't been completely initialisedDave Chinner2008-11-10