| Commit message (Expand) | Author | Age | Files | Lines |
* | xfs: reduce bmv_count in xfs_vn_fiemap | Eric Sandeen | 2009-07-31 | 1 | -2/+2 |
* | xfs: fix small mismerge in xfs_vn_mknod | Christoph Hellwig | 2009-06-12 | 1 | -2/+2 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/fs/xfs/xfs | Felix Blyakher | 2009-06-11 | 1 | -39/+12 |
|\ |
|
| * | xfs: use generic Posix ACL code | Christoph Hellwig | 2009-06-10 | 1 | -40/+13 |
* | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2009-04-03 | 1 | -24/+9 |
|\ \
| |/ |
|
| * | xfs: kill ino64 mount option | Christoph Hellwig | 2009-03-29 | 1 | -3/+0 |
| * | xfs: merge xfs_mkdir into xfs_create | Christoph Hellwig | 2009-02-09 | 1 | -21/+9 |
* | | New helper - current_umask() | Al Viro | 2009-03-31 | 1 | -2/+2 |
|/ |
|
* | kill dead inode flags | Christoph Hellwig | 2008-12-04 | 1 | -5/+0 |
* | stop using igrab in xfs_vn_link | Christoph Hellwig | 2008-12-04 | 1 | -6/+3 |
* | [XFS] Hook up the fiemap ioctl. | Eric Sandeen | 2008-12-01 | 1 | -0/+84 |
* | [XFS] Avoid using inodes that haven't been completely initialised | Dave Chinner | 2008-11-10 | 1 | -1/+0 |
* | [XFS] kill sys_cred | Christoph Hellwig | 2008-10-30 | 1 | -3/+3 |
* | [XFS] Combine the XFS and Linux inodes | David Chinner | 2008-10-30 | 1 | -4/+13 |
* | [XFS] Never call mark_inode_dirty_sync() directly | David Chinner | 2008-10-30 | 1 | -1/+1 |
* | [PATCH] change d_add_ci argument ordering | Christoph Hellwig | 2008-08-25 | 1 | -1/+1 |
* | [XFS] stop using file_update_time | Christoph Hellwig | 2008-08-13 | 1 | -39/+0 |
* | [XFS] optimize xfs_ichgtime | Christoph Hellwig | 2008-08-13 | 1 | -6/+13 |
* | [XFS] update timestamp in xfs_ialloc manually | Christoph Hellwig | 2008-08-13 | 1 | -17/+0 |
* | [XFS] sanitize xfs_initialize_vnode | Christoph Hellwig | 2008-08-13 | 1 | -4/+99 |
* | [XFS] Kill shouty XFS_ITOV() macro | David Chinner | 2008-08-13 | 1 | -1/+1 |
* | [XFS] Avoid directly referencing the VFS inode. | David Chinner | 2008-08-13 | 1 | -7/+7 |
* | [XFS] Remove vn_revalidate calls in xfs. | Christoph Hellwig | 2008-07-28 | 1 | -15/+1 |
* | [XFS] Now that xfs_setattr is only used for attributes set from ->setattr | Christoph Hellwig | 2008-07-28 | 1 | -45/+11 |
* | [XFS] Don't update i_size for directories and special files | Christoph Hellwig | 2008-07-28 | 1 | -48/+13 |
* | [XFS] Merge xfs_rmdir into xfs_remove | Christoph Hellwig | 2008-07-28 | 1 | -36/+18 |
* | [XFS] Use the generic xattr methods. | Lachlan McIlroy | 2008-07-28 | 1 | -105/+13 |
* | [XFS] Invalidate dentry in unlink/rmdir if in case-insensitive mode | Barry Naujok | 2008-07-28 | 1 | -0/+14 |
* | [XFS] Remove d_add call for an ENOENT lookup return code | Barry Naujok | 2008-07-28 | 1 | -1/+5 |
* | [XFS] Return case-insensitive match for dentry cache | Barry Naujok | 2008-07-28 | 1 | -1/+56 |
* | [XFS] Kill attr_capable checks as already done in xattr_permission. | Christoph Hellwig | 2008-07-28 | 1 | -12/+1 |
* | [PATCH] sanitize ->permission() prototype | Al Viro | 2008-07-26 | 1 | -2/+1 |
* | [XFS] remove manual lookup from xfs_rename and simplify locking | Christoph Hellwig | 2008-04-29 | 1 | -1/+2 |
* | [PATCH] r/o bind mounts: elevate count for xfs timestamp updates | Dave Hansen | 2008-04-19 | 1 | -7/+0 |
* | [XFS] remove bhv_vname_t and xfs_rename code | Barry Naujok | 2008-04-18 | 1 | -14/+41 |
* | [XFS] Warn if errors come from block_truncate_page(). | David Chinner | 2008-04-18 | 1 | -1/+9 |
* | [XFS] cleanup vnode use in xfs_iops.c | Christoph Hellwig | 2008-04-18 | 1 | -18/+16 |
* | [XFS] cleanup vnode use in xfs_lookup | Christoph Hellwig | 2008-04-18 | 1 | -3/+3 |
* | [XFS] cleanup vnode use in xfs_symlink and xfs_rename | Christoph Hellwig | 2008-04-18 | 1 | -20/+21 |
* | [XFS] cleanup vnode use in xfs_link | Christoph Hellwig | 2008-04-18 | 1 | -12/+11 |
* | [XFS] cleanup vnode use in xfs_create/mknod/mkdir | Christoph Hellwig | 2008-04-18 | 1 | -10/+11 |
* | [XFS] cleanup xfs_vn_mknod | Christoph Hellwig | 2008-04-18 | 1 | -37/+30 |
* | [XFS] keep i_nlink updated and use proper accessors | Christoph Hellwig | 2008-02-07 | 1 | -1/+0 |
* | [XFS] stop updating inode->i_blocks | Christoph Hellwig | 2008-02-07 | 1 | -3/+0 |
* | [XFS] use generic_permission | Christoph Hellwig | 2008-02-07 | 1 | -4/+23 |
* | [XFS] optimize XFS_IS_REALTIME_INODE w/o realtime config | Eric Sandeen | 2008-02-07 | 1 | -1/+1 |
* | [XFS] Implement fallocate. | David Chinner | 2008-02-07 | 1 | -0/+43 |
* | [XFS] Fix inode allocation latency | David Chinner | 2008-02-07 | 1 | -0/+16 |
* | [XFS] simplify xfs_vn_getattr | Christoph Hellwig | 2008-02-07 | 1 | -25/+53 |
* | [XFS] simplify vn_revalidate | Christoph Hellwig | 2008-02-07 | 1 | -1/+1 |