aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-22Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells1-1/+1
2015-02-16xfs: recall pNFS layouts on conflicting accessChristoph Hellwig1-2/+7
2015-02-10Merge branch 'xfs-misc-fixes-for-3.20-4' into for-nextDave Chinner1-2/+2
2015-02-05xfs: xfs_ioctl_setattr_check_projid can be statickbuild test robot1-2/+2
2015-02-02Merge branch 'xfs-ioctl-setattr-cleanup' into for-nextDave Chinner1-220/+231
2015-02-02xfs: fix behaviour of XFS_IOC_FSSETXATTR on directoriesIustin Pop1-14/+25
2015-02-02xfs: factor projid hint checking out of xfs_ioctl_setattrDave Chinner1-19/+31
2015-02-02xfs: factor extsize hint checking out of xfs_ioctl_setattrDave Chinner1-39/+51
2015-02-02xfs: XFS_IOCTL_SETXATTR can run in user namespacesDave Chinner1-9/+13
2015-02-02xfs: kill xfs_ioctl_setattr behaviour maskDave Chinner1-103/+65
2015-02-02xfs: disaggregate xfs_ioctl_setattrDave Chinner1-5/+18
2015-02-02xfs: factor out xfs_ioctl_setattr transaciton preambleDave Chinner1-46/+55
2015-02-02xfs: separate xflags from xfs_ioctl_setattrDave Chinner1-48/+41
2015-02-02xfs: FSX_NONBLOCK is not usedDave Chinner1-5/+0
2015-02-02xfs: factor out a xfs_update_prealloc_flags() helperChristoph Hellwig1-38/+12
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig1-1/+0
2014-10-13Merge branch 'xfs-misc-fixes-for-3.18-3' into for-nextDave Chinner1-4/+16
2014-10-02xfs: only set extent size hint when askedDave Chinner1-2/+14
2014-10-02xfs: project id inheritance is a directory only flagDave Chinner1-2/+2
2014-09-29xfs: annotate user variables passed as voidDave Chinner1-4/+4
2014-08-04Merge branch 'xfs-misc-fixes-3.17-2' into for-nextDave Chinner1-3/+3
2014-08-04xfs: kill xfs_vnode.hDave Chinner1-3/+3
2014-07-24xfs: remove xfs_bulkstat_singleChristoph Hellwig1-2/+2
2014-06-25xfs: global error sign conversionDave Chinner1-73/+67
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen1-87/+87
2014-06-11Merge tag 'xfs-for-linus-3.16-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-10/+4
2014-06-10fs,userns: Change inode_capable to capable_wrt_inode_uidgidAndy Lutomirski1-1/+1
2014-05-20Merge branch 'xfs-feature-bit-cleanup' into for-nextDave Chinner1-8/+1
2014-05-20xfs: turn NLINK feature on by defaultDave Chinner1-8/+1
2014-05-05xfs: Fix wrong error codes being returnedFrom: Tuomas Tynkkynen1-2/+3
2014-04-01new helper: readlink_copy()Al Viro1-27/+1
2014-01-24xfs: allow logical-sector sized O_DIRECTEric Sandeen1-1/+1
2014-01-24xfs: rename xfs_buftarg structure membersEric Sandeen1-1/+1
2014-01-24xfs: clean up xfs_buftargEric Sandeen1-1/+1
2013-12-18xfs: no need to lock the inode in xfs_find_handleChristoph Hellwig1-4/+0
2013-12-04xfs: underflow bug in xfs_attrlist_by_handle()Dan Carpenter1-1/+2
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner1-6/+3
2013-10-23xfs: decouple log and transaction headersDave Chinner1-3/+4
2013-10-23xfs: create a shared header file for format-related informationDave Chinner1-0/+1
2013-10-21xfs: fold xfs_change_file_space into xfs_ioc_spaceChristoph Hellwig1-8/+122
2013-10-21xfs: always hold the iolock when calling xfs_change_file_spaceChristoph Hellwig1-0/+2
2013-10-21xfs: remove the unused XFS_ATTR_NONBLOCK flagChristoph Hellwig1-3/+0
2013-09-10xfs: factor all the kmalloc-or-vmalloc fallback allocationsDave Chinner1-23/+11
2013-09-09xfs: fix some minor sparse warningsDave Chinner1-1/+1
2013-08-15xfs: add capability check to free eofblocks ioctlDwight Engen1-0/+6
2013-08-15xfs: create internal eofblocks structure with kuid_t typesDwight Engen1-12/+6
2013-08-15xfs: ioctl check for capabilities in the current user namespaceDwight Engen1-2/+9