summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* fs: return EPERM on immutable inodeEryu Guan2016-08-071-1/+1
* xfs: in _attrlist_by_handle, copy the cursor back to userspaceDarrick J. Wong2016-08-031-0/+6
* Merge branch 'xfs-4.8-split-dax-dio' into for-nextDave Chinner2016-07-201-14/+8
|\
| * xfs: don't pass ioflags around in the ioctl pathChristoph Hellwig2016-07-201-14/+8
* | xfs: fix type confusion in xfs_ioc_swapextJann Horn2016-07-201-0/+11
|/
* Merge branch 'xfs-4.7-optimise-inline-symlinks' into for-nextDave Chinner2016-05-201-16/+2
|\
| * xfs: use ->readlink to implement the readlink_by_handle ioctlChristoph Hellwig2016-04-061-16/+2
* | xfs: better xfs_trans_alloc interfaceChristoph Hellwig2016-04-061-8/+5
|/
* Merge branch 'xfs-dax-fixes-4.6' into for-nextDave Chinner2016-03-071-7/+98
|\
| * xfs: XFS_DIFLAG2_DAX limited by PAGE_SIZEDave Chinner2016-03-011-4/+8
| * xfs: dynamically switch modes when XFS_DIFLAG2_DAX is set/clearedDave Chinner2016-03-011-13/+92
| * xfs: XFS_DIFLAG_DAX is only for regular files or directoriesDave Chinner2016-03-011-0/+8
* | xfs: mode di_mode to vfs inodeDave Chinner2016-02-091-7/+7
* | xfs: move inode generation count to VFS inodeDave Chinner2016-02-091-1/+1
|/
* xfs: introduce per-inode DAX enablementDave Chinner2016-01-041-1/+17
* xfs: use FS_XFLAG definitions directlyDave Chinner2016-01-041-37/+37
* Merge branch 'xfs-misc-fixes-for-4.4-2' into for-nextDave Chinner2015-11-031-2/+13
|\
| * xfs: invalidate cached acl if set via ioctlAndreas Gruenbacher2015-11-031-1/+9
| * xfs: Plug memory leak in xfs_attrmulti_attr_setAndreas Gruenbacher2015-11-031-1/+4
* | Merge branch 'xfs-misc-fixes-for-4.4-1' into for-nextDave Chinner2015-10-121-3/+3
|\ \
| * | xfs: avoid dependency on Linux XATTR_SIZE_MAXJan Tulak2015-10-121-2/+2
| * | xfs: prefix XATTR_LIST_MAX with XFS_Jan Tulak2015-10-121-1/+1
| |/
* | xfs: per-filesystem stats counter implementationBill O'Donnell2015-10-121-1/+1
|/
* xfs: saner xfs_trans_commit interfaceChristoph Hellwig2015-06-041-3/+3
* xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig2015-06-041-4/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-9/+9
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-9/+9
* | Merge branch 'xfs-misc-fixes-for-4.1-3' into for-nextDave Chinner2015-04-131-1/+1
|\ \
| * | xfs: unlock i_mutex in xfs_break_layoutsChristoph Hellwig2015-04-131-1/+1
| |/
* | xfs: take i_mmap_lock on extent manipulation operationsDave Chinner2015-02-231-1/+4
|/
* Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2015-02-221-1/+1
|\
| * VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-221-1/+1
* | xfs: recall pNFS layouts on conflicting accessChristoph Hellwig2015-02-161-2/+7
|/
* Merge branch 'xfs-misc-fixes-for-3.20-4' into for-nextDave Chinner2015-02-101-2/+2
|\
| * xfs: xfs_ioctl_setattr_check_projid can be statickbuild test robot2015-02-051-2/+2
* | Merge branch 'xfs-ioctl-setattr-cleanup' into for-nextDave Chinner2015-02-021-220/+231
|\ \ | |/
| * xfs: fix behaviour of XFS_IOC_FSSETXATTR on directoriesIustin Pop2015-02-021-14/+25
| * xfs: factor projid hint checking out of xfs_ioctl_setattrDave Chinner2015-02-021-19/+31
| * xfs: factor extsize hint checking out of xfs_ioctl_setattrDave Chinner2015-02-021-39/+51
| * xfs: XFS_IOCTL_SETXATTR can run in user namespacesDave Chinner2015-02-021-9/+13
| * xfs: kill xfs_ioctl_setattr behaviour maskDave Chinner2015-02-021-103/+65
| * xfs: disaggregate xfs_ioctl_setattrDave Chinner2015-02-021-5/+18
| * xfs: factor out xfs_ioctl_setattr transaciton preambleDave Chinner2015-02-021-46/+55
| * xfs: separate xflags from xfs_ioctl_setattrDave Chinner2015-02-021-48/+41
| * xfs: FSX_NONBLOCK is not usedDave Chinner2015-02-021-5/+0
* | xfs: factor out a xfs_update_prealloc_flags() helperChristoph Hellwig2015-02-021-38/+12
|/
* xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-281-1/+0
* xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
* xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
* Merge branch 'xfs-misc-fixes-for-3.18-3' into for-nextDave Chinner2014-10-131-4/+16
|\
OpenPOWER on IntegriCloud