Age | Commit message (Expand) | Author |
2019-08-22 | xfs: fix missing ILOCK unlock when xfs_setattr_nonsize fails due to EDQUOT | Darrick J. Wong |
2019-06-28 | xfs: remove unused header files | Eric Sandeen |
2019-03-01 | xfs: fix reporting supported extra file attributes for statx() | Luis R. Rodriguez |
2019-02-14 | xfs: don't ever put nlink > 0 inodes on the unlinked list | Darrick J. Wong |
2018-09-29 | xfs: don't crash the vfs on a garbage inline symlink | Darrick J. Wong |
2018-08-14 | Merge tag 'xfs-4.19-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2018-08-03 | new helper: inode_fake_hash() | Al Viro |
2018-07-26 | xfs: clean up IRELE/iput callsites | Darrick J. Wong |
2018-07-26 | xfs: remove all boilerplate defer init/finish code | Brian Foster |
2018-07-26 | xfs: pull up dfops from xfs_itruncate_extents() | Brian Foster |
2018-06-15 | Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2018-06-12 | Merge tag 'xfs-4.18-merge-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2018-06-08 | Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2018-06-08 | xfs: setup VFS i_rwsem lockdep state correctly | Dave Chinner |
2018-06-06 | xfs: convert to SPDX license tags | Dave Chinner |
2018-06-05 | vfs: change inode times to use struct timespec64 | Deepa Dinamani |
2018-06-05 | Merge tag 'xfs-4.18-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2018-05-31 | fs: allow per-device dax status checking for filesystems | Darrick J. Wong |
2018-05-22 | xfs_vn_lookup: simplify a bit | Al Viro |
2018-05-22 | xfs: prepare xfs_break_layouts() for another layout type | Dan Williams |
2018-05-22 | xfs: prepare xfs_break_layouts() to be called with XFS_MMAPLOCK_EXCL | Dan Williams |
2018-05-10 | xfs: remove unnecessary xfs_qm_dqattach parameter | Darrick J. Wong |
2018-04-12 | Merge tag 'xfs-4.17-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2018-04-10 | Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2018-04-09 | xfs: non-scrub - remove unused function parameters | Eric Sandeen |
2018-03-30 | xfs, dax: introduce xfs_dax_aops | Dan Williams |
2018-03-15 | xfs: remove xfs_zero_range | Christoph Hellwig |
2018-03-11 | xfs: implement the lazytime mount option | Christoph Hellwig |
2017-11-03 | xfs: truncate pagecache before writeback in xfs_setattr_size() | Eryu Guan |
2017-10-26 | xfs: remove if_rdev | Christoph Hellwig |
2017-09-02 | xfs: fix compiler warnings | Darrick J. Wong |
2017-07-07 | xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLEN | Darrick J. Wong |
2017-06-27 | xfs: Don't clear SGID when inheriting ACLs | Jan Kara |
2017-04-03 | xfs: report crtime and attribute flags to statx | Darrick J. Wong |
2017-03-02 | statx: Add a system call to make enhanced file info available | David Howells |
2017-01-17 | xfs: sanity check inode mode when creating new dentry | Amir Goldstein |
2017-01-17 | xfs: replace xfs_mode_to_ftype table with switch statement | Amir Goldstein |
2016-12-17 | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/... | Linus Torvalds |
2016-12-09 | vfs: remove ".readlink = generic_readlink" assignments | Miklos Szeredi |
2016-12-09 | xfs: use xfs_vn_setattr_size to check on new size | Eryu Guan |
2016-11-30 | xfs: remove i_iolock and use i_rwsem in the VFS inode instead | Christoph Hellwig |
2016-10-13 | Merge tag 'xfs-reflink-for-linus-4.9-rc1' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2016-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2016-10-10 | Merge remote-tracking branch 'ovl/rename2' into for-linus | Al Viro |
2016-10-10 | Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2016-10-08 | Merge remote-tracking branch 'jk/vfs' into work.misc | Al Viro |
2016-10-07 | vfs: Remove {get,set,remove}xattr inode operations | Andreas Gruenbacher |
2016-10-05 | xfs: don't mix reflink and DAX mode for now | Darrick J. Wong |
2016-09-27 | fs: Replace current_fs_time() with current_time() | Deepa Dinamani |
2016-09-27 | fs: rename "rename2" i_op to "rename" | Miklos Szeredi |