messages from 2024-07-29 23:19:08 to 2024-07-30 00:37:52 UTC [more...]
[PATCHBOMB v2] xfsprogs: catch us up to 6.10
2024-07-30 0:37 UTC (83+ messages)
` [PATCHSET 01/23] libxfs: fixes for 6.9
` [PATCH 1/5] [PATCH v3] Remove support for split-/usr installs
` [PATCH 2/5] repair: btree blocks are never on the RT subvolume
` [PATCH 3/5] xfile: fix missing error unlock in xfile_fcb_find
` [PATCH 4/5] xfs_repair: don't leak the rootdir inode when orphanage already exists
` [PATCH 5/5] xfs_repair: don't crash on -vv
` [PATCHSET 02/23] libxfs: sync with 6.10
` [PATCH 001/115] xfs: pass xfs_buf lookup flags to xfs_*read_agi
` [PATCH 002/115] xfs: constify xfs_bmap_is_written_extent
` [PATCH 003/115] xfs: introduce new file range exchange ioctl
` [PATCH 004/115] xfs: create a incompat flag for atomic file mapping exchanges
` [PATCH 005/115] xfs: introduce a file mapping exchange log intent item
` [PATCH 006/115] xfs: create deferred log items for file mapping exchanges
` [PATCH 007/115] xfs: add error injection to test file mapping exchange recovery
` [PATCH 008/115] xfs: condense extended attributes after a mapping exchange operation
` [PATCH 009/115] xfs: condense directories "
` [PATCH 010/115] xfs: condense symbolic links "
` [PATCH 011/115] xfs: make file range exchange support realtime files
` [PATCH 012/115] xfs: capture inode generation numbers in the ondisk exchmaps log item
` [PATCH 013/115] xfs: enable logged file mapping exchange feature
` [PATCH 014/115] xfs: add an explicit owner field to xfs_da_args
` [PATCH 015/115] xfs: use the xfs_da_args owner field to set new dir/attr block owner
` [PATCH 016/115] xfs: validate attr leaf buffer owners
` [PATCH 017/115] xfs: validate attr remote value "
` [PATCH 018/115] xfs: validate dabtree node "
` [PATCH 019/115] xfs: validate directory leaf "
` [PATCH 020/115] xfs: validate explicit directory data "
` [PATCH 021/115] xfs: validate explicit directory block "
` [PATCH 022/115] xfs: validate explicit directory free block owners
` [PATCH 023/115] xfs: use atomic extent swapping to fix user file fork data
` [PATCH 024/115] xfs: repair extended attributes
` [PATCH 025/115] xfs: expose xfs_bmap_local_to_extents for online repair
` [PATCH 026/115] xfs: pass the owner to xfs_symlink_write_target
` [PATCH 027/115] xfs: check unused nlink fields in the ondisk inode
` [PATCH 028/115] xfs: try to avoid allocating from sick inode clusters
` [PATCH 029/115] xfs: pin inodes that would otherwise overflow link count
` [PATCH 030/115] xfs: Increase XFS_DEFER_OPS_NR_INODES to 5
` [PATCH 031/115] xfs: make XFS_TRANS_LOWMODE match the other XFS_TRANS_ definitions
` [PATCH 032/115] xfs: refactor realtime inode locking
` [PATCH 033/115] xfs: free RT extents after updating the bmap btree
` [PATCH 034/115] xfs: move RT inode locking out of __xfs_bunmapi
` [PATCH 035/115] xfs: split xfs_mod_freecounter
` [PATCH 036/115] xfs: reinstate RT support in xfs_bmapi_reserve_delalloc
` [PATCH 037/115] xfs: cleanup fdblock/frextent accounting in xfs_bmap_del_extent_delay
` [PATCH 038/115] xfs: support RT inodes in xfs_mod_delalloc
` [PATCH 039/115] xfs: rework splitting of indirect block reservations
` [PATCH 040/115] xfs: stop the steal (of data blocks for RT indirect blocks)
` [PATCH 041/115] xfs: remove XFS_DA_OP_REMOVE
` [PATCH 042/115] xfs: remove XFS_DA_OP_NOTIME
` [PATCH 043/115] xfs: remove xfs_da_args.attr_flags
` [PATCH 044/115] xfs: make attr removal an explicit operation
` [PATCH 045/115] xfs: rearrange xfs_da_args a bit to use less space
` [PATCH 046/115] xfs: attr fork iext must be loaded before calling xfs_attr_is_leaf
` [PATCH 047/115] xfs: fix missing check for invalid attr flags
` [PATCH 048/115] xfs: restructure xfs_attr_complete_op a bit
` [PATCH 049/115] xfs: use helpers to extract xattr op from opflags
` [PATCH 050/115] xfs: enforce one namespace per attribute
` [PATCH 051/115] xfs: rearrange xfs_attr_match parameters
` [PATCH 052/115] xfs: check the flags earlier in xfs_attr_match
` [PATCH 053/115] xfs: move xfs_attr_defer_add to xfs_attr_item.c
` [PATCH 054/115] xfs: create a separate hashname function for extended attributes
` [PATCHSET v30.9 03/23] xfsprogs: atomic file updates
` [PATCHSET v30.9 04/23] xfsprogs: set and validate dir/attr block owners
` [PATCHSET v30.9 05/23] xfsprogs: inode-related repair fixes
` [PATCHSET v30.9 06/23] xfs_scrub: fixes to the repair code
` [PATCHSET v30.9 07/23] xfs_scrub: improve warnings about difficult repairs
` [PATCHSET v30.9 08/23] xfs_scrub: track data dependencies for repairs
` [PATCHSET v30.9 09/23] xfs_scrub: use scrub_item to track check progress
` [PATCHSET v30.9 10/23] xfs_scrub: improve scheduling of repair items
` [PATCHSET v30.9 11/23] xfs_scrub: detect deceptive filename extensions
` [PATCHSET v30.9 12/23] xfs_scrub: move fstrim to a separate phase
` [PATCHSET v30.9 13/23] xfs_scrub: use free space histograms to reduce fstrim runtime
` [PATCHSET v30.9 14/23] xfs_scrub: tighten security of systemd services
` [PATCHSET v30.9 15/23] xfs_scrub_all: automatic media scan service
` [PATCHSET v30.9 16/23] xfs_scrub_all: improve systemd handling
` [PATCHSET v13.8 17/23] xfsprogs: improve extended attribute validation
` [PATCHSET v13.8 18/23] xfsprogs: Parent Pointers
` [PATCHSET v13.8 19/23] xfsprogs: scrubbing for parent pointers
` [PATCHSET v13.8 20/23] xfsprogs: offline repair "
` [PATCHSET v13.8 21/23] xfsprogs: detect and correct directory tree problems
` [PATCHSET v30.9 22/23] xfs_scrub: vectorize kernel calls
` [PATCHSET v30.9 23/23] xfs_repair: fixes for kernel 6.10
[PATCH v8 RESEND 0/3] riscv: sophgo: add dmamux support for Sophgo CV1800/SG2000 SoCs
2024-07-30 0:35 UTC (9+ messages)
` [PATCH v8 RESEND 1/3] dt-bindings: dmaengine: Add dma multiplexer for CV18XX/SG200X series SoC
[PATCH] staging: media: atmel: use for_each_endpoint_of_node()
2024-07-30 0:35 UTC
[RFC PATCH net-next v6 00/14] virtio/vsock: support datagrams
2024-07-30 0:35 UTC (4+ messages)
` [RFC PATCH net-next v6 09/14] virtio/vsock: add common datagram recv path
[PATCH] media: platform: ti: use for_each_endpoint_of_node()
2024-07-30 0:35 UTC
[PATCH] media: platform: microchip: use for_each_endpoint_of_node()
2024-07-30 0:34 UTC
[PATCH] gpu: drm: use for_each_endpoint_of_node()
2024-07-30 0:34 UTC
[PATCH 01/15] include: asm-generic: Remove duplicate newlines
2024-07-30 0:33 UTC (2+ messages)
[PATCH net v2] net/tcp: Disable TCP-AO static key after RCU grace period
2024-07-30 0:33 UTC (2+ messages)
[tip:x86/fpu] BUILD SUCCESS ba386777a30b38dabcc7fb8a89ec2869a09915f7
2024-07-30 0:30 UTC
[PATCH net-next] ipv6: eliminate ndisc_ops_is_useropt()
2024-07-30 0:30 UTC
[geert-renesas-devel:renesas-dts-for-v6.12] BUILD SUCCESS 1200525fbc958a045e71e986ee7542739542d767
2024-07-30 0:29 UTC
[PATCH v5 00/10] riscv: add initial support for SpacemiT K1
2024-07-30 0:28 UTC (22+ messages)
` [PATCH v5 01/10] dt-bindings: vendor-prefixes: add spacemit
` [PATCH v5 02/10] dt-bindings: riscv: Add SpacemiT X60 compatibles
` [PATCH v5 03/10] dt-bindings: riscv: add SpacemiT K1 bindings
` [PATCH v5 04/10] dt-bindings: timer: Add SpacemiT K1 CLINT
` [PATCH v5 05/10] dt-bindings: interrupt-controller: Add SpacemiT K1 PLIC
` [PATCH v5 06/10] dt-bindings: serial: 8250: Add SpacemiT K1 uart compatible
` [PATCH v5 07/10] riscv: add SpacemiT SoC family Kconfig support
` [PATCH v5 08/10] riscv: dts: add initial SpacemiT K1 SoC device tree
` [PATCH v5 09/10] riscv: dts: spacemit: add Banana Pi BPI-F3 board "
` [PATCH v5 10/10] riscv: defconfig: enable SpacemiT SoC
[sailus-media-tree:fixes] BUILD SUCCESS 4ec859e2bd779bf3c12f40691f6fff59c8de6378
2024-07-30 0:29 UTC
[PATCH v2 0/2] fuse: add timeout option for requests
2024-07-30 0:23 UTC (3+ messages)
` [PATCH v2 1/2] fuse: add optional kernel-enforced timeout "
` [PATCH v2 2/2] fuse: add default_request_timeout and max_request_timeout sysctls
[PATCH bpf-next v3 0/6] monitor network traffic for flaky test cases
2024-07-30 0:27 UTC (7+ messages)
` [PATCH bpf-next v3 1/6] selftests/bpf: Add traffic monitor functions
` [PATCH bpf-next v3 2/6] selftests/bpf: Add the traffic monitor option to test_progs
` [PATCH bpf-next v3 3/6] selftests/bpf: netns_new() and netns_free() helpers
` [PATCH bpf-next v3 4/6] selftests/bpf: Monitor traffic for tc_redirect
` [PATCH bpf-next v3 5/6] selftests/bpf: Monitor traffic for sockmap_listen
` [PATCH bpf-next v3 6/6] selftests/bpf: Monitor traffic for select_reuseport
[PATCH net v2] ipv6: fix ndisc_is_useropt() handling for PIO
2024-07-30 0:27 UTC (2+ messages)
How to update kirkstone cmake version
2024-07-30 0:23 UTC (3+ messages)
` [yocto] "
[PATCH i-g-t v2 00/10] Add per-client engine utilization tests
2024-07-30 0:23 UTC (5+ messages)
` [PATCH i-g-t v2 03/10] tests/intel/xe_drm_fdinfo: Add helper to read utilization for all classes
Update glib-2.0 from 2.7 to 2.8
2024-07-30 0:22 UTC (3+ messages)
` [yocto] "
[PATCH v2 0/2] clk: add assigned-clock-rates-u64
2024-07-30 0:22 UTC (3+ messages)
` [PATCH v2 2/2] clk: clk-conf: support assigned-clock-rates-u64
[PATCH 1/2] [v2] drm/nouveau: retain device pointer in nvkm_gsp_mem object
2024-07-30 0:21 UTC (3+ messages)
` [PATCH 2/2] [v6] drm/nouveau: expose GSP-RM logging buffers via debugfs
[RFC PATCH v9 00/11] bpf qdisc
2024-07-30 0:20 UTC (5+ messages)
` [RFC PATCH v9 07/11] bpf: net_sched: Allow more optional operators in Qdisc_ops
[PATCH v2 i-g-t] tests/xe_gt_freq: Avoid RPe usage in subtests
2024-07-30 0:17 UTC
[PATCH v2] xhci: dbc: fix handling ClearFeature Halt requests
2024-07-30 0:17 UTC (3+ messages)
CVE-2024-35918: randomize_kstack: Improve entropy diffusion
2024-07-30 0:15 UTC (7+ messages)
[PATCH v3 i-g-t 0/6] benchmarks/gem_wsim: Extend engine selection syntax
2024-07-30 0:13 UTC (2+ messages)
` ✗ CI.xeFULL: failure for benchmarks/gem_wsim: Extend engine selection syntax (rev3)
[PATCH] driver core: Don't log intentional skip of device link creation as error
2024-07-30 0:08 UTC (5+ messages)
How to contribute in meta-lts-mixins layer?
2024-07-30 0:07 UTC (3+ messages)
` [OE-core] "
[PATCH 0/2] improving dynamic zswap shrinker protection scheme
2024-07-30 0:07 UTC (5+ messages)
` [PATCH 1/2] zswap: implement a second chance algorithm for dynamic zswap shrinker
[PATCH net-next v2] Add support for PIO p flag
2024-07-30 0:06 UTC (2+ messages)
[hch-xfs:xfs-per-rtg-bitmap 8/15] fs/xfs/xfs_rtalloc.h:72:47: error: expected parameter name, found ")"
2024-07-30 0:05 UTC
[jj-apparmor:apparmor-next 4/4] security/apparmor/af_unix.c:604:3: error: call to undeclared function 'unix_state_lock_nested'; ISO C99 and later do not support implicit function declarations
2024-07-30 0:05 UTC
(no subject)
2024-07-30 0:04 UTC (3+ messages)
`
[meta-security][PATCH] ima-policy: Fix S=UNPACKDIR
2024-07-30 0:02 UTC
[PATCH] tracing: Use refcount for trace_event_file reference counter
2024-07-30 0:02 UTC (4+ messages)
[PATCH v5 0/8] drm/xe/guc: Improve quality and robustness of GuC log dumping
2024-07-30 0:00 UTC (8+ messages)
` ✓ CI.Patch_applied: success for drm/xe/guc: Improve quality and robustness of GuC log dumping (rev3)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✗ CI.checksparse: warning "
` ✓ CI.BAT: success "
[geert-renesas-devel:renesas-arm-defconfig-for-v6.12] BUILD SUCCESS 4200161c564da91eefe8eeea1151a537290319c7
2024-07-29 23:58 UTC
[PATCH v3 2/2] PCI: qcom: Avoid DBI and ATU register space mirror to BAR/MMIO region
2024-07-29 23:57 UTC (2+ messages)
linux-next: build warnings after merge of the origin tree
2024-07-29 23:57 UTC (3+ messages)
[PATCH v11 0/7] Preparatory changes for Proxy Execution v11
2024-07-29 23:54 UTC (5+ messages)
` [PATCH v11 7/7] sched: Split scheduler and execution contexts
posix_fallocate behavior in glibc
2024-07-29 23:53 UTC (5+ messages)
[f2fs-dev] [PATCH] inject.f2fs: fix some build errors
2024-07-29 23:50 UTC (3+ messages)
Linux 6.11-rc1
2024-07-29 23:47 UTC (6+ messages)
[PATCH v2] btrfs-progs: simplify mkfs_main cleanup
2024-07-29 23:47 UTC (2+ messages)
[PATCH] x86/sev: Fix __reserved field in sev_config
2024-07-29 23:45 UTC (3+ messages)
[opencloudos:next 7865/7897] kernel/cgroup/sli.c:642:15: sparse: sparse: symbol 'get_cgroup_from_task_id' was not declared. Should it be static?
2024-07-29 23:45 UTC
[PATCH v3 1/3] iio: light: ltr390: Add configurable gain and resolution
2024-07-29 23:45 UTC (2+ messages)
[PATCH v1 1/7] thermal/core: Encapsulate more handle_thermal_trip
2024-07-29 23:45 UTC (2+ messages)
[PATCH v2] tests/intel/xe_exec_store: Modify test for Priority Mem Read feature
2024-07-29 23:42 UTC (3+ messages)
` ✗ Fi.CI.BAT: failure for tests/intel/xe_exec_store: Modify test for Priority Mem Read feature (rev2)
[PATCH] btrfs-progs: cmd/qgroup: fix memory leak for clear-stale subcommand
2024-07-29 23:40 UTC
[PATCH net-next 0/9] net: dsa: vsc73xx: fix MDIO bus access and PHY operations
2024-07-29 23:39 UTC (3+ messages)
` [PATCH net-next 9/9] net: phy: vitesse: implement downshift in vsc73xx phys
[PATCH 0/5] thermal: qcom-spmi-temp-alarm: add support for new TEMP_ALARM subtypes
2024-07-29 23:39 UTC (5+ messages)
` [PATCH 4/5] thermal: qcom-spmi-temp-alarm: add support for GEN2 rev 2 PMIC peripherals
` [PATCH 5/5] thermal: qcom-spmi-temp-alarm: add support for LITE "
[PATCH net] ipv6: fix ndisc_is_useropt() handling for PIO
2024-07-29 23:38 UTC
[PATCH v4 00/15] arm64: Support for running as a guest in Arm CCA
2024-07-29 23:37 UTC (3+ messages)
` [PATCH v4 03/15] arm64: Detect if in a realm and set RIPAS RAM
[PATCH] icu: Backport patch to fix build issues with long paths (>512 chars)
2024-07-29 23:34 UTC (2+ messages)
` Patchtest results for "
+ mm-consolidate-common-checks-in-hugetlb_mmap_check_and_align.patch added to mm-unstable branch
2024-07-29 23:31 UTC
+ arch-s390-clean-up-hugetlb-definitions.patch added to mm-unstable branch
2024-07-29 23:31 UTC
+ mm-drop-hugetlb_get_unmapped_area_-functions.patch added to mm-unstable branch
2024-07-29 23:31 UTC
+ mm-make-hugetlb-mappings-go-through-mm_get_unmapped_area_vmflags.patch added to mm-unstable branch
2024-07-29 23:31 UTC
+ arch-powerpc-teach-book3s64-arch_get_unmapped_area_topdown-to-handle-hugetlb-mappings.patch added to mm-unstable branch
2024-07-29 23:31 UTC
+ arch-sparc-teach-arch_get_unmapped_area_topdown-to-handle-hugetlb-mappings.patch added to mm-unstable branch
2024-07-29 23:31 UTC
+ arch-x86-teach-arch_get_unmapped_area_vmflags-to-handle-hugetlb-mappings.patch added to mm-unstable branch
2024-07-29 23:31 UTC
+ arch-s390-teach-arch_get_unmapped_area_topdown-to-handle-hugetlb-mappings.patch added to mm-unstable branch
2024-07-29 23:31 UTC
+ mm-mmap-teach-generic_get_unmapped_area_topdown-to-handle-hugetlb-mappings.patch added to mm-unstable branch
2024-07-29 23:31 UTC
[PATCH v2 0/8] minmax: reduce compilation time
2024-07-29 23:21 UTC (9+ messages)
` [PATCH v2 1/8] minmax: Put all the clamp() definitions together
Crash on booth with 6.10
2024-07-29 23:11 UTC
[tip:x86/misc] BUILD SUCCESS 59c34008d3bdeef4c8ebc0ed2426109b474334d4
2024-07-29 23:24 UTC
panel-simple-dp-aux: "DP AUX done_probing() can't defer" on MT8186 w/ Collabora kernel
2024-07-29 23:24 UTC (2+ messages)
[PATCH i-g-t 1/2] lib: Add u32 variants of igt_assert_{lt,lte}
2024-07-29 23:24 UTC (3+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [i-g-t,1/2] "
[PATCH nft 0/4] list hooks refactoring
2024-07-29 23:23 UTC (3+ messages)
` [PATCH nft 2/4] src: remove decnet support
[PATCH] clk: hisilicon: Remove unnecessary local variable
2024-07-29 23:23 UTC (2+ messages)
[PATCH] da8xx-cfgchip.c: replace of_node_put with __free improves cleanup
2024-07-29 23:19 UTC (2+ messages)
Testing if two open descriptors refer to the same inode
2024-07-29 23:19 UTC (9+ messages)
[PATCH v7 0/3] hwrng: add hwrng support for Rockchip RK3568
2024-07-29 23:18 UTC (7+ messages)
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.