summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * xfs: only set extent size hint when askedDave Chinner2014-10-021-2/+14
| * xfs: project id inheritance is a directory only flagDave Chinner2014-10-021-2/+2
* | xfs: annotate user variables passed as voidDave Chinner2014-09-291-4/+4
|/
* Merge branch 'xfs-misc-fixes-3.17-2' into for-nextDave Chinner2014-08-041-3/+3
|\
| * xfs: kill xfs_vnode.hDave Chinner2014-08-041-3/+3
* | xfs: remove xfs_bulkstat_singleChristoph Hellwig2014-07-241-2/+2
|/
* xfs: global error sign conversionDave Chinner2014-06-251-73/+67
* xfs: Nuke XFS_ERROR macroEric Sandeen2014-06-221-87/+87
* Merge tag 'xfs-for-linus-3.16-rc1' of git://oss.sgi.com/xfs/xfsLinus Torvalds2014-06-111-10/+4
|\
| * Merge branch 'xfs-feature-bit-cleanup' into for-nextDave Chinner2014-05-201-8/+1
| |\
| | * xfs: turn NLINK feature on by defaultDave Chinner2014-05-201-8/+1
| * | xfs: Fix wrong error codes being returnedFrom: Tuomas Tynkkynen2014-05-051-2/+3
| |/
* | fs,userns: Change inode_capable to capable_wrt_inode_uidgidAndy Lutomirski2014-06-101-1/+1
|/
* new helper: readlink_copy()Al Viro2014-04-011-27/+1
* xfs: allow logical-sector sized O_DIRECTEric Sandeen2014-01-241-1/+1
* xfs: rename xfs_buftarg structure membersEric Sandeen2014-01-241-1/+1
* xfs: clean up xfs_buftargEric Sandeen2014-01-241-1/+1
* xfs: no need to lock the inode in xfs_find_handleChristoph Hellwig2013-12-181-4/+0
* xfs: underflow bug in xfs_attrlist_by_handle()Dan Carpenter2013-12-041-1/+2
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-231-6/+3
* xfs: decouple log and transaction headersDave Chinner2013-10-231-3/+4
* xfs: create a shared header file for format-related informationDave Chinner2013-10-231-0/+1
* xfs: fold xfs_change_file_space into xfs_ioc_spaceChristoph Hellwig2013-10-211-8/+122
* xfs: always hold the iolock when calling xfs_change_file_spaceChristoph Hellwig2013-10-211-0/+2
* xfs: remove the unused XFS_ATTR_NONBLOCK flagChristoph Hellwig2013-10-211-3/+0
* xfs: factor all the kmalloc-or-vmalloc fallback allocationsDave Chinner2013-09-101-23/+11
* xfs: fix some minor sparse warningsDave Chinner2013-09-091-1/+1
* xfs: add capability check to free eofblocks ioctlDwight Engen2013-08-151-0/+6
* xfs: create internal eofblocks structure with kuid_t typesDwight Engen2013-08-151-12/+6
* xfs: ioctl check for capabilities in the current user namespaceDwight Engen2013-08-151-2/+9
OpenPOWER on IntegriCloud