messages from 2025-05-27 17:18:51 to 2025-07-28 00:18:05 UTC [more...]
[PATCH 00/40] remove vagrant and bootlinux shape up
2025-07-28 0:17 UTC (38+ messages)
` [PATCH 01/40] vagrant: remove entire vagrant configuration directory
` [PATCH 02/40] kconfigs: fix Kconfig references after vagrant removal
` [PATCH 03/40] scripts: remove Vagrant-specific scripts and Makefiles
` [PATCH 04/40] playbooks: remove Vagrant-specific playbooks and roles
` [PATCH 05/40] gitignore: remove Vagrant-specific ignore patterns
` [PATCH 06/40] docs: remove Vagrant-specific documentation files
` [PATCH 07/40] Remove all remaining Vagrant references from codebase
` [PATCH 08/40] AuthorDate: Fri Jul 25 14:23:00 2025 -0400
` [PATCH 09/40] ansible.cfg: Explicitly set the ssh user
` [PATCH 10/40] fstests: local NFS list
` [PATCH 11/40] terraform: Clean up the destroy tasks
` [PATCH 12/40] Switch to the cloud.terraform.terraform module
` [PATCH 13/40] terraform: Make use of the new "terraform_output" module
` [PATCH 14/40] terraform: Move "wait_for_connection" out of the terraform playbook
` [PATCH 15/40] terraform: Remove "delegate_to: localhost"
` [PATCH 16/40] terraform: Replace scripts/status_terraform.sh
` [PATCH 17/40] Kconfig: Convert the 9p option to a choice menu
` [PATCH 18/40] bootlinux: fix making 9p default if using libvirt
` [PATCH 22/40] bootlinux: Move 9p build tasks to a subrole
` [PATCH 23/40] bootlinux: fix missing make command when using 9P builds
` [PATCH 24/40] guestsfs: ensure linux directory exists
` [PATCH 25/40] bootlinux: Move tasks for building on target nodes to a subrole
` [PATCH 26/40] bootlinux: Clean up a grub set-up task
` [PATCH 27/40] bootlinux: Harden update-grub/install.yml
` [PATCH 28/40] bootlinux: fix grub_boot_number_cmd undefined error in update-grub
` [PATCH 29/40] bootlinux: fix kernel_release_file.stat "
` [PATCH 30/40] Add a guest/instance for building the test kernel
` [PATCH 31/40] bootlinux: Add a new builder choice
` [PATCH 32/40] workflows: Add a kconfig setting for installing kernels via package
` [PATCH 33/40] bootlinux: Enclose tasks to find kernel release name in a block:
` [PATCH 34/40] bootlinux: Pick up kernel release info for pre-built packages
` [PATCH 35/40] bootlinux: Install pre-built kernels from packages
` [PATCH 36/40] bootlinux: Add an option to build with clang instead of gcc
` [PATCH 37/40] Makefile: add make style for style checking
` [PATCH 38/40] CLAUDE.md: new workflow guide for hosts and nodes
` [PATCH 39/40] CLAUDE.md: add don't BS rules
` [PATCH 40/40] gen_nodes/gen_hosts: avoid usage of fs_config_path on task names
[PATCH 0/4] kdevops: add support for A/B testing
2025-07-27 0:06 UTC (13+ messages)
` [PATCH 1/4] Makefile: add make style for style checking
` [PATCH 2/4] CLAUDE.md: new workflow guide for hosts and nodes
` [PATCH 3/4] gen_nodes/gen_hosts: avoid usage of fs_config_path on task names
` [PATCH 4/4] bootlinux: add support for A/B kernel testing
[PATCH] workflows: add fio-tests performance tests
2025-07-26 3:40 UTC
[PATCH v5 00/12] Define Ansible inventory in the Ansible Configuration file
2025-07-25 14:03 UTC (19+ messages)
` [PATCH v5 01/12] playbooks: fix playbook name for all hosts plays
` [PATCH v5 02/12] playbooks: fix playbook name for localhost plays
` [PATCH v5 03/12] Makefile: use long form of limit argument for clarity
` [PATCH v5 04/12] Makefile: print target when debug
` [PATCH v5 05/12] .github/workflows/fstests.yml: enable make verbosity
` [PATCH v5 06/12] ansible_cfg: add inventory support
` [PATCH v5 07/12] gen_hosts: add service group to inventory templates
` [PATCH v5 08/12] gen_hosts: templates: include localhost in the all group
` [PATCH v5 09/12] Makefile: use inventory from ansible.cfg
` [PATCH v5 10/12] ansible_cfg: add support to change ansible.cfg file location
` [PATCH v5 11/12] docs: ansible_cfg: add documentation
` [PATCH v5 12/12] build.Makefile: fix verbosity of clean target
[PATCH 0/2] Align guest dependencies with their corresponding workflows
2025-07-25 13:45 UTC (10+ messages)
` [PATCH 1/2] kconfig: add workflow dependencies for SMBD and KRB5 services
` [PATCH 2/2] kconfig: add workflow dependencies for NFSD and iSCSI services
[PATCH] docs: declare kdevops a software 3.0 enabler
2025-07-23 20:03 UTC (5+ messages)
[PATCH] selftests: add support for VMA userspace tests
2025-07-22 1:19 UTC
[PATCH] mmtests: add support for Mel Gorman's mmtests
2025-07-22 1:03 UTC (3+ messages)
[PATCH 0/2] kdevops: extra scsi disk uses
2025-07-22 0:23 UTC (3+ messages)
` [PATCH 1/2] volume_group: add scsi disk support
` [PATCH 2/2] fstests: use the scsi disk drive when available
[PATCH] guestfs: add scsi extra storage option
2025-07-18 13:22 UTC (9+ messages)
[PATCH 0/4] steady-state: few fixes for steady state support
2025-07-18 4:05 UTC (5+ messages)
` [PATCH 1/4] steady-state: use extra sparse drives when on libvirt
` [PATCH 2/4] steady-state: fix identation on Makefile
` [PATCH 3/4] steady-state: remove extra menu
` [PATCH 4/4] steady-state: quite a bit of fixes
[RFC PATCH 1/2] ansible.cfg: Enable the Ansible debugger when a task fails
2025-07-16 18:47 UTC (6+ messages)
` [RFC PATCH 2/2] ansible.cfg: Explicitly set the ssh user
[PATCH v4 00/11] Define Ansible inventory in the Ansible Configuration file
2025-07-05 17:48 UTC (16+ messages)
` [PATCH v4 01/11] playbooks: fix playbook name for all hosts plays
` [PATCH v4 02/11] playbooks: fix playbook name for localhost plays
` [PATCH v4 03/11] Makefile: use long form of limit argument for clarity
` [PATCH v4 04/11] Makefile: print target when debug
` [PATCH v4 05/11] .github/workflows/fstests.yml: enable make verbosity
` [PATCH v4 06/11] ansible_cfg: add inventory support
` [PATCH v4 07/11] gen_hosts: templates: include localhost in the all group
` [PATCH v4 08/11] Makefile: use inventory from ansible.cfg
` [PATCH v4 09/11] ansible_cfg: add support to change ansible.cfg file location
` [PATCH v4 10/11] docs: ansible_cfg: add documentation
` [PATCH v4 11/11] build.Makefile: fix verbosity of clean target
[PATCH] Makefile: Add support for user makefile params
2025-07-04 19:58 UTC (3+ messages)
[PATCH V2] fstests/redhat: Install gcc-c++ package
2025-07-04 14:29 UTC (2+ messages)
[PATCH] devconfig/redhat: Install gcc-c++ package
2025-07-04 13:42 UTC (3+ messages)
[PATCH 00/10] Extend kdevops-ci to support more workflows
2025-06-26 19:10 UTC (21+ messages)
` [PATCH 01/10] .ci: blktests: add 1 section only targets
` [PATCH 02/10] defconfigs: add tmpfs support
` [PATCH 03/10] .ci: "
` [PATCH 04/10] defconfigs: blktests: add blktests_meta support
` [PATCH 05/10] gen_nodes: selftests: fix hosts names generation
` [PATCH 06/10] gen_hosts: "
` [PATCH 07/10] fstests: fix ansible range type error
` [PATCH 08/10] selftests: kmod: add timeout makefile parameter cli support
` [PATCH 09/10] fstests: tmpfs: expunges: testing
` [PATCH 10/10] workflows: add support to change kdevops repo in guests via cli
[PATCH 6.1 335/508] ext4: fix calculation of credits for extent tree modification
2025-06-23 13:06 UTC
[PATCH 5.15 228/411] ext4: fix calculation of credits for extent tree modification
2025-06-23 13:06 UTC
[PATCH 6.12 093/414] ext4: fix calculation of credits for extent tree modification
2025-06-23 13:03 UTC
[PATCH 5.10 185/355] ext4: fix calculation of credits for extent tree modification
2025-06-23 13:06 UTC
[PATCH 6.6 061/290] ext4: fix calculation of credits for extent tree modification
2025-06-23 13:05 UTC
[PATCH 5.4 113/222] ext4: fix calculation of credits for extent tree modification
2025-06-23 13:07 UTC
[PATCH 6.15 113/592] ext4: fix calculation of credits for extent tree modification
2025-06-23 13:01 UTC
Patch "ext4: fix calculation of credits for extent tree modification" has been added to the 5.10-stable tree
2025-06-20 9:03 UTC
Patch "ext4: fix calculation of credits for extent tree modification" has been added to the 5.4-stable tree
2025-06-20 9:02 UTC
Patch "ext4: fix calculation of credits for extent tree modification" has been added to the 5.15-stable tree
2025-06-20 9:02 UTC
Patch "ext4: fix calculation of credits for extent tree modification" has been added to the 6.1-stable tree
2025-06-20 8:59 UTC
Patch "ext4: fix calculation of credits for extent tree modification" has been added to the 6.6-stable tree
2025-06-20 8:56 UTC
Patch "ext4: fix calculation of credits for extent tree modification" has been added to the 6.12-stable tree
2025-06-20 8:56 UTC
Patch "ext4: fix calculation of credits for extent tree modification" has been added to the 6.15-stable tree
2025-06-20 8:56 UTC
[PATCH] generic/551: prevent OOM when running on tmpfs with low memory
2025-06-18 18:59 UTC (3+ messages)
Request for backport of 358de8b4f201 to LTS kernels
2025-06-17 20:24 UTC (4+ messages)
[PATCH v2 00/12] Convert bringup_guestfs to a single Ansible role
2025-06-04 17:02 UTC (16+ messages)
` [PATCH v2 01/12] guestfs: Replace scripts/destroy_guestfs.sh with an Ansible playbook
` [PATCH v2 02/12] Move the guestfs install-deps to the guestfs playbook
` [PATCH v2 03/12] guestfs: Do not use the config-check tag
` [PATCH v2 04/12] guestfs: Add a "bringup" tag to the guestfs role
` [PATCH v2 05/12] guestfs: Copy "network" tag steps to "
` [PATCH v2 06/12] guestfs: Move the QEMU_GROUP check
` [PATCH v2 07/12] Add a base-image role
` [PATCH v2 08/12] guestfs: Convert scripts/bringup_guestfs.sh to Ansible
` [PATCH v2 09/12] guestfs: Move console-related steps to guestfs role
` [PATCH v2 10/12] bringup_guestfs: Remove the role
` [PATCH v2 11/12] scripts: Remove the bringup_guestfs.sh script
` [PATCH v2 12/12] scripts: Remove the destroy_guestfs.sh script
xarray regression: XArray: Add extra debugging check to xas_lock and friends
2025-06-02 9:22 UTC (3+ messages)
[PATCH 6.14 030/783] fs/buffer: split locking for pagecache lookups
2025-05-30 16:46 UTC (4+ messages)
` [PATCH 6.14 034/783] fs/jbd2: use sleeping version of __find_get_block()
` [PATCH 6.14 035/783] fs/ext4: use sleeping version of sb_find_get_block()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox