summaryrefslogtreecommitdiff
path: root/fs/xfs/linux-2.6/xfs_iops.c
AgeCommit message (Expand)AuthorFilesLines
2009-12-17kill I_LOCKChristoph Hellwig1-1/+1
2009-12-14xfs: event tracing supportChristoph Hellwig1-0/+1
2009-12-11xfs: Fix error return for fallocate() on XFSJason Gunthorpe1-3/+3
2009-10-08Merge branch 'master' into for-linusAlex Elder1-26/+15
2009-10-08xfs: implement ->dirty_inode to fix timestamp handlingChristoph Hellwig1-26/+15
2009-09-15Merge branch 'master' of git://oss.sgi.com/xfs/xfs into for-linusAlex Elder1-1/+0
2009-09-15xfs: includecheck fix for fs/xfs/xfs_iops.cJaswinder Singh Rajput1-1/+0
2009-09-08jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()'Linus Torvalds1-12/+4
2009-07-31xfs: reduce bmv_count in xfs_vn_fiemapEric Sandeen1-2/+2
2009-06-12xfs: fix small mismerge in xfs_vn_mknodChristoph Hellwig1-2/+2
2009-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/fs/xfs/xfsFelix Blyakher1-39/+12
2009-06-10xfs: use generic Posix ACL codeChristoph Hellwig1-40/+13
2009-04-03Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-24/+9
2009-03-31New helper - current_umask()Al Viro1-2/+2
2009-03-29xfs: kill ino64 mount optionChristoph Hellwig1-3/+0
2009-02-09xfs: merge xfs_mkdir into xfs_createChristoph Hellwig1-21/+9
2008-12-04kill dead inode flagsChristoph Hellwig1-5/+0
2008-12-04stop using igrab in xfs_vn_linkChristoph Hellwig1-6/+3
2008-12-01[XFS] Hook up the fiemap ioctl.Eric Sandeen1-0/+84
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