aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_ioctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-12xfs: refactor xfs_trans_reserve() interfaceJie Liu1-2/+2
2013-08-12xfs: consolidate extent swap codeDave Chinner1-2/+70
2013-08-12xfs: consolidate xfs_utils.cDave Chinner1-1/+0
2013-08-12xfs: kill xfs_vnodeops.[ch]Dave Chinner1-1/+35
2013-08-12xfs: create xfs_bmap_util.[ch]Dave Chinner1-0/+1
2013-08-12xfs: separate dquot on disk format definitions out of xfs_quota.hDave Chinner1-0/+1
2013-07-11xfs: Add pquota fields where gquota is used.Chandra Seetharaman1-7/+7
2013-07-09xfs: use get_unused_fd_flags(0) instead of get_unused_fd()Yann Droneaud1-1/+1
2013-05-07xfs: fallback to vmalloc for large buffers in xfs_attrlist_by_handleEric Sandeen1-4/+10
2013-02-22new helper: file_inode(file)Al Viro1-3/+3
2012-11-08xfs: add inode id filtering to eofblocks scanBrian Foster1-1/+2
2012-11-08xfs: add XFS_IOC_FREE_EOFBLOCKS ioctlBrian Foster1-0/+20
2012-11-02xfs: silence uninitialised f.file warning.Dave Chinner1-1/+1
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-6/+6
2012-09-26switch xfs_find_handle() to fget_light()Al Viro1-3/+3
2012-07-31xfs: Convert to new freezing codeJan Kara1-3/+52
2012-07-23switch dentry_open() to struct path, make it grab references itselfAl Viro1-2/+5
2012-05-14xfs: clean up xfs_bit.h includesDave Chinner1-1/+0
2012-05-14xfs: move xfsagino_t to xfs_types.hDave Chinner1-1/+0
2012-03-22xfs: Fix open flag handling in open_by_handle codeDave Chinner1-9/+5
2012-03-15xfs: fallback to vmalloc for large buffers in xfs_attrmulti_attr_getDave Chinner1-4/+10
2012-01-03vfs: mnt_drop_write_file()Al Viro1-2/+2
2012-01-03switch a bunch of places to mnt_want_write_file()Al Viro1-2/+2
2011-10-11xfs: simplify xfs_trans_ijoin* againChristoph Hellwig1-1/+1
2011-08-12xfs: remove subdirectoriesChristoph Hellwig1-0/+1556