index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-19
xfs: open code sb verifier feature checks
Dave Chinner
3
-65
/
+81
2021-08-19
xfs: convert xfs_fs_geometry to use mount feature checks
Dave Chinner
4
-25
/
+27
2021-08-19
xfs: replace XFS_FORCED_SHUTDOWN with xfs_is_shutdown
Dave Chinner
29
-90
/
+90
2021-08-19
xfs: convert remaining mount flags to state flags
Dave Chinner
18
-83
/
+82
2021-08-19
xfs: convert mount flags to features
Dave Chinner
23
-179
/
+152
2021-08-19
xfs: consolidate mount option features in m_features
Dave Chinner
1
-0
/
+44
2021-08-19
xfs: replace xfs_sb_version checks with feature flag checks
Dave Chinner
75
-267
/
+267
2021-08-19
xfs: reflect sb features in xfs_mount
Dave Chinner
7
-1
/
+149
2021-08-19
xfs: rework attr2 feature and mount options
Dave Chinner
3
-33
/
+17
2021-08-19
xfs: rename xfs_has_attr()
Dave Chinner
2
-5
/
+3
2021-08-19
xfs: sb verifier doesn't handle uncached sb buffer
Dave Chinner
2
-2
/
+7
2021-08-19
xfs: start documenting common units and tags used in tracepoints
Darrick J. Wong
2
-0
/
+39
2021-08-19
xfs: decode scrub flags in ftrace output
Darrick J. Wong
1
-2
/
+12
2021-08-19
xfs: standardize inode generation formatting in ftrace output
Darrick J. Wong
2
-2
/
+2
2021-08-19
xfs: standardize remaining xfs_buf length tracepoints
Darrick J. Wong
1
-12
/
+12
2021-08-19
xfs: resolve fork names in trace output
Darrick J. Wong
3
-11
/
+16
2021-08-19
xfs: rename i_disk_size fields in ftrace output
Darrick J. Wong
1
-8
/
+6
2021-08-19
xfs: disambiguate units for ftrace fields tagged "count"
Darrick J. Wong
1
-6
/
+6
2021-08-19
xfs: disambiguate units for ftrace fields tagged "len"
Darrick J. Wong
2
-35
/
+39
2021-08-19
xfs: disambiguate units for ftrace fields tagged "offset"
Darrick J. Wong
2
-18
/
+17
2021-08-19
xfs: disambiguate units for ftrace fields tagged "blkno", "block", or "bno"
Darrick J. Wong
1
-13
/
+13
2021-08-19
xfs: standardize daddr formatting in ftrace output
Darrick J. Wong
1
-4
/
+4
2021-08-19
xfs: standardize rmap owner number formatting in ftrace output
Darrick J. Wong
2
-6
/
+6
2021-08-19
xfs: standardize AG block number formatting in ftrace output
Darrick J. Wong
2
-35
/
+35
2021-08-19
xfs: standardize AG number formatting in ftrace output
Darrick J. Wong
2
-53
/
+53
2021-08-19
xfs: standardize inode number formatting in ftrace output
Darrick J. Wong
2
-15
/
+21
2021-08-19
xfs: fix incorrect unit conversion in scrub tracepoint
Darrick J. Wong
1
-12
/
+4
2021-08-19
xfs: remove support for untagged lookups in xfs_icwalk*
Christoph Hellwig
1
-39
/
+8
2021-08-19
xfs: constify btree function parameters that are not modified
Darrick J. Wong
2
-44
/
+47
2021-08-19
xfs: make the start pointer passed to btree update_lastrec functions const
Darrick J. Wong
2
-9
/
+9
2021-08-19
xfs: make the start pointer passed to btree alloc_block functions const
Darrick J. Wong
7
-34
/
+34
2021-08-19
xfs: make the pointer passed to btree set_root functions const
Darrick J. Wong
6
-19
/
+19
2021-08-19
xfs: mark the record passed into xchk_btree functions as const
Darrick J. Wong
8
-9
/
+10
2021-08-19
xfs: make the keys and records passed to btree inorder functions const
Darrick J. Wong
6
-40
/
+40
2021-08-19
xfs: mark the record passed into btree init_key functions as const
Darrick J. Wong
7
-33
/
+33
2021-08-19
xfs: make the record pointer passed to query_range functions const
Darrick J. Wong
20
-59
/
+63
2021-08-19
xfs: make the key parameters to all btree query range functions const
Darrick J. Wong
6
-14
/
+16
2021-08-19
xfs: make the key parameters to all btree key comparison functions const
Darrick J. Wong
6
-50
/
+50
2021-08-19
xfs: add trace point for fs shutdown
Darrick J. Wong
5
-0
/
+49
2021-08-19
xfs: remove unnecessary agno variable from struct xchk_ag
Darrick J. Wong
6
-30
/
+31
2021-08-19
xfs: make fsmap backend function key parameters const
Darrick J. Wong
1
-17
/
+13
2021-08-19
xfs: fix off-by-one error when the last rt extent is in use
Darrick J. Wong
1
-5
/
+15
2021-08-19
xfs: make xfs_rtalloc_query_range input parameters const
Darrick J. Wong
2
-11
/
+10
2021-08-19
xfs: drop ->writepage completely
Dave Chinner
1
-17
/
+0
2021-08-16
xfs: move the CIL workqueue to the CIL
Dave Chinner
4
-18
/
+19
2021-08-16
xfs: CIL work is serialised, not pipelined
Dave Chinner
3
-40
/
+48
2021-08-16
xfs: AIL needs asynchronous CIL forcing
Dave Chinner
8
-29
/
+91
2021-08-16
xfs: order CIL checkpoint start records
Dave Chinner
3
-13
/
+58
2021-08-16
xfs: attach iclog callbacks in xlog_cil_set_ctx_write_state()
Dave Chinner
3
-74
/
+70
2021-08-16
xfs: factor out log write ordering from xlog_cil_push_work()
Dave Chinner
1
-36
/
+51
[next]