messages from 2024-11-05 21:52:45 to 2024-11-05 22:25:52 UTC [more...]
[pci:pwrctl] BUILD SUCCESS 5fd784db3804d864370a666cccd30c9fa99630b6
2024-11-05 22:24 UTC
[PATCHBOMB 6.13 v5.5] xfs: metadata directories and realtime groups
2024-11-05 22:25 UTC (85+ messages)
` [PATCHSET v5.5 01/10] xfs: convert perag to use xarrays
` [PATCH 01/23] xfs: fix simplify extent lookup in xfs_can_free_eofblocks
` [PATCH 02/23] xfs: fix superfluous clearing of info->low in __xfs_getfsmap_datadev
` [PATCH 03/23] xfs: remove the unused pagb_count field in struct xfs_perag
` [PATCH 04/23] xfs: remove the unused pag_active_wq "
` [PATCH 05/23] xfs: pass a pag to xfs_difree_inode_chunk
` [PATCH 06/23] xfs: remove the agno argument to xfs_free_ag_extent
` [PATCH 07/23] xfs: add xfs_agbno_to_fsb and xfs_agbno_to_daddr helpers
` [PATCH 08/23] xfs: add a xfs_agino_to_ino helper
` [PATCH 09/23] xfs: pass a pag to xfs_extent_busy_{search,reuse}
` [PATCH 10/23] xfs: keep a reference to the pag for busy extents
` [PATCH 11/23] xfs: remove the mount field from struct xfs_busy_extents
` [PATCH 12/23] xfs: remove the unused trace_xfs_iwalk_ag trace point
` [PATCH 13/23] xfs: remove the unused xrep_bmap_walk_rmap "
` [PATCH 14/23] xfs: constify pag arguments to trace points
` [PATCH 15/23] xfs: pass a perag structure to the xfs_ag_resv_init_error trace point
` [PATCH 16/23] xfs: pass objects to the xfs_irec_merge_{pre,post} trace points
` [PATCH 17/23] xfs: pass the iunlink item to the xfs_iunlink_update_dinode trace point
` [PATCH 18/23] xfs: pass objects to the xrep_ibt_walk_rmap tracepoint
` [PATCH 19/23] xfs: pass the pag to the trace_xrep_calc_ag_resblks{,_btsize} trace points
` [PATCH 20/23] xfs: pass the pag to the xrep_newbt_extent_class tracepoints
` [PATCH 21/23] xfs: convert remaining trace points to pass pag structures
` [PATCH 22/23] xfs: split xfs_initialize_perag
` [PATCH 23/23] xfs: insert the pag structures into the xarray later
` [PATCHSET v5.5 02/10] xfs: create a generic allocation group structure
` [PATCH 01/16] xfs: factor out a xfs_iwalk_args helper
` [PATCH 02/16] xfs: factor out a generic xfs_group structure
` [PATCH 03/16] xfs: add a xfs_group_next_range helper
` [PATCH 04/16] xfs: switch perag iteration from the for_each macros to a while based iterator
` [PATCH 05/16] xfs: move metadata health tracking to the generic group structure
` [PATCH 06/16] xfs: mark xfs_perag_intent_{hold,rele} static
` [PATCH 07/16] xfs: move draining of deferred operations to the generic group structure
` [PATCH 08/16] xfs: move the online repair rmap hooks "
` [PATCH 09/16] xfs: return the busy generation from xfs_extent_busy_list_empty
` [PATCH 10/16] xfs: convert extent busy tracepoints to the generic group structure
` [PATCH 11/16] xfs: convert busy extent tracking "
` [PATCH 12/16] xfs: add a generic group pointer to the btree cursor
` [PATCH 13/16] xfs: store a generic xfs_group pointer in xfs_getfsmap_info
` [PATCH 14/16] xfs: add group based bno conversion helpers
` [PATCH 15/16] xfs: remove xfs_group_intent_hold and xfs_group_intent_rele
` [PATCH 16/16] xfs: store a generic group structure in the intents
` [PATCHSET v5.5 03/10] xfs: metadata inode directory trees
` [PATCH 01/28] xfs: constify the xfs_sb predicates
` [PATCH 02/28] xfs: constify the xfs_inode predicates
` [PATCH 03/28] xfs: rename metadata inode predicates
` [PATCH 04/28] xfs: standardize EXPERIMENTAL warning generation
` [PATCH 05/28] xfs: define the on-disk format for the metadir feature
` [PATCH 06/28] xfs: iget for metadata inodes
` [PATCH 07/28] xfs: load metadata directory root at mount time
` [PATCH 08/28] xfs: enforce metadata inode flag
` [PATCH 09/28] xfs: read and write metadata inode directory tree
` [PATCH 10/28] xfs: disable the agi rotor for metadata inodes
` [PATCH 11/28] xfs: hide metadata inodes from everyone because they are special
` [PATCH 12/28] xfs: advertise metadata directory feature
` [PATCH 13/28] xfs: allow bulkstat to return metadata directories
` [PATCH 14/28] xfs: don't count metadata directory files to quota
` [PATCH 15/28] xfs: mark quota inodes as metadata files
` [PATCH 16/28] xfs: adjust xfs_bmap_add_attrfork for metadir
` [PATCH 17/28] xfs: record health problems with the metadata directory
` [PATCH 18/28] xfs: refactor directory tree root predicates
` [PATCH 19/28] xfs: do not count metadata directory files when doing online quotacheck
` [PATCH 20/28] xfs: metadata files can have xattrs if metadir is enabled
` [PATCH 21/28] xfs: adjust parent pointer scrubber for sb-rooted metadata files
` [PATCH 22/28] xfs: fix di_metatype field of inodes that won't load
` [PATCH 23/28] xfs: scrub metadata directories
` [PATCH 24/28] xfs: check the metadata directory inumber in superblocks
` [PATCH 25/28] xfs: move repair temporary files to the metadata directory tree
` [PATCH 26/28] xfs: check metadata directory file path connectivity
` [PATCH 27/28] xfs: confirm dotdot target before replacing it during a repair
` [PATCH 28/28] xfs: repair metadata directory file path connectivity
` [PATCHSET v5.5 04/10] xfs: create incore rt allocation groups
` [PATCH 01/21] xfs: clean up xfs_getfsmap_helper arguments
` [PATCH 02/21] xfs: create incore realtime group structures
` [PATCH 03/21] xfs: define locking primitives for realtime groups
` [PATCH 04/21] xfs: add a lockdep class key for rtgroup inodes
` [PATCH 05/21] xfs: support caching rtgroup metadata inodes
` [PATCH 06/21] xfs: add rtgroup-based realtime scrubbing context management
` [PATCH 07/21] xfs: add a xfs_bmap_free_rtblocks helper
` [PATCHSET v5.5 05/10] xfs: preparation for realtime allocation groups
` [PATCHSET v5.5 06/10] xfs: shard the realtime section
` [PATCHSET v5.5 07/10] xfs: persist quota options with metadir
` [PATCHSET v5.5 08/10] xfs: enable quota for realtime volumes
` [PATCHSET v5.5 09/10] xfs: enable metadir
` [PATCHSET v5.5 10/10] xfs: improve ondisk structure checks
[PATCH 00/19] hw/microblaze: Allow running cross-endian vCPUs
2024-11-05 22:24 UTC (7+ messages)
` [PATCH 07/19] hw/microblaze: Restrict MemoryRegionOps are implemented as 32-bit
` [PATCH 08/19] hw/microblaze: Propagate CPU endianness to microblaze_load_kernel()
` [PATCH 09/19] hw/intc/xilinx_intc: Only expect big-endian accesses
[PATCH net-next 00/15][pull request] Intel Wired LAN Driver Updates 2024-11-05 (ice, ixgbe, igc. igb, igbvf, e1000)
2024-11-05 22:23 UTC (16+ messages)
` [PATCH net-next 01/15] ice: Add E830 checksum offload support
` [PATCH net-next 02/15] ice: rework of dump serdes equalizer values feature
` [PATCH net-next 03/15] ice: extend "
` [PATCH net-next 04/15] ice: refactor "last" segment of DDP pkg
` [PATCH net-next 05/15] ice: support optional flags in signature segment header
` [PATCH net-next 06/15] ice: Add support for persistent NAPI config
` [PATCH net-next 07/15] ice: only allow Tx promiscuous for multicast
` [PATCH net-next 08/15] ice: initialize pf->supported_rxdids immediately after loading DDP
` [PATCH net-next 09/15] ice: use stack variable for virtchnl_supported_rxdids
` [PATCH net-next 10/15] ice: Unbind the workqueue
` [PATCH net-next 11/15] ixgbe: Break include dependency cycle
` [PATCH net-next 12/15] igc: remove autoneg parameter from igc_mac_info
` [PATCH net-next 13/15] igb: Fix 2 typos in comments in igb_main.c
` [PATCH net-next 14/15] igbvf: remove unused spinlock
` [PATCH net-next 15/15] e1000: Hold RTNL when e1000_down can be called
[PATCH v12 00/13] net: tcp: improve tcp support in legacy stack
2024-11-05 22:23 UTC (10+ messages)
[PATCHv2] wifi: ath9k: return by of_get_mac_address
2024-11-05 22:23 UTC (3+ messages)
[PATCHv3] wifi: ath9k: return by of_get_mac_address
2024-11-05 22:23 UTC
[PATCH] arm/virt: Extract common code to wire GICC<->vCPU IRQs for reuse
2024-11-05 22:20 UTC (4+ messages)
[PATCH] board: rpi: Change from CONFIG_ARM64 to CONFIG_PHYS_64BIT
2024-11-05 22:19 UTC
[PATCH] hw/arm/virt: Move common vCPU properties in a function
2024-11-05 22:17 UTC (4+ messages)
[Intel-wired-lan] [PATCH iwl-net 0/2] ixgbe: fix incompatibility with Mailbox API v1.5
2024-11-05 21:53 UTC (4+ messages)
` [Intel-wired-lan] [PATCH iwl-net 2/2] ixgbe: downgrade logging of unsupported VF API version to debug
` [Intel-wired-lan] [External] : "
Bug? in b4 shazam when reading from local mailbox
2024-11-05 22:14 UTC
[PATCH net] Fix u32's systematic failure to free IDR entries for hnodes
2024-11-05 22:14 UTC (6+ messages)
[PATCH] imx9: Improve boot device auto-selection
2024-11-05 22:10 UTC (9+ messages)
[frank-w-bpi-r2-4.14:6.10-main 6/50] arch/arm64/boot/dts/mediatek/mt7988a.dtsi:1011.23-1032.5: Warning (unit_address_vs_reg): /soc/tphy@11c50000: node has a unit name, but no reg or ranges property
2024-11-05 22:12 UTC
[PATCH] dt-bindings: PCI: snps,dw-pcie: Drop "#interrupt-cells" from example
2024-11-05 22:12 UTC (2+ messages)
[PATCH] boot: image-board: Mismatch a type between variable and return value
2024-11-05 22:11 UTC
[Buildroot] [PATCH 1/1] package/libspdm: fix build due to missing macro definition
2024-11-05 22:11 UTC (2+ messages)
[PATCH bpf] selftests/bpf: Use -4095 as the bad address for bits iterator
2024-11-05 22:10 UTC (4+ messages)
[RFC PATCH 0/7] x86/kexec: Add exception handling for relocate_kernel
2024-11-05 22:08 UTC (10+ messages)
` [RFC PATCH 6/7] x86/kexec: Debugging support: Dump registers on exception
[PATCH v3 0/2] nfsd: allow the use of multiple backchannel slots
2024-11-05 22:08 UTC (3+ messages)
[PATCH] asyncrpc: timeout attempting to create a TCP connection
2024-11-05 22:06 UTC (2+ messages)
` [bitbake-devel] "
[PATCH next] lsm: Fix signedness bug in selinux_secid_to_secctx()
2024-11-05 22:05 UTC (2+ messages)
[PATCH v2] m68k: use kernel's generic muldi3 libgcc function
2024-11-05 22:04 UTC (3+ messages)
[PATCH] smack: fix the smack_lsmprop_to_secctx() kdoc
2024-11-05 22:04 UTC (3+ messages)
[PATCH v2] drm/xe/guc: Fix missing init value and add register order check
2024-11-05 22:04 UTC (4+ messages)
[PATCH sched_ext/for-6.13 1/2] sched_ext: Avoid live-locking bypass mode switching
2024-11-05 22:03 UTC (2+ messages)
[PATCH] drm/i915/xe3lpd: Update HDCP rekying bit
2024-11-05 22:03 UTC (2+ messages)
` ✗ CI.FULL: failure for "
[iptables PATCH 1/3] ebtables: Clone extensions before modifying them
2024-11-05 22:03 UTC (2+ messages)
[conntrack-tools PATCH] src: Eliminate warnings with -Wcalloc-transposed-args
2024-11-05 22:01 UTC (2+ messages)
[conntrack-tools PATCH] conntrack: Fix for ENOENT in mnl_nfct_delete_cb()
2024-11-05 22:01 UTC (2+ messages)
[PATCH v6 00/11] Combine the two UFS driver scsi_add_host() calls
2024-11-05 22:01 UTC (7+ messages)
` [PATCH v6 11/11] scsi: ufs: core: Move code out of an if-statement
[PATCH] bios_emulator: for non-x86, print warnings if PM_{inp, outp}* access is attempted
2024-11-05 21:30 UTC
blog post on fio write zeroes performance
2024-11-05 21:58 UTC (6+ messages)
[PATCH v4 0/6] Support SEV firmware hotloading
2024-11-05 21:58 UTC (3+ messages)
` [PATCH v4 4/6] crypto: ccp: Add DOWNLOAD_FIRMWARE_EX support
[Buildroot] [PATCH 1/3] package/kodi-inputstream-adaptive: bump version to 21.5.6-Omega
2024-11-05 21:57 UTC (3+ messages)
` [Buildroot] [PATCH 2/3] package/kodi-pvr-iptvsimple: bump version to 22.4.0-Omega
` [Buildroot] [PATCH 3/3] package/kodi-pvr-vuplus: bump version to 21.3.0-Omega
[PATCH v1 0/4] Fix a bug in VGIC ITS tables' save/restore
2024-11-05 21:58 UTC (4+ messages)
[PATCH] bitbake.conf: Enable ipv6/acl/xattr for nativesdk
2024-11-05 21:57 UTC
[PATCH 1/2] python3-cython: remove obsolete SETUPTOOLS_INSTALL_ARGS
2024-11-05 21:56 UTC (2+ messages)
` [PATCH 2/2] python3-setuptols: do parallel builds
[PATCH] drm/xe: Take job list lock in xe_sched_first_pending_job
2024-11-05 21:56 UTC (3+ messages)
[PATCH v2 00/35] x86/bugs: Attack vector controls
2024-11-05 21:54 UTC (36+ messages)
` [PATCH v2 01/35] x86/bugs: Add X86_BUG_SPECTRE_V2_USER
` [PATCH v2 02/35] x86/bugs: Relocate mds/taa/mmio/rfds defines
` [PATCH v2 03/35] x86/bugs: Add AUTO mitigations for mds/taa/mmio/rfds
` [PATCH v2 04/35] x86/bugs: Restructure mds mitigation
` [PATCH v2 05/35] x86/bugs: Restructure taa mitigation
` [PATCH v2 06/35] x86/bugs: Restructure mmio mitigation
` [PATCH v2 07/35] x86/bugs: Restructure rfds mitigation
` [PATCH v2 08/35] x86/bugs: Remove md_clear_*_mitigation()
` [PATCH v2 09/35] x86/bugs: Restructure srbds mitigation
` [PATCH v2 10/35] x86/bugs: Restructure gds mitigation
` [PATCH v2 11/35] x86/bugs: Restructure spectre_v1 mitigation
` [PATCH v2 12/35] x86/bugs: Restructure retbleed mitigation
` [PATCH v2 13/35] x86/bugs: Restructure spectre_v2_user mitigation
` [PATCH v2 14/35] x86/bugs: Restructure bhi mitigation
` [PATCH v2 15/35] x86/bugs: Restructure spectre_v2 mitigation
` [PATCH v2 16/35] x86/bugs: Restructure ssb mitigation
` [PATCH v2 17/35] x86/bugs: Restructure l1tf mitigation
` [PATCH v2 18/35] x86/bugs: Restructure srso mitigation
` [PATCH v2 19/35] Documentation/x86: Document the new attack vector controls
` [PATCH v2 20/35] x86/bugs: Define attack vectors
` [PATCH v2 21/35] x86/bugs: Determine relevant vulnerabilities based on attack vector controls
` [PATCH v2 22/35] x86/bugs: Add attack vector controls for mds
` [PATCH v2 23/35] x86/bugs: Add attack vector controls for taa
` [PATCH v2 24/35] x86/bugs: Add attack vector controls for mmio
` [PATCH v2 25/35] x86/bugs: Add attack vector controls for rfds
` [PATCH v2 26/35] x86/bugs: Add attack vector controls for srbds
` [PATCH v2 27/35] x86/bugs: Add attack vector controls for gds
` [PATCH v2 28/35] x86/bugs: Add attack vector controls for spectre_v1
` [PATCH v2 29/35] x86/bugs: Add attack vector controls for retbleed
` [PATCH v2 30/35] x86/bugs: Add attack vector controls for spectre_v2_user
` [PATCH v2 31/35] x86/bugs: Add attack vector controls for bhi
` [PATCH v2 32/35] x86/bugs: Add attack vector controls for spectre_v2
` [PATCH v2 33/35] x86/bugs: Add attack vector controls for l1tf
` [PATCH v2 34/35] x86/bugs: Add attack vector controls for srso
` [PATCH v2 35/35] x86/pti: Add attack vector controls for pti
[PATCH 00/11] rockchip: rk3288-miqi: Migrate to OF_UPSTREAM
2024-11-05 21:51 UTC (11+ messages)
` [PATCH 02/11] rockchip: rk3288-miqi: Remove unused work led node from xPL
` [PATCH 03/11] rockchip: rk3288-miqi: Set ethaddr env based on cpuid
` [PATCH 04/11] rockchip: rk3288-miqi: Use TPL with common bss and stack addresses
` [PATCH 05/11] rockchip: rk3288-miqi: Include required DT nodes in xPL
` [PATCH 06/11] rockchip: rk3288-miqi: Include sdmmc regulator in SPL
` [PATCH 07/11] rockchip: rk3288-miqi: Drop use of silent console and late boardinfo
` [PATCH 08/11] rockchip: rk3288-miqi: Drop USE_PREBOOT Kconfig option
` [PATCH 09/11] rockchip: rk3288-miqi: Migrate to OF_UPSTREAM
` [PATCH 10/11] rockchip: rk3288-miqi: Fix slow Ethernet initializion
` [PATCH 11/11] rockchip: rk3288-miqi: Change to use FIT
[PATCH] mux: constify mux class
2024-11-05 21:53 UTC (4+ messages)
[PATCH bpf-next v9 00/10] bpf: Support private stack for bpf progs
2024-11-05 21:52 UTC (7+ messages)
` [PATCH bpf-next v9 04/10] bpf: Check potential private stack recursion for progs with async callback
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.