All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-30 00:20:14 to 2024-07-30 00:55:05 UTC [more...]

[PATCHSET v30.9 03/23] xfsprogs: atomic file updates
 2024-07-30  0:55 UTC  (6+ messages)
` [PATCH 01/12] man: document the exchange-range ioctl
` [PATCH 02/12] man: document XFS_FSOP_GEOM_FLAGS_EXCHRANGE
` [PATCH 03/12] libhandle: add support for bulkstat v5
` [PATCH 04/12] libfrog: add support for exchange range ioctl family
` [PATCH 05/12] xfs_db: advertise exchange-range in the version command

[PATCH 0/3] Fix kallsyms with CONFIG_LTO_CLANG
 2024-07-30  0:54 UTC  (3+ messages)
` [PATCH 1/3] kallsyms: Do not cleanup .llvm.<hash> suffix before sorting symbols
` [PATCH 2/3] kallsyms: Add APIs to match symbol without .llmv.<hash> suffix

[PATCHSET 02/23] libxfs: sync with 6.10
 2024-07-30  0:53 UTC  (116+ messages)
` [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
` [PATCH 055/115] xfs: add parent pointer support to attribute code
` [PATCH 056/115] xfs: define parent pointer ondisk extended attribute format
` [PATCH 057/115] xfs: allow xattr matching on name and value for parent pointers
` [PATCH 058/115] xfs: create attr log item opcodes and formats "
` [PATCH 059/115] xfs: record inode generation in xattr update log intent items
` [PATCH 060/115] xfs: add parent pointer validator functions
` [PATCH 061/115] xfs: extend transaction reservations for parent attributes
` [PATCH 062/115] xfs: create a hashname function for parent pointers
` [PATCH 063/115] xfs: parent pointer attribute creation
` [PATCH 064/115] xfs: add parent attributes to link
` [PATCH 065/115] xfs: add parent attributes to symlink
` [PATCH 066/115] xfs: remove parent pointers in unlink
` [PATCH 067/115] xfs: Add parent pointers to rename
` [PATCH 068/115] xfs: don't return XFS_ATTR_PARENT attributes via listxattr
` [PATCH 069/115] xfs: pass the attr value to put_listent when possible
` [PATCH 070/115] xfs: split out handle management helpers a bit
` [PATCH 071/115] xfs: add parent pointer ioctls
` [PATCH 072/115] xfs: don't remove the attr fork when parent pointers are enabled
` [PATCH 073/115] xfs: add a incompat feature bit for parent pointers
` [PATCH 074/115] xfs: fix unit conversion error in xfs_log_calc_max_attrsetm_res
` [PATCH 075/115] xfs: drop compatibility minimum log size computations for reflink
` [PATCH 076/115] xfs: enable parent pointers
` [PATCH 077/115] xfs: check dirents have "
` [PATCH 078/115] xfs: remove some boilerplate from xfs_attr_set
` [PATCH 079/115] xfs: make the reserved block permission flag explicit in xfs_attr_set
` [PATCH 080/115] xfs: add raw parent pointer apis to support repair
` [PATCH 081/115] xfs: remove pointless unlocked assertion
` [PATCH 082/115] xfs: split xfs_bmap_add_attrfork into two pieces
` [PATCH 083/115] xfs: actually rebuild the parent pointer xattrs
` [PATCH 084/115] xfs: teach online scrub to find directory tree structure problems
` [PATCH 085/115] xfs: report directory tree corruption in the health information
` [PATCH 086/115] xfs: introduce vectored scrub mode
` [PATCH 087/115] xfs: factor out a xfs_dir_lookup_args helper
` [PATCH 088/115] xfs: factor out a xfs_dir_createname_args helper
` [PATCH 089/115] xfs: factor out a xfs_dir_removename_args helper
` [PATCH 090/115] xfs: factor out a xfs_dir_replace_args helper
` [PATCH 091/115] xfs: refactor dir format helpers
` [PATCH 092/115] xfs: make the seq argument to xfs_bmapi_convert_delalloc() optional
` [PATCH 093/115] xfs: make xfs_bmapi_convert_delalloc() to allocate the target offset
` [PATCH 094/115] xfs: fix error returns from xfs_bmapi_write
` [PATCH 095/115] xfs: remove the unusued tmp_logflags variable in xfs_bmapi_allocate
` [PATCH 096/115] xfs: lift a xfs_valid_startblock into xfs_bmapi_allocate
` [PATCH 097/115] xfs: don't open code XFS_FILBLKS_MIN in xfs_bmapi_write
` [PATCH 098/115] xfs: pass the actual offset and len to allocate to xfs_bmapi_allocate
` [PATCH 099/115] xfs: remove the xfs_iext_peek_prev_extent call in xfs_bmapi_allocate
` [PATCH 100/115] xfs: fix xfs_bmap_add_extent_delay_real for partial conversions
` [PATCH 101/115] xfs: do not allocate the entire delalloc extent in xfs_bmapi_write
` [PATCH 102/115] xfs: use unsigned ints for non-negative quantities in xfs_attr_remote.c
` [PATCH 103/115] xfs: turn XFS_ATTR3_RMT_BUF_SPACE into a function
` [PATCH 104/115] xfs: create a helper to compute the blockcount of a max sized remote value
` [PATCH 105/115] xfs: minor cleanups of xfs_attr3_rmt_blocks
` [PATCH 106/115] xfs: xfs_quota_unreserve_blkres can't fail
` [PATCH 107/115] xfs: simplify iext overflow checking and upgrade
` [PATCH 108/115] xfs: Stop using __maybe_unused in xfs_alloc.c
` [PATCH 109/115] xfs: fix xfs_init_attr_trans not handling explicit operation codes
` [PATCH 110/115] xfs: allow symlinks with short remote targets
` [PATCH 111/115] xfs: Add cond_resched to block unmap range and reflink remap path
` [PATCH 112/115] xfs: make sure sb_fdblocks is non-negative
` [PATCH 113/115] xfs: restrict when we try to align cow fork delalloc to cowextsz hints
` [PATCH 114/115] xfs: allow unlinked symlinks and dirs with zero size
` [PATCH 115/115] xfs: fix direction in XFS_IOC_EXCHANGE_RANGE

[PATCH] media: platform: xilinx: use for_each_endpoint_of_node()
 2024-07-30  0:35 UTC 

ZSTD compression-level when CONFIG_MODULE_COMPRESS_ZSTD=y
 2024-07-30  0:50 UTC  (5+ messages)

[PATCH] KVM: X86: Remove unnecessary GFP_KERNEL_ACCOUNT for temporary variables
 2024-07-30  0:51 UTC  (5+ messages)

[PATCH v2] drm/i915: Fix possible int overflow in skl_ddi_calculate_wrpll()
 2024-07-30  0:50 UTC  (2+ messages)
` ✗ CI.FULL: failure for drm/i915: Fix possible int overflow in skl_ddi_calculate_wrpll() (rev2)

[PATCH] gpu: drm: replace of_graph_get_next_endpoint()
 2024-07-30  0:34 UTC 

[hch-xfs:xfs-per-rtg-bitmap 8/15] fs/xfs/xfs_rtalloc.h:72:47: error: expected identifier in macro parameter list
 2024-07-30  0:48 UTC 

[ovmf test] 187047: all pass - PUSHED
 2024-07-30  0:45 UTC 

[PATCH 0/2] nfsd: fix handling of error from unshare_fs_struct()
 2024-07-30  0:43 UTC  (3+ messages)

[PATCH] x86/alternatives: Make FineIBT mode Kconfig selectable
 2024-07-30  0:41 UTC  (3+ messages)

[tip:irq/core 23/30] drivers/irqchip/irq-armada-370-xp.c:263:44: error: 'd' undeclared
 2024-07-30  0:37 UTC 

[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] "

[PATCHSET 01/23] libxfs: fixes for 6.9
 2024-07-30  0:23 UTC  (6+ messages)
` [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

[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

[PATCHBOMB v2] xfsprogs: catch us up to 6.10
 2024-07-30  0:22 UTC  (10+ messages)
` [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 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


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.