index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_format.h
Age
Commit message (
Expand
)
Author
2024-12-23
xfs: wire up a new metafile type for the realtime refcount
Darrick J. Wong
2024-12-23
xfs: add realtime refcount btree inode to metadata directory
Darrick J. Wong
2024-12-23
xfs: introduce realtime refcount btree ondisk definitions
Darrick J. Wong
2024-12-23
xfs: namespace the maximum length/refcount symbols
Darrick J. Wong
2024-12-23
xfs: wire up a new metafile type for the realtime rmap
Darrick J. Wong
2024-12-23
xfs: add realtime reverse map inode to metadata directory
Darrick J. Wong
2024-12-23
xfs: support file data forks containing metadata btrees
Darrick J. Wong
2024-12-23
xfs: introduce realtime rmap btree ondisk definitions
Darrick J. Wong
2024-11-05
xfs: enable metadata directory feature
Darrick J. Wong
2024-11-05
xfs: make xfs_rtblock_t a segmented address like xfs_fsblock_t
Darrick J. Wong
2024-11-05
xfs: encode the rtsummary in big endian format
Darrick J. Wong
2024-11-05
xfs: encode the rtbitmap in big endian format
Darrick J. Wong
2024-11-05
xfs: add block headers to realtime bitmap and summary blocks
Darrick J. Wong
2024-11-05
xfs: define the format of rt groups
Darrick J. Wong
2024-11-05
xfs: create incore realtime group structures
Darrick J. Wong
2024-11-05
xfs: define the on-disk format for the metadir feature
Darrick J. Wong
2024-11-05
xfs: constify the xfs_sb predicates
Darrick J. Wong
2024-07-02
xfs: don't use the incore struct xfs_sb for offsets into struct xfs_dsb
Darrick J. Wong
2024-04-23
xfs: enable parent pointers
Darrick J. Wong
2024-04-23
xfs: add a incompat feature bit for parent pointers
Allison Henderson
2024-04-15
xfs: pin inodes that would otherwise overflow link count
Darrick J. Wong
2024-04-15
xfs: enable logged file mapping exchange feature
Darrick J. Wong
2024-04-15
xfs: create a incompat flag for atomic file mapping exchanges
Darrick J. Wong
2024-02-22
xfs: split the agf_roots and agf_levels arrays
Christoph Hellwig
2023-12-22
xfs: remove XFS_RTMIN/XFS_RTMAX
Christoph Hellwig
2023-12-22
xfs: remove rt-wrappers from xfs_format.h
Christoph Hellwig
2023-12-15
xfs: improve dquot iteration for scrub
Darrick J. Wong
2023-12-15
xfs: dont cast to char * for XFS_DFORK_*PTR macros
Darrick J. Wong
2023-10-18
xfs: use accessor functions for summary info words
Darrick J. Wong
2023-10-18
xfs: use accessor functions for bitmap words
Darrick J. Wong
2023-10-17
xfs: convert rt summary macros to helpers
Darrick J. Wong
2023-10-17
xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macros
Darrick J. Wong
2023-10-17
xfs: convert the rtbitmap block and bit macros to static inline functions
Darrick J. Wong
2023-10-17
xfs: convert rt bitmap extent lengths to xfs_rtbxlen_t
Darrick J. Wong
2022-10-31
xfs: rename XFS_REFC_COW_START to _COWFLAG
Darrick J. Wong
2022-10-31
xfs: move _irec structs to xfs_types.h
Darrick J. Wong
2022-07-20
xfs: fix comment for start time value of inode with bigtime enabled
Xiaole He
2022-05-09
xfs: Implement attr logging and replay
Allison Henderson
2022-04-21
Merge tag 'large-extent-counters-v9' of https://github.com/chandanr/linux int...
Dave Chinner
2022-04-21
xfs: convert dquot flags to unsigned.
Dave Chinner
2022-04-21
xfs: convert AGI log flags to unsigned.
Dave Chinner
2022-04-21
xfs: convert AGF log flags to unsigned.
Dave Chinner
2022-04-13
xfs: Add XFS_SB_FEAT_INCOMPAT_NREXT64 to the list of supported flags
Chandan Babu R
2022-04-13
xfs: Conditionally upgrade existing inodes to use large extent counters
Chandan Babu R
2022-04-13
xfs: Directory's data fork extent counter can never overflow
Chandan Babu R
2022-04-11
xfs: Introduce per-inode 64-bit extent counters
Chandan Babu R
2022-04-11
xfs: Introduce macros to represent new maximum extent counts for data/attr forks
Chandan Babu R
2022-04-11
xfs: Introduce XFS_DIFLAG2_NREXT64 and associated helpers
Chandan Babu R
2022-04-11
xfs: Introduce XFS_SB_FEAT_INCOMPAT_NREXT64 and associated per-fs feature bit
Chandan Babu R
2022-04-11
xfs: Introduce xfs_dfork_nextents() helper
Chandan Babu R
[next]