summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2008-10-30[XFS] Allow 64 bit machines to avoid the AIL lock during flushesDavid Chinner3-14/+32
2008-10-30[XFS] move the AIl traversal over to a consistent interfaceDavid Chinner5-92/+58
2008-10-30[XFS] Use a cursor for AIL traversal.David Chinner4-109/+218
2008-10-30[XFS] Allocate the struct xfs_ailDavid Chinner4-65/+77
2008-10-30[XFS] Account for allocated blocks when expanding directoriesDavid Chinner2-0/+11
2008-10-30[XFS] Prevent looping in xfs_sync_inodes_agDavid Chinner1-4/+22
2008-10-30[XFS] kill deleted inodes listDavid Chinner8-29/+10
2008-10-30[XFS] use the inode radix tree for reclaiming inodesDavid Chinner1-10/+71
2008-10-30[XFS] mark inodes for reclaim via a tag in the inode radix treeDavid Chinner5-0/+54
2008-10-30[XFS] rename inode reclaim functionsDavid Chinner4-9/+9
2008-10-30[XFS] move inode reclaim functions to xfs_sync.cDavid Chinner4-92/+94
2008-10-30[XFS] Fix build warning - xfs_fs_alloc_inode() needs a return statementLachlan McIlroy1-0/+1
2008-10-30[XFS] Prevent use-after-free caused by synchronous inode reclaimDavid Chinner1-18/+14
2008-10-30[XFS] Combine the XFS and Linux inodesDavid Chinner7-203/+108
2008-10-30Inode: Allow external list initialisationDavid Chinner1-21/+46
2008-10-30Inode: Allow external initialisersDavid Chinner1-62/+78
2008-10-30[XFS] Never call mark_inode_dirty_sync() directlyDavid Chinner3-3/+3
2008-10-30[XFS] factor xfs_iget_core() into hit and miss casesDavid Chinner1-157/+191
2008-10-30[XFS] fix instant oops with tracing enabledChristoph Hellwig1-1/+1
2008-10-30[XFS] Move remaining quiesce code.David Chinner5-59/+59
2008-10-30[XFS] Kill xfs_sync()David Chinner4-153/+29
2008-10-30[XFS] Kill SYNC_CLOSEDavid Chinner3-40/+2
2008-10-30[XFS] make SYNC_DELWRI no longer use xfs_syncDavid Chinner4-21/+50
2008-10-30[XFS] make SYNC_ATTR no longer use xfs_syncDavid Chinner4-15/+14
2008-10-30[XFS] xfssyncd: don't call xfs_syncDavid Chinner1-2/+14
2008-10-30[XFS] kill xfs_syncsubDavid Chinner1-79/+62
2008-10-30[XFS] use xfs_sync_inodes rather than xfs_syncsubDavid Chinner5-25/+16
2008-10-30[XFS] Use struct inodes instead of vnodes to kill vn_grabDavid Chinner4-43/+37
2008-10-30[XFS] split out two helpers from xfs_syncsubChristoph Hellwig1-69/+93
2008-10-30[XFS] Move XFS_BMAP_SANITY_CHECK out of line.Christoph Hellwig2-10/+19
2008-10-30[XFS] Always use struct xfs_btree_block instead of short / longformChristoph Hellwig15-187/+165
2008-10-30[XFS] cleanup btree record / key / ptr addressing macros.Christoph Hellwig9-97/+113
2008-10-30[XFS] remove the mount inode listDavid Chinner4-55/+1
2008-10-30[XFS] Cleanup maxrecs calculation.Christoph Hellwig13-122/+158
2008-10-30[XFS] Traverse inode trees when releasing dquotsDavid Chinner1-68/+59
2008-10-30[XFS] Use the inode tree for finding dirty inodesDavid Chinner1-260/+101
2008-10-30[XFS] don't block in xfs_qm_dqflush() during async writeback.David Chinner1-7/+5
2008-10-30[XFS] Remove xfs_iflush_all and clean up xfs_finish_reclaim_all()David Chinner6-64/+22
2008-10-30[XFS] move xfssyncd code to xfs_sync.cDavid Chinner6-182/+223
2008-10-30[XFS] move sync code to its own fileDavid Chinner6-560/+615
2008-10-30[XFS] Show buffer address with debug hexdump on corruptionBarry Naujok1-1/+1
2008-10-30[XFS] Check agf_btreeblks is valid when reading in the AGFBarry Naujok1-0/+4
2008-10-30[XFS] Sync up kernel and user-space headersBarry Naujok14-389/+383
2008-10-30[XFS] Make xfs_btree_check_ptr() debug-only code.Lachlan McIlroy1-0/+2
2008-10-30[XFS] Fix build brakage from patch "Clean up dquot pincount code"Peter Leckie1-1/+1
2008-10-30[XFS] Clean up dquot pincount code.Peter Leckie5-34/+16
2008-10-30[XFS] Wait for all I/O on truncate to zero file sizeLachlan McIlroy1-1/+1
2008-10-30[XFS] make btree tracing genericChristoph Hellwig2-0/+365
2008-10-30[XFS] mark various functions in xfs_btree.c staticChristoph Hellwig2-78/+11
2008-10-30[XFS] add keys_inorder and recs_inorder btree methodsChristoph Hellwig6-161/+135