| Commit message (Expand) | Author | Age |
* | [XFS] Use a cursor for AIL traversal. | David Chinner | 2008-10-30 |
* | [XFS] Allocate the struct xfs_ail | David Chinner | 2008-10-30 |
* | [XFS] Account for allocated blocks when expanding directories | David Chinner | 2008-10-30 |
* | [XFS] Prevent looping in xfs_sync_inodes_ag | David Chinner | 2008-10-30 |
* | [XFS] kill deleted inodes list | David Chinner | 2008-10-30 |
* | [XFS] use the inode radix tree for reclaiming inodes | David Chinner | 2008-10-30 |
* | [XFS] mark inodes for reclaim via a tag in the inode radix tree | David Chinner | 2008-10-30 |
* | [XFS] rename inode reclaim functions | David Chinner | 2008-10-30 |
* | [XFS] move inode reclaim functions to xfs_sync.c | David Chinner | 2008-10-30 |
* | [XFS] Fix build warning - xfs_fs_alloc_inode() needs a return statement | Lachlan McIlroy | 2008-10-30 |
* | [XFS] Prevent use-after-free caused by synchronous inode reclaim | David Chinner | 2008-10-30 |
* | [XFS] Combine the XFS and Linux inodes | David Chinner | 2008-10-30 |
* | [XFS] Never call mark_inode_dirty_sync() directly | David Chinner | 2008-10-30 |
* | [XFS] factor xfs_iget_core() into hit and miss cases | David Chinner | 2008-10-30 |
* | [XFS] fix instant oops with tracing enabled | Christoph Hellwig | 2008-10-30 |
* | [XFS] Move remaining quiesce code. | David Chinner | 2008-10-30 |
* | [XFS] Kill xfs_sync() | David Chinner | 2008-10-30 |
* | [XFS] Kill SYNC_CLOSE | David Chinner | 2008-10-30 |
* | [XFS] make SYNC_DELWRI no longer use xfs_sync | David Chinner | 2008-10-30 |
* | [XFS] make SYNC_ATTR no longer use xfs_sync | David Chinner | 2008-10-30 |
* | [XFS] xfssyncd: don't call xfs_sync | David Chinner | 2008-10-30 |
* | [XFS] kill xfs_syncsub | David Chinner | 2008-10-30 |
* | [XFS] use xfs_sync_inodes rather than xfs_syncsub | David Chinner | 2008-10-30 |
* | [XFS] Use struct inodes instead of vnodes to kill vn_grab | David Chinner | 2008-10-30 |
* | [XFS] split out two helpers from xfs_syncsub | Christoph Hellwig | 2008-10-30 |
* | [XFS] Move XFS_BMAP_SANITY_CHECK out of line. | Christoph Hellwig | 2008-10-30 |
* | [XFS] Always use struct xfs_btree_block instead of short / longform | Christoph Hellwig | 2008-10-30 |
* | [XFS] cleanup btree record / key / ptr addressing macros. | Christoph Hellwig | 2008-10-30 |
* | [XFS] remove the mount inode list | David Chinner | 2008-10-30 |
* | [XFS] Cleanup maxrecs calculation. | Christoph Hellwig | 2008-10-30 |
* | [XFS] Traverse inode trees when releasing dquots | David Chinner | 2008-10-30 |
* | [XFS] Use the inode tree for finding dirty inodes | David Chinner | 2008-10-30 |
* | [XFS] don't block in xfs_qm_dqflush() during async writeback. | David Chinner | 2008-10-30 |
* | [XFS] Remove xfs_iflush_all and clean up xfs_finish_reclaim_all() | David Chinner | 2008-10-30 |
* | [XFS] move xfssyncd code to xfs_sync.c | David Chinner | 2008-10-30 |
* | [XFS] move sync code to its own file | David Chinner | 2008-10-30 |
* | [XFS] Show buffer address with debug hexdump on corruption | Barry Naujok | 2008-10-30 |
* | [XFS] Check agf_btreeblks is valid when reading in the AGF | Barry Naujok | 2008-10-30 |
* | [XFS] Sync up kernel and user-space headers | Barry Naujok | 2008-10-30 |
* | [XFS] Make xfs_btree_check_ptr() debug-only code. | Lachlan McIlroy | 2008-10-30 |
* | [XFS] Fix build brakage from patch "Clean up dquot pincount code" | Peter Leckie | 2008-10-30 |
* | [XFS] Clean up dquot pincount code. | Peter Leckie | 2008-10-30 |
* | [XFS] Wait for all I/O on truncate to zero file size | Lachlan McIlroy | 2008-10-30 |
* | [XFS] make btree tracing generic | Christoph Hellwig | 2008-10-30 |
* | [XFS] mark various functions in xfs_btree.c static | Christoph Hellwig | 2008-10-30 |
* | [XFS] add keys_inorder and recs_inorder btree methods | Christoph Hellwig | 2008-10-30 |
* | [XFS] kill xfs_bmbt_log_block and xfs_bmbt_log_recs | Christoph Hellwig | 2008-10-30 |
* | [XFS] implement generic xfs_btree_get_rec | Christoph Hellwig | 2008-10-30 |
* | [XFS] implement generic xfs_btree_delete/delrec | Christoph Hellwig | 2008-10-30 |
* | [XFS] move xfs_bmbt_killroot to common code | Christoph Hellwig | 2008-10-30 |