aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-12xfs: per-filesystem stats counter implementationBill O'Donnell1-2/+2
2015-08-28xfs: fix error gotos in xfs_setattr_nonsizeEric Sandeen1-4/+4
2015-06-30Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-24/+24
2015-06-04Merge branch 'xfs-commit-cleanup' into for-nextDave Chinner1-11/+7
2015-06-04xfs: saner xfs_trans_commit interfaceChristoph Hellwig1-3/+3
2015-06-04xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig1-8/+4
2015-06-04xfs: add initial DAX supportDave Chinner1-12/+12
2015-06-04xfs: add DAX truncate supportDave Chinner1-1/+5
2015-05-10don't pass nameidata to ->follow_link()Al Viro1-2/+1
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro1-6/+4
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-10/+10
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-10/+10
2015-04-13Merge branch 'xfs-misc-fixes-for-4.1-3' into for-nextDave Chinner1-1/+1
2015-04-13xfs: unlock i_mutex in xfs_break_layoutsChristoph Hellwig1-1/+1
2015-03-25Merge branch 'xfs-rename-whiteout' into for-nextDave Chinner1-1/+1
2015-03-25xfs: add RENAME_WHITEOUT supportDave Chinner1-1/+1
2015-02-24Merge branch 'xfs-mmap-lock' into for-nextDave Chinner1-43/+20
2015-02-24Merge branch 'xfs-misc-fixes-for-4.1' into for-nextDave Chinner1-14/+10
2015-02-23xfs: inodes are new until the dentry cache is set upDave Chinner1-14/+10
2015-02-23xfs: ensure truncate forces zeroed blocks to diskDave Chinner1-22/+14
2015-02-23xfs: xfs_setattr_size no longer races with page faultsDave Chinner1-42/+14
2015-02-23xfs: take i_mmap_lock on extent manipulation operationsDave Chinner1-1/+6
2015-02-16xfs: recall pNFS layouts on conflicting accessChristoph Hellwig1-3/+8
2015-02-16xfs: implement pNFS export operationsChristoph Hellwig1-1/+1
2014-12-24xfs: Add support to RENAME_EXCHANGE flagCarlos Maiolino1-4/+8
2014-12-24xfs: Make xfs_vn_rename compliant with renameat2() syscallCarlos Maiolino1-5/+10
2014-12-04Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner1-1/+1
2014-12-04xfs: move ftype conversion functions to libxfsDave Chinner1-1/+1
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-09-23xfs: flush entire last page of old EOF on truncate upDave Chinner1-0/+30
2014-08-04xfs: fix rounding error of fiemap length parameterBrian Foster1-2/+2
2014-06-25xfs: global error sign conversionDave Chinner1-29/+29
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen1-9/+9
2014-05-15Merge branch 'xfs-misc-fixes-1-for-3.16' into for-nextDave Chinner1-4/+16
2014-05-15xfs: fix wrong err sign on xfs_set_acl()Dave Chinner1-2/+2
2014-05-15xfs: fix wrong errno from xfs_initxattrsDave Chinner1-4/+4
2014-05-07xfs: truncate_setsize should be outside transactionsDave Chinner1-4/+16
2014-05-06xfs: initialize default acls for ->tmpfile()Brian Foster1-26/+29
2014-04-17xfs: fix tmpfile/selinux deadlock and initialize securityBrian Foster1-3/+17
2014-03-13Merge branch 'xfs-O_TMPFILE-support' into for-nextDave Chinner1-0/+16
2014-03-13Merge branch 'xfs-stack-fixes' into for-nextDave Chinner1-0/+14
2014-02-27xfs: fix directory inode iolock lockdep false positiveDave Chinner1-0/+14
2014-02-10xfs: ensure correct timestamp updates from truncateChristoph Hellwig1-8/+8
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-31/+24
2014-01-25xfs: use generic posix ACL infrastructureChristoph Hellwig1-18/+23
2014-01-25xfs: switch to kfree_put_link()Al Viro1-13/+1
2014-01-06xfs: add O_TMPFILE supportZhi Yong Wu1-0/+16
2013-12-17xfs: fix assertion failure at xfs_setattr_nonsizeJie Liu1-1/+2