summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_iops.c
Commit message (Expand)AuthorAgeFilesLines
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* xfs: implement optimized fdatasyncChristoph Hellwig2010-03-011-0/+10
* xfs: convert attr to use unsigned namesDave Chinner2010-01-201-2/+2
* kill I_LOCKChristoph Hellwig2009-12-171-1/+1
* xfs: event tracing supportChristoph Hellwig2009-12-151-0/+1
* xfs: Fix error return for fallocate() on XFSJason Gunthorpe2009-12-111-3/+3
* Merge branch 'master' into for-linusAlex Elder2009-10-081-26/+15Star
|\
| * xfs: implement ->dirty_inode to fix timestamp handlingChristoph Hellwig2009-10-081-26/+15Star
* | Merge branch 'master' of git://oss.sgi.com/xfs/xfs into for-linusAlex Elder2009-09-161-1/+0Star
|\|
| * xfs: includecheck fix for fs/xfs/xfs_iops.cJaswinder Singh Rajput2009-09-151-1/+0Star
* | jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()'Linus Torvalds2009-09-081-12/+4Star
|/
* xfs: reduce bmv_count in xfs_vn_fiemapEric Sandeen2009-07-311-2/+2
* xfs: fix small mismerge in xfs_vn_mknodChristoph Hellwig2009-06-131-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/fs/xfs/xfsFelix Blyakher2009-06-111-39/+12Star
|\
| * xfs: use generic Posix ACL codeChristoph Hellwig2009-06-101-40/+13Star
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2009-04-031-24/+9Star
|\|
| * xfs: kill ino64 mount optionChristoph Hellwig2009-03-291-3/+0Star
| * xfs: merge xfs_mkdir into xfs_createChristoph Hellwig2009-02-091-21/+9Star
* | New helper - current_umask()Al Viro2009-04-011-2/+2
|/
* kill dead inode flagsChristoph Hellwig2008-12-041-5/+0Star
* stop using igrab in xfs_vn_linkChristoph Hellwig2008-12-041-6/+3Star
* [XFS] Hook up the fiemap ioctl.Eric Sandeen2008-12-011-0/+84
* [XFS] Avoid using inodes that haven't been completely initialisedDave Chinner2008-11-101-1/+0Star
* [XFS] kill sys_credChristoph Hellwig2008-10-301-3/+3
* [XFS] Combine the XFS and Linux inodesDavid Chinner2008-10-301-4/+13
* [XFS] Never call mark_inode_dirty_sync() directlyDavid Chinner2008-10-301-1/+1
* [PATCH] change d_add_ci argument orderingChristoph Hellwig2008-08-251-1/+1
* [XFS] stop using file_update_timeChristoph Hellwig2008-08-131-39/+0Star
* [XFS] optimize xfs_ichgtimeChristoph Hellwig2008-08-131-6/+13
* [XFS] update timestamp in xfs_ialloc manuallyChristoph Hellwig2008-08-131-17/+0Star
* [XFS] sanitize xfs_initialize_vnodeChristoph Hellwig2008-08-131-4/+99
* [XFS] Kill shouty XFS_ITOV() macroDavid Chinner2008-08-131-1/+1
* [XFS] Avoid directly referencing the VFS inode.David Chinner2008-08-131-7/+7
* [XFS] Remove vn_revalidate calls in xfs.Christoph Hellwig2008-07-281-15/+1Star
* [XFS] Now that xfs_setattr is only used for attributes set from ->setattrChristoph Hellwig2008-07-281-45/+11Star
* [XFS] Don't update i_size for directories and special filesChristoph Hellwig2008-07-281-48/+13Star
* [XFS] Merge xfs_rmdir into xfs_removeChristoph Hellwig2008-07-281-36/+18Star
* [XFS] Use the generic xattr methods.Lachlan McIlroy2008-07-281-105/+13Star
* [XFS] Invalidate dentry in unlink/rmdir if in case-insensitive modeBarry Naujok2008-07-281-0/+14
* [XFS] Remove d_add call for an ENOENT lookup return codeBarry Naujok2008-07-281-1/+5
* [XFS] Return case-insensitive match for dentry cacheBarry Naujok2008-07-281-1/+56
* [XFS] Kill attr_capable checks as already done in xattr_permission.Christoph Hellwig2008-07-281-12/+1Star
* [PATCH] sanitize ->permission() prototypeAl Viro2008-07-271-2/+1Star
* [XFS] remove manual lookup from xfs_rename and simplify lockingChristoph Hellwig2008-04-291-1/+2
* [PATCH] r/o bind mounts: elevate count for xfs timestamp updatesDave Hansen2008-04-191-7/+0Star
* [XFS] remove bhv_vname_t and xfs_rename codeBarry Naujok2008-04-181-14/+41
* [XFS] Warn if errors come from block_truncate_page().David Chinner2008-04-181-1/+9
* [XFS] cleanup vnode use in xfs_iops.cChristoph Hellwig2008-04-181-18/+16Star
* [XFS] cleanup vnode use in xfs_lookupChristoph Hellwig2008-04-181-3/+3
* [XFS] cleanup vnode use in xfs_symlink and xfs_renameChristoph Hellwig2008-04-181-20/+21