aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_iops.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-02xfs: fix compiler warningsGravatar Darrick J. Wong 1-1/+1
2017-07-07xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLENGravatar Darrick J. Wong 1-1/+1
2017-06-27xfs: Don't clear SGID when inheriting ACLsGravatar Jan Kara 1-2/+2
2017-04-03xfs: report crtime and attribute flags to statxGravatar Darrick J. Wong 1-0/+14
2017-03-02statx: Add a system call to make enhanced file info availableGravatar David Howells 1-4/+5
2017-01-17xfs: sanity check inode mode when creating new dentryGravatar Amir Goldstein 1-9/+39
2017-01-17xfs: replace xfs_mode_to_ftype table with switch statementGravatar Amir Goldstein 1-1/+1
2016-12-17Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Gravatar Linus Torvalds 1-2/+0
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsGravatar Miklos Szeredi 1-2/+0
2016-12-09xfs: use xfs_vn_setattr_size to check on new sizeGravatar Eryu Guan 1-1/+1
2016-11-30xfs: remove i_iolock and use i_rwsem in the VFS inode insteadGravatar Christoph Hellwig 1-8/+6
2016-10-13Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-0/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+3
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusGravatar Al Viro 1-2/+2
2016-10-10Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-15/+0
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscGravatar Al Viro 1-31/+61
2016-10-07vfs: Remove {get,set,remove}xattr inode operationsGravatar Andreas Gruenbacher 1-15/+0
2016-10-05xfs: don't mix reflink and DAX mode for nowGravatar Darrick J. Wong 1-0/+1
2016-09-27fs: Replace current_fs_time() with current_time()Gravatar Deepa Dinamani 1-1/+1
2016-09-27fs: rename "rename2" i_op to "rename"Gravatar Miklos Szeredi 1-2/+2
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeGravatar Jan Kara 1-6/+4
2016-09-22xfs: Propagate dentry down to inode_change_ok()Gravatar Jan Kara 1-31/+63
2016-08-17xfs: (re-)implement FIEMAP_FLAG_XATTRGravatar Christoph Hellwig 1-1/+8
2016-06-21xfs: use iomap infrastructure for DAX zeroingGravatar Christoph Hellwig 1-7/+2
2016-06-21xfs: use iomap fiemap implementationGravatar Christoph Hellwig 1-75/+5
2016-06-21xfs: implement iomap based buffered write pathGravatar Christoph Hellwig 1-4/+5
2016-06-21xfs: reorder zeroing and flushing sequence in truncateGravatar Christoph Hellwig 1-14/+19
2016-05-20Merge branch 'xfs-4.7-optimise-inline-symlinks' into for-nextGravatar Dave Chinner 1-25/+63
2016-04-06xfs: better xfs_trans_alloc interfaceGravatar Christoph Hellwig 1-18/+11
2016-04-06xfs: optimize inline symlinksGravatar Christoph Hellwig 1-3/+26
2016-04-06xfs: set up inode operation vectors laterGravatar Christoph Hellwig 1-22/+37
2016-03-07Merge branch 'xfs-dax-fixes-4.6' into for-nextGravatar Dave Chinner 1-2/+4
2016-03-01xfs: XFS_DIFLAG2_DAX limited by PAGE_SIZEGravatar Dave Chinner 1-0/+1
2016-03-01xfs: S_DAX is only for regular filesGravatar Dave Chinner 1-2/+3
2016-02-09xfs: mode di_mode to vfs inodeGravatar Dave Chinner 1-8/+4
2016-02-09xfs: move inode generation count to VFS inodeGravatar Dave Chinner 1-1/+0
2016-02-09xfs: use vfs inode nlink field everywhereGravatar Dave Chinner 1-2/+1
2016-02-09xfs: remove timestamps from incore inodeGravatar Dave Chinner 1-30/+7
2016-01-22Merge tag 'xfs-for-linus-4.5-2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2016-01-04xfs: introduce per-inode DAX enablementGravatar Dave Chinner 1-2/+2
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Gravatar Al Viro 1-3/+3
2015-12-08replace ->follow_link() with new method that could stay in RCU modeGravatar Al Viro 1-2/+6
2015-10-12xfs: per-filesystem stats counter implementationGravatar Bill O'Donnell 1-2/+2
2015-08-28xfs: fix error gotos in xfs_setattr_nonsizeGravatar Eric Sandeen 1-4/+4
2015-06-30Merge tag 'xfs-for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-24/+24
2015-06-04Merge branch 'xfs-commit-cleanup' into for-nextGravatar Dave Chinner 1-11/+7
2015-06-04xfs: saner xfs_trans_commit interfaceGravatar Christoph Hellwig 1-3/+3
2015-06-04xfs: remove the flags argument to xfs_trans_cancelGravatar Christoph Hellwig 1-8/+4
2015-06-04xfs: add initial DAX supportGravatar Dave Chinner 1-12/+12
2015-06-04xfs: add DAX truncate supportGravatar Dave Chinner 1-1/+5