messages from 2024-08-22 22:56:10 to 2024-08-23 00:21:42 UTC [more...]
[PATCHBOMB 6.12] xfs: metadata directories and realtime groups
2024-08-23 0:21 UTC (99+ messages)
` [PATCHSET v4.0 01/10] xfs: various bug fixes for 6.11
` [PATCH 1/9] xfs: fix di_onlink checking for V1/V2 inodes
` [PATCH 2/9] xfs: fix folio dirtying for XFILE_ALLOC callers
` [PATCH 3/9] xfs: xfs_finobt_count_blocks() walks the wrong btree
` [PATCH 4/9] xfs: don't bother reporting blocks trimmed via FITRIM
` [PATCH 5/9] xfs: Fix the owner setting issue for rmap query in xfs fsmap
` [PATCH 6/9] xfs: use XFS_BUF_DADDR_NULL for daddrs in getfsmap code
` [PATCH 7/9] xfs: Fix missing interval for missing_owner in xfs fsmap
` [PATCH 8/9] xfs: take m_growlock when running growfsrt
` [PATCH 9/9] xfs: reset rootdir extent size hint after growfsrt
` [PATCHSET v31.0 02/10] xfs: atomic file content commits
` [PATCH 1/1] xfs: introduce new file range commit ioctls
` [PATCHSET v4.0 03/10] xfs: cleanups before adding metadata directories
` [PATCH 1/3] xfs: validate inumber in xfs_iget
` [PATCH 2/3] xfs: match on the global RT inode numbers in xfs_is_metadata_inode
` [PATCH 3/3] xfs: pass the icreate args object to xfs_dialloc
` [PATCHSET v4.0 04/10] xfs: metadata inode directories
` [PATCH 01/26] xfs: define the on-disk format for the metadir feature
` [PATCH 02/26] xfs: refactor loading quota inodes in the regular case
` [PATCH 03/26] xfs: iget for metadata inodes
` [PATCH 04/26] xfs: load metadata directory root at mount time
` [PATCH 05/26] xfs: enforce metadata inode flag
` [PATCH 06/26] xfs: read and write metadata inode directory tree
` [PATCH 07/26] xfs: disable the agi rotor for metadata inodes
` [PATCH 08/26] xfs: hide metadata inodes from everyone because they are special
` [PATCH 09/26] xfs: advertise metadata directory feature
` [PATCH 10/26] xfs: allow bulkstat to return metadata directories
` [PATCH 11/26] xfs: don't count metadata directory files to quota
` [PATCH 12/26] xfs: mark quota inodes as metadata files
` [PATCH 13/26] xfs: adjust xfs_bmap_add_attrfork for metadir
` [PATCH 14/26] xfs: record health problems with the metadata directory
` [PATCH 15/26] xfs: refactor directory tree root predicates
` [PATCH 16/26] xfs: do not count metadata directory files when doing online quotacheck
` [PATCH 17/26] xfs: don't fail repairs on metadata files with no attr fork
` [PATCH 18/26] xfs: metadata files can have xattrs if metadir is enabled
` [PATCH 19/26] xfs: adjust parent pointer scrubber for sb-rooted metadata files
` [PATCH 20/26] xfs: fix di_metatype field of inodes that won't load
` [PATCH 21/26] xfs: scrub metadata directories
` [PATCH 22/26] xfs: check the metadata directory inumber in superblocks
` [PATCH 23/26] xfs: move repair temporary files to the metadata directory tree
` [PATCH 24/26] xfs: check metadata directory file path connectivity
` [PATCH 25/26] xfs: confirm dotdot target before replacing it during a repair
` [PATCH 26/26] xfs: repair metadata directory file path connectivity
` [PATCHSET v4.0 05/10] xfs: clean up the rtbitmap code
` [PATCH 01/12] xfs: remove xfs_validate_rtextents
` [PATCH 02/12] xfs: factor out a xfs_validate_rt_geometry helper
` [PATCH 03/12] xfs: make the RT rsum_cache mandatory
` [PATCH 04/12] xfs: remove the limit argument to xfs_rtfind_back
` [PATCH 05/12] xfs: assert a valid limit in xfs_rtfind_forw
` [PATCH 06/12] xfs: add bounds checking to xfs_rt{bitmap,summary}_read_buf
` [PATCH 07/12] xfs: cleanup the calling convention for xfs_rtpick_extent
` [PATCH 08/12] xfs: push the calls to xfs_rtallocate_range out to xfs_bmap_rtalloc
` [PATCH 09/12] xfs: factor out a xfs_growfs_rt_bmblock helper
` [PATCH 10/12] xfs: factor out a xfs_last_rt_bmblock helper
` [PATCH 11/12] xfs: factor out rtbitmap/summary initialization helpers
` [PATCH 12/12] xfs: push transaction join out of xfs_rtbitmap_lock and xfs_rtgroup_lock
` [PATCHSET v4.0 06/10] xfs: fixes and cleanups for the realtime allocator
` [PATCH 01/10] xfs: use the recalculated transaction reservation in xfs_growfs_rt_bmblock
` [PATCH 02/10] xfs: ensure rtx mask/shift are correct after growfs
` [PATCH 03/10] xfs: don't return too-short extents from xfs_rtallocate_extent_block
` [PATCH 04/10] xfs: don't scan off the end of the rt volume in xfs_rtallocate_extent_block
` [PATCH 05/10] xfs: refactor aligning bestlen to prod
` [PATCH 06/10] xfs: clean up xfs_rtallocate_extent_exact a bit
` [PATCH 07/10] xfs: reduce excessive clamping of maxlen in xfs_rtallocate_extent_near
` [PATCH 08/10] xfs: fix broken variable-sized allocation detection in xfs_rtallocate_extent_block
` [PATCH 09/10] xfs: remove xfs_rtb_to_rtxrem
` [PATCH 10/10] xfs: simplify xfs_rtalloc_query_range
` [PATCHSET v4.0 07/10] xfs: create incore rt allocation groups
` [PATCH 01/24] xfs: clean up the ISVALID macro in xfs_bmap_adjacent
` [PATCH 02/24] xfs: factor out a xfs_rtallocate helper
` [PATCH 03/24] xfs: rework the rtalloc fallback handling
` [PATCH 04/24] xfs: factor out a xfs_rtallocate_align helper
` [PATCH 05/24] xfs: make the rtalloc start hint a xfs_rtblock_t
` [PATCH 06/24] xfs: add xchk_setup_nothing and xchk_nothing helpers
` [PATCH 07/24] xfs: remove xfs_{rtbitmap,rtsummary}_wordcount
` [PATCH 08/24] xfs: replace m_rsumsize with m_rsumblocks
` [PATCH 09/24] xfs: rearrange xfs_fsmap.c a little bit
` [PATCH 10/24] xfs: move xfs_ioc_getfsmap out of xfs_ioctl.c
` [PATCH 11/24] xfs: create incore realtime group structures
` [PATCH 12/24] xfs: define locking primitives for realtime groups
` [PATCH 13/24] xfs: add a lockdep class key for rtgroup inodes
` [PATCH 14/24] xfs: support caching rtgroup metadata inodes
` [PATCH 15/24] xfs: add rtgroup-based realtime scrubbing context management
` [PATCH 16/24] xfs: move RT bitmap and summary information to the rtgroup
` [PATCH 17/24] xfs: remove XFS_ILOCK_RT*
` [PATCH 18/24] xfs: calculate RT bitmap and summary blocks based on sb_rextents
` [PATCH 19/24] xfs: factor out a xfs_growfs_rt_alloc_fake_mount helper
` [PATCH 20/24] xfs: use xfs_growfs_rt_alloc_fake_mount in xfs_growfs_rt_alloc_blocks
` [PATCH 21/24] xfs: factor out a xfs_growfs_check_rtgeom helper
` [PATCH 22/24] xfs: refactor xfs_rtbitmap_blockcount
` [PATCH 23/24] xfs: refactor xfs_rtsummary_blockcount
` [PATCH 24/24] xfs: make RT extent numbers relative to the rtgroup
` [PATCHSET v4.0 08/10] xfs: preparation for realtime allocation groups
` [PATCH 1/1] iomap: add a merge boundary flag
` [PATCHSET v4.0 09/10] xfs: shard the realtime section
` [PATCH 01/26] xfs: define the format of rt groups
` [PATCH 02/26] xfs: check the realtime superblock at mount time
` [PATCHSET v4.0 10/10] xfs: store quota files in the metadir
[PATCH] scripts/coccinelle: New range.cocci
2024-08-23 0:20 UTC (5+ messages)
DAMON Beer/Coffee/Tea chat reminder and extending for office hour
2024-08-23 0:21 UTC (2+ messages)
` DAMON Beer/Coffee/Tea chat reminder (was: Re: DAMON Beer/Coffee/Tea chat reminder and extending for office hour)
[PATCH 0/7] Preemption support for A7XX
2024-08-23 0:19 UTC (11+ messages)
` [PATCH 4/7] drm/msm/A6xx: Implement preemption for A7XX targets
` [PATCH 6/7] drm/msm/A6XX: Add a flag to allow preemption to submitqueue_create
[PATCH v3] Documentation: KUnit: Update filename best practices
2024-08-23 0:18 UTC (3+ messages)
[PATCH] x86/cpu_entry_area: Annotate percpu_setup_exception_stacks() as __init
2024-08-23 0:18 UTC
[PATCH net V5 0/3] Fixes for IPsec over bonding
2024-08-23 0:17 UTC (8+ messages)
` [PATCH net V5 3/3] bonding: change ipsec_lock from spin lock to mutex
[PATCH 0/2] drm/virtio: introduce the HOST_PAGE_SIZE feature
2024-08-23 0:17 UTC (10+ messages)
[PATCH 0/1] DC Patches August 22, 2024
2024-08-23 0:14 UTC (2+ messages)
` [PATCH 1/1] drm/amdgpu/display: SPDX copyright for spl_os_types.h
[PATCH V3] Squashfs: Ensure all readahead pages have been used
2024-08-22 23:31 UTC
[bpf-next v8 1/2] bpf: Add bpf_copy_from_user_str kfunc
2024-08-23 0:15 UTC (3+ messages)
` [bpf-next v8 2/2] bpf: Add tests for "
[PATCH RFC v2 1/6] fs: add i_state helpers
2024-08-23 0:14 UTC (2+ messages)
[PATCH] leds: gpio: Set num_leds after allocation
2024-08-23 0:14 UTC (4+ messages)
[PATCH] driver core: Fix an uninitialized variable is used by __device_attach()
2024-08-23 0:14 UTC (3+ messages)
[PATCH] x86/syscall: Avoid memcpy() for ia32 syscall_get_arguments()
2024-08-23 0:12 UTC (3+ messages)
[PATCH] x86/resctrl: Annotate __get_mem_config_intel() as __init
2024-08-23 0:12 UTC
[PATCH v4 net-next] tcp: avoid reusing FIN_WAIT2 when trying to find port in connect() process
2024-08-23 0:11 UTC
[PATCH net-next 00/12] Unmask upper DSCP bits - part 1
2024-08-23 0:10 UTC (2+ messages)
[PATCH v2 0/2] Staging: rtl8192e: Fix some code style issues
2024-08-23 0:08 UTC (3+ messages)
` [PATCH v2 1/2] Staging: rtl8192e: Fix parenthesis alignment
` [PATCH v2 2/2] Staging: rtl8192e: Remove unnecessary blank line
[PATCH RFC v2 1/6] fs: add i_state helpers
2024-08-23 0:08 UTC (2+ messages)
[PATCH] soc: fsl: qbman: Remove redundant warnings
2024-08-22 23:39 UTC (3+ messages)
Issue with kernel 6.8.0-40-generic?
2024-08-23 0:06 UTC (6+ messages)
[RESEND PATCH] cred: separate the refcount from frequently read fields
2024-08-23 0:05 UTC (2+ messages)
[PATCH] string: Check for "nonstring" attribute on strscpy() arguments
2024-08-23 0:05 UTC (4+ messages)
[PATCH] ARM: imx: Annotate imx7d_enet_init() as __init
2024-08-23 0:05 UTC
[PATCH linux-next v3 00/14] Split crash out from kexec and clean up related config items
2024-08-23 0:04 UTC (8+ messages)
` [PATCH linux-next v3 05/14] crash: clean up kdump "
[PATCH] tests/amd_queue_reset: add ability to skip subtest
2024-08-23 0:04 UTC
[BUG] tracing: dynamic ftrace selftest detected failures
2024-08-23 0:04 UTC (12+ messages)
[PATCH -next] KVM: SVM: Remove unnecessary GFP_KERNEL_ACCOUNT in svm_set_nested_state()
2024-08-23 0:03 UTC (2+ messages)
[GIT PULL] xfs-documentation: updates for 6.10
2024-08-23 0:00 UTC
[syzbot] [erofs?] INFO: task hung in z_erofs_runqueue
2024-08-23 0:00 UTC (2+ messages)
[PATCH v9 net-next 0/3] Enhance network interface feature testing
2024-08-23 0:00 UTC (2+ messages)
[PATCH net-next] net: atlantic: Avoid warning about potential string truncation
2024-08-23 0:00 UTC (2+ messages)
[syzbot] [ext4?] [ocfs2?] kernel BUG in jbd2_cleanup_journal_tail
2024-08-23 0:00 UTC
[PATCH 0/2] media: venus: hfi_cmds: struct hfi_session_release_buffer_pkt
2024-08-23 0:00 UTC (2+ messages)
[PATCH] virt: vbox: struct vmmdev_hgcm_pagelist: Replace 1-element array with flexible array
2024-08-22 23:58 UTC (2+ messages)
[PATCH v2 16/19] gendwarfksyms: Add support for reserved structure fields
2024-08-22 23:53 UTC (11+ messages)
[GIT PULL] Kbuild fixes for v6.11-rc5
2024-08-22 23:52 UTC (2+ messages)
[GIT PULL] Networking for v6.11-rc5
2024-08-22 23:52 UTC (2+ messages)
[PATCH] arm64: Allow packing uncompressed images into distro packages
2024-08-22 23:51 UTC (2+ messages)
[PATCH v3] ctime.3: EXAMPLES: Add example program
2024-08-22 23:49 UTC
[PATCH v2 0/4] linux-user/flatload: Take mmap_lock in load_flt_binary()
2024-08-22 23:48 UTC (2+ messages)
[GIT PULL FOR v6.12] Miscellaneous small fixes for Renesas DRM drivers
2024-08-22 23:44 UTC
[PATCH v2 0/1] Add support for EU stall sampling
2024-08-22 23:41 UTC (3+ messages)
` [PATCH v2 1/1] drm/xe/eustall: "
[PATCH 11/31] wifi: mwifiex: use priv index as bss_num
2024-08-22 23:38 UTC (2+ messages)
[PATCH bpf-next v2 0/8] libbpf, selftests/bpf: Support cross-endian usage
2024-08-22 23:36 UTC (5+ messages)
` [PATCH bpf-next v2 1/8] libbpf: Improve log message formatting
` [PATCH bpf-next v2 4/8] libbpf: Support BTF.ext loading and output in either endianness
[PATCH net-next v2 0/9][pull request] idpf: XDP chapter II: convert Tx completion to libeth
2024-08-22 23:35 UTC (10+ messages)
` [PATCH net-next v2 1/9] unroll: add generic loop unroll helpers
` [PATCH net-next v2 2/9] libeth: add common queue stats
[PATCH 0/2] Fix the UFS driver hibernation code
2024-08-22 23:34 UTC (3+ messages)
` [PATCH 2/2] scsi: ufs: core: Fix the code for entering hibernation
[PATCH 0/7] drm/i915/display: conversion to struct intel_display
2024-08-22 23:33 UTC (2+ messages)
` ✗ CI.FULL: failure for "
[PATCH net-next v4 0/2] net: dsa: microchip: Add KSZ8895/KSZ8864 switch support
2024-08-22 23:33 UTC (7+ messages)
` [PATCH net-next v4 2/2] "
[ANNOUNCE] QEMU 9.1.0-rc3 is now available
2024-08-22 23:25 UTC
[PATCH v2 0/2] KVM: SEV: Add support for the ALLOWED_SEV_FEATURES feature
2024-08-22 23:31 UTC (3+ messages)
` [PATCH v2 2/2] KVM: SEV: Configure "ALLOWED_SEV_FEATURES" VMCB Field
[PATCH net-next v4 0/6] netdev_features: start cleaning netdev_features_t up
2024-08-22 23:31 UTC (7+ messages)
` [PATCH net-next v4 2/6] netdev_features: remove unused __UNUSED_NETIF_F_1
[PATCH v2 1/1] RDMA/iwcm: Fix WARNING:at_kernel/workqueue.c:#check_flush_dependency
2024-08-22 23:30 UTC (2+ messages)
[PATCH] drm/xe/lnl: Drop force_probe requirement
2024-08-22 23:28 UTC (5+ messages)
` ✓ CI.Build: success for "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "
[RFC PATCH] x86/cpufeature: Add feature dependency checks
2024-08-22 23:27 UTC (2+ messages)
[PATCH 00/12] linux-yocto: v6.6 updates
2024-08-22 23:25 UTC (5+ messages)
` [PATCH 02/12] linux-yocto/6.6: update CVE exclusions (6.6.24)
` [OE-core] "
[PATCH v7 0/4] io-pgtable-arm + drm/msm: Extend iova fault debugging
2024-08-22 23:15 UTC (4+ messages)
` [PATCH v7 4/4] drm/msm: Extend gpu devcore dumps with pgtbl info
[PATCH v3] slab: Introduce kmalloc_obj() and family
2024-08-22 23:13 UTC
[PATCH v2 00/10] KVM: x86: Fix ICR handling when x2AVIC is active
2024-08-22 23:10 UTC (7+ messages)
` [PATCH v2 03/10] KVM: x86: Re-split x2APIC ICR into ICR+ICR2 for AMD (x2AVIC)
[Intel-wired-lan] [PATCH][next] idpf: make read-only arrays tx_itr and rx_itr static const
2024-08-22 21:34 UTC
[RFC] ethdev: jump to table support
2024-08-22 23:09 UTC (2+ messages)
dm-integrity and write reordering
2024-08-22 23:09 UTC (4+ messages)
[RFC/PATCH] perf/x86: Relax privilege filter restriction on AMD IBS
2024-08-22 23:08 UTC
[PATCH v6 bpf-next 00/10] Harden and extend ELF build ID parsing logic
2024-08-22 23:07 UTC (5+ messages)
` [PATCH v6 bpf-next 10/10] selftests/bpf: add build ID tests
[PATCH 0/9] xen/bitops: hweight() cleanup/improvements
2024-08-22 23:06 UTC (10+ messages)
` [PATCH 1/9] xen/bitops: Reinstate the please tidy message
` [PATCH 2/9] xen/bitops: Introduce a multiple_bits_set() helper
` [PATCH 3/9] xen/bitops: Convert 'hweight(x) > 1' to new multiple_bits_set()
` [PATCH 4/9] xen/bitops: Drop the remnants of hweight{8,16}()
` [PATCH 5/9] xen/bitops: Introduce generic_hweightl() and hweightl()
` [PATCH 6/9] xen/bitops: Drop hweight_long() and use hweightl()
` [PATCH 7/9] xen/bitops: Implement hweight64() in terms of hweightl()
` [PATCH 8/9] xen/bitops: Implement hweight32() "
` [PATCH 9/9] x86/bitops: Use the POPCNT instruction when available
[PATCH net-next v1 1/1] net: ethernet: ti: am65-cpsw-nuss: Replace of_node_to_fwnode() with more suitable API
2024-08-22 23:05 UTC
[PATCH V2] Squashfs: Ensure all readahead pages have been used
2024-08-22 22:58 UTC
[BUG almost bisected] Splat in dequeue_rt_stack() and build error
2024-08-22 23:01 UTC (2+ messages)
[PATCH v1 1/1] pinctrl: renesas: rzg2l: Replace of_node_to_fwnode() with more suitable API
2024-08-22 23:01 UTC
[PATCH] btrfs: run delayed iputs when flushing delalloc
2024-08-22 23:00 UTC (2+ messages)
[PATCH v1 1/1] gpio: visconti: Replace of_node_to_fwnode() with more suitable API
2024-08-22 22:58 UTC
[PATCH v1 1/1] gpio: uniphier: Replace of_node_to_fwnode() with more suitable API
2024-08-22 22:56 UTC
[PATCH v3 00/12] net: introduce TX H/W shaping API
2024-08-22 22:56 UTC (14+ messages)
` [PATCH v3 03/12] net-shapers: implement NL get operation
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.