index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
xfs
/
libxfs
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-10
xfs: devirtualize ->data_get_ftype and ->data_put_ftype
Christoph Hellwig
8
-75
/
+49
2019-11-10
xfs: devirtualize ->data_bestfree_p
Christoph Hellwig
7
-36
/
+30
2019-11-10
xfs: cleanup xfs_dir2_data_entsize
Christoph Hellwig
2
-34
/
+14
2019-11-10
xfs: move the dir2 data block fixed offsets to struct xfs_da_geometry
Christoph Hellwig
9
-67
/
+54
2019-11-10
xfs: devirtualize ->data_entry_tag_p
Christoph Hellwig
7
-32
/
+26
2019-11-10
xfs: devirtualize ->data_entsize
Christoph Hellwig
8
-39
/
+37
2019-11-10
xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offset
Christoph Hellwig
3
-16
/
+17
2019-11-10
xfs: remove the now unused ->data_entry_p method
Christoph Hellwig
2
-23
/
+0
2019-11-10
xfs: cleanup __xfs_dir3_data_check
Christoph Hellwig
1
-26
/
+33
2019-11-10
xfs: cleanup xfs_dir2_data_freescan_int
Christoph Hellwig
1
-28
/
+20
2019-11-10
xfs: cleanup xfs_dir2_block_to_sf
Christoph Hellwig
1
-43
/
+25
2019-11-10
xfs: remove the ->data_unused_p method
Christoph Hellwig
4
-42
/
+19
2019-11-10
xfs: remove the ->data_dot_entry_p and ->data_dotdot_entry_p methods
Christoph Hellwig
3
-84
/
+26
2019-11-10
xfs: remove the data_dotdot_offset field in struct xfs_dir_ops
Christoph Hellwig
2
-7
/
+0
2019-11-10
xfs: remove the data_dot_offset field in struct xfs_dir_ops
Christoph Hellwig
2
-4
/
+0
2019-11-10
xfs: remove the unused ->data_first_entry_p method
Christoph Hellwig
2
-35
/
+0
2019-11-10
xfs: devirtualize ->sf_get_ftype and ->sf_put_ftype
Christoph Hellwig
5
-71
/
+49
2019-11-10
xfs: devirtualize ->sf_get_ino and ->sf_put_ino
Christoph Hellwig
5
-113
/
+81
2019-11-10
xfs: devirtualize ->sf_entsize and ->sf_nextentry
Christoph Hellwig
5
-92
/
+60
2019-11-10
xfs: devirtualize ->sf_get_parent_ino and ->sf_put_parent_ino
Christoph Hellwig
5
-22
/
+15
2019-11-10
xfs: devirtualize ->db_to_fdb and ->db_to_fdindex
Christoph Hellwig
3
-60
/
+27
2019-11-10
xfs: move the max dir2 free bests count to struct xfs_da_geometry
Christoph Hellwig
5
-33
/
+12
2019-11-10
xfs: move the dir2 free header size to struct xfs_da_geometry
Christoph Hellwig
5
-5
/
+4
2019-11-10
xfs: add a bests pointer to struct xfs_dir3_icfree_hdr
Christoph Hellwig
5
-79
/
+46
2019-11-10
xfs: make the xfs_dir3_icfree_hdr available to xfs_dir2_node_addname_int
Christoph Hellwig
1
-22
/
+20
2019-11-10
xfs: devirtualize ->free_hdr_to_disk
Christoph Hellwig
3
-37
/
+29
2019-11-10
xfs: devirtualize ->free_hdr_from_disk
Christoph Hellwig
5
-55
/
+42
2019-11-10
xfs: move the max dir2 leaf entries count to struct xfs_da_geometry
Christoph Hellwig
6
-27
/
+5
2019-11-10
xfs: move the dir2 leaf header size to struct xfs_da_geometry
Christoph Hellwig
6
-9
/
+9
2019-11-10
xfs: add an entries pointer to struct xfs_dir3_icleaf_hdr
Christoph Hellwig
7
-119
/
+86
2019-11-10
xfs: devirtualize ->leaf_hdr_to_disk
Christoph Hellwig
5
-48
/
+42
2019-11-10
xfs: devirtualize ->leaf_hdr_from_disk
Christoph Hellwig
7
-62
/
+57
2019-11-10
xfs: move the node header size to struct xfs_da_geometry
Christoph Hellwig
5
-43
/
+16
2019-11-10
xfs: add a btree entries pointer to struct xfs_da3_icnode_hdr
Christoph Hellwig
5
-64
/
+39
2019-11-10
xfs: devirtualize ->node_hdr_to_disk
Christoph Hellwig
5
-44
/
+35
2019-11-10
xfs: devirtualize ->node_hdr_from_disk
Christoph Hellwig
5
-67
/
+57
2019-11-10
xfs: use unsigned int for all size values in struct xfs_da_geometry
Christoph Hellwig
1
-4
/
+4
2019-11-10
xfs: move incore structures out of xfs_da_format.h
Christoph Hellwig
6
-57
/
+58
2019-11-10
xfs: refactor "does this fork map blocks" predicate
Darrick J. Wong
2
-19
/
+13
2019-11-10
xfs: clean up weird while loop in xfs_alloc_ag_vextent_near
Darrick J. Wong
1
-52
/
+65
2019-11-10
xfs: Correct comment tyops -> typos
Joe Perches
5
-6
/
+6
2019-11-07
xfs: null out bma->prev if no previous extent
Darrick J. Wong
1
-1
/
+2
2019-11-07
xfs: fix missing header includes
Darrick J. Wong
4
-0
/
+5
2019-11-05
xfs: decrease indenting problems in xfs_dabuf_map
Darrick J. Wong
1
-17
/
+21
2019-11-04
xfs: always log corruption errors
Darrick J. Wong
11
-21
/
+73
2019-11-04
xfs: relax shortform directory size checks
Darrick J. Wong
2
-35
/
+5
2019-11-03
xfs: cleanup use of the XFS_ALLOC_ flags
Christoph Hellwig
3
-22
/
+9
2019-11-03
xfs: move extent zeroing to xfs_bmapi_allocate
Christoph Hellwig
3
-14
/
+7
2019-11-03
xfs: refactor xfs_bmapi_allocate
Christoph Hellwig
1
-48
/
+45
2019-10-29
xfs: refactor xfs_iread_extents to use xfs_btree_visit_blocks
Darrick J. Wong
3
-115
/
+91
[prev]
[next]