index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: merge the projid fields in struct xfs_icdinode
Christoph Hellwig
2019-11-13
2
-8
/
+6
*
xfs: use a struct timespec64 for the in-core crtime
Christoph Hellwig
2019-11-13
3
-10
/
+8
*
xfs: devirtualize ->m_dirnameops
Christoph Hellwig
2019-11-13
9
-56
/
+42
*
xfs: convert open coded corruption check to use XFS_IS_CORRUPT
Darrick J. Wong
2019-11-13
9
-113
/
+63
*
xfs: kill the XFS_WANT_CORRUPT_* macros
Darrick J. Wong
2019-11-12
6
-301
/
+950
*
xfs: actually check xfs_btree_check_block return in xfs_btree_islastblock
Darrick J. Wong
2019-11-11
2
-27
/
+17
*
xfs: always pass a valid hdr to xfs_dir3_leaf_check_int
Christoph Hellwig
2019-11-10
1
-18
/
+13
*
xfs: merge xfs_dir2_data_freescan and xfs_dir2_data_freescan_int
Christoph Hellwig
2019-11-10
5
-23
/
+12
*
xfs: remove the now unused dir ops infrastructure
Christoph Hellwig
2019-11-10
4
-58
/
+0
*
xfs: devirtualize ->data_get_ftype and ->data_put_ftype
Christoph Hellwig
2019-11-10
8
-75
/
+49
*
xfs: devirtualize ->data_bestfree_p
Christoph Hellwig
2019-11-10
7
-36
/
+30
*
xfs: cleanup xfs_dir2_data_entsize
Christoph Hellwig
2019-11-10
2
-34
/
+14
*
xfs: move the dir2 data block fixed offsets to struct xfs_da_geometry
Christoph Hellwig
2019-11-10
9
-67
/
+54
*
xfs: devirtualize ->data_entry_tag_p
Christoph Hellwig
2019-11-10
7
-32
/
+26
*
xfs: devirtualize ->data_entsize
Christoph Hellwig
2019-11-10
8
-39
/
+37
*
xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offset
Christoph Hellwig
2019-11-10
3
-16
/
+17
*
xfs: remove the now unused ->data_entry_p method
Christoph Hellwig
2019-11-10
2
-23
/
+0
*
xfs: cleanup __xfs_dir3_data_check
Christoph Hellwig
2019-11-10
1
-26
/
+33
*
xfs: cleanup xfs_dir2_data_freescan_int
Christoph Hellwig
2019-11-10
1
-28
/
+20
*
xfs: cleanup xfs_dir2_block_to_sf
Christoph Hellwig
2019-11-10
1
-43
/
+25
*
xfs: remove the ->data_unused_p method
Christoph Hellwig
2019-11-10
4
-42
/
+19
*
xfs: remove the ->data_dot_entry_p and ->data_dotdot_entry_p methods
Christoph Hellwig
2019-11-10
3
-84
/
+26
*
xfs: remove the data_dotdot_offset field in struct xfs_dir_ops
Christoph Hellwig
2019-11-10
2
-7
/
+0
*
xfs: remove the data_dot_offset field in struct xfs_dir_ops
Christoph Hellwig
2019-11-10
2
-4
/
+0
*
xfs: remove the unused ->data_first_entry_p method
Christoph Hellwig
2019-11-10
2
-35
/
+0
*
xfs: devirtualize ->sf_get_ftype and ->sf_put_ftype
Christoph Hellwig
2019-11-10
5
-71
/
+49
*
xfs: devirtualize ->sf_get_ino and ->sf_put_ino
Christoph Hellwig
2019-11-10
5
-113
/
+81
*
xfs: devirtualize ->sf_entsize and ->sf_nextentry
Christoph Hellwig
2019-11-10
5
-92
/
+60
*
xfs: devirtualize ->sf_get_parent_ino and ->sf_put_parent_ino
Christoph Hellwig
2019-11-10
5
-22
/
+15
*
xfs: devirtualize ->db_to_fdb and ->db_to_fdindex
Christoph Hellwig
2019-11-10
3
-60
/
+27
*
xfs: move the max dir2 free bests count to struct xfs_da_geometry
Christoph Hellwig
2019-11-10
5
-33
/
+12
*
xfs: move the dir2 free header size to struct xfs_da_geometry
Christoph Hellwig
2019-11-10
5
-5
/
+4
*
xfs: add a bests pointer to struct xfs_dir3_icfree_hdr
Christoph Hellwig
2019-11-10
5
-79
/
+46
*
xfs: make the xfs_dir3_icfree_hdr available to xfs_dir2_node_addname_int
Christoph Hellwig
2019-11-10
1
-22
/
+20
*
xfs: devirtualize ->free_hdr_to_disk
Christoph Hellwig
2019-11-10
3
-37
/
+29
*
xfs: devirtualize ->free_hdr_from_disk
Christoph Hellwig
2019-11-10
5
-55
/
+42
*
xfs: move the max dir2 leaf entries count to struct xfs_da_geometry
Christoph Hellwig
2019-11-10
6
-27
/
+5
*
xfs: move the dir2 leaf header size to struct xfs_da_geometry
Christoph Hellwig
2019-11-10
6
-9
/
+9
*
xfs: add an entries pointer to struct xfs_dir3_icleaf_hdr
Christoph Hellwig
2019-11-10
7
-119
/
+86
*
xfs: devirtualize ->leaf_hdr_to_disk
Christoph Hellwig
2019-11-10
5
-48
/
+42
*
xfs: devirtualize ->leaf_hdr_from_disk
Christoph Hellwig
2019-11-10
7
-62
/
+57
*
xfs: move the node header size to struct xfs_da_geometry
Christoph Hellwig
2019-11-10
5
-43
/
+16
*
xfs: add a btree entries pointer to struct xfs_da3_icnode_hdr
Christoph Hellwig
2019-11-10
5
-64
/
+39
*
xfs: devirtualize ->node_hdr_to_disk
Christoph Hellwig
2019-11-10
5
-44
/
+35
*
xfs: devirtualize ->node_hdr_from_disk
Christoph Hellwig
2019-11-10
5
-67
/
+57
*
xfs: use unsigned int for all size values in struct xfs_da_geometry
Christoph Hellwig
2019-11-10
1
-4
/
+4
*
xfs: move incore structures out of xfs_da_format.h
Christoph Hellwig
2019-11-10
6
-57
/
+58
*
xfs: refactor "does this fork map blocks" predicate
Darrick J. Wong
2019-11-10
2
-19
/
+13
*
xfs: clean up weird while loop in xfs_alloc_ag_vextent_near
Darrick J. Wong
2019-11-10
1
-52
/
+65
*
xfs: Correct comment tyops -> typos
Joe Perches
2019-11-10
5
-6
/
+6
[next]