aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfs: per-filesystem stats counter implementationBill O'Donnell2015-10-121-2/+2
* xfs: fix error gotos in xfs_setattr_nonsizeEric Sandeen2015-08-271-4/+4
* Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-301-24/+24
|\
| * Merge branch 'xfs-commit-cleanup' into for-nextDave Chinner2015-06-031-11/+7
| |\
| | * xfs: saner xfs_trans_commit interfaceChristoph Hellwig2015-06-031-3/+3
| | * xfs: remove the flags argument to xfs_trans_cancelChristoph Hellwig2015-06-031-8/+4
| * | xfs: add initial DAX supportDave Chinner2015-06-031-12/+12
| * | xfs: add DAX truncate supportDave Chinner2015-06-031-1/+5
| |/
* | don't pass nameidata to ->follow_link()Al Viro2015-05-101-2/+1
* | new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-101-6/+4
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-261-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-121-1/+1
|\ \
| * | xfs: unlock i_mutex in xfs_break_layoutsChristoph Hellwig2015-04-121-1/+1
* | | Merge branch 'xfs-rename-whiteout' into for-nextDave Chinner2015-03-241-1/+1
|\ \ \
| * | | xfs: add RENAME_WHITEOUT supportDave Chinner2015-03-241-1/+1
| |/ /
* | | Merge branch 'xfs-mmap-lock' into for-nextDave Chinner2015-02-231-43/+20
|\ \ \
| * | | xfs: xfs_setattr_size no longer races with page faultsDave Chinner2015-02-231-42/+14
| * | | 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-231-14/+10
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | xfs: inodes are new until the dentry cache is set upDave Chinner2015-02-231-14/+10
| |/
* / xfs: ensure truncate forces zeroed blocks to diskDave Chinner2015-02-231-22/+14
|/
* xfs: recall pNFS layouts on conflicting accessChristoph Hellwig2015-02-151-3/+8
* xfs: implement pNFS export operationsChristoph Hellwig2015-02-151-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-271-1/+0
* | xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-271-1/+0
* | xfs: merge xfs_dinode.h into xfs_format.hChristoph Hellwig2014-11-271-1/+0
|/
* 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-031-2/+2
* xfs: global error sign conversionDave Chinner2014-06-241-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-141-4/+16
|\
| * xfs: truncate_setsize should be outside transactionsDave Chinner2014-05-061-4/+16
* | xfs: fix wrong err sign on xfs_set_acl()Dave Chinner2014-05-141-2/+2
* | xfs: fix wrong errno from xfs_initxattrsDave Chinner2014-05-141-4/+4
* | xfs: initialize default acls for ->tmpfile()Brian Foster2014-05-051-26/+29
* | xfs: fix tmpfile/selinux deadlock and initialize securityBrian Foster2014-04-161-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-261-0/+14
* | | xfs: ensure correct timestamp updates from truncateChristoph Hellwig2014-02-091-8/+8
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-01-281-31/+24
|\ \ | |/ |/|
| * xfs: use generic posix ACL infrastructureChristoph Hellwig2014-01-251-18/+23
| * xfs: switch to kfree_put_link()Al Viro2014-01-251-13/+1
| * xfs: fix assertion failure at xfs_setattr_nonsizeJie Liu2013-12-171-1/+2