Age | Commit message (Expand) | Author | Files | Lines |
2008-12-01 | [XFS] factor out xfs_read_agi helper | Christoph Hellwig | 4 | -135/+98 |
2008-12-01 | [XFS] remove i_gen from incore inode | Dave Chinner | 3 | -38/+4 |
2008-12-01 | [XFS] remove xfs_vfsops.h | Christoph Hellwig | 4 | -17/+0 |
2008-12-01 | [XFS] remove xfs_vfs.h | Christoph Hellwig | 5 | -46/+13 |
2008-12-01 | [XFS] remove bhv_statvfs_t typedef | Christoph Hellwig | 3 | -5/+3 |
2008-12-01 | [XFS] Hook up the fiemap ioctl. | Eric Sandeen | 1 | -0/+84 |
2008-12-01 | [XFS] Add new getbmap flags. | Eric Sandeen | 2 | -15/+37 |
2008-12-01 | [XFS] convert xfs_getbmap to take formatter functions | Eric Sandeen | 4 | -78/+71 |
2008-12-01 | [XFS] fix uninitialised variable bug in dquot release. | Dave Chinner | 1 | -21/+18 |
2008-12-01 | [XFS] fix error inversion problems with data flushing | Dave Chinner | 5 | -9/+32 |
2008-12-01 | [XFS] fix spurious gcc warnings | Christoph Hellwig | 2 | -4/+3 |
2008-12-01 | [XFS] allow inode64 mount option on 32 bit systems | Christoph Hellwig | 1 | -8/+2 |
2008-12-01 | [XFS] wire up ->open for directories | Christoph Hellwig | 3 | -26/+31 |
2008-12-01 | [XFS] fix NULL pointer dereference in xfs_log_force_umount | Christoph Hellwig | 1 | -2/+5 |
2008-11-17 | [XFS] Fix double free of log tickets | Dave Chinner | 8 | -19/+66 |
2008-11-10 | [XFS] Avoid using inodes that haven't been completely initialised | Dave Chinner | 3 | -3/+9 |
2008-11-10 | [XFS] fix uninitialised variable bug in dquot release | Dave Chinner | 1 | -18/+24 |
2008-11-10 | [XFS] handle memory allocation failures during log initialisation | Dave Chinner | 1 | -3/+36 |
2008-10-31 | CRED: Wrap task credential accesses in the XFS filesystem | David Howells | 3 | -5/+5 |
2008-10-30 | [XFS] Fix race when looking up reclaimable inodes | David Chinner | 2 | -10/+23 |
2008-10-30 | [XFS] remove restricted chown parameter from xfs linux | Tim Shimmin | 6 | -30/+3 |
2008-10-30 | [XFS] kill sys_cred | Christoph Hellwig | 8 | -30/+9 |
2008-10-30 | [XFS] correctly select first log item to push | David Chinner | 1 | -1/+1 |
2008-10-30 | [XFS] free partially initialized inodes using destroy_inode | Christoph Hellwig | 3 | -11/+29 |
2008-10-30 | [XFS] stop using xfs_itobp in xfs_bulkstat | Christoph Hellwig | 3 | -21/+19 |
2008-10-30 | [XFS] avoid all reclaimable inodes in xfs_sync_inodes_ag | David Chinner | 1 | -57/+18 |
2008-10-30 | [XFS] Can't lock inodes in radix tree preload region | David Chinner | 1 | -7/+11 |
2008-10-30 | [XFS] Trivial xfs_remove comment fixup | Christoph Hellwig | 1 | -2/+2 |
2008-10-30 | [XFS] fix biosize option | Christoph Hellwig | 1 | -1/+1 |
2008-10-30 | [XFS] fix the noquota mount option | Christoph Hellwig | 1 | -0/+1 |
2008-10-30 | [XFS] kill struct xfs_mount_args | Christoph Hellwig | 8 | -426/+195 |
2008-10-30 | [XFS] XFS: Check for valid transaction headers in recovery | David Chinner | 1 | -1/+7 |
2008-10-30 | [XFS] Finish removing the mount pointer from the AIL API | David Chinner | 14 | -119/+91 |
2008-10-30 | [XFS] Add ail pointer into log items | David Chinner | 6 | -14/+40 |
2008-10-30 | [XFS] Given the log a pointer to the AIL | David Chinner | 3 | -22/+24 |
2008-10-30 | [XFS] Move the AIL lock into the struct xfs_ail | David Chinner | 12 | -58/+59 |
2008-10-30 | [XFS] Allow 64 bit machines to avoid the AIL lock during flushes | David Chinner | 3 | -14/+32 |
2008-10-30 | [XFS] move the AIl traversal over to a consistent interface | David Chinner | 5 | -92/+58 |
2008-10-30 | [XFS] Use a cursor for AIL traversal. | David Chinner | 4 | -109/+218 |
2008-10-30 | [XFS] Allocate the struct xfs_ail | David Chinner | 4 | -65/+77 |
2008-10-30 | [XFS] Account for allocated blocks when expanding directories | David Chinner | 2 | -0/+11 |
2008-10-30 | [XFS] Prevent looping in xfs_sync_inodes_ag | David Chinner | 1 | -4/+22 |
2008-10-30 | [XFS] kill deleted inodes list | David Chinner | 8 | -29/+10 |
2008-10-30 | [XFS] use the inode radix tree for reclaiming inodes | David Chinner | 1 | -10/+71 |
2008-10-30 | [XFS] mark inodes for reclaim via a tag in the inode radix tree | David Chinner | 5 | -0/+54 |
2008-10-30 | [XFS] rename inode reclaim functions | David Chinner | 4 | -9/+9 |
2008-10-30 | [XFS] move inode reclaim functions to xfs_sync.c | David Chinner | 4 | -92/+94 |
2008-10-30 | [XFS] Fix build warning - xfs_fs_alloc_inode() needs a return statement | Lachlan McIlroy | 1 | -0/+1 |
2008-10-30 | [XFS] Prevent use-after-free caused by synchronous inode reclaim | David Chinner | 1 | -18/+14 |
2008-10-30 | [XFS] Combine the XFS and Linux inodes | David Chinner | 7 | -203/+108 |