Age | Commit message (Expand) | Author | Files | Lines |
2011-08-13 | xfs: remove subdirectories | Christoph Hellwig | 1 | -672/+0 |
2011-04-28 | xfs: add an x86 compat handler for XFS_IOC_ZERO_RANGE | Christoph Hellwig | 1 | -1/+2 |
2010-10-19 | xfs: Extend project quotas to support 32bit project ids | Arkadiusz Mi?kiewicz | 1 | -1/+3 |
2010-10-19 | xfs: Introduce XFS_IOC_ZERO_RANGE | Dave Chinner | 1 | -0/+1 |
2010-07-26 | xfs: split xfs_itrace_entry | Christoph Hellwig | 1 | -1/+1 |
2010-07-26 | xfs: remove unneeded #include statements | Christoph Hellwig | 1 | -3/+0 |
2010-07-26 | xfs: drop dmapi hooks | Christoph Hellwig | 1 | -1/+0 |
2010-06-24 | xfs: remove block number from inode lookup code | Dave Chinner | 1 | -3/+2 |
2010-06-23 | xfs: always use iget in bulkstat | Christoph Hellwig | 1 | -8/+4 |
2010-05-19 | xfs: Fix integer overflow in fs/xfs/linux-2.6/xfs_ioctl*.c | Zhitong Wang | 1 | -0/+4 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-01-20 | xfs: convert attr to use unsigned names | Dave Chinner | 1 | -2/+2 |
2009-12-15 | xfs: event tracing support | Christoph Hellwig | 1 | -0/+1 |
2009-09-02 | xfs: actually enable the swapext compat handler | Christoph Hellwig | 1 | -1/+1 |
2009-04-21 | xfs: use memdup_user() | Li Zefan | 1 | -8/+4 |
2009-01-19 | xfs: use mnt_want_write in compat_attrmulti ioctl | Christoph Hellwig | 1 | -0/+9 |
2009-01-19 | xfs: fix dentry aliasing issues in open_by_handle | Christoph Hellwig | 1 | -126/+49 |
2009-01-10 | filesystem freeze: remove XFS specific ioctl interfaces for freeze feature | Takashi Sato | 1 | -2/+0 |
2008-12-11 | [XFS] add a FMODE flag to make XFS invisible I/O less hacky | Christoph Hellwig | 1 | -37/+19 |
2008-12-02 | [XFS] Reorder xfs_ioctl32.c for some tidiness | sandeen@sandeen.net | 1 | -42/+36 |
2008-12-02 | [XFS] Hook up compat XFS_IOC_FSSETDM_BY_HANDLE ioctl handler | sandeen@sandeen.net | 1 | -1/+42 |
2008-12-02 | [XFS] Hook up compat XFS_IOC_ATTRMULTI_BY_HANDLE ioctl handler | sandeen@sandeen.net | 1 | -4/+90 |
2008-12-02 | [XFS] Hook up compat XFS_IOC_ATTRLIST_BY_HANDLE ioctl handler | sandeen@sandeen.net | 1 | -1/+135 |
2008-12-02 | [XFS] Fix compat XFS_IOC_FSBULKSTAT_SINGLE ioctl | sandeen@sandeen.net | 1 | -3/+10 |
2008-12-02 | [XFS] Fix xfs_bulkstat_one size checks & error handling | sandeen@sandeen.net | 1 | -18/+26 |
2008-12-02 | [XFS] Make the bulkstat_one compat ioctl handling more sane | sandeen@sandeen.net | 1 | -12/+24 |
2008-12-02 | [XFS] Add compat handlers for data & rt growfs ioctls | sandeen@sandeen.net | 1 | -0/+40 |
2008-12-02 | [XFS] Add compat handlers for swapext ioctl | sandeen@sandeen.net | 1 | -5/+56 |
2008-12-02 | [XFS] Clean up some existing compat ioctl calls | sandeen@sandeen.net | 1 | -87/+120 |
2008-12-02 | [XFS] Move compat ioctl structs & numbers into xfs_ioctl32.h | sandeen@sandeen.net | 1 | -135/+5 |
2008-12-01 | [XFS] remove xfs_vfs.h | Christoph Hellwig | 1 | -1/+0 |
2008-02-07 | [XFS] Fix up sparse warnings. | David Chinner | 1 | -0/+1 |
2008-02-07 | [XFS] fix 32-bit compat ioctls for GETXFLAGS, SETXFLAGS, GETVERSION | Eric Sandeen | 1 | -3/+5 |
2007-12-10 | [XFS] 971064 Various fixups for xfs_bulkstat(). | Lachlan McIlroy | 1 | -0/+3 |
2007-10-16 | [XFS] kill the v_flag member in struct bhv_vnode | Christoph Hellwig | 1 | -2/+1 |
2007-10-16 | [XFS] call common xfs vnode-level helpers directly and remove vnode operations | Christoph Hellwig | 1 | -2/+3 |
2007-07-26 | xfs ioctl __user annotations | Al Viro | 1 | -2/+2 |
2007-07-14 | [XFS] Fix XFS_IOC_FSBULKSTAT{,_SINGLE} & XFS_IOC_FSINUMBERS in compat mode | Michal Marek | 1 | -23/+201 |
2007-07-14 | [XFS] Compat ioctl handler for handle operations | Michal Marek | 1 | -5/+52 |
2007-07-14 | [XFS] Compat ioctl handler for XFS_IOC_FSGEOMETRY_V1. | Michal Marek | 1 | -1/+41 |
2006-12-08 | [PATCH] xfs: change uses of f_{dentry,vfsmnt} to use f_path | Josef "Jeff" Sipek | 1 | -1/+1 |
2006-06-30 | Remove obsolete #include <linux/config.h> | Jörn Engel | 1 | -1/+0 |
2006-06-09 | [XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters. | Nathan Scott | 1 | -2/+2 |
2006-03-29 | [XFS] Fix compiler warning and small code inconsistencies in compat | Nathan Scott | 1 | -9/+13 |
2006-03-17 | [XFS] Complete transition away from linvfs naming convention, finally. | Nathan Scott | 1 | -1/+1 |
2006-03-14 | [XFS] Switch over from linvfs names for sb/quotactl operations for | Nathan Scott | 1 | -5/+5 |
2006-01-10 | [PATCH] don't include ioctl32.h in drivers | Christoph Hellwig | 1 | -1/+0 |
2005-11-02 | [XFS] Update license/copyright notices to match the prefered SGI | Nathan Scott | 1 | -27/+11 |
2005-09-05 | [XFS] add handlers to fix xfs_flock_t alignment issues in compat ioctls | Eric Sandeen | 1 | -3/+62 |
2005-05-06 | [XFS] Fix directory inodes ioctl compat code, minor code consistency cleanups | Nathan Scott | 1 | -10/+19 |