summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_iops.c
AgeCommit message (Expand)Author
2015-10-12xfs: per-filesystem stats counter implementationBill O'Donnell
2015-08-28xfs: fix error gotos in xfs_setattr_nonsizeEric Sandeen
2015-06-30Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-06-04Merge branch 'xfs-commit-cleanup' into for-nextDave Chinner
2015-06-04xfs: saner xfs_trans_commit interfaceChristoph Hellwig
2015-06-04xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig
2015-06-04xfs: add initial DAX supportDave Chinner
2015-06-04xfs: add DAX truncate supportDave Chinner
2015-05-10don't pass nameidata to ->follow_link()Al Viro
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2015-04-13Merge branch 'xfs-misc-fixes-for-4.1-3' into for-nextDave Chinner
2015-04-13xfs: unlock i_mutex in xfs_break_layoutsChristoph Hellwig
2015-03-25Merge branch 'xfs-rename-whiteout' into for-nextDave Chinner
2015-03-25xfs: add RENAME_WHITEOUT supportDave Chinner
2015-02-24Merge branch 'xfs-mmap-lock' into for-nextDave Chinner
2015-02-24Merge branch 'xfs-misc-fixes-for-4.1' into for-nextDave Chinner
2015-02-23xfs: inodes are new until the dentry cache is set upDave Chinner
2015-02-23xfs: ensure truncate forces zeroed blocks to diskDave Chinner
2015-02-23xfs: xfs_setattr_size no longer races with page faultsDave Chinner
2015-02-23xfs: take i_mmap_lock on extent manipulation operationsDave Chinner
2015-02-16xfs: recall pNFS layouts on conflicting accessChristoph Hellwig
2015-02-16xfs: implement pNFS export operationsChristoph Hellwig
2014-12-24xfs: Add support to RENAME_EXCHANGE flagCarlos Maiolino
2014-12-24xfs: Make xfs_vn_rename compliant with renameat2() syscallCarlos Maiolino
2014-12-04Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner
2014-12-04xfs: move ftype conversion functions to libxfsDave Chinner
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig
2014-11-28xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig
2014-09-23xfs: flush entire last page of old EOF on truncate upDave Chinner
2014-08-04xfs: fix rounding error of fiemap length parameterBrian Foster
2014-06-25xfs: global error sign conversionDave Chinner
2014-06-22xfs: Nuke XFS_ERROR macroEric Sandeen
2014-05-15Merge branch 'xfs-misc-fixes-1-for-3.16' into for-nextDave Chinner
2014-05-15xfs: fix wrong err sign on xfs_set_acl()Dave Chinner
2014-05-15xfs: fix wrong errno from xfs_initxattrsDave Chinner
2014-05-07xfs: truncate_setsize should be outside transactionsDave Chinner
2014-05-06xfs: initialize default acls for ->tmpfile()Brian Foster
2014-04-17xfs: fix tmpfile/selinux deadlock and initialize securityBrian Foster
2014-03-13Merge branch 'xfs-O_TMPFILE-support' into for-nextDave Chinner
2014-03-13Merge branch 'xfs-stack-fixes' into for-nextDave Chinner
2014-02-27xfs: fix directory inode iolock lockdep false positiveDave Chinner
2014-02-10xfs: ensure correct timestamp updates from truncateChristoph Hellwig
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-01-25xfs: use generic posix ACL infrastructureChristoph Hellwig
2014-01-25xfs: switch to kfree_put_link()Al Viro
2014-01-06xfs: add O_TMPFILE supportZhi Yong Wu
2013-12-17xfs: fix assertion failure at xfs_setattr_nonsizeJie Liu