summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | remove dead code from sv_t implementationChristoph Hellwig2008-12-041-18/+4
| | * | | | reduce l_icloglock roundtripsChristoph Hellwig2008-12-041-7/+6
| | * | | | stop using igrab in xfs_vn_linkChristoph Hellwig2008-12-041-6/+3
| | * | | | kill xfs_buf_iostartChristoph Hellwig2008-12-042-56/+50
| | * | | | cleanup the inode reclaim pathChristoph Hellwig2008-12-044-117/+86
| | * | | | remove unused prototypes for xfs_ihash_init / xfs_ihash_freeChristoph Hellwig2008-12-041-2/+0
| | * | | | 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-023-28/+39
| | * | | | [XFS] Make the bulkstat_one compat ioctl handling more sanesandeen@sandeen.net2008-12-023-16/+56
| | * | | | [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-023-139/+150
| | * | | | [XFS] Move copy_from_user calls out of ioctl helpers into ioctl switch.sandeen@sandeen.net2008-12-025-64/+63
| | * | | | [XFS] fix error handling in xlog_recover_process_one_iunlinkChristoph Hellwig2008-12-011-13/+5
| | * | | | [XFS] move inode allocation out xfs_ireadChristoph Hellwig2008-12-013-104/+91
| | * | | | [XFS] kill the XFS_IMAP_BULKSTAT flagChristoph Hellwig2008-12-015-11/+5
| | * | | | [XFS] embededd struct xfs_imap into xfs_inodeChristoph Hellwig2008-12-017-71/+33
| | * | | | [XFS] merge xfs_imap into xfs_dilocateChristoph Hellwig2008-12-015-120/+88
| | * | | | [XFS] remove dead code for old inode item recoveryChristoph Hellwig2008-12-014-33/+10
| | * | | | [XFS] stop using xfs_itobp in xfs_ireadChristoph Hellwig2008-12-013-49/+37
| | * | | | [XFS] split up xlog_recover_process_iunlinksChristoph Hellwig2008-12-011-68/+66
| | * | | | [XFS] kill XFS_DINODE_VERSION_ definesChristoph Hellwig2008-12-017-25/+20
| | * | | | [XFS] kill xfs_dinode_core_tChristoph Hellwig2008-12-019-141/+124
| | * | | | [XFS] kill xfs_ialloc_log_diChristoph Hellwig2008-12-012-99/+10
| | * | | | [XFS] sanitize xlog_in_core_t definitionChristoph Hellwig2008-12-013-46/+19
| | * | | | [XFS] factor out xfs_read_agf helperFrom: Christoph Hellwig2008-12-013-36/+61
| | * | | | [XFS] factor out xfs_read_agi helperChristoph Hellwig2008-12-014-135/+98
| | * | | | [XFS] remove i_gen from incore inodeDave Chinner2008-12-013-38/+4
| | * | | | [XFS] remove xfs_vfsops.hChristoph Hellwig2008-12-014-17/+0
| | * | | | [XFS] remove xfs_vfs.hChristoph Hellwig2008-12-015-46/+13
| | * | | | [XFS] remove bhv_statvfs_t typedefChristoph Hellwig2008-12-013-5/+3
| | * | | | [XFS] Hook up the fiemap ioctl.Eric Sandeen2008-12-011-0/+84
| | * | | | [XFS] Add new getbmap flags.Eric Sandeen2008-12-012-15/+37
| | * | | | [XFS] convert xfs_getbmap to take formatter functionsEric Sandeen2008-12-014-78/+71
| | * | | | [XFS] fix uninitialised variable bug in dquot release.Dave Chinner2008-12-011-21/+18
| | * | | | [XFS] fix error inversion problems with data flushingDave Chinner2008-12-015-9/+32
| | * | | | [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-013-26/+31
| | * | | | [XFS] fix NULL pointer dereference in xfs_log_force_umountChristoph Hellwig2008-12-011-2/+5
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Lachlan McIlroy2008-11-28822-8122/+23574
| | |\ \ \ \
| | * | | | | [XFS] Fix double free of log ticketsDave Chinner2008-11-178-19/+66
OpenPOWER on IntegriCloud