summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iops.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove unused header filesEric Sandeen2019-06-291-10/+0Star
* xfs: fix reporting supported extra file attributes for statx()Luis R. Rodriguez2019-03-011-0/+8
* xfs: don't ever put nlink > 0 inodes on the unlinked listDarrick J. Wong2019-02-151-2/+11
* xfs: don't crash the vfs on a garbage inline symlinkDarrick J. Wong2018-09-291-1/+11
* Merge tag 'xfs-4.19-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-08-141-2/+3
|\
| * xfs: clean up IRELE/iput callsitesDarrick J. Wong2018-07-261-2/+2
| * xfs: remove all boilerplate defer init/finish codeBrian Foster2018-07-261-2/+0Star
| * xfs: pull up dfops from xfs_itruncate_extents()Brian Foster2018-07-261-0/+3
* | new helper: inode_fake_hash()Al Viro2018-08-031-1/+1
|/
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-1/+1
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-061-1/+1
* | Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-06-131-13/+9Star
|\ \
| * | xfs: setup VFS i_rwsem lockdep state correctlyDave Chinner2018-06-081-0/+8
| * | xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1Star
* | | Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-091-6/+10
|\ \ \
| * | | xfs: prepare xfs_break_layouts() for another layout typeDan Williams2018-05-221-3/+3
| * | | xfs: prepare xfs_break_layouts() to be called with XFS_MMAPLOCK_EXCLDan Williams2018-05-221-3/+7
| | |/ | |/|
* | | Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-06-051-6/+26
|\ \ \ | | |/ | |/|
| * | fs: allow per-device dax status checking for filesystemsDarrick J. Wong2018-05-311-5/+25
| * | xfs: remove unnecessary xfs_qm_dqattach parameterDarrick J. Wong2018-05-101-1/+1
| |/
* / xfs_vn_lookup: simplify a bitAl Viro2018-05-221-8/+8
|/
* Merge tag 'xfs-4.17-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2018-04-121-1/+1
|\
| * xfs: non-scrub - remove unused function parametersEric Sandeen2018-04-091-1/+1
* | Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-101-1/+4
|\ \ | |/ |/|
| * xfs, dax: introduce xfs_dax_aopsDan Williams2018-03-301-1/+4
* | xfs: remove xfs_zero_rangeChristoph Hellwig2018-03-151-1/+3
* | xfs: implement the lazytime mount optionChristoph Hellwig2018-03-121-1/+12
|/
* xfs: truncate pagecache before writeback in xfs_setattr_size()Eryu Guan2017-11-031-16/+20
* xfs: remove if_rdevChristoph Hellwig2017-10-271-15/+1Star
* xfs: fix compiler warningsDarrick J. Wong2017-09-021-1/+1
* xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLENDarrick J. Wong2017-07-071-1/+1
* xfs: Don't clear SGID when inheriting ACLsJan Kara2017-06-281-2/+2
* xfs: report crtime and attribute flags to statxDarrick J. Wong2017-04-031-0/+14
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-031-4/+5
* xfs: sanity check inode mode when creating new dentryAmir Goldstein2017-01-171-9/+39
* xfs: replace xfs_mode_to_ftype table with switch statementAmir Goldstein2017-01-171-1/+1
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-181-2/+0Star
|\
| * vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi2016-12-091-2/+0Star
* | xfs: use xfs_vn_setattr_size to check on new sizeEryu Guan2016-12-091-1/+1
* | xfs: remove i_iolock and use i_rwsem in the VFS inode insteadChristoph Hellwig2016-11-301-8/+6Star
|/
* Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2016-10-141-0/+1
|\
| * xfs: don't mix reflink and DAX mode for nowDarrick J. Wong2016-10-061-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-111-3/+3
|\ \
| * \ Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-111-2/+2
| |\ \
| | * | fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-271-2/+2
| | |/
| * / fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-281-1/+1
| |/
* | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2016-10-111-15/+0Star
|\ \
| * | vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher2016-10-081-15/+0Star
| |/
* | Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-081-31/+61
|\ \ | |/ |/|
| * fs: Give dentry to inode_change_ok() instead of inodeJan Kara2016-09-221-6/+4Star