summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | [XFS] Add compat handlers for data & rt growfs ioctlssandeen@sandeen.net2008-12-022-0/+54
| * | | | [XFS] Add compat handlers for swapext ioctlsandeen@sandeen.net2008-12-022-5/+69
| * | | | [XFS] Clean up some existing compat ioctl callssandeen@sandeen.net2008-12-023-91/+171
| * | | | [XFS] Move compat ioctl structs & numbers into xfs_ioctl32.hsandeen@sandeen.net2008-12-023-139/+150
| * | | | [XFS] Move copy_from_user calls out of ioctl helpers into ioctl switch.sandeen@sandeen.net2008-12-025-64/+63
| * | | | [XFS] fix error handling in xlog_recover_process_one_iunlinkChristoph Hellwig2008-12-011-13/+5
| * | | | [XFS] move inode allocation out xfs_ireadChristoph Hellwig2008-12-013-104/+91
| * | | | [XFS] kill the XFS_IMAP_BULKSTAT flagChristoph Hellwig2008-12-015-11/+5
| * | | | [XFS] embededd struct xfs_imap into xfs_inodeChristoph Hellwig2008-12-017-71/+33
| * | | | [XFS] merge xfs_imap into xfs_dilocateChristoph Hellwig2008-12-015-120/+88
| * | | | [XFS] remove dead code for old inode item recoveryChristoph Hellwig2008-12-014-33/+10
| * | | | [XFS] stop using xfs_itobp in xfs_ireadChristoph Hellwig2008-12-013-49/+37
| * | | | [XFS] split up xlog_recover_process_iunlinksChristoph Hellwig2008-12-011-68/+66
| * | | | [XFS] kill XFS_DINODE_VERSION_ definesChristoph Hellwig2008-12-017-25/+20
| * | | | [XFS] kill xfs_dinode_core_tChristoph Hellwig2008-12-019-141/+124
| * | | | [XFS] kill xfs_ialloc_log_diChristoph Hellwig2008-12-012-99/+10
| * | | | [XFS] sanitize xlog_in_core_t definitionChristoph Hellwig2008-12-013-46/+19
| * | | | [XFS] factor out xfs_read_agf helperFrom: Christoph Hellwig2008-12-013-36/+61
| * | | | [XFS] factor out xfs_read_agi helperChristoph Hellwig2008-12-014-135/+98
| * | | | [XFS] remove i_gen from incore inodeDave Chinner2008-12-013-38/+4
| * | | | [XFS] remove xfs_vfsops.hChristoph Hellwig2008-12-014-17/+0
| * | | | [XFS] remove xfs_vfs.hChristoph Hellwig2008-12-015-46/+13
| * | | | [XFS] remove bhv_statvfs_t typedefChristoph Hellwig2008-12-013-5/+3
| * | | | [XFS] Hook up the fiemap ioctl.Eric Sandeen2008-12-011-0/+84
| * | | | [XFS] Add new getbmap flags.Eric Sandeen2008-12-012-15/+37
| * | | | [XFS] convert xfs_getbmap to take formatter functionsEric Sandeen2008-12-014-78/+71
| * | | | [XFS] fix uninitialised variable bug in dquot release.Dave Chinner2008-12-011-21/+18
| * | | | [XFS] fix error inversion problems with data flushingDave Chinner2008-12-015-9/+32
| * | | | [XFS] fix spurious gcc warningsChristoph Hellwig2008-12-012-4/+3
| * | | | [XFS] allow inode64 mount option on 32 bit systemsChristoph Hellwig2008-12-011-8/+2
| * | | | [XFS] wire up ->open for directoriesChristoph Hellwig2008-12-013-26/+31
| * | | | [XFS] fix NULL pointer dereference in xfs_log_force_umountChristoph Hellwig2008-12-011-2/+5
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Lachlan McIlroy2008-11-2858-1307/+2076
| |\ \ \ \
| * | | | | [XFS] Fix double free of log ticketsDave Chinner2008-11-178-19/+66
| * | | | | [XFS] Avoid using inodes that haven't been completely initialisedDave Chinner2008-11-103-3/+9
| * | | | | [XFS] fix uninitialised variable bug in dquot releaseDave Chinner2008-11-101-18/+24
| * | | | | fs: xfs needs inode_wait to be exportedStephen Rothwell2008-11-101-0/+1
| * | | | | [XFS] handle memory allocation failures during log initialisationDave Chinner2008-11-101-3/+36
| * | | | | Merge branch 'master' of git://oss.sgi.com:8090/xfs/linux-2.6Niv Sardi2008-11-0781-10173/+8094
| |\ \ \ \ \
| | * | | | | CRED: Wrap task credential accesses in the XFS filesystemDavid Howells2008-10-313-5/+5
| | * | | | | [XFS] Fix race when looking up reclaimable inodesDavid Chinner2008-10-302-10/+23
| | * | | | | [XFS] remove restricted chown parameter from xfs linuxTim Shimmin2008-10-306-30/+3
| | * | | | | [XFS] kill sys_credChristoph Hellwig2008-10-308-30/+9
| | * | | | | [XFS] correctly select first log item to pushDavid Chinner2008-10-301-1/+1
| | * | | | | [XFS] free partially initialized inodes using destroy_inodeChristoph Hellwig2008-10-303-11/+29
| | * | | | | Inode: export symbol destroy_inodeChristoph Hellwig2008-10-301-0/+1
| | * | | | | [XFS] stop using xfs_itobp in xfs_bulkstatChristoph Hellwig2008-10-303-21/+19
| | * | | | | [XFS] avoid all reclaimable inodes in xfs_sync_inodes_agDavid Chinner2008-10-301-57/+18
| | * | | | | [XFS] Can't lock inodes in radix tree preload regionDavid Chinner2008-10-301-7/+11
| | * | | | | [XFS] Trivial xfs_remove comment fixupChristoph Hellwig2008-10-301-2/+2
OpenPOWER on IntegriCloud