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_format.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: Implement attr logging and replay
Allison Henderson
2022-05-09
1
-1
/
+8
*
Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...
Dave Chinner
2022-04-21
1
-10
/
+94
|
\
|
*
xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flags
Chandan Babu R
2022-04-13
1
-1
/
+2
|
*
xfs: Conditionally upgrade existing inodes to use large extent counters
Chandan Babu R
2022-04-13
1
-0
/
+11
|
*
xfs: Directory's data fork extent counter can never overflow
Chandan Babu R
2022-04-13
1
-0
/
+13
|
*
xfs: Introduce per-inode 64-bit extent counters
Chandan Babu R
2022-04-11
1
-4
/
+29
|
*
xfs: Introduce macros to represent new maximum extent counts for data/attr forks
Chandan Babu R
2022-04-11
1
-2
/
+22
|
*
xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpers
Chandan Babu R
2022-04-11
1
-1
/
+10
|
*
xfs: Introduce XFS_SB_FEAT_INCOMPAT_NREXT64 and associated per-fs feature bit
Chandan Babu R
2022-04-11
1
-0
/
+1
|
*
xfs: Introduce xfs_dfork_nextents() helper
Chandan Babu R
2022-04-11
1
-4
/
+0
|
*
xfs: Define max extent length based on on-disk format definition
Chandan Babu R
2022-04-11
1
-2
/
+3
|
*
xfs: Move extent count limits to xfs_format.h
Chandan Babu R
2022-04-11
1
-0
/
+7
*
|
xfs: convert dquot flags to unsigned.
Dave Chinner
2022-04-21
1
-4
/
+4
*
|
xfs: convert AGI log flags to unsigned.
Dave Chinner
2022-04-21
1
-15
/
+15
*
|
xfs: convert AGF log flags to unsigned.
Dave Chinner
2022-04-21
1
-19
/
+19
|
/
*
xfs: remove the xfs_dqblk_t typedef
Christoph Hellwig
2021-10-14
1
-2
/
+2
*
xfs: remove the xfs_dsb_t typedef
Christoph Hellwig
2021-10-14
1
-2
/
+2
*
xfs: remove the xfs_dinode_t typedef
Christoph Hellwig
2021-10-14
1
-2
/
+2
*
xfs: kill xfs_sb_version_has_v3inode()
Dave Chinner
2021-08-19
1
-15
/
+3
*
xfs: introduce xfs_sb_is_v5 helper
Dave Chinner
2021-08-19
1
-8
/
+8
*
xfs: remove unused xfs_sb_version_has wrappers
Dave Chinner
2021-08-19
1
-152
/
+3
*
xfs: open code sb verifier feature checks
Dave Chinner
2021-08-19
1
-29
/
+0
*
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
2021-08-19
1
-5
/
+5
*
xfs: reflect sb features in xfs_mount
Dave Chinner
2021-08-19
1
-1
/
+1
*
xfs: rework attr2 feature and mount options
Dave Chinner
2021-08-19
1
-7
/
+0
*
xfs: allow setting and clearing of log incompat feature flags
Darrick J. Wong
2021-08-09
1
-0
/
+15
*
xfs: fix silly whitespace problems with kernel libxfs
Darrick J. Wong
2021-08-09
1
-1
/
+1
*
xfs: move the di_crtime field to struct xfs_inode
Christoph Hellwig
2021-04-07
1
-3
/
+2
*
xfs: remove the unused XFS_B_FSB_OFFSET macro
Kaixu Xia
2020-12-09
1
-1
/
+0
*
xfs: enable the needsrepair feature
Darrick J. Wong
2020-12-09
1
-1
/
+2
*
xfs: define a new "needrepair" feature
Darrick J. Wong
2020-12-09
1
-0
/
+7
*
xfs: enable big timestamps
Darrick J. Wong
2020-09-15
1
-1
/
+2
*
xfs: widen ondisk quota expiration timestamps to handle y2038+
Darrick J. Wong
2020-09-15
1
-1
/
+49
*
xfs: widen ondisk inode timestamps to deal with y2038+
Darrick J. Wong
2020-09-15
1
-1
/
+69
*
xfs: redefine xfs_timestamp_t
Darrick J. Wong
2020-09-15
1
-3
/
+7
*
xfs: refactor default quota grace period setting code
Darrick J. Wong
2020-09-15
1
-0
/
+13
*
xfs: refactor quota expiration timer modification
Darrick J. Wong
2020-09-15
1
-0
/
+24
*
xfs: explicitly define inode timestamp range
Darrick J. Wong
2020-09-15
1
-0
/
+22
*
xfs: enable new inode btree counters feature
Darrick J. Wong
2020-09-15
1
-1
/
+2
*
xfs: store inode btree block counts in AGI header
Darrick J. Wong
2020-09-15
1
-1
/
+17
*
xfs: rename the ondisk dquot d_flags to d_type
Darrick J. Wong
2020-07-28
1
-1
/
+1
*
xfs: improve ondisk dquot flags checking
Darrick J. Wong
2020-07-28
1
-0
/
+2
*
xfs: create xfs_dqtype_t to represent quota types
Darrick J. Wong
2020-07-28
1
-0
/
+9
*
xfs: rename XFS_DQ_{USER,GROUP,PROJ} to XFS_DQTYPE_*
Darrick J. Wong
2020-07-28
1
-1
/
+1
*
xfs: remove qcore from incore dquots
Darrick J. Wong
2020-07-28
1
-4
/
+3
*
xfs: make XFS_DQUOT_CLUSTER_SIZE_FSB part of the ondisk format
Darrick J. Wong
2020-07-28
1
-0
/
+16
*
xfs: remove the XFS_DFORK_Q macro
Christoph Hellwig
2020-05-19
1
-3
/
+2
*
xfs: Use the correct style for SPDX License Identifier
Nishad Kamdar
2020-05-13
1
-1
/
+1
*
xfs: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-05-13
1
-1
/
+1
*
xfs: only check the superblock version for dinode size calculation
Christoph Hellwig
2020-03-19
1
-8
/
+8
[next]