summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iops.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xfs-for-linus-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-01-221-2/+2
|\
| * xfs: introduce per-inode DAX enablementDave Chinner2016-01-041-2/+2
* | switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-3/+3
* | replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-091-2/+6
|/
* xfs: per-filesystem stats counter implementationBill O'Donnell2015-10-121-2/+2
* xfs: fix error gotos in xfs_setattr_nonsizeEric Sandeen2015-08-281-4/+4
* Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-011-24/+24
|\
| * Merge branch 'xfs-commit-cleanup' into for-nextDave Chinner2015-06-041-11/+7Star
| |\
| | * xfs: saner xfs_trans_commit interfaceChristoph Hellwig2015-06-041-3/+3
| | * xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig2015-06-041-8/+4Star
| * | xfs: add initial DAX supportDave Chinner2015-06-041-12/+12
| * | xfs: add DAX truncate supportDave Chinner2015-06-041-1/+5
| |/
* | don't pass nameidata to ->follow_link()Al Viro2015-05-111-2/+1Star
* | new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-111-6/+4Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-271-10/+10
|\
| * VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-10/+10
* | Merge branch 'xfs-misc-fixes-for-4.1-3' into for-nextDave Chinner2015-04-131-1/+1
|\ \
| * | xfs: unlock i_mutex in xfs_break_layoutsChristoph Hellwig2015-04-131-1/+1
* | | Merge branch 'xfs-rename-whiteout' into for-nextDave Chinner2015-03-251-1/+1
|\ \ \
| * | | xfs: add RENAME_WHITEOUT supportDave Chinner2015-03-251-1/+1
| |/ /
* | | Merge branch 'xfs-mmap-lock' into for-nextDave Chinner2015-02-241-43/+20Star
|\ \ \
| * | | xfs: xfs_setattr_size no longer races with page faultsDave Chinner2015-02-231-42/+14Star
| * | | xfs: take i_mmap_lock on extent manipulation operationsDave Chinner2015-02-231-1/+6
* | | | Merge branch 'xfs-misc-fixes-for-4.1' into for-nextDave Chinner2015-02-241-14/+10Star
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | xfs: inodes are new until the dentry cache is set upDave Chinner2015-02-231-14/+10Star
| |/
* / xfs: ensure truncate forces zeroed blocks to diskDave Chinner2015-02-231-22/+14Star
|/
* xfs: recall pNFS layouts on conflicting accessChristoph Hellwig2015-02-161-3/+8
* xfs: implement pNFS export operationsChristoph Hellwig2015-02-161-1/+1
* xfs: Add support to RENAME_EXCHANGE flagCarlos Maiolino2014-12-231-4/+8
* xfs: Make xfs_vn_rename compliant with renameat2() syscallCarlos Maiolino2014-12-231-5/+10
* Merge branch 'xfs-misc-fixes-for-3.19-2' into for-nextDave Chinner2014-12-031-1/+1
|\
| * xfs: move ftype conversion functions to libxfsDave Chinner2014-12-031-1/+1
* | xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-281-1/+0Star
* | xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0Star
* | xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0Star
|/
* xfs: flush entire last page of old EOF on truncate upDave Chinner2014-09-231-0/+30
* xfs: fix rounding error of fiemap length parameterBrian Foster2014-08-041-2/+2
* xfs: global error sign conversionDave Chinner2014-06-251-29/+29
* xfs: Nuke XFS_ERROR macroEric Sandeen2014-06-221-9/+9
* Merge branch 'xfs-misc-fixes-1-for-3.16' into for-nextDave Chinner2014-05-151-4/+16
|\
| * xfs: truncate_setsize should be outside transactionsDave Chinner2014-05-071-4/+16
* | xfs: fix wrong err sign on xfs_set_acl()Dave Chinner2014-05-151-2/+2
* | xfs: fix wrong errno from xfs_initxattrsDave Chinner2014-05-151-4/+4
* | xfs: initialize default acls for ->tmpfile()Brian Foster2014-05-051-26/+29
* | xfs: fix tmpfile/selinux deadlock and initialize securityBrian Foster2014-04-171-3/+17
|/
* Merge branch 'xfs-O_TMPFILE-support' into for-nextDave Chinner2014-03-131-0/+16
|\
| * xfs: add O_TMPFILE supportZhi Yong Wu2014-01-061-0/+16
* | Merge branch 'xfs-stack-fixes' into for-nextDave Chinner2014-03-131-0/+14
|\ \
| * | xfs: fix directory inode iolock lockdep false positiveDave Chinner2014-02-271-0/+14
* | | xfs: ensure correct timestamp updates from truncateChristoph Hellwig2014-02-101-8/+8
|/ /