Age | Commit message (Expand) | Author | Files | Lines |
2010-10-26 | new helper: ihold() | Al Viro | 1 | -1/+1 |
2010-10-26 | fs: remove inode_add_to_list/__inode_add_to_list | Christoph Hellwig | 1 | -1/+3 |
2010-10-19 | xfs: remove xfs_cred.h | Christoph Hellwig | 1 | -2/+2 |
2010-10-19 | xfs: don't use vfs writeback for pure metadata modifications | Dave Chinner | 1 | -35/+0 |
2010-09-03 | xfs: Make fiemap work with sparse files | Tao Ma | 1 | -1/+1 |
2010-08-10 | simplify checks for I_CLEAR/I_FREEING | Al Viro | 1 | -2/+2 |
2010-08-10 | xfs: new truncate sequence | Christoph Hellwig | 1 | -16/+0 |
2010-07-26 | xfs: split xfs_itrace_entry | Christoph Hellwig | 1 | -1/+1 |
2010-07-26 | xfs: remove unneeded #include statements | Christoph Hellwig | 1 | -7/+0 |
2010-07-26 | xfs: drop dmapi hooks | Christoph Hellwig | 1 | -1/+0 |
2010-05-29 | xfs: Check new inode size is OK before preallocating | Dave Chinner | 1 | -3/+13 |
2010-05-19 | xfs: Make fiemap work in query mode. | Tao Ma | 1 | -1/+4 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-03-02 | xfs: implement optimized fdatasync | Christoph Hellwig | 1 | -0/+10 |
2010-01-20 | xfs: convert attr to use unsigned names | Dave Chinner | 1 | -2/+2 |
2009-12-17 | kill I_LOCK | Christoph Hellwig | 1 | -1/+1 |
2009-12-15 | xfs: event tracing support | Christoph Hellwig | 1 | -0/+1 |
2009-12-12 | xfs: Fix error return for fallocate() on XFS | Jason Gunthorpe | 1 | -3/+3 |
2009-10-08 | Merge branch 'master' into for-linus | Alex Elder | 1 | -26/+15 |
2009-10-08 | xfs: implement ->dirty_inode to fix timestamp handling | Christoph Hellwig | 1 | -26/+15 |
2009-09-16 | Merge branch 'master' of git://oss.sgi.com/xfs/xfs into for-linus | Alex Elder | 1 | -1/+0 |
2009-09-15 | xfs: includecheck fix for fs/xfs/xfs_iops.c | Jaswinder Singh Rajput | 1 | -1/+0 |
2009-09-08 | jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()' | Linus Torvalds | 1 | -12/+4 |
2009-07-31 | xfs: reduce bmv_count in xfs_vn_fiemap | Eric Sandeen | 1 | -2/+2 |
2009-06-13 | xfs: fix small mismerge in xfs_vn_mknod | Christoph Hellwig | 1 | -2/+2 |
2009-06-12 | Merge branch 'master' of git://git.kernel.org/pub/scm/fs/xfs/xfs | Felix Blyakher | 1 | -39/+12 |
2009-06-10 | xfs: use generic Posix ACL code | Christoph Hellwig | 1 | -40/+13 |
2009-04-03 | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 1 | -24/+9 |
2009-04-01 | New helper - current_umask() | Al Viro | 1 | -2/+2 |
2009-03-29 | xfs: kill ino64 mount option | Christoph Hellwig | 1 | -3/+0 |
2009-02-09 | xfs: merge xfs_mkdir into xfs_create | Christoph Hellwig | 1 | -21/+9 |
2008-12-04 | kill dead inode flags | Christoph Hellwig | 1 | -5/+0 |
2008-12-04 | stop using igrab in xfs_vn_link | Christoph Hellwig | 1 | -6/+3 |
2008-12-01 | [XFS] Hook up the fiemap ioctl. | Eric Sandeen | 1 | -0/+84 |
2008-11-10 | [XFS] Avoid using inodes that haven't been completely initialised | Dave Chinner | 1 | -1/+0 |
2008-10-30 | [XFS] kill sys_cred | Christoph Hellwig | 1 | -3/+3 |
2008-10-30 | [XFS] Combine the XFS and Linux inodes | David Chinner | 1 | -4/+13 |
2008-10-30 | [XFS] Never call mark_inode_dirty_sync() directly | David Chinner | 1 | -1/+1 |
2008-08-25 | [PATCH] change d_add_ci argument ordering | Christoph Hellwig | 1 | -1/+1 |
2008-08-13 | [XFS] stop using file_update_time | Christoph Hellwig | 1 | -39/+0 |
2008-08-13 | [XFS] optimize xfs_ichgtime | Christoph Hellwig | 1 | -6/+13 |
2008-08-13 | [XFS] update timestamp in xfs_ialloc manually | Christoph Hellwig | 1 | -17/+0 |
2008-08-13 | [XFS] sanitize xfs_initialize_vnode | Christoph Hellwig | 1 | -4/+99 |
2008-08-13 | [XFS] Kill shouty XFS_ITOV() macro | David Chinner | 1 | -1/+1 |
2008-08-13 | [XFS] Avoid directly referencing the VFS inode. | David Chinner | 1 | -7/+7 |
2008-07-28 | [XFS] Remove vn_revalidate calls in xfs. | Christoph Hellwig | 1 | -15/+1 |
2008-07-28 | [XFS] Now that xfs_setattr is only used for attributes set from ->setattr | Christoph Hellwig | 1 | -45/+11 |
2008-07-28 | [XFS] Don't update i_size for directories and special files | Christoph Hellwig | 1 | -48/+13 |
2008-07-28 | [XFS] Merge xfs_rmdir into xfs_remove | Christoph Hellwig | 1 | -36/+18 |
2008-07-28 | [XFS] Use the generic xattr methods. | Lachlan McIlroy | 1 | -105/+13 |