Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | [XFS] Make the bulkstat_one compat ioctl handling more sane | sandeen@sandeen.net | 2008-12-02 | 3 | -16/+56 | |
| | * | | | | [XFS] Add compat handlers for data & rt growfs ioctls | sandeen@sandeen.net | 2008-12-02 | 2 | -0/+54 | |
| | * | | | | [XFS] Add compat handlers for swapext ioctl | sandeen@sandeen.net | 2008-12-02 | 2 | -5/+69 | |
| | * | | | | [XFS] Clean up some existing compat ioctl calls | sandeen@sandeen.net | 2008-12-02 | 3 | -91/+171 | |
| | * | | | | [XFS] Move compat ioctl structs & numbers into xfs_ioctl32.h | sandeen@sandeen.net | 2008-12-02 | 3 | -139/+150 | |
| | * | | | | [XFS] Move copy_from_user calls out of ioctl helpers into ioctl switch. | sandeen@sandeen.net | 2008-12-02 | 5 | -64/+63 | |
| | * | | | | [XFS] fix error handling in xlog_recover_process_one_iunlink | Christoph Hellwig | 2008-12-01 | 1 | -13/+5 | |
| | * | | | | [XFS] move inode allocation out xfs_iread | Christoph Hellwig | 2008-12-01 | 3 | -104/+91 | |
| | * | | | | [XFS] kill the XFS_IMAP_BULKSTAT flag | Christoph Hellwig | 2008-12-01 | 5 | -11/+5 | |
| | * | | | | [XFS] embededd struct xfs_imap into xfs_inode | Christoph Hellwig | 2008-12-01 | 7 | -71/+33 | |
| | * | | | | [XFS] merge xfs_imap into xfs_dilocate | Christoph Hellwig | 2008-12-01 | 5 | -120/+88 | |
| | * | | | | [XFS] remove dead code for old inode item recovery | Christoph Hellwig | 2008-12-01 | 4 | -33/+10 | |
| | * | | | | [XFS] stop using xfs_itobp in xfs_iread | Christoph Hellwig | 2008-12-01 | 3 | -49/+37 | |
| | * | | | | [XFS] split up xlog_recover_process_iunlinks | Christoph Hellwig | 2008-12-01 | 1 | -68/+66 | |
| | * | | | | [XFS] kill XFS_DINODE_VERSION_ defines | Christoph Hellwig | 2008-12-01 | 7 | -25/+20 | |
| | * | | | | [XFS] kill xfs_dinode_core_t | Christoph Hellwig | 2008-12-01 | 9 | -141/+124 | |
| | * | | | | [XFS] kill xfs_ialloc_log_di | Christoph Hellwig | 2008-12-01 | 2 | -99/+10 | |
| | * | | | | [XFS] sanitize xlog_in_core_t definition | Christoph Hellwig | 2008-12-01 | 3 | -46/+19 | |
| | * | | | | [XFS] factor out xfs_read_agf helper | From: Christoph Hellwig | 2008-12-01 | 3 | -36/+61 | |
| | * | | | | [XFS] factor out xfs_read_agi helper | Christoph Hellwig | 2008-12-01 | 4 | -135/+98 | |
| | * | | | | [XFS] remove i_gen from incore inode | Dave Chinner | 2008-12-01 | 3 | -38/+4 | |
| | * | | | | [XFS] remove xfs_vfsops.h | Christoph Hellwig | 2008-12-01 | 4 | -17/+0 | |
| | * | | | | [XFS] remove xfs_vfs.h | Christoph Hellwig | 2008-12-01 | 5 | -46/+13 | |
| | * | | | | [XFS] remove bhv_statvfs_t typedef | Christoph Hellwig | 2008-12-01 | 3 | -5/+3 | |
| | * | | | | [XFS] Hook up the fiemap ioctl. | Eric Sandeen | 2008-12-01 | 1 | -0/+84 | |
| | * | | | | [XFS] Add new getbmap flags. | Eric Sandeen | 2008-12-01 | 2 | -15/+37 | |
| | * | | | | [XFS] convert xfs_getbmap to take formatter functions | Eric Sandeen | 2008-12-01 | 4 | -78/+71 | |
| | * | | | | [XFS] fix uninitialised variable bug in dquot release. | Dave Chinner | 2008-12-01 | 1 | -21/+18 | |
| | * | | | | [XFS] fix error inversion problems with data flushing | Dave Chinner | 2008-12-01 | 5 | -9/+32 | |
| | * | | | | [XFS] fix spurious gcc warnings | Christoph Hellwig | 2008-12-01 | 2 | -4/+3 | |
| | * | | | | [XFS] allow inode64 mount option on 32 bit systems | Christoph Hellwig | 2008-12-01 | 1 | -8/+2 | |
| | * | | | | [XFS] wire up ->open for directories | Christoph Hellwig | 2008-12-01 | 3 | -26/+31 | |
| | * | | | | [XFS] fix NULL pointer dereference in xfs_log_force_umount | Christoph Hellwig | 2008-12-01 | 1 | -2/+5 | |
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Lachlan McIlroy | 2008-11-28 | 58 | -1307/+2076 | |
| | |\ \ \ \ | ||||||
| | * | | | | | [XFS] Fix double free of log tickets | Dave Chinner | 2008-11-17 | 8 | -19/+66 | |
| | * | | | | | [XFS] Avoid using inodes that haven't been completely initialised | Dave Chinner | 2008-11-10 | 3 | -3/+9 | |
| | * | | | | | [XFS] fix uninitialised variable bug in dquot release | Dave Chinner | 2008-11-10 | 1 | -18/+24 | |
| | * | | | | | fs: xfs needs inode_wait to be exported | Stephen Rothwell | 2008-11-10 | 1 | -0/+1 | |
| | * | | | | | [XFS] handle memory allocation failures during log initialisation | Dave Chinner | 2008-11-10 | 1 | -3/+36 | |
| | * | | | | | Merge branch 'master' of git://oss.sgi.com:8090/xfs/linux-2.6 | Niv Sardi | 2008-11-07 | 81 | -10173/+8094 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | CRED: Wrap task credential accesses in the XFS filesystem | David Howells | 2008-10-31 | 3 | -5/+5 | |
| | | * | | | | | [XFS] Fix race when looking up reclaimable inodes | David Chinner | 2008-10-30 | 2 | -10/+23 | |
| | | * | | | | | [XFS] remove restricted chown parameter from xfs linux | Tim Shimmin | 2008-10-30 | 6 | -30/+3 | |
| | | * | | | | | [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 |