Age | Commit message (Expand) | Author |
2021-01-24 | attr: handle idmapped mounts | Christian Brauner |
2020-12-12 | xfs: open code updating i_mode in xfs_set_acl | Christoph Hellwig |
2020-12-12 | xfs: remove xfs_vn_setattr_nonsize | Christoph Hellwig |
2020-12-09 | xfs: remove unnecessary null check in xfs_generic_create | Kaixu Xia |
2020-11-04 | xfs: flush new eof page on truncate to avoid post-eof corruption | Brian Foster |
2020-09-25 | xfs: directly call xfs_generic_create() for ->create() and ->mkdir() | Kaixu Xia |
2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse |
2020-06-05 | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds |
2020-06-03 | fs: move the fiemap definitions out of fs.h | Christoph Hellwig |
2020-05-19 | xfs: move the per-fork nextents fields into struct xfs_ifork | Christoph Hellwig |
2020-05-04 | fs/xfs: Combine xfs_diflags_to_linux() and xfs_diflags_to_iflags() | Ira Weiny |
2020-05-04 | fs/xfs: Create function xfs_inode_should_enable_dax() | Ira Weiny |
2020-05-04 | fs/xfs: Change XFS_MOUNT_DAX to XFS_MOUNT_DAX_ALWAYS | Ira Weiny |
2020-05-04 | xfs: combine two if statements with same condition | Kaixu Xia |
2020-03-19 | xfs: remove the di_version field from struct icdinode | Christoph Hellwig |
2020-03-02 | xfs: clean up the attr flag confusion | Christoph Hellwig |
2020-03-02 | xfs: pass an initialized xfs_da_args structure to xfs_attr_set | Christoph Hellwig |
2020-03-02 | xfs: remove the icdinode di_uid/di_gid members | Christoph Hellwig |
2020-03-02 | xfs: ensure that the inode uid/gid match values match the icdinode ones | Christoph Hellwig |
2020-01-09 | xfs: Remove all strlen in all xfs_attr_* functions for attr names. | Allison Henderson |
2019-11-13 | xfs: merge the projid fields in struct xfs_icdinode | Christoph Hellwig |
2019-11-13 | xfs: use a struct timespec64 for the in-core crtime | Christoph Hellwig |
2019-11-13 | xfs: convert open coded corruption check to use XFS_IS_CORRUPT | Darrick J. Wong |
2019-11-10 | xfs: remove the now unused dir ops infrastructure | Christoph Hellwig |
2019-11-10 | xfs: move the node header size to struct xfs_da_geometry | Christoph Hellwig |
2019-11-04 | xfs: always log corruption errors | Darrick J. Wong |
2019-10-29 | xfs: reverse the polarity of XFS_MOUNT_COMPAT_IOSIZE | Christoph Hellwig |
2019-10-29 | xfs: rename the XFS_MOUNT_DFLT_IOSIZE option to | Christoph Hellwig |
2019-10-29 | xfs: rename the m_writeio_* fields in struct xfs_mount | Christoph Hellwig |
2019-10-29 | xfs: remove the m_readio_* fields in struct xfs_mount | Christoph Hellwig |
2019-10-29 | xfs: cleanup calculating the stat optimal I/O size | Christoph Hellwig |
2019-10-28 | xfs: add a xfs_inode_buftarg helper | Christoph Hellwig |
2019-10-21 | xfs: split the iomap ops for buffered vs direct writes | Christoph Hellwig |
2019-10-21 | xfs: split out a new set of read-only iomap ops | Christoph Hellwig |
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 |