summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6
Commit message (Expand)AuthorAgeFilesLines
* [XFS] Remove CONFIG_XFS_SECURITY.Eric Sandeen2008-04-181-7/+1Star
* [XFS] Remove periodic logging of in-core superblock counters.David Chinner2008-04-182-3/+1Star
* [XFS] Don't error out on good I/Os.David Chinner2008-04-181-1/+3
* [XFS] Catch unwritten extent conversion errors.David Chinner2008-04-181-2/+6
* [XFS] xfs_bdwrite() does not return errors.David Chinner2008-04-182-3/+7
* [XFS] Ensure errors from xfs_bdstrat() are correctly checked.David Chinner2008-04-182-14/+8Star
* [XFS] remove bhv_vname_t and xfs_rename codeBarry Naujok2008-04-183-26/+43
* [XFS] Warn if errors come from block_truncate_page().David Chinner2008-04-181-1/+9
* [XFS] replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-184-9/+9
* [XFS] Replace __inline with inlineHarvey Harrison2008-04-182-3/+3
* [XFS] split xfs_ioc_xattrLachlan McIlroy2008-04-181-56/+312
* [XFS] cleanup root inode handling in xfs_fs_fill_superChristoph Hellwig2008-04-181-10/+9Star
* [XFS] cleanup vnode use in xfs_iops.cChristoph Hellwig2008-04-181-18/+16Star
* [XFS] cleanup vnode use in xfs_lrw.cChristoph Hellwig2008-04-181-5/+3Star
* [XFS] cleanup vnode use in xfs_lookupChristoph Hellwig2008-04-182-8/+7Star
* [XFS] cleanup vnode use in xfs_symlink and xfs_renameChristoph Hellwig2008-04-181-20/+21
* [XFS] cleanup vnode use in xfs_linkChristoph Hellwig2008-04-181-12/+11Star
* [XFS] cleanup vnode use in xfs_create/mknod/mkdirChristoph Hellwig2008-04-181-10/+11
* [XFS] cleanup vnode use in dmapi callsChristoph Hellwig2008-04-182-17/+10Star
* [XFS] don't encode parent in nfs filehandles unless nessecaryChristoph Hellwig2008-04-181-1/+1
* [XFS] kill xfs_rwlock/xfs_rwunlockChristoph Hellwig2008-04-183-32/+15Star
* [XFS] kill xfs_get_dir_entryChristoph Hellwig2008-04-181-1/+1
* [XFS] vnode cleanup in xfs_fs_subr.cChristoph Hellwig2008-04-181-25/+11Star
* [XFS] cleanup xfs_vn_mknodChristoph Hellwig2008-04-181-37/+30Star
* [XFS] Don't block pdflush when writing back inodesDavid Chinner2008-04-182-5/+3Star
* [XFS] Remove the xfs_refcacheDonald Douwsma2008-04-181-1/+0Star
* [XFS] remove shouting-indirection macros from xfs_sb.hEric Sandeen2008-04-101-1/+1
* [XFS] If you mount an XFS filesystem with no mount options at all, thenJosef Jeff Sipek2008-02-291-7/+7
* Introduce path_put()Jan Blunck2008-02-151-1/+1
* Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck2008-02-151-3/+3
* Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2008-02-0816-461/+904
|\
| * [XFS] add __init/__exit mark to specific init/cleanup functionsLachlan McIlroy2008-02-072-2/+2
| * [XFS] Fix oops in xfs_file_readdir()David Chinner2008-02-071-2/+1Star
| * [XFS] kill xfs_rootChristoph Hellwig2008-02-071-2/+4
| * [XFS] keep i_nlink updated and use proper accessorsChristoph Hellwig2008-02-072-2/+0Star
| * [XFS] stop updating inode->i_blocksChristoph Hellwig2008-02-073-8/+1Star
| * [XFS] Move AIL pushing into it's own threadDavid Chinner2008-02-071-0/+59
| * [XFS] use generic_permissionChristoph Hellwig2008-02-071-4/+23
| * [XFS] Cleanup various fid related bits:Christoph Hellwig2008-02-071-8/+17
| * [XFS] kill superflous buffer locking (2nd attempt)Christoph Hellwig2008-02-072-51/+5Star
| * [XFS] Remove the BPCSHIFT and NB* based macros from XFS.Tim Shimmin2008-02-072-32/+5Star
| * [XFS] optimize XFS_IS_REALTIME_INODE w/o realtime configEric Sandeen2008-02-074-5/+5
| * [XFS] Move platform specific mount option parse out of core XFS codeDavid Chinner2008-02-071-0/+430
| * [XFS] Implement fallocate.David Chinner2008-02-071-0/+43
| * [XFS] Fix inode allocation latencyDavid Chinner2008-02-071-0/+16
| * [XFS] Fix up sparse warnings.David Chinner2008-02-073-2/+4
| * [XFS] 971186 Undo mod xfs-linux-melb:xfs-kern:29845a due to a regressionLachlan McIlroy2008-02-072-5/+49
| * [XFS] fix 32-bit compat ioctls for GETXFLAGS, SETXFLAGS, GETVERSIONEric Sandeen2008-02-071-3/+5
| * [XFS] kill superflous buffer lockingChristoph Hellwig2008-02-072-49/+5Star
| * [XFS] kill xfs_freeze.Christoph Hellwig2008-02-071-1/+10