aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* [XFS] free partially initialized inodes using destroy_inodeChristoph Hellwig2008-10-303-11/+29
* Inode: export symbol destroy_inodeChristoph Hellwig2008-10-301-0/+1
* [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
* Inode: Allow external list initialisationDavid Chinner2008-10-301-21/+46
* Inode: Allow external initialisersDavid Chinner2008-10-301-62/+78
* [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
* [XFS] make SYNC_DELWRI no longer use xfs_syncDavid Chinner2008-10-304-21/+50
* [XFS] make SYNC_ATTR no longer use xfs_syncDavid Chinner2008-10-304-15/+14
* [XFS] xfssyncd: don't call xfs_syncDavid Chinner2008-10-301-2/+14
* [XFS] kill xfs_syncsubDavid Chinner2008-10-301-79/+62
* [XFS] use xfs_sync_inodes rather than xfs_syncsubDavid Chinner2008-10-305-25/+16
* [XFS] Use struct inodes instead of vnodes to kill vn_grabDavid Chinner2008-10-304-43/+37
* [XFS] split out two helpers from xfs_syncsubChristoph Hellwig2008-10-301-69/+93
* [XFS] Move XFS_BMAP_SANITY_CHECK out of line.Christoph Hellwig2008-10-302-10/+19
* [XFS] Always use struct xfs_btree_block instead of short / longformChristoph Hellwig2008-10-3015-187/+165
* [XFS] cleanup btree record / key / ptr addressing macros.Christoph Hellwig2008-10-309-97/+113
* [XFS] remove the mount inode listDavid Chinner2008-10-304-55/+1
* [XFS] Cleanup maxrecs calculation.Christoph Hellwig2008-10-3013-122/+158
* [XFS] Traverse inode trees when releasing dquotsDavid Chinner2008-10-301-68/+59
* [XFS] Use the inode tree for finding dirty inodesDavid Chinner2008-10-301-260/+101