index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_inode_fork.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: replace inode fork size macros with functions
Darrick J. Wong
2022-07-12
1
-14
/
+1
*
xfs: replace XFS_IFORK_Q with a proper predicate function
Darrick J. Wong
2022-07-12
1
-3
/
+2
*
xfs: use XFS_IFORK_Q to determine the presence of an xattr fork
Darrick J. Wong
2022-07-09
1
-1
/
+0
*
xfs: make inode attribute forks a permanent part of struct xfs_inode
Darrick J. Wong
2022-07-09
1
-2
/
+4
*
xfs: convert XFS_IFORK_PTR to a static inline helper
Darrick J. Wong
2022-07-09
1
-6
/
+0
*
xfs: Conditionally upgrade existing inodes to use large extent counters
Chandan Babu R
2022-04-13
1
-0
/
+2
*
xfs: Directory's data fork extent counter can never overflow
Chandan Babu R
2022-04-13
1
-13
/
+0
*
xfs: Introduce per-inode 64-bit extent counters
Chandan Babu R
2022-04-11
1
-0
/
+6
*
xfs: Introduce macros to represent new maximum extent counts for data/attr forks
Chandan Babu R
2022-04-11
1
-4
/
+17
*
xfs: Promote xfs_extnum_t and xfs_aextnum_t to 64 and 32-bits respectively
Chandan Babu R
2022-04-11
1
-1
/
+1
*
xfs: Introduce xfs_dfork_nextents() helper
Chandan Babu R
2022-04-11
1
-0
/
+32
*
xfs: Introduce xfs_iext_max_nextents() helper
Chandan Babu R
2022-04-11
1
-0
/
+8
*
xfs: rename _zone variables to _cache
Darrick J. Wong
2021-10-22
1
-1
/
+1
*
xfs: remove kmem_zone typedef
Darrick J. Wong
2021-10-22
1
-1
/
+1
*
xfs: remove XFS_IFEXTENTS
Christoph Hellwig
2021-04-15
1
-6
/
+6
*
xfs: remove XFS_IFINLINE
Christoph Hellwig
2021-04-15
1
-1
/
+0
*
xfs: remove XFS_IFBROOT
Christoph Hellwig
2021-04-15
1
-1
/
+0
*
xfs: move the di_forkoff field to struct xfs_inode
Christoph Hellwig
2021-04-07
1
-2
/
+2
*
xfs: initialise attr fork on inode create
Dave Chinner
2021-03-25
1
-0
/
+2
*
xfs: Check for extent overflow when swapping extents
Chandan Babu R
2021-01-22
1
-0
/
+7
*
xfs: Check for extent overflow when moving extent from cow to data fork
Chandan Babu R
2021-01-22
1
-0
/
+9
*
xfs: Check for extent overflow when writing to unwritten extent
Chandan Babu R
2021-01-22
1
-0
/
+9
*
xfs: Check for extent overflow when adding/removing xattrs
Chandan Babu R
2021-01-22
1
-0
/
+10
*
xfs: Check for extent overflow when adding dir entries
Chandan Babu R
2021-01-22
1
-0
/
+13
*
xfs: Check for extent overflow when punching a hole
Chandan Babu R
2021-01-22
1
-0
/
+7
*
xfs: Check for extent overflow when trivally adding a new extent
Chandan Babu R
2021-01-22
1
-0
/
+6
*
xfs: Add helper for checking per-inode extent count overflow
Chandan Babu R
2021-01-22
1
-0
/
+2
*
xfs: cleanup xfs_idestroy_fork
Christoph Hellwig
2020-05-19
1
-1
/
+1
*
xfs: move the fork format fields into struct xfs_ifork
Christoph Hellwig
2020-05-19
1
-15
/
+13
*
xfs: move the per-fork nextents fields into struct xfs_ifork
Christoph Hellwig
2020-05-19
1
-12
/
+8
*
xfs: refactor xfs_inode_verify_forks
Christoph Hellwig
2020-05-19
1
-2
/
+2
*
xfs: remove xfs_ifork_ops
Christoph Hellwig
2020-05-19
1
-13
/
+2
*
xfs: split xfs_iformat_fork
Christoph Hellwig
2020-05-19
1
-1
/
+2
*
xfs: only check the superblock version for dinode size calculation
Christoph Hellwig
2020-03-19
1
-7
/
+2
*
xfs: refactor "does this fork map blocks" predicate
Darrick J. Wong
2019-11-10
1
-0
/
+4
*
xfs: fix inode fork extent count overflow
Dave Chinner
2019-10-21
1
-6
/
+8
*
xfs: update fork seq counter on data fork changes
Brian Foster
2019-02-11
1
-1
/
+1
*
xfs: maintain a sequence count for inode fork manipulations
Christoph Hellwig
2018-07-31
1
-0
/
+1
*
xfs: remove the xfs_ifork_t typedef
Christoph Hellwig
2018-07-30
1
-2
/
+2
*
xfs: remove if_real_bytes
Christoph Hellwig
2018-07-30
1
-1
/
+0
*
xfs: convert to SPDX license tags
Dave Chinner
2018-06-06
1
-13
/
+1
*
xfs: provide a centralized method for verifying inline fork data
Darrick J. Wong
2018-01-08
1
-0
/
+14
*
xfs: remove the nr_extents argument to xfs_iext_remove
Christoph Hellwig
2017-11-06
1
-1
/
+1
*
xfs: remove the nr_extents argument to xfs_iext_insert
Christoph Hellwig
2017-11-06
1
-1
/
+1
*
xfs: use a b+tree for the in-core extent list
Christoph Hellwig
2017-11-06
1
-77
/
+7
*
xfs: remove support for inlining data/extents into the inode fork
Christoph Hellwig
2017-11-06
1
-11
/
+0
*
xfs: introduce the xfs_iext_cursor abstraction
Christoph Hellwig
2017-11-06
1
-8
/
+79
*
xfs: add a new xfs_iext_lookup_extent_before helper
Christoph Hellwig
2017-10-26
1
-0
/
+4
*
xfs: remove if_rdev
Christoph Hellwig
2017-10-26
1
-1
/
+0
*
xfs: remove the never fully implemented UUID fork format
Christoph Hellwig
2017-10-26
1
-1
/
+0
[next]