Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
703aa8e
test_kpartx: add cleanup action before running kpartx
mwilck Jan 28, 2026
726be43
test_kpartx: Use system kpartx for cleanup
mwilck Jan 28, 2026
3095f45
test_kpartx: hide dd output
mwilck Jan 28, 2026
49e31b9
test_kpartx: add function to debug current system state
mwilck Jan 28, 2026
34e155c
test_kpartx: run cleanly on systems using lvmdevices
mwilck Jan 28, 2026
987df13
test-kpartx: use more unusual VG and LV names
mwilck Jan 28, 2026
0dfaf14
test-kpartx: improve output for errors and cleanup
mwilck Jan 28, 2026
b74ff37
test-kpartx: support running from kpartx subdirectory
mwilck Jan 28, 2026
cc872fa
test-kpartx: fix shellcheck-reported problems
mwilck Jan 28, 2026
b19c35a
test-kpartx: make partition renaming test more robust
mwilck Jan 28, 2026
ecf07fe
test-kpartx: use "command -v" instead of "which"
mwilck Jan 28, 2026
d6e40b8
test-kpartx: use sleep for microsecond sleep
mwilck Jan 28, 2026
218e378
test-kpartx: also add trap for signals
mwilck Jan 29, 2026
3cd4d0f
test-kpartx: use sfdisk instead of parted
mwilck Jan 29, 2026
0405314
test-kpartx: improve step descriptions to ease debugging
mwilck Jan 29, 2026
4e89204
kpartx/Makefile: add test target to run test-kpartx
mwilck Jan 28, 2026
4aeefa9
kpartx/Makefile: enable debugging for test-kpartx
mwilck Jan 29, 2026
60183a1
Add github workflows (pre-0.15) on new orphan branch
mwilck Jul 10, 2026
12cfc14
Update NEWS.md
mwilck Feb 2, 2026
7386e6d
multipath-tools: add missing colon to the multipath output
xosevp Feb 16, 2026
e1d3597
libmultipath: Handle SCSI-2 style vpd page 0x83 descriptors
bmarzins Apr 13, 2026
0c147f9
multipathd: get_new_state: map PATH_TIMEOUT to PATH_DOWN
mwilck Mar 19, 2026
4346269
kpartx: Fix integer overflow in GPT size calculation
mwilck Jun 11, 2026
52272f1
kpartx: use mmap() to implement alloc_read_gpt_entries()
mwilck Jun 11, 2026
1356217
kpartx: dasd: avoid out-of-bounds write in read_dasd_pt()
mwilck Jun 11, 2026
542fc2b
kpartx: dasd: avoid infinite loop in read_dasd_pt
mwilck Jun 11, 2026
7146857
kpartx: dasd: double check blocksize bounds after reading it from disk
mwilck Jun 11, 2026
2cf0580
kpartx: dasd: avoid negative partition size
mwilck Jun 11, 2026
a3a7618
libmultipath: don't set hwhander for bio based devices
bmarzins Jun 15, 2026
a42ca16
multipath-tools: align ALUA state strings with kernel scsi_sysfs
xosevp May 31, 2026
d6e6a95
.clang-format: set Cpp11BracedListStyle: false
mwilck Jun 18, 2026
0812eb2
.clang-format: Add AllignArrayOfStructures
mwilck Mar 19, 2026
563167f
fixup "GitHub workflows: upload log files in case of failure"
mwilck May 7, 2026
f54738b
Update NEWS.md
mwilck Jul 6, 2026
0f79309
libmultipath: make sure sscanf sets a max field width for strings
bmarzins Jul 7, 2026
341be32
.clang-format: avoid reformatting comments
mwilck Jul 9, 2026
c0b1775
multipath-tools tests: fix code formatting in vpd.c
mwilck Jul 9, 2026
7caf8d2
Fix minor code formatting issues in latest commits
mwilck Jul 9, 2026
6ce83d0
Update NEWS.md
mwilck Jul 9, 2026
25b8926
Makefile: add 'test-outputs.tar' target
mwilck Mar 20, 2026
6020944
multipath-tools Makefile: collect core dumps in test-outputs.tar
mwilck Jun 24, 2026
d97c749
Makefile: include top-level Makefile in test-progs.tar
mwilck Mar 20, 2026
d89fe53
Merge branch 'workflows' into stable-0.13.y
mwilck Jul 10, 2026
327c28d
GitHub workflows: remove spelling action
mwilck Jun 18, 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
10b2c63
Merge branch 'workflows' into stable-0.13.y
mwilck Jul 10, 2026
881665c
libmultipath: bump version to 0.13.2
mwilck Jul 13, 2026
1c82795
libmultipath: iet prioritizer: obtain PATH_ID from udev
mwilck Jul 6, 2026
ab4dfc2
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
---
279 changes: 0 additions & 279 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