Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
bc91465
multipath-tools: add missing colon to the multipath output
xosevp Feb 16, 2026
abc05fe
libmultipath: Handle SCSI-2 style vpd page 0x83 descriptors
bmarzins Apr 13, 2026
b603d3c
multipathd: get_new_state: map PATH_TIMEOUT to PATH_DOWN
mwilck Mar 19, 2026
bc180b6
kpartx: Fix integer overflow in GPT size calculation
mwilck Jun 11, 2026
5eeff68
kpartx: use mmap() to implement alloc_read_gpt_entries()
mwilck Jun 11, 2026
264b858
kpartx: dasd: avoid out-of-bounds write in read_dasd_pt()
mwilck Jun 11, 2026
fde0ad3
kpartx: dasd: avoid infinite loop in read_dasd_pt
mwilck Jun 11, 2026
e203956
kpartx: dasd: double check blocksize bounds after reading it from disk
mwilck Jun 11, 2026
50dda54
kpartx: dasd: avoid negative partition size
mwilck Jun 11, 2026
8347f8f
libmultipath: don't set hwhander for bio based devices
bmarzins Jun 15, 2026
9ea1136
multipath-tools: align ALUA state strings with kernel scsi_sysfs
xosevp May 31, 2026
123abdb
multipath-tools: remove explicit width from .TP macros in multipath.c…
xosevp Jun 16, 2026
3ccc0d3
multipath-tools: remove explicit widths from macros in the remaining …
xosevp Jun 16, 2026
c203553
multipath-tools: remove syntax check comments from man pages
xosevp Jun 16, 2026
f68e22c
multipath-tools: specify file paths using variables and add FILES sec…
xosevp Jun 16, 2026
17c469e
multipath-tools: clarify user_friendly_names prefix behavior in multi…
xosevp Jun 16, 2026
888e338
.clang-format: set Cpp11BracedListStyle: false
mwilck Jun 18, 2026
d6b3e27
.clang-format: Add AllignArrayOfStructures
mwilck Mar 19, 2026
60183a1
Add github workflows (pre-0.15) on new orphan branch
mwilck Jul 10, 2026
32ad33e
fixup "GitHub workflows: upload log files in case of failure"
mwilck May 7, 2026
20c88a7
Update NEWS.md
mwilck Jul 6, 2026
9c83980
libmultipath: make sure sscanf sets a max field width for strings
bmarzins Jul 7, 2026
32fa101
.clang-format: avoid reformatting comments
mwilck Jul 9, 2026
abdba3f
multipath-tools tests: fix code formatting in vpd.c
mwilck Jul 9, 2026
8661344
Fix minor code formatting issues in latest commits
mwilck Jul 9, 2026
c3de59d
Update NEWS.md
mwilck Jul 9, 2026
c4f2145
Makefile: add 'test-outputs.tar' target
mwilck Mar 20, 2026
f49ed0f
multipath-tools Makefile: collect core dumps in test-outputs.tar
mwilck Jun 24, 2026
9f32221
Makefile: include top-level Makefile in test-progs.tar
mwilck Mar 20, 2026
b420ed1
GitHub workflows: replace actions/checkout@v4 with @v7
mwilck Jul 10, 2026
0c76a54
GitHub workflows: replace setup-qemu-action@v2 with @v4
mwilck Jul 10, 2026
2a92d13
Add dependabot.yml for tracking github action updates
mwilck Jul 10, 2026
9dfa719
GitHub workflows [dependabot]: Bump actions/upload-artifact from 4 to 7
dependabot[bot] Jul 10, 2026
73be784
GitHub workflows [dependabot]: Bump actions/checkout from 4 to 7
dependabot[bot] Jul 10, 2026
5ad8ce7
GitHub workflows [dependabot]: Bump actions/download-artifact
dependabot[bot] Jul 10, 2026
7177fa0
GitHub workflows [dependabot]: Bump dawidd6/action-download-artifact
dependabot[bot] Jul 10, 2026
b12a1a7
Merge branch 'workflows' into stable-0.14.y
mwilck Jul 10, 2026
1e193a6
GitHub workflows: remove spelling action
mwilck Jun 18, 2026
6b70d3b
libmultipath: bump version to 0.14.4
mwilck Jul 10, 2026
0dd2897
libmultipath: iet prioritizer: obtain PATH_ID from udev
mwilck Jul 6, 2026
35166e7
Update NEWS.md
mwilck Jul 13, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ BreakBeforeBraces: Linux
BreakStringLiterals: false
AllowShortFunctionsOnASingleLine: Empty
AlignAfterOpenBracket: Align
AlignArrayOfStructures: Left
PointerAlignment: Right
ColumnLimit: 79
PenaltyBreakAssignment: 50
Expand All @@ -29,4 +30,6 @@ ForEachMacros:
- vector_foreach_slot
- vector_foreach_slot_backwards
- vector_foreach_slot_after
Cpp11BracedListStyle: false
ReflowComments: Never
---
278 changes: 0 additions & 278 deletions .github/actions/spelling/expect.txt

This file was deleted.

18 changes: 0 additions & 18 deletions .github/actions/spelling/only.txt

This file was deleted.

Loading
Loading