summaryrefslogtreecommitdiff
path: root/fs/xfs/libxfs/xfs_inode_fork.h
AgeCommit message (Expand)Author
2021-10-22xfs: rename _zone variables to _cacheDarrick J. Wong
2021-10-22xfs: remove kmem_zone typedefDarrick J. Wong
2021-04-15xfs: remove XFS_IFEXTENTSChristoph Hellwig
2021-04-15xfs: remove XFS_IFINLINEChristoph Hellwig
2021-04-15xfs: remove XFS_IFBROOTChristoph Hellwig
2021-04-07xfs: move the di_forkoff field to struct xfs_inodeChristoph Hellwig
2021-03-25xfs: initialise attr fork on inode createDave Chinner
2021-01-22xfs: Check for extent overflow when swapping extentsChandan Babu R
2021-01-22xfs: Check for extent overflow when moving extent from cow to data forkChandan Babu R
2021-01-22xfs: Check for extent overflow when writing to unwritten extentChandan Babu R
2021-01-22xfs: Check for extent overflow when adding/removing xattrsChandan Babu R
2021-01-22xfs: Check for extent overflow when adding dir entriesChandan Babu R
2021-01-22xfs: Check for extent overflow when punching a holeChandan Babu R
2021-01-22xfs: Check for extent overflow when trivally adding a new extentChandan Babu R
2021-01-22xfs: Add helper for checking per-inode extent count overflowChandan Babu R
2020-05-19xfs: cleanup xfs_idestroy_forkChristoph Hellwig
2020-05-19xfs: move the fork format fields into struct xfs_iforkChristoph Hellwig
2020-05-19xfs: move the per-fork nextents fields into struct xfs_iforkChristoph Hellwig
2020-05-19xfs: refactor xfs_inode_verify_forksChristoph Hellwig
2020-05-19xfs: remove xfs_ifork_opsChristoph Hellwig
2020-05-19xfs: split xfs_iformat_forkChristoph Hellwig
2020-03-19xfs: only check the superblock version for dinode size calculationChristoph Hellwig
2019-11-10xfs: refactor "does this fork map blocks" predicateDarrick J. Wong
2019-10-21xfs: fix inode fork extent count overflowDave Chinner
2019-02-11xfs: update fork seq counter on data fork changesBrian Foster
2018-07-31xfs: maintain a sequence count for inode fork manipulationsChristoph Hellwig
2018-07-30xfs: remove the xfs_ifork_t typedefChristoph Hellwig
2018-07-30xfs: remove if_real_bytesChristoph Hellwig
2018-06-06xfs: convert to SPDX license tagsDave Chinner
2018-01-08xfs: provide a centralized method for verifying inline fork dataDarrick J. Wong
2017-11-06xfs: remove the nr_extents argument to xfs_iext_removeChristoph Hellwig
2017-11-06xfs: remove the nr_extents argument to xfs_iext_insertChristoph Hellwig
2017-11-06xfs: use a b+tree for the in-core extent listChristoph Hellwig
2017-11-06xfs: remove support for inlining data/extents into the inode forkChristoph Hellwig
2017-11-06xfs: introduce the xfs_iext_cursor abstractionChristoph Hellwig
2017-10-26xfs: add a new xfs_iext_lookup_extent_before helperChristoph Hellwig
2017-10-26xfs: remove if_rdevChristoph Hellwig
2017-10-26xfs: remove the never fully implemented UUID fork formatChristoph Hellwig
2017-10-26xfs: move pre/post-bmap tracing into xfs_iext_update_extentChristoph Hellwig
2017-09-01xfs: add a xfs_iext_update_extent helperChristoph Hellwig
2017-04-03xfs: rework the inline directory verifiersDarrick J. Wong
2017-03-15xfs: verify inline directory data forksDarrick J. Wong
2016-11-24xfs: new inode extent list lookup helpersChristoph Hellwig
2016-11-08xfs: provide helper for counting extents from if_bytesEric Sandeen
2016-10-04xfs: introduce the CoW forkDarrick J. Wong
2016-04-06xfs: factor out a helper to initialize a local format inode forkChristoph Hellwig
2014-06-25libxfs: move header filesDave Chinner