Age | Commit message (Expand) | Author |
2021-08-06 | xfs: remove the active vs running quota differentiation | Christoph Hellwig |
2021-06-01 | xfs: clean up open-coded fs block unit conversions | Darrick J. Wong |
2021-04-29 | Merge tag 'xfs-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds |
2021-04-15 | xfs: remove XFS_IFINLINE | Christoph Hellwig |
2021-04-12 | xfs: convert to fileattr | Miklos Szeredi |
2021-04-07 | xfs: move the di_crtime field to struct xfs_inode | Christoph Hellwig |
2021-04-07 | xfs: move the di_flags2 field to struct xfs_inode | Christoph Hellwig |
2021-04-07 | xfs: move the di_flags field to struct xfs_inode | Christoph Hellwig |
2021-04-07 | xfs: move the di_nblocks field to struct xfs_inode | Christoph Hellwig |
2021-04-07 | xfs: move the di_size field to struct xfs_inode | Christoph Hellwig |
2021-04-07 | xfs: move the di_projid field to struct xfs_inode | Christoph Hellwig |
2021-03-25 | xfs: initialise attr fork on inode create | Dave Chinner |
2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2021-02-03 | xfs: refactor inode ownership change transaction/inode/quota allocation idiom | Darrick J. Wong |
2021-01-24 | xfs: support idmapped mounts | Christoph Hellwig |
2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner |
2021-01-24 | acl: handle idmapped mounts | Christian Brauner |
2021-01-24 | attr: handle idmapped mounts | Christian Brauner |
2021-01-22 | xfs: Fix assert failure in xfs_setattr_size() | Yumei Huang |
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 |