Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | [XFS] remove restricted chown parameter from xfs linux | Tim Shimmin | 2008-10-30 | 2 | -5/+0 | |
| | * | | | | | [XFS] kill sys_cred | Christoph Hellwig | 2008-10-30 | 8 | -30/+9 | |
| | * | | | | | [XFS] correctly select first log item to push | David Chinner | 2008-10-30 | 1 | -1/+1 | |
| | * | | | | | [XFS] free partially initialized inodes using destroy_inode | Christoph Hellwig | 2008-10-30 | 3 | -11/+29 | |
| | * | | | | | Inode: export symbol destroy_inode | Christoph Hellwig | 2008-10-30 | 1 | -0/+1 | |
| | * | | | | | [XFS] stop using xfs_itobp in xfs_bulkstat | Christoph Hellwig | 2008-10-30 | 3 | -21/+19 | |
| | * | | | | | [XFS] avoid all reclaimable inodes in xfs_sync_inodes_ag | David Chinner | 2008-10-30 | 1 | -57/+18 | |
| | * | | | | | [XFS] Can't lock inodes in radix tree preload region | David Chinner | 2008-10-30 | 1 | -7/+11 | |
| | * | | | | | [XFS] Trivial xfs_remove comment fixup | Christoph Hellwig | 2008-10-30 | 1 | -2/+2 | |
| | * | | | | | [XFS] fix biosize option | Christoph Hellwig | 2008-10-30 | 1 | -1/+1 | |
| | * | | | | | [XFS] fix the noquota mount option | Christoph Hellwig | 2008-10-30 | 1 | -0/+1 | |
| | * | | | | | [XFS] kill struct xfs_mount_args | Christoph Hellwig | 2008-10-30 | 8 | -426/+195 | |
| | * | | | | | [XFS] XFS: Check for valid transaction headers in recovery | David Chinner | 2008-10-30 | 1 | -1/+7 | |
| | * | | | | | [XFS] Finish removing the mount pointer from the AIL API | David Chinner | 2008-10-30 | 14 | -119/+91 | |
| | * | | | | | [XFS] Add ail pointer into log items | David Chinner | 2008-10-30 | 6 | -14/+40 | |
| | * | | | | | [XFS] Given the log a pointer to the AIL | David Chinner | 2008-10-30 | 3 | -22/+24 | |
| | * | | | | | [XFS] Move the AIL lock into the struct xfs_ail | David Chinner | 2008-10-30 | 12 | -58/+59 | |
| | * | | | | | [XFS] Allow 64 bit machines to avoid the AIL lock during flushes | David Chinner | 2008-10-30 | 3 | -14/+32 | |
| | * | | | | | [XFS] move the AIl traversal over to a consistent interface | David Chinner | 2008-10-30 | 5 | -92/+58 | |
| | * | | | | | [XFS] Use a cursor for AIL traversal. | David Chinner | 2008-10-30 | 4 | -109/+218 | |
| | * | | | | | [XFS] Allocate the struct xfs_ail | David Chinner | 2008-10-30 | 4 | -65/+77 | |
| | * | | | | | [XFS] Account for allocated blocks when expanding directories | David Chinner | 2008-10-30 | 2 | -0/+11 | |
| | * | | | | | [XFS] Prevent looping in xfs_sync_inodes_ag | David Chinner | 2008-10-30 | 1 | -4/+22 | |
| | * | | | | | [XFS] kill deleted inodes list | David Chinner | 2008-10-30 | 8 | -29/+10 | |
| | * | | | | | [XFS] use the inode radix tree for reclaiming inodes | David Chinner | 2008-10-30 | 1 | -10/+71 | |
| | * | | | | | [XFS] mark inodes for reclaim via a tag in the inode radix tree | David Chinner | 2008-10-30 | 5 | -0/+54 | |
| | * | | | | | [XFS] rename inode reclaim functions | David Chinner | 2008-10-30 | 4 | -9/+9 | |
| | * | | | | | [XFS] move inode reclaim functions to xfs_sync.c | David Chinner | 2008-10-30 | 4 | -92/+94 | |
| | * | | | | | [XFS] Fix build warning - xfs_fs_alloc_inode() needs a return statement | Lachlan McIlroy | 2008-10-30 | 1 | -0/+1 | |
| | * | | | | | [XFS] Prevent use-after-free caused by synchronous inode reclaim | David Chinner | 2008-10-30 | 1 | -18/+14 | |
| | * | | | | | [XFS] Combine the XFS and Linux inodes | David Chinner | 2008-10-30 | 7 | -203/+108 | |
| | * | | | | | Inode: Allow external list initialisation | David Chinner | 2008-10-30 | 2 | -21/+47 | |
| | * | | | | | Inode: Allow external initialisers | David Chinner | 2008-10-30 | 2 | -62/+79 | |
| | * | | | | | [XFS] Never call mark_inode_dirty_sync() directly | David Chinner | 2008-10-30 | 3 | -3/+3 | |
| | * | | | | | [XFS] factor xfs_iget_core() into hit and miss cases | David Chinner | 2008-10-30 | 1 | -157/+191 | |
| | * | | | | | [XFS] fix instant oops with tracing enabled | Christoph Hellwig | 2008-10-30 | 1 | -1/+1 | |
| | * | | | | | [XFS] Move remaining quiesce code. | David Chinner | 2008-10-30 | 5 | -59/+59 | |
| | * | | | | | [XFS] Kill xfs_sync() | David Chinner | 2008-10-30 | 4 | -153/+29 | |
| | * | | | | | [XFS] Kill SYNC_CLOSE | David Chinner | 2008-10-30 | 3 | -40/+2 | |
| | * | | | | | [XFS] make SYNC_DELWRI no longer use xfs_sync | David Chinner | 2008-10-30 | 4 | -21/+50 | |
| | * | | | | | [XFS] make SYNC_ATTR no longer use xfs_sync | David Chinner | 2008-10-30 | 4 | -15/+14 | |
| | * | | | | | [XFS] xfssyncd: don't call xfs_sync | David Chinner | 2008-10-30 | 1 | -2/+14 | |
| | * | | | | | [XFS] kill xfs_syncsub | David Chinner | 2008-10-30 | 1 | -79/+62 | |
| | * | | | | | [XFS] use xfs_sync_inodes rather than xfs_syncsub | David Chinner | 2008-10-30 | 5 | -25/+16 | |
| | * | | | | | [XFS] Use struct inodes instead of vnodes to kill vn_grab | David Chinner | 2008-10-30 | 4 | -43/+37 | |
| | * | | | | | [XFS] split out two helpers from xfs_syncsub | Christoph Hellwig | 2008-10-30 | 1 | -69/+93 | |
| | * | | | | | [XFS] Move XFS_BMAP_SANITY_CHECK out of line. | Christoph Hellwig | 2008-10-30 | 2 | -10/+19 | |
| | * | | | | | [XFS] Always use struct xfs_btree_block instead of short / longform | Christoph Hellwig | 2008-10-30 | 15 | -187/+165 | |
| | * | | | | | [XFS] cleanup btree record / key / ptr addressing macros. | Christoph Hellwig | 2008-10-30 | 9 | -97/+113 | |
| | * | | | | | [XFS] remove the mount inode list | David Chinner | 2008-10-30 | 4 | -55/+1 |