summaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_iops.c
AgeCommit message (Expand)Author
2016-05-20Merge branch 'xfs-4.7-optimise-inline-symlinks' into for-nextDave Chinner
2016-04-06xfs: better xfs_trans_alloc interfaceChristoph Hellwig
2016-04-06xfs: optimize inline symlinksChristoph Hellwig
2016-04-06xfs: set up inode operation vectors laterChristoph Hellwig
2016-03-07Merge branch 'xfs-dax-fixes-4.6' into for-nextDave Chinner
2016-03-01xfs: XFS_DIFLAG2_DAX limited by PAGE_SIZEDave Chinner
2016-03-01xfs: S_DAX is only for regular filesDave Chinner
2016-02-09xfs: mode di_mode to vfs inodeDave Chinner
2016-02-09xfs: move inode generation count to VFS inodeDave Chinner
2016-02-09xfs: use vfs inode nlink field everywhereDave Chinner
2016-02-09xfs: remove timestamps from incore inodeDave Chinner
2016-01-22Merge tag 'xfs-for-linus-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-01-04xfs: introduce per-inode DAX enablementDave Chinner
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro
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