aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iops.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-2/+2
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-15/+0
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro1-31/+61
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher1-15/+0
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani1-1/+1
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-2/+2
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-6/+4
2016-09-22xfs: Propagate dentry down to inode_change_ok()Jan Kara1-31/+63
2016-08-17xfs: (re-)implement FIEMAP_FLAG_XATTRChristoph Hellwig1-1/+8
2016-06-21xfs: use iomap infrastructure for DAX zeroingChristoph Hellwig1-7/+2
2016-06-21xfs: use iomap fiemap implementationChristoph Hellwig1-75/+5
2016-06-21xfs: implement iomap based buffered write pathChristoph Hellwig1-4/+5
2016-06-21xfs: reorder zeroing and flushing sequence in truncateChristoph Hellwig1-14/+19
2016-05-20Merge branch 'xfs-4.7-optimise-inline-symlinks' into for-nextDave Chinner1-25/+63
2016-04-06xfs: better xfs_trans_alloc interfaceChristoph Hellwig1-18/+11
2016-04-06xfs: optimize inline symlinksChristoph Hellwig1-3/+26
2016-04-06xfs: set up inode operation vectors laterChristoph Hellwig1-22/+37
2016-03-07Merge branch 'xfs-dax-fixes-4.6' into for-nextDave Chinner1-2/+4
2016-03-01xfs: XFS_DIFLAG2_DAX limited by PAGE_SIZEDave Chinner1-0/+1
2016-03-01xfs: S_DAX is only for regular filesDave Chinner1-2/+3
2016-02-09xfs: mode di_mode to vfs inodeDave Chinner1-8/+4
2016-02-09xfs: move inode generation count to VFS inodeDave Chinner1-1/+0
2016-02-09xfs: use vfs inode nlink field everywhereDave Chinner1-2/+1
2016-02-09xfs: remove timestamps from incore inodeDave Chinner1-30/+7
2016-01-22Merge tag 'xfs-for-linus-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfsLinus Torvalds1-2/+2
2016-01-04xfs: introduce per-inode DAX enablementDave Chinner1-2/+2
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-3/+3
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-2/+6
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