aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_iops.c
Commit message (Expand)AuthorAge
* [PATCH] change d_add_ci argument orderingChristoph Hellwig2008-08-25
* [XFS] stop using file_update_timeChristoph Hellwig2008-08-13
* [XFS] optimize xfs_ichgtimeChristoph Hellwig2008-08-13
* [XFS] update timestamp in xfs_ialloc manuallyChristoph Hellwig2008-08-13
* [XFS] sanitize xfs_initialize_vnodeChristoph Hellwig2008-08-13
* [XFS] Kill shouty XFS_ITOV() macroDavid Chinner2008-08-13
* [XFS] Avoid directly referencing the VFS inode.David Chinner2008-08-13
* [XFS] Remove vn_revalidate calls in xfs.Christoph Hellwig2008-07-28
* [XFS] Now that xfs_setattr is only used for attributes set from ->setattrChristoph Hellwig2008-07-28
* [XFS] Don't update i_size for directories and special filesChristoph Hellwig2008-07-28
* [XFS] Merge xfs_rmdir into xfs_removeChristoph Hellwig2008-07-28
* [XFS] Use the generic xattr methods.Lachlan McIlroy2008-07-28
* [XFS] Invalidate dentry in unlink/rmdir if in case-insensitive modeBarry Naujok2008-07-28
* [XFS] Remove d_add call for an ENOENT lookup return codeBarry Naujok2008-07-28
* [XFS] Return case-insensitive match for dentry cacheBarry Naujok2008-07-28
* [XFS] Kill attr_capable checks as already done in xattr_permission.Christoph Hellwig2008-07-28
* [PATCH] sanitize ->permission() prototypeAl Viro2008-07-26
* [XFS] remove manual lookup from xfs_rename and simplify lockingChristoph Hellwig2008-04-29
* [PATCH] r/o bind mounts: elevate count for xfs timestamp updatesDave Hansen2008-04-19
* [XFS] remove bhv_vname_t and xfs_rename codeBarry Naujok2008-04-17
* [XFS] Warn if errors come from block_truncate_page().David Chinner2008-04-17
* [XFS] cleanup vnode use in xfs_iops.cChristoph Hellwig2008-04-17
* [XFS] cleanup vnode use in xfs_lookupChristoph Hellwig2008-04-17
* [XFS] cleanup vnode use in xfs_symlink and xfs_renameChristoph Hellwig2008-04-17
* [XFS] cleanup vnode use in xfs_linkChristoph Hellwig2008-04-17
* [XFS] cleanup vnode use in xfs_create/mknod/mkdirChristoph Hellwig2008-04-17
* [XFS] cleanup xfs_vn_mknodChristoph Hellwig2008-04-17
* [XFS] keep i_nlink updated and use proper accessorsChristoph Hellwig2008-02-07
* [XFS] stop updating inode->i_blocksChristoph Hellwig2008-02-07
* [XFS] use generic_permissionChristoph Hellwig2008-02-07
* [XFS] optimize XFS_IS_REALTIME_INODE w/o realtime configEric Sandeen2008-02-07
* [XFS] Implement fallocate.David Chinner2008-02-07
* [XFS] Fix inode allocation latencyDavid Chinner2008-02-07
* [XFS] simplify xfs_vn_getattrChristoph Hellwig2008-02-07
* [XFS] simplify vn_revalidateChristoph Hellwig2008-02-07
* [XFS] Fix mknod regressionChristoph Hellwig2007-12-20
* [XFS] Fix xfs_ichgtime()s broken usage of I_SYNCDavid Chinner2007-12-09
* Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2007-10-17
|\
| * [XFS] simplify validata_fieldsChristoph Hellwig2007-10-16
| * [XFS] simplify xfs_create/mknod/symlink prototypeChristoph Hellwig2007-10-16
| * [XFS] kill struct bhv_vnodeChristoph Hellwig2007-10-15
| * [XFS] kill the v_flag member in struct bhv_vnodeChristoph Hellwig2007-10-15
| * [XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig2007-10-15
| * [XFS] stop using uio in the readlink codeChristoph Hellwig2007-10-15
* | introduce I_SYNCJoern Engel2007-10-17
|/
* [PATCH] mark struct inode_operations const 3Arjan van de Ven2007-02-12
* [XFS] Remove unused header files for MAC and CAP checking functionality.Eric Sandeen2007-02-10
* [XFS] Keep stack usage down for 4k stacks by using noinline.David Chinner2007-02-10
* [XFS] Update XFS for i_blksize removal from generic inode structureNathan Scott2006-09-27
* [PATCH] fs: Removing useless castsPanagiotis Issaris2006-09-27