index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_format.h
Age
Commit message (
Expand
)
Author
2023-04-20
xfs: only check the superblock version for dinode size calculation
Christoph Hellwig
2023-04-20
xfs: add a new xfs_sb_version_has_v3inode helper
Christoph Hellwig
2022-10-29
xfs: remove the xfs_disk_dquot_t and xfs_dquot_t
Pavel Reichl
2022-10-07
xfs: introduce XFS_MAX_FILEOFF
Darrick J. Wong
2019-06-28
xfs: move xfs_ino_geometry to xfs_shared.h
Darrick J. Wong
2019-06-12
xfs: fix inode_cluster_size rounding mayhem
Darrick J. Wong
2019-06-12
xfs: separate inode geometry
Darrick J. Wong
2018-12-19
xfs: move XFS_INODE_FORMAT_STR mappings to libxfs
Darrick J. Wong
2018-12-12
xfs: add a block to inode count converter
Darrick J. Wong
2018-10-18
xfs: remove suport for filesystems without unwritten extent flag
Christoph Hellwig
2018-09-29
xfs: don't treat unknown di_flags2 as corruption in scrub
Eric Sandeen
2018-06-24
xfs: don't allow insert-range to shift extents past the maximum offset
Darrick J. Wong
2018-06-21
xfs: More robust inode extent count validation
Dave Chinner
2018-06-06
xfs: convert to SPDX license tags
Dave Chinner
2018-05-16
xfs: implement online get/set fs label
Eric Sandeen
2018-03-11
xfs: convert XFS_AGFL_SIZE to a helper function
Dave Chinner
2017-11-09
xfs: remove u_int* type usage
Darrick J. Wong
2017-11-06
xfs: move xfs_bmbt_irec and xfs_exntst_t to xfs_types.h
Christoph Hellwig
2017-11-06
xfs: use a b+tree for the in-core extent list
Christoph Hellwig
2017-11-01
xfs: convert remaining xfs_sb_version_... checks to bool
Dave Chinner
2017-10-26
xfs: remove the never fully implemented UUID fork format
Christoph Hellwig
2017-10-26
xfs: scrub realtime bitmap/summary
Darrick J. Wong
2017-10-26
xfs: scrub inode btrees
Darrick J. Wong
2017-07-07
xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLEN
Darrick J. Wong
2017-06-19
xfs: remove double-underscore integer types
Darrick J. Wong
2017-04-25
xfs: simplify validation of the unwritten extent bit
Christoph Hellwig
2017-04-25
xfs: remove unused values from xfs_exntst_t
Christoph Hellwig
2017-04-25
xfs: remove the unused XFS_MAXLINK_1 define
Christoph Hellwig
2016-10-20
libxfs: v3 inodes are only valid on crc-enabled filesystems
Roger Willcocks
2016-10-05
xfs: recognize the reflink feature bit
Darrick J. Wong
2016-10-05
xfs: create a separate cow extent size hint for the allocator
Darrick J. Wong
2016-10-05
xfs: store in-progress CoW allocations in the refcount btree
Darrick J. Wong
2016-10-03
xfs: add refcount btree operations
Darrick J. Wong
2016-10-03
xfs: define the on-disk refcount btree format
Darrick J. Wong
2016-10-03
xfs: refcount btree add more reserved blocks
Darrick J. Wong
2016-10-03
xfs: introduce refcount btree definitions
Darrick J. Wong
2016-08-26
xfs: don't log the entire end of the AGF
Darrick J. Wong
2016-08-17
xfs: store rmapbt block count in the AGF
Darrick J. Wong
2016-08-03
xfs: enable the rmap btree functionality
Darrick J. Wong
2016-08-03
xfs: define the on-disk rmap btree format
Darrick J. Wong
2016-08-03
xfs: add owner field to extent allocation and freeing
Darrick J. Wong
2016-08-03
xfs: rmap btree add more reserved blocks
Darrick J. Wong
2016-08-03
xfs: introduce rmap btree definitions
Darrick J. Wong
2016-07-20
xfs: remove the magic numbers in xfs_btree_block-related len macros
Hou Tao
2016-01-19
Merge branch 'xfs-setxattr-promotion' into for-next
Dave Chinner
2016-01-04
xfs: introduce per-inode DAX enablement
Dave Chinner
2016-01-04
xfs: use FS_XFLAG definitions directly
Dave Chinner
2016-01-04
libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correct
Darrick J. Wong
2015-11-03
Merge branch 'xfs-misc-fixes-for-4.4-2' into for-next
Dave Chinner
2015-11-03
xfs: Validate the length of on-disk ACLs
Andreas Gruenbacher
[next]