summaryrefslogtreecommitdiffstats
path: root/fs/xfs
Commit message (Expand)AuthorAgeFilesLines
* [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
* [XFS] Fix double free of log ticketsDave Chinner2008-11-178-19/+66
* [XFS] Avoid using inodes that haven't been completely initialisedDave Chinner2008-11-103-3/+9
* [XFS] fix uninitialised variable bug in dquot releaseDave Chinner2008-11-101-18/+24
* [XFS] handle memory allocation failures during log initialisationDave Chinner2008-11-101-3/+36
* CRED: Wrap task credential accesses in the XFS filesystemDavid Howells2008-10-313-5/+5
* [XFS] Fix race when looking up reclaimable inodesDavid Chinner2008-10-302-10/+23
* [XFS] remove restricted chown parameter from xfs linuxTim Shimmin2008-10-306-30/+3
* [XFS] kill sys_credChristoph Hellwig2008-10-308-30/+9
* [XFS] correctly select first log item to pushDavid Chinner2008-10-301-1/+1
* [XFS] free partially initialized inodes using destroy_inodeChristoph Hellwig2008-10-303-11/+29
* [XFS] stop using xfs_itobp in xfs_bulkstatChristoph Hellwig2008-10-303-21/+19
* [XFS] avoid all reclaimable inodes in xfs_sync_inodes_agDavid Chinner2008-10-301-57/+18
* [XFS] Can't lock inodes in radix tree preload regionDavid Chinner2008-10-301-7/+11
* [XFS] Trivial xfs_remove comment fixupChristoph Hellwig2008-10-301-2/+2
* [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-308-426/+195
* [XFS] XFS: Check for valid transaction headers in recoveryDavid Chinner2008-10-301-1/+7
* [XFS] Finish removing the mount pointer from the AIL APIDavid Chinner2008-10-3014-119/+91
* [XFS] Add ail pointer into log itemsDavid Chinner2008-10-306-14/+40
* [XFS] Given the log a pointer to the AILDavid Chinner2008-10-303-22/+24
* [XFS] Move the AIL lock into the struct xfs_ailDavid Chinner2008-10-3012-58/+59
* [XFS] Allow 64 bit machines to avoid the AIL lock during flushesDavid Chinner2008-10-303-14/+32
* [XFS] move the AIl traversal over to a consistent interfaceDavid Chinner2008-10-305-92/+58
* [XFS] Use a cursor for AIL traversal.David Chinner2008-10-304-109/+218
* [XFS] Allocate the struct xfs_ailDavid Chinner2008-10-304-65/+77
* [XFS] Account for allocated blocks when expanding directoriesDavid Chinner2008-10-302-0/+11
* [XFS] Prevent looping in xfs_sync_inodes_agDavid Chinner2008-10-301-4/+22
* [XFS] kill deleted inodes listDavid Chinner2008-10-308-29/+10
* [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-305-0/+54
* [XFS] rename inode reclaim functionsDavid Chinner2008-10-304-9/+9
* [XFS] move inode reclaim functions to xfs_sync.cDavid Chinner2008-10-304-92/+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-307-203/+108
* [XFS] Never call mark_inode_dirty_sync() directlyDavid Chinner2008-10-303-3/+3
* [XFS] factor xfs_iget_core() into hit and miss casesDavid Chinner2008-10-301-157/+191
* [XFS] fix instant oops with tracing enabledChristoph Hellwig2008-10-301-1/+1
* [XFS] Move remaining quiesce code.David Chinner2008-10-305-59/+59
* [XFS] Kill xfs_sync()David Chinner2008-10-304-153/+29
* [XFS] Kill SYNC_CLOSEDavid Chinner2008-10-303-40/+2
OpenPOWER on IntegriCloud