Age | Commit message (Expand) | Author | Files | Lines |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-02-09 | xfs: more reserved blocks fixups | Eric Sandeen | 1 | -0/+3 |
2010-01-20 | xfs: convert attr to use unsigned names | Dave Chinner | 1 | -9/+9 |
2009-12-15 | xfs: event tracing support | Christoph Hellwig | 1 | -0/+1 |
2009-06-12 | Merge branch 'master' of git://git.kernel.org/pub/scm/fs/xfs/xfs | Felix Blyakher | 1 | -12/+13 |
2009-06-10 | xfs: use generic Posix ACL code | Christoph Hellwig | 1 | -1/+0 |
2009-06-08 | xfs: kill xfs_qmops | Christoph Hellwig | 1 | -11/+13 |
2009-04-21 | xfs: use memdup_user() | Li Zefan | 1 | -16/+7 |
2009-03-07 | xfs: include header files for prototypes | Hannes Eder | 1 | -0/+1 |
2009-02-08 | xfs: cleanup xfs_find_handle | Christoph Hellwig | 1 | -62/+44 |
2009-01-19 | xfs: fix dentry aliasing issues in open_by_handle | Christoph Hellwig | 1 | -168/+137 |
2009-01-10 | filesystem freeze: remove XFS specific ioctl interfaces for freeze feature | Takashi Sato | 1 | -15/+0 |
2008-12-29 | [XFS] Fix merge failures | Lachlan McIlroy | 1 | -1/+2 |
2008-12-11 | [XFS] add a FMODE flag to make XFS invisible I/O less hacky | Christoph Hellwig | 1 | -9/+20 |
2008-12-02 | [XFS] Hook up compat XFS_IOC_ATTRMULTI_BY_HANDLE ioctl handler | sandeen@sandeen.net | 1 | -3/+3 |
2008-12-02 | [XFS] Clean up some existing compat ioctl calls | sandeen@sandeen.net | 1 | -4/+4 |
2008-12-02 | [XFS] Move copy_from_user calls out of ioctl helpers into ioctl switch. | sandeen@sandeen.net | 1 | -56/+53 |
2008-12-01 | [XFS] kill XFS_DINODE_VERSION_ defines | Christoph Hellwig | 1 | -1/+1 |
2008-12-01 | [XFS] convert xfs_getbmap to take formatter functions | Eric Sandeen | 1 | -25/+39 |
2008-11-14 | CRED: Pass credentials through dentry_open() | David Howells | 1 | -1/+2 |
2008-11-14 | CRED: Wrap task credential accesses in the XFS filesystem | David Howells | 1 | -1/+1 |
2008-10-31 | CRED: Wrap task credential accesses in the XFS filesystem | David Howells | 1 | -1/+1 |
2008-10-30 | [XFS] remove restricted chown parameter from xfs linux | Tim Shimmin | 1 | -4/+0 |
2008-10-30 | [XFS] kill sys_cred | Christoph Hellwig | 1 | -2/+1 |
2008-10-23 | [PATCH] switch all filesystems over to d_obtain_alias | Christoph Hellwig | 1 | -4/+3 |
2008-08-13 | [XFS] Kill shouty XFS_ITOV() macro | David Chinner | 1 | -2/+2 |
2008-07-28 | [XFS] Remove vn_revalidate calls in xfs. | Christoph Hellwig | 1 | -2/+27 |
2008-07-28 | [XFS] Now that xfs_setattr is only used for attributes set from ->setattr | Christoph Hellwig | 1 | -2/+2 |
2008-07-28 | [XFS] xfs_setattr currently doesn't just handle the attributes set through | Christoph Hellwig | 1 | -36/+303 |
2008-07-28 | [XFS] attrmulti cleanup | Christoph Hellwig | 1 | -1/+1 |
2008-07-28 | [XFS] Check for invalid flags in xfs_attrlist_by_handle. | Christoph Hellwig | 1 | -0/+6 |
2008-07-27 | [PATCH] sanitize __user_walk_fd() et.al. | Al Viro | 1 | -8/+6 |
2008-04-29 | [XFS] Cleanup xfs_attr a bit with xfs_name and remove cred | Barry Naujok | 1 | -3/+3 |
2008-04-29 | [XFS] kill di_mode checks after xfs_iget | Christoph Hellwig | 1 | -1/+1 |
2008-04-19 | [PATCH] r/o bind mounts: elevate write count for ioctls() | Dave Hansen | 1 | -5/+10 |
2008-04-18 | [XFS] Fix merge failure | Lachlan McIlroy | 1 | -2/+4 |
2008-04-18 | [XFS] The forward declarations for the xfs_ioctl() helpers and the | Lachlan McIlroy | 1 | -312/+2 |
2008-04-18 | [XFS] split xfs_ioc_xattr | Lachlan McIlroy | 1 | -56/+312 |
2008-04-10 | [XFS] remove shouting-indirection macros from xfs_sb.h | Eric Sandeen | 1 | -1/+1 |
2008-02-15 | Introduce path_put() | Jan Blunck | 1 | -1/+1 |
2008-02-15 | Embed a struct path into struct nameidata instead of nd->{dentry,mnt} | Jan Blunck | 1 | -3/+3 |
2008-02-07 | [XFS] optimize XFS_IS_REALTIME_INODE w/o realtime config | Eric Sandeen | 1 | -1/+1 |
2008-02-07 | [XFS] Fix up sparse warnings. | David Chinner | 1 | -1/+1 |
2008-02-07 | [XFS] cleanup vnode useage in xfs_ioctl.c | Christoph Hellwig | 1 | -51/+28 |
2008-02-07 | [XFS] simplify vn_revalidate | Christoph Hellwig | 1 | -2/+2 |
2008-02-07 | [XFS] clean up vnode/inode tracing | Lachlan McIlroy | 1 | -2/+1 |
2007-12-10 | [XFS] 971064 Various fixups for xfs_bulkstat(). | Lachlan McIlroy | 1 | -12/+8 |
2007-10-19 | [XFS] cleanup fid types mess | Christoph Hellwig | 1 | -12/+12 |
2007-10-16 | [XFS] avoid xfs_getattr in XFS_IOC_FSGETXATTR ioctl | Christoph Hellwig | 1 | -44/+46 |
2007-10-16 | [XFS] kill the vfs_fsid and vfs_altfsid members in struct bhv_vfs | Christoph Hellwig | 1 | -2/+2 |