index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-10
xfs: add a bests pointer to struct xfs_dir3_icfree_hdr
Christoph Hellwig
6
-83
/
+48
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
6
-56
/
+43
2019-11-10
xfs: move the max dir2 leaf entries count to struct xfs_da_geometry
Christoph Hellwig
7
-29
/
+6
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
8
-126
/
+93
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
8
-63
/
+58
2019-11-10
xfs: move the node header size to struct xfs_da_geometry
Christoph Hellwig
7
-45
/
+16
2019-11-10
xfs: add a btree entries pointer to struct xfs_da3_icnode_hdr
Christoph Hellwig
8
-86
/
+60
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
8
-70
/
+60
2019-11-10
xfs: refactor btree node scrubbing
Christoph Hellwig
4
-49
/
+27
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: remove a stray tab in xfs_remount_rw()
Dan Carpenter
1
-1
/
+1
2019-11-10
xfs: convert EIO to EFSCORRUPTED when log contents are invalid
Darrick J. Wong
5
-21
/
+21
2019-11-10
xfs: refactor "does this fork map blocks" predicate
Darrick J. Wong
4
-23
/
+15
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: annotate functions that trip static checker locking checks
Darrick J. Wong
2
-1
/
+7
2019-11-10
xfs: Correct comment tyops -> typos
Joe Perches
10
-15
/
+15
2019-11-07
xfs: range check ri_cnt when recovering log items
Darrick J. Wong
1
-1
/
+10
2019-11-07
xfs: "optimize" buffer item log segment bitmap setting
Darrick J. Wong
1
-1
/
+1
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
11
-1
/
+13
2019-11-07
xfs: periodically yield scrub threads to the scheduler
Darrick J. Wong
1
-1
/
+8
2019-11-06
xfs: remove redundant assignment to variable error
Colin Ian King
1
-1
/
+1
2019-11-06
xfs: add missing early termination checks to record scrubbing functions
Darrick J. Wong
3
-2
/
+16
2019-11-05
xfs: make the assertion message functions take a mount parameter
Darrick J. Wong
3
-9
/
+17
2019-11-05
xfs: add missing assert in xfs_fsmap_owner_from_rmap
Darrick J. Wong
1
-0
/
+1
2019-11-05
xfs: decrease indenting problems in xfs_dabuf_map
Darrick J. Wong
1
-17
/
+21
2019-11-05
xfs: fold xfs_mount-alloc() into xfs_init_fs_context()
Ian Kent
1
-30
/
+19
2019-11-05
xfs: move xfs_fc_parse_param() above xfs_fc_get_tree()
Ian Kent
1
-258
/
+259
2019-11-05
xfs: move xfs_fc_get_tree() above xfs_fc_reconfigure()
Ian Kent
1
-58
/
+58
2019-11-05
xfs: move xfs_fc_reconfigure() above xfs_fc_free()
Ian Kent
1
-162
/
+162
2019-11-05
xfs: switch to use the new mount-api
Ian Kent
1
-237
/
+176
2019-11-05
xfs: dont set sb in xfs_mount_alloc()
Ian Kent
1
-4
/
+3
2019-11-05
xfs: move xfs_parseargs() validation to a helper
Ian Kent
1
-51
/
+58
2019-11-05
xfs: refactor xfs_parseags()
Ian Kent
1
-136
/
+152
2019-11-05
xfs: avoid redundant checks when options is empty
Ian Kent
1
-2
/
+1
2019-11-05
xfs: refactor suffix_kstrtoint()
Ian Kent
1
-9
/
+29
2019-11-05
xfs: add xfs_remount_ro() helper
Ian Kent
1
-30
/
+43
2019-11-05
xfs: add xfs_remount_rw() helper
Ian Kent
1
-51
/
+64
2019-11-05
xfs: merge freeing of mp names and mp
Ian Kent
1
-8
/
+6
2019-11-05
xfs: use kmem functions for struct xfs_mount
Ian Kent
1
-3
/
+3
2019-11-05
xfs: dont use XFS_IS_QUOTA_RUNNING() for option check
Ian Kent
1
-3
/
+1
2019-11-05
xfs: use super s_id instead of struct xfs_mount m_fsname
Ian Kent
8
-31
/
+22
2019-11-05
xfs: remove unused struct xfs_mount field m_fsname_len
Ian Kent
2
-2
/
+0
2019-11-04
xfs: always log corruption errors
Darrick J. Wong
25
-45
/
+179
[next]