aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_iops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-10[XFS] Avoid using inodes that haven't been completely initialisedDave Chinner1-1/+0
2008-10-30[XFS] kill sys_credChristoph Hellwig1-3/+3
2008-10-30[XFS] Combine the XFS and Linux inodesDavid Chinner1-4/+13
2008-10-30[XFS] Never call mark_inode_dirty_sync() directlyDavid Chinner1-1/+1
2008-08-25[PATCH] change d_add_ci argument orderingChristoph Hellwig1-1/+1
2008-08-13[XFS] stop using file_update_timeChristoph Hellwig1-39/+0
2008-08-13[XFS] optimize xfs_ichgtimeChristoph Hellwig1-6/+13
2008-08-13[XFS] update timestamp in xfs_ialloc manuallyChristoph Hellwig1-17/+0
2008-08-13[XFS] sanitize xfs_initialize_vnodeChristoph Hellwig1-4/+99
2008-08-13[XFS] Kill shouty XFS_ITOV() macroDavid Chinner1-1/+1
2008-08-13[XFS] Avoid directly referencing the VFS inode.David Chinner1-7/+7
2008-07-28[XFS] Remove vn_revalidate calls in xfs.Christoph Hellwig1-15/+1
2008-07-28[XFS] Now that xfs_setattr is only used for attributes set from ->setattrChristoph Hellwig1-45/+11
2008-07-28[XFS] Don't update i_size for directories and special filesChristoph Hellwig1-48/+13
2008-07-28[XFS] Merge xfs_rmdir into xfs_removeChristoph Hellwig1-36/+18
2008-07-28[XFS] Use the generic xattr methods.Lachlan McIlroy1-105/+13
2008-07-28[XFS] Invalidate dentry in unlink/rmdir if in case-insensitive modeBarry Naujok1-0/+14
2008-07-28[XFS] Remove d_add call for an ENOENT lookup return codeBarry Naujok1-1/+5
2008-07-28[XFS] Return case-insensitive match for dentry cacheBarry Naujok1-1/+56
2008-07-28[XFS] Kill attr_capable checks as already done in xattr_permission.Christoph Hellwig1-12/+1
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro1-2/+1
2008-04-29[XFS] remove manual lookup from xfs_rename and simplify lockingChristoph Hellwig1-1/+2
2008-04-19[PATCH] r/o bind mounts: elevate count for xfs timestamp updatesDave Hansen1-7/+0
2008-04-18[XFS] remove bhv_vname_t and xfs_rename codeBarry Naujok1-14/+41
2008-04-18[XFS] Warn if errors come from block_truncate_page().David Chinner1-1/+9
2008-04-18[XFS] cleanup vnode use in xfs_iops.cChristoph Hellwig1-18/+16
2008-04-18[XFS] cleanup vnode use in xfs_lookupChristoph Hellwig1-3/+3
2008-04-18[XFS] cleanup vnode use in xfs_symlink and xfs_renameChristoph Hellwig1-20/+21
2008-04-18[XFS] cleanup vnode use in xfs_linkChristoph Hellwig1-12/+11
2008-04-18[XFS] cleanup vnode use in xfs_create/mknod/mkdirChristoph Hellwig1-10/+11
2008-04-18[XFS] cleanup xfs_vn_mknodChristoph Hellwig1-37/+30
2008-02-07[XFS] keep i_nlink updated and use proper accessorsChristoph Hellwig1-1/+0
2008-02-07[XFS] stop updating inode->i_blocksChristoph Hellwig1-3/+0
2008-02-07[XFS] use generic_permissionChristoph Hellwig1-4/+23
2008-02-07[XFS] optimize XFS_IS_REALTIME_INODE w/o realtime configEric Sandeen1-1/+1
2008-02-07[XFS] Implement fallocate.David Chinner1-0/+43
2008-02-07[XFS] Fix inode allocation latencyDavid Chinner1-0/+16
2008-02-07[XFS] simplify xfs_vn_getattrChristoph Hellwig1-25/+53
2008-02-07[XFS] simplify vn_revalidateChristoph Hellwig1-1/+1
2007-12-21[XFS] Fix mknod regressionChristoph Hellwig1-3/+1
2007-12-10[XFS] Fix xfs_ichgtime()s broken usage of I_SYNCDavid Chinner1-2/+2
2007-10-17Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds1-128/+68
2007-10-17introduce I_SYNCJoern Engel1-2/+2
2007-10-17[XFS] simplify validata_fieldsChristoph Hellwig1-27/+24
2007-10-16[XFS] simplify xfs_create/mknod/symlink prototypeChristoph Hellwig1-15/+8
2007-10-16[XFS] kill struct bhv_vnodeChristoph Hellwig1-4/+3
2007-10-16[XFS] kill the v_flag member in struct bhv_vnodeChristoph Hellwig1-3/+3
2007-10-16[XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig1-51/+26
2007-10-15[XFS] stop using uio in the readlink codeChristoph Hellwig1-37/+13
2007-02-12[PATCH] mark struct inode_operations const 3Arjan van de Ven1-3/+3