index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
/
xfs_dir2.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: Use the correct style for SPDX License Identifier
Nishad Kamdar
2020-05-13
1
-1
/
+1
*
xfs: Fix deadlock between AGI and AGF when target_ip exists in xfs_rename()
kaixuxia
2019-11-13
1
-0
/
+2
*
xfs: merge xfs_dir2_data_freescan and xfs_dir2_data_freescan_int
Christoph Hellwig
2019-11-10
1
-3
/
+1
*
xfs: remove the now unused dir ops infrastructure
Christoph Hellwig
2019-11-10
1
-9
/
+0
*
xfs: devirtualize ->data_get_ftype and ->data_put_ftype
Christoph Hellwig
2019-11-10
1
-3
/
+0
*
xfs: devirtualize ->data_bestfree_p
Christoph Hellwig
2019-11-10
1
-3
/
+0
*
xfs: move the dir2 data block fixed offsets to struct xfs_da_geometry
Christoph Hellwig
2019-11-10
1
-3
/
+0
*
xfs: devirtualize ->data_entry_tag_p
Christoph Hellwig
2019-11-10
1
-1
/
+0
*
xfs: devirtualize ->data_entsize
Christoph Hellwig
2019-11-10
1
-2
/
+1
*
xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offset
Christoph Hellwig
2019-11-10
1
-1
/
+1
*
xfs: remove the now unused ->data_entry_p method
Christoph Hellwig
2019-11-10
1
-3
/
+0
*
xfs: remove the ->data_unused_p method
Christoph Hellwig
2019-11-10
1
-2
/
+0
*
xfs: remove the ->data_dot_entry_p and ->data_dotdot_entry_p methods
Christoph Hellwig
2019-11-10
1
-4
/
+0
*
xfs: remove the data_dotdot_offset field in struct xfs_dir_ops
Christoph Hellwig
2019-11-10
1
-1
/
+0
*
xfs: remove the data_dot_offset field in struct xfs_dir_ops
Christoph Hellwig
2019-11-10
1
-1
/
+0
*
xfs: remove the unused ->data_first_entry_p method
Christoph Hellwig
2019-11-10
1
-2
/
+0
*
xfs: devirtualize ->sf_get_ftype and ->sf_put_ftype
Christoph Hellwig
2019-11-10
1
-4
/
+0
*
xfs: devirtualize ->sf_get_ino and ->sf_put_ino
Christoph Hellwig
2019-11-10
1
-5
/
+0
*
xfs: devirtualize ->sf_entsize and ->sf_nextentry
Christoph Hellwig
2019-11-10
1
-4
/
+0
*
xfs: devirtualize ->sf_get_parent_ino and ->sf_put_parent_ino
Christoph Hellwig
2019-11-10
1
-3
/
+0
*
xfs: devirtualize ->db_to_fdb and ->db_to_fdindex
Christoph Hellwig
2019-11-10
1
-5
/
+0
*
xfs: move the max dir2 free bests count to struct xfs_da_geometry
Christoph Hellwig
2019-11-10
1
-1
/
+0
*
xfs: move the dir2 free header size to struct xfs_da_geometry
Christoph Hellwig
2019-11-10
1
-1
/
+0
*
xfs: add a bests pointer to struct xfs_dir3_icfree_hdr
Christoph Hellwig
2019-11-10
1
-1
/
+0
*
xfs: devirtualize ->free_hdr_to_disk
Christoph Hellwig
2019-11-10
1
-2
/
+0
*
xfs: devirtualize ->free_hdr_from_disk
Christoph Hellwig
2019-11-10
1
-2
/
+0
*
xfs: move the max dir2 leaf entries count to struct xfs_da_geometry
Christoph Hellwig
2019-11-10
1
-2
/
+0
*
xfs: move the dir2 leaf header size to struct xfs_da_geometry
Christoph Hellwig
2019-11-10
1
-1
/
+0
*
xfs: add an entries pointer to struct xfs_dir3_icleaf_hdr
Christoph Hellwig
2019-11-10
1
-2
/
+0
*
xfs: devirtualize ->leaf_hdr_to_disk
Christoph Hellwig
2019-11-10
1
-2
/
+0
*
xfs: devirtualize ->leaf_hdr_from_disk
Christoph Hellwig
2019-11-10
1
-2
/
+0
*
xfs: move the node header size to struct xfs_da_geometry
Christoph Hellwig
2019-11-10
1
-4
/
+0
*
xfs: add a btree entries pointer to struct xfs_da3_icnode_hdr
Christoph Hellwig
2019-11-10
1
-2
/
+0
*
xfs: devirtualize ->node_hdr_to_disk
Christoph Hellwig
2019-11-10
1
-2
/
+0
*
xfs: devirtualize ->node_hdr_from_disk
Christoph Hellwig
2019-11-10
1
-2
/
+0
*
xfs: move incore structures out of xfs_da_format.h
Christoph Hellwig
2019-11-10
1
-0
/
+2
*
xfs: check directory name validity
Darrick J. Wong
2019-02-11
1
-0
/
+1
*
xfs: fold dfops into the transaction
Brian Foster
2018-08-02
1
-1
/
+0
*
xfs: remove firstblock param from xfs dir ops
Brian Foster
2018-07-11
1
-3
/
+3
*
xfs: remove dfops param from high level dirname calls
Brian Foster
2018-07-11
1
-6
/
+3
*
xfs: convert to SPDX license tags
Dave Chinner
2018-06-06
1
-13
/
+1
*
xfs: sanity-check the unused space before trying to use it
Darrick J. Wong
2018-03-23
1
-1
/
+1
*
xfs: directory scrubber must walk through data block to offset
Darrick J. Wong
2018-01-17
1
-0
/
+2
*
xfs: scrub directory metadata
Darrick J. Wong
2017-10-26
1
-0
/
+17
*
xfs: remove double-underscore integer types
Darrick J. Wong
2017-06-19
1
-4
/
+4
*
xfs: fix xfs_mode_to_ftype() prototype
Arnd Bergmann
2017-01-18
1
-1
/
+1
*
xfs: replace xfs_mode_to_ftype table with switch statement
Amir Goldstein
2017-01-17
1
-3
/
+2
*
xfs: add missing include dependencies to xfs_dir2.h
Amir Goldstein
2017-01-17
1
-0
/
+3
*
xfs: move dir_ino_validate declaration per xfsprogs
Darrick J. Wong
2016-11-08
1
-0
/
+2
*
libxfs: clean up _dir2_data_freescan
Darrick J. Wong
2016-11-08
1
-0
/
+3
[next]