index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
xfs: devirtualize ->sf_get_ftype and ->sf_put_ftype
Christoph Hellwig
2019-11-11
6
-72
/
+50
*
xfs: devirtualize ->sf_get_ino and ->sf_put_ino
Christoph Hellwig
2019-11-11
6
-114
/
+82
*
xfs: devirtualize ->sf_entsize and ->sf_nextentry
Christoph Hellwig
2019-11-11
6
-95
/
+64
*
xfs: devirtualize ->sf_get_parent_ino and ->sf_put_parent_ino
Christoph Hellwig
2019-11-11
6
-23
/
+16
*
xfs: devirtualize ->db_to_fdb and ->db_to_fdindex
Christoph Hellwig
2019-11-11
3
-60
/
+27
*
xfs: move the max dir2 free bests count to struct xfs_da_geometry
Christoph Hellwig
2019-11-11
5
-33
/
+12
*
xfs: move the dir2 free header size to struct xfs_da_geometry
Christoph Hellwig
2019-11-11
5
-5
/
+4
*
xfs: add a bests pointer to struct xfs_dir3_icfree_hdr
Christoph Hellwig
2019-11-11
6
-83
/
+48
*
xfs: make the xfs_dir3_icfree_hdr available to xfs_dir2_node_addname_int
Christoph Hellwig
2019-11-11
1
-22
/
+20
*
xfs: devirtualize ->free_hdr_to_disk
Christoph Hellwig
2019-11-11
3
-37
/
+29
*
xfs: devirtualize ->free_hdr_from_disk
Christoph Hellwig
2019-11-11
6
-56
/
+43
*
xfs: move the max dir2 leaf entries count to struct xfs_da_geometry
Christoph Hellwig
2019-11-11
7
-29
/
+6
*
xfs: move the dir2 leaf header size to struct xfs_da_geometry
Christoph Hellwig
2019-11-11
6
-9
/
+9
*
xfs: add an entries pointer to struct xfs_dir3_icleaf_hdr
Christoph Hellwig
2019-11-11
8
-126
/
+93
*
xfs: devirtualize ->leaf_hdr_to_disk
Christoph Hellwig
2019-11-11
5
-48
/
+42
*
xfs: devirtualize ->leaf_hdr_from_disk
Christoph Hellwig
2019-11-11
8
-63
/
+58
*
xfs: move the node header size to struct xfs_da_geometry
Christoph Hellwig
2019-11-11
7
-45
/
+16
*
xfs: add a btree entries pointer to struct xfs_da3_icnode_hdr
Christoph Hellwig
2019-11-11
8
-86
/
+60
*
xfs: devirtualize ->node_hdr_to_disk
Christoph Hellwig
2019-11-11
5
-44
/
+35
*
xfs: devirtualize ->node_hdr_from_disk
Christoph Hellwig
2019-11-11
8
-70
/
+60
*
xfs: refactor btree node scrubbing
Christoph Hellwig
2019-11-11
4
-49
/
+27
*
xfs: use unsigned int for all size values in struct xfs_da_geometry
Christoph Hellwig
2019-11-11
1
-4
/
+4
*
xfs: move incore structures out of xfs_da_format.h
Christoph Hellwig
2019-11-11
6
-57
/
+58
*
xfs: remove a stray tab in xfs_remount_rw()
Dan Carpenter
2019-11-11
1
-1
/
+1
*
xfs: convert EIO to EFSCORRUPTED when log contents are invalid
Darrick J. Wong
2019-11-11
5
-21
/
+21
*
xfs: refactor "does this fork map blocks" predicate
Darrick J. Wong
2019-11-10
4
-23
/
+15
*
xfs: clean up weird while loop in xfs_alloc_ag_vextent_near
Darrick J. Wong
2019-11-10
1
-52
/
+65
*
xfs: annotate functions that trip static checker locking checks
Darrick J. Wong
2019-11-10
2
-1
/
+7
*
xfs: Correct comment tyops -> typos
Joe Perches
2019-11-10
10
-15
/
+15
*
xfs: range check ri_cnt when recovering log items
Darrick J. Wong
2019-11-07
1
-1
/
+10
*
xfs: "optimize" buffer item log segment bitmap setting
Darrick J. Wong
2019-11-07
1
-1
/
+1
*
xfs: null out bma->prev if no previous extent
Darrick J. Wong
2019-11-07
1
-1
/
+2
*
xfs: fix missing header includes
Darrick J. Wong
2019-11-07
11
-1
/
+13
*
xfs: periodically yield scrub threads to the scheduler
Darrick J. Wong
2019-11-07
1
-1
/
+8
*
xfs: remove redundant assignment to variable error
Colin Ian King
2019-11-06
1
-1
/
+1
*
xfs: add missing early termination checks to record scrubbing functions
Darrick J. Wong
2019-11-06
3
-2
/
+16
*
xfs: make the assertion message functions take a mount parameter
Darrick J. Wong
2019-11-05
3
-9
/
+17
*
xfs: add missing assert in xfs_fsmap_owner_from_rmap
Darrick J. Wong
2019-11-05
1
-0
/
+1
*
xfs: decrease indenting problems in xfs_dabuf_map
Darrick J. Wong
2019-11-05
1
-17
/
+21
*
xfs: fold xfs_mount-alloc() into xfs_init_fs_context()
Ian Kent
2019-11-05
1
-30
/
+19
*
xfs: move xfs_fc_parse_param() above xfs_fc_get_tree()
Ian Kent
2019-11-05
1
-258
/
+259
*
xfs: move xfs_fc_get_tree() above xfs_fc_reconfigure()
Ian Kent
2019-11-05
1
-58
/
+58
*
xfs: move xfs_fc_reconfigure() above xfs_fc_free()
Ian Kent
2019-11-05
1
-162
/
+162
*
xfs: switch to use the new mount-api
Ian Kent
2019-11-05
1
-237
/
+176
*
xfs: dont set sb in xfs_mount_alloc()
Ian Kent
2019-11-05
1
-4
/
+3
*
xfs: move xfs_parseargs() validation to a helper
Ian Kent
2019-11-05
1
-51
/
+58
*
xfs: refactor xfs_parseags()
Ian Kent
2019-11-05
1
-136
/
+152
*
xfs: avoid redundant checks when options is empty
Ian Kent
2019-11-05
1
-2
/
+1
*
xfs: refactor suffix_kstrtoint()
Ian Kent
2019-11-05
1
-9
/
+29
*
xfs: add xfs_remount_ro() helper
Ian Kent
2019-11-05
1
-30
/
+43
[prev]
[next]