All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-04-15 23:20:09 to 2024-04-15 23:59:22 UTC [more...]

RTT-PROBE: lore-subspace-rtt
 2024-04-15 23:59 UTC 

[PATCHBOMB v30.3] xfs: online repair, part 1 is done
 2024-04-15 23:59 UTC  (100+ messages)
` [PATCHSET v30.3 01/16] xfs: improve log incompat feature handling
  ` [PATCH 1/5] xfs: pass xfs_buf lookup flags to xfs_*read_agi
  ` [PATCH 2/5] xfs: fix an AGI lock acquisition ordering problem in xrep_dinode_findmode
  ` [PATCH 3/5] xfs: fix potential AGI <-> ILOCK ABBA deadlock in xrep_dinode_findmode_walk_directory
  ` [PATCH 4/5] xfs: fix error bailout in xrep_abt_build_new_trees
  ` [PATCH 5/5] xfs: only clear log incompat flags at clean unmount
` [PATCHSET v30.3 02/16] xfs: refactorings for atomic file content exchanges
  ` [PATCH 1/7] xfs: move inode lease breaking functions to xfs_inode.c
  ` [PATCH 2/7] xfs: move xfs_iops.c declarations out of xfs_inode.h
  ` [PATCH 3/7] xfs: declare xfs_file.c symbols in xfs_file.h
  ` [PATCH 4/7] xfs: create a new helper to return a file's allocation unit
  ` [PATCH 5/7] xfs: hoist multi-fsb allocation unit detection to a helper
  ` [PATCH 6/7] xfs: refactor non-power-of-two alignment checks
  ` [PATCH 7/7] xfs: constify xfs_bmap_is_written_extent
` [PATCHSET v30.3 03/16] xfs: atomic file content exchanges
  ` [PATCH 01/15] vfs: export remap and write check helpers
  ` [PATCH 02/15] xfs: introduce new file range exchange ioctl
  ` [PATCH 03/15] xfs: create a incompat flag for atomic file mapping exchanges
  ` [PATCH 04/15] xfs: introduce a file mapping exchange log intent item
  ` [PATCH 05/15] xfs: create deferred log items for file mapping exchanges
  ` [PATCH 06/15] xfs: bind together the front and back ends of the file range exchange code
  ` [PATCH 07/15] xfs: add error injection to test file mapping exchange recovery
  ` [PATCH 08/15] xfs: condense extended attributes after a mapping exchange operation
  ` [PATCH 09/15] xfs: condense directories "
  ` [PATCH 10/15] xfs: condense symbolic links "
  ` [PATCH 11/15] xfs: make file range exchange support realtime files
  ` [PATCH 12/15] xfs: support non-power-of-two rtextsize with exchange-range
  ` [PATCH 13/15] xfs: capture inode generation numbers in the ondisk exchmaps log item
  ` [PATCH 14/15] docs: update swapext -> exchmaps language
  ` [PATCH 15/15] xfs: enable logged file mapping exchange feature
` [PATCHSET v30.3 04/16] xfs: create temporary files for online repair
  ` [PATCH 1/4] xfs: hide private inodes from bulkstat and handle functions
  ` [PATCH 2/4] xfs: create temporary files and directories for online repair
  ` [PATCH 3/4] xfs: refactor live buffer invalidation for repairs
  ` [PATCH 4/4] xfs: add the ability to reap entire inode forks
` [PATCHSET v30.3 05/16] xfs: online repair of realtime summaries
  ` [PATCH 1/3] xfs: support preallocating and copying content into temporary files
  ` [PATCH 2/3] xfs: teach the tempfile to set up atomic file content exchanges
  ` [PATCH 3/3] xfs: online repair of realtime summaries
` [PATCHSET v30.3 06/16] xfs: set and validate dir/attr block owners
  ` [PATCH 01/10] xfs: add an explicit owner field to xfs_da_args
  ` [PATCH 02/10] xfs: use the xfs_da_args owner field to set new dir/attr block owner
  ` [PATCH 03/10] xfs: reduce indenting in xfs_attr_node_list
  ` [PATCH 04/10] xfs: validate attr leaf buffer owners
  ` [PATCH 05/10] xfs: validate attr remote value "
  ` [PATCH 06/10] xfs: validate dabtree node "
  ` [PATCH 07/10] xfs: validate directory leaf "
  ` [PATCH 08/10] xfs: validate explicit directory data "
  ` [PATCH 09/10] xfs: validate explicit directory block "
  ` [PATCH 10/10] xfs: validate explicit directory free block owners
` [PATCHSET v30.3 07/16] xfs: online repair of extended attributes
  ` [PATCH 1/7] xfs: enable discarding of folios backing an xfile
  ` [PATCH 2/7] xfs: create a blob array data structure
  ` [PATCH 3/7] xfs: use atomic extent swapping to fix user file fork data
  ` [PATCH 4/7] xfs: repair extended attributes
  ` [PATCH 5/7] xfs: scrub should set preen if attr leaf has holes
  ` [PATCH 6/7] xfs: flag empty xattr leaf blocks for optimization
  ` [PATCH 7/7] xfs: create an xattr iteration function for scrub
` [PATCHSET v30.3 08/16] xfs: online repair of inode unlinked state
  ` [PATCH 1/2] xfs: ensure unlinked list state is consistent with nlink during scrub
  ` [PATCH 2/2] xfs: update the unlinked list when repairing link counts
` [PATCHSET v30.3 09/16] xfs: online repair of directories
  ` [PATCH 1/5] xfs: inactivate directory data blocks
  ` [PATCH 2/5] xfs: online repair of directories
  ` [PATCH 3/5] xfs: scan the filesystem to repair a directory dotdot entry
  ` [PATCH 4/5] xfs: online repair of parent pointers
  ` [PATCH 5/5] xfs: ask the dentry cache if it knows the parent of a directory
` [PATCHSET v30.3 10/16] xfs: move orphan files to lost and found
  ` [PATCH 1/3] xfs: move orphan files to the orphanage
  ` [PATCH 2/3] xfs: move files to orphanage instead of letting nlinks drop to zero
  ` [PATCH 3/3] xfs: ensure dentry consistency when the orphanage adopts a file
` [PATCHSET v30.3 11/16] xfs: online repair of symbolic links
  ` [PATCH 1/3] xfs: expose xfs_bmap_local_to_extents for online repair
  ` [PATCH 2/3] xfs: pass the owner to xfs_symlink_write_target
  ` [PATCH 3/3] xfs: online repair of symbolic links
` [PATCHSET v30.3 12/16] xfs: online fsck of iunlink buckets
  ` [PATCH 1/3] xfs: check AGI unlinked inode buckets
  ` [PATCH 2/3] xfs: hoist AGI repair context to a heap object
  ` [PATCH 3/3] xfs: repair AGI unlinked inode bucket lists
` [PATCHSET v30.3 13/16] xfs: inode-related repair fixes
  ` [PATCH 1/4] xfs: check unused nlink fields in the ondisk inode
  ` [PATCH 2/4] xfs: try to avoid allocating from sick inode clusters
  ` [PATCH 3/4] xfs: pin inodes that would otherwise overflow link count
  ` [PATCH 4/4] xfs: create subordinate scrub contexts for xchk_metadata_inode_subtype
` [PATCHSET v30.3 14/16] xfs: less heavy locks during fstrim
  ` [PATCH 1/1] xfs: fix performance problems when fstrimming a subset of a fragmented AG
` [PATCHSET v13.2 15/16] xfs: design documentation for online fsck, part 2
  ` [PATCH 1/4] docs: update the parent pointers documentation to the final version
  ` [PATCH 2/4] docs: update online directory and parent pointer repair sections
  ` [PATCH 3/4] docs: update offline parent pointer repair strategy
  ` [PATCH 4/4] docs: describe xfs directory tree online fsck
` [PATCHSET v13.2 16/16] xfs: retain ILOCK during directory updates
  ` [PATCH 1/7] xfs: Increase XFS_DEFER_OPS_NR_INODES to 5
  ` [PATCH 2/7] xfs: Increase XFS_QM_TRANS_MAXDQS "
  ` [PATCH 3/7] xfs: Hold inode locks in xfs_ialloc
  ` [PATCH 4/7] xfs: Hold inode locks in xfs_trans_alloc_dir
  ` [PATCH 5/7] xfs: Hold inode locks in xfs_rename
  ` [PATCH 6/7] xfs: don't pick up IOLOCK during rmapbt repair scan
  ` [PATCH 7/7] xfs: unlock new repair tempfiles after creation

[PATCH v5 1/4] drm/xe/lrc: Add xe lrc ring tail function definitions
 2024-04-15 23:59 UTC  (5+ messages)
` ✓ CI.Build: success for series starting with [v5,1/4] "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.BAT: "

[net-next PATCH 00/15] eth: fbnic: Add network driver for Meta Platforms Host Network Interface
 2024-04-15 23:57 UTC  (16+ messages)
` [net-next PATCH 13/15] eth: fbnic: add basic Rx handling

[PATCH v2] fpga: dfl: remove unused function is_dfl_feature_present
 2024-04-15 23:57 UTC 

[PATCH 1/4] Input: Add trackpoint doubletap and system debug info keycodes
 2024-04-15 23:57 UTC  (12+ messages)

compt regression in dovetail 6.1 and 6.6 branches, testing a possible fix
 2024-04-15 23:56 UTC 

[PATCH net-next v2 00/15] First try to replace page_frag with page_frag_cache
 2024-04-15 23:55 UTC  (3+ messages)
` [PATCH net-next v2 05/15] mm: page_frag: use initial zero offset for page_frag_alloc_align()

[PATCH v2.5] ASoC: Replace dpcm_playback/capture to playback/capture_assertion
 2024-04-15 23:44 UTC  (3+ messages)

[PATCH 0/7] drm/display: Fix display helpers depends on fallouts
 2024-04-15 23:53 UTC  (5+ messages)

[PATCH 5.15 00/45] 5.15.156-rc1 review
 2024-04-15 23:53 UTC  (2+ messages)

[PATCH 6.1 00/69] 6.1.87-rc1 review
 2024-04-15 23:53 UTC  (2+ messages)

[PATCH v3 0/3] Add sysfs entry to EDL mode
 2024-04-15 23:53 UTC  (3+ messages)
` [PATCH v3 3/3] bus: mhi: host: pci_generic: Add edl callback to enter EDL

[PATCH 00/15] fix packing of structs when building with MSVC
 2024-04-15 23:51 UTC  (18+ messages)
` [PATCH v3 00/16] "
  ` [PATCH v3 01/16] eal: provide pack start macro for MSVC
  ` [PATCH v3 02/16] eal: pack structures when building with MSVC
  ` [PATCH v3 03/16] net: "
  ` [PATCH v3 04/16] common/iavf: "
  ` [PATCH v3 05/16] common/idpf: "
  ` [PATCH v3 06/16] common/mlx5: "
  ` [PATCH v3 07/16] dma/ioat: "
  ` [PATCH v3 08/16] net/i40e: "
  ` [PATCH v3 09/16] net/iavf: "
  ` [PATCH v3 10/16] net/ice: "
  ` [PATCH v3 11/16] net/mlx5: "
  ` [PATCH v3 12/16] net/octeon_ep: "
  ` [PATCH v3 13/16] app/testpmd: "
  ` [PATCH v3 14/16] app/test: "
  ` [PATCH v3 15/16] examples: "
  ` [PATCH v3 16/16] crypto/mlx5: "

[PATCH 6.6 000/122] 6.6.28-rc1 review
 2024-04-15 23:52 UTC  (2+ messages)

[PATCH 1/1] proc01: Whitelist /proc/fs/nfsd/nfsv4recoverydir
 2024-04-15 23:52 UTC  (3+ messages)
` [LTP] "

[PATCH 0/3] Add REQ_F_CQE_SKIP support to io_uring zerocopy
 2024-04-15 23:51 UTC  (13+ messages)
` [PATCH 1/3] io_uring: Add REQ_F_CQE_SKIP support for "

Patchwork summary for: spi-devel-general
 2024-04-15 23:50 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-04-15 23:49 UTC 

[RFC PATCH] drm/i915: Don't reset GuC before engine reset on full GT reset
 2024-04-15 23:48 UTC  (4+ messages)
` ✗ Fi.CI.CHECKPATCH: warning for "
` ✗ Fi.CI.SPARSE: "
` ✗ Fi.CI.BAT: failure "

[PATCH v2 00/10] KVM: Guest Memory Pre-Population API
 2024-04-15 23:47 UTC  (4+ messages)
` [PATCH v2 01/10] KVM: Document KVM_MAP_MEMORY ioctl

[PATCH] pack-bitmap: gracefully handle missing BTMP chunks
 2024-04-15 23:46 UTC  (6+ messages)
` [PATCH v2] "

[android-common:android14-5.15 1/5] mm/pgsize_migration.c:98: warning: expecting prototype for What(). Prototype was for init_pgsize_migration() instead
 2024-04-15 23:44 UTC 

[PATCH v1] i2c: i2c-qcom-geni: Add support to share an I2C SE from two subsystem
 2024-04-15 23:44 UTC  (4+ messages)

[RFC 0/1] hw/nvme: add atomic write support
 2024-04-15 23:46 UTC  (2+ messages)
` [RFC 1/1] "

[PATCH 0/3] x86/bugs: BHI fixes / improvements - round 2
 2024-04-15 23:44 UTC  (4+ messages)
` [PATCH 3/3] x86/bugs: Remove support for Spectre v2 LFENCE "retpolines"

[PATCH v1 0/5] spi: pxa2xx: Cleanup (part 2)
 2024-04-15 23:43 UTC  (3+ messages)

[PATCH v2] ASoC: sunxi: sun4i-i2s: Support 32-bit audio formats
 2024-04-15 23:43 UTC  (3+ messages)

[PATCH] regmap: kunit: Fix an NULL vs IS_ERR() check
 2024-04-15 23:43 UTC  (2+ messages)

[PATCH v2] multipathd: Set CPUWeight to 1000 and LimitRTPRIO to 10
 2024-04-15 23:43 UTC 

[PATCHSET RFC 0/437] Kill off old fops ->read() and ->write()
 2024-04-15 23:42 UTC  (7+ messages)
` [PATCH 002/437] fs: add generic read/write iterator helpers

[PATCH] mailmap: clean up vmware entries
 2024-04-15 23:39 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-04-15 23:39 UTC 

NX-protected page
 2024-04-15 23:37 UTC  (10+ messages)
  `  "

[PATCH v2 0/2] Add driver for Raydium RM69380-based DSI panels
 2024-04-15 23:35 UTC  (3+ messages)
` [PATCH v2 2/2] drm/panel: Add driver for EDO RM69380 OLED panel

[PATCH v5 0/3] btrfs: more explaination on extent_map members
 2024-04-15 23:35 UTC  (4+ messages)
` [PATCH v5 1/3] btrfs: add extra comments "
` [PATCH v5 2/3] btrfs: simplify the inline extent map creation
` [PATCH v5 3/3] btrfs: add extra sanity checks for create_io_em()

[PATCH v2] drm/i915/hwmon: Get rid of devm
 2024-04-15 23:35 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sm8650: add description of CCI controllers
 2024-04-15 23:34 UTC  (2+ messages)

[conor:clk-reset-stuff 6/6] csky-linux-ld: clk-mpfs.c:undefined reference to `mpfs_reset_controller_register'
 2024-04-15 23:33 UTC 

[PATCH] fork: defer linking file vma until vma is fully initialized
 2024-04-15 23:32 UTC  (2+ messages)

Early kernel panic in dmi_decode when running 32-bit kernel on Hyper-V on Windows 11
 2024-04-15 23:31 UTC  (4+ messages)

[PATCH v1] drm/xe: no need to call fixup_initial_plane_config in XE
 2024-04-15 23:31 UTC  (2+ messages)
` ✓ CI.FULL: success for "

[PATCH 0/3] Add support for Amlogic T7 Reset
 2024-04-15 23:30 UTC  (10+ messages)
` [PATCH 1/3] dt-bindings: reset: Add Amlogic T7 Reset Controller

[RFC PATCH 0/2] Add Qualcomm PCIe ECAM root complex driver
 2024-04-15 23:30 UTC  (8+ messages)
` [RFC PATCH 2/2] PCI: "

[PATCH] wifi: rtw88: reduce failed to flush queue severity
 2024-04-15 23:28 UTC  (2+ messages)

[PATCH net] udp: don't be set unconnected if only UDP cmsg
 2024-04-15 23:30 UTC  (3+ messages)

[PATCH v10 0/4] Add support for vibrator in multiple PMICs
 2024-04-15 23:30 UTC  (4+ messages)
` [PATCH v10 1/4] input: pm8xxx-vibrator: correct VIB_MAX_LEVELS calculation

[PATCH] PCI/AER: Print error message as per the TODO
 2024-04-15 16:10 UTC 

[Buildroot] Undeliverable: Incoming messages failure
 2024-04-15 23:29 UTC 

RTT-PROBE: lore-subspace-rtt
 2024-04-15 23:29 UTC 

io_uring: worker thread NULL dereference during openat op
 2024-04-15 23:26 UTC 

[PATCH 0/2] btrfs: fix btrfs_file_extent_item::ram_bytes of btrfs_split_ordered_extent()
 2024-04-15 23:24 UTC  (3+ messages)
` [PATCH 1/2] btrfs: set correct ram_bytes when splitting ordered extent
` [PATCH 2/2] btrfs: tree-checker: add one extra file extent item ram_bytes check

[android-common:android11-kiwi-5.4 9206/29883] io-pgtable-arm.c:(.text+0x500): relocation truncated to fit: R_AARCH64_CALL26 against undefined symbol `io_pgtable_alloc_pages'
 2024-04-15 23:22 UTC 

[PATCH v4 0/4] x86/snp: Add kexec support
 2024-04-15 23:23 UTC  (9+ messages)
` [PATCH v5 0/3] "
  ` [PATCH v5 1/3] efi/x86: skip efi_arch_mem_reserve() in case of kexec
  ` [PATCH v5 2/3] x86/boot/compressed: Skip Video Memory access in Decompressor for SEV-ES/SNP
  ` [PATCH v5 3/3] x86/snp: Convert shared memory back to private on kexec

[PATCH V2] KVM: selftests: Take large C-state exit latency into consideration
 2024-04-15 23:23 UTC  (2+ messages)

[PATCH bpf-next] bpf: clarify libbpf skeleton header licensing
 2024-04-15 23:06 UTC 

[PATCH net-next v1 0/5] add ethernet driver for Tehuti Networks TN40xx chips
 2024-04-15 23:21 UTC  (2+ messages)

[PATCH] drm/i915/hwmon: Get rid of devm
 2024-04-15 23:21 UTC  (3+ messages)

[PATCH 0/3] LNL GSC FW support
 2024-04-15 23:19 UTC  (3+ messages)
` [xe-for-ci 2/3] drm/xe/gsc: Skip GSC proxy init
` [xe-for-ci 3/3] drm/xe/gsc: define GSC FW for LNL


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.