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_dir2.h
Age
Commit message (
Expand
)
Author
2024-07-02
xfs: move dirent update hooks to xfs_dir2.c
Darrick J. Wong
2024-07-02
xfs: create libxfs helper to rename two directory entries
Darrick J. Wong
2024-07-02
xfs: create libxfs helper to exchange two directory entries
Darrick J. Wong
2024-07-02
xfs: create libxfs helper to remove an existing inode/name from a directory
Darrick J. Wong
2024-07-02
xfs: create libxfs helper to link an existing inode into a directory
Darrick J. Wong
2024-07-02
xfs: create libxfs helper to link a new inode into a directory
Darrick J. Wong
2024-04-26
xfs: refactor dir format helpers
Christoph Hellwig
2024-04-26
xfs: factor out a xfs_dir_replace_args helper
Christoph Hellwig
2024-04-26
xfs: factor out a xfs_dir_removename_args helper
Christoph Hellwig
2024-04-26
xfs: factor out a xfs_dir_createname_args helper
Christoph Hellwig
2024-04-26
xfs: factor out a xfs_dir_lookup_args helper
Christoph Hellwig
2024-04-23
xfs: add raw parent pointer apis to support repair
Darrick J. Wong
2024-04-15
xfs: validate explicit directory block buffer owners
Darrick J. Wong
2024-04-15
xfs: validate explicit directory data buffer owners
Darrick J. Wong
2024-04-15
xfs: validate directory leaf buffer owners
Darrick J. Wong
2024-02-22
xfs: create a predicate to determine if two xfs_names are the same
Darrick J. Wong
2024-02-22
xfs: create a static name for the dot entry too
Darrick J. Wong
2023-04-11
xfs: stabilize the dirent name transformation function used for ascii-ci dir ...
Darrick J. Wong
2022-10-04
xfs: rearrange the logic and remove the broken comment for xfs_dir2_isxx
Shida Zhang
2022-03-14
xfs: constify xfs_name_dotdot
Darrick J. Wong
2022-03-14
xfs: constify the name argument to various directory functions
Darrick J. Wong
2021-01-22
xfs: fix an ABBA deadlock in xfs_rename
Darrick J. Wong
2020-05-13
xfs: Use the correct style for SPDX License Identifier
Nishad Kamdar
2019-11-13
xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()
kaixuxia
2019-11-10
xfs: merge xfs_dir2_data_freescan and xfs_dir2_data_freescan_int
Christoph Hellwig
2019-11-10
xfs: remove the now unused dir ops infrastructure
Christoph Hellwig
2019-11-10
xfs: devirtualize ->data_get_ftype and ->data_put_ftype
Christoph Hellwig
2019-11-10
xfs: devirtualize ->data_bestfree_p
Christoph Hellwig
2019-11-10
xfs: move the dir2 data block fixed offsets to struct xfs_da_geometry
Christoph Hellwig
2019-11-10
xfs: devirtualize ->data_entry_tag_p
Christoph Hellwig
2019-11-10
xfs: devirtualize ->data_entsize
Christoph Hellwig
2019-11-10
xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offset
Christoph Hellwig
2019-11-10
xfs: remove the now unused ->data_entry_p method
Christoph Hellwig
2019-11-10
xfs: remove the ->data_unused_p method
Christoph Hellwig
2019-11-10
xfs: remove the ->data_dot_entry_p and ->data_dotdot_entry_p methods
Christoph Hellwig
2019-11-10
xfs: remove the data_dotdot_offset field in struct xfs_dir_ops
Christoph Hellwig
2019-11-10
xfs: remove the data_dot_offset field in struct xfs_dir_ops
Christoph Hellwig
2019-11-10
xfs: remove the unused ->data_first_entry_p method
Christoph Hellwig
2019-11-10
xfs: devirtualize ->sf_get_ftype and ->sf_put_ftype
Christoph Hellwig
2019-11-10
xfs: devirtualize ->sf_get_ino and ->sf_put_ino
Christoph Hellwig
2019-11-10
xfs: devirtualize ->sf_entsize and ->sf_nextentry
Christoph Hellwig
2019-11-10
xfs: devirtualize ->sf_get_parent_ino and ->sf_put_parent_ino
Christoph Hellwig
2019-11-10
xfs: devirtualize ->db_to_fdb and ->db_to_fdindex
Christoph Hellwig
2019-11-10
xfs: move the max dir2 free bests count to struct xfs_da_geometry
Christoph Hellwig
2019-11-10
xfs: move the dir2 free header size to struct xfs_da_geometry
Christoph Hellwig
2019-11-10
xfs: add a bests pointer to struct xfs_dir3_icfree_hdr
Christoph Hellwig
2019-11-10
xfs: devirtualize ->free_hdr_to_disk
Christoph Hellwig
2019-11-10
xfs: devirtualize ->free_hdr_from_disk
Christoph Hellwig
2019-11-10
xfs: move the max dir2 leaf entries count to struct xfs_da_geometry
Christoph Hellwig
2019-11-10
xfs: move the dir2 leaf header size to struct xfs_da_geometry
Christoph Hellwig
[next]