All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-31 19:53:31 to 2023-12-31 20:41:12 UTC [more...]

[PATCHSET v29.0 27/28] xfs: inode-related repair fixes
 2023-12-31 20:41 UTC  (3+ messages)
` [PATCH 1/4] xfs: check unused nlink fields in the ondisk inode
` [PATCH 2/4] xfs: try to avoid allocating from sick inode clusters

[PATCHSET v29.0 26/28] xfs: cache xfile pages for better performance
 2023-12-31 20:40 UTC  (4+ messages)
` [PATCH 1/3] xfs: map xfile pages directly into xfs_buf
` [PATCH 2/3] xfs: use b_offset to support direct-mapping pages when blocksize < pagesize
` [PATCH 3/3] xfile: implement write caching

[PATCH] usb: musb-new: sunxi: support usage with DM_USB_GADGET
 2023-12-31 20:38 UTC 

[PATCH v3 0/8] An effort to bring DT bindings compliance within U-Boot
 2023-12-31 20:39 UTC  (10+ messages)
` [PATCH v3 4/8] dts: Add alternative location for upstream DTB builds

[PATCHSET v29.0 25/28] xfs: online fsck of iunlink buckets
 2023-12-31 20:39 UTC  (4+ messages)
` [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 v29.0 24/28] xfs: online repair of symbolic links
 2023-12-31 20:39 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCHSET] e2scrub: fix some problems
 2023-12-31 20:39 UTC  (2+ messages)
` [PATCH 3/2] e2scrub_fail: move executable script to /usr/libexec

[PATCHSET v29.0 23/28] xfs: move orphan files to lost and found
 2023-12-31 20:38 UTC  (4+ messages)
` [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

RTT-PROBE: lore-subspace-rtt
 2023-12-31 20:38 UTC 

[PATCHSET v29.0 22/28] xfs: online repair of directories
 2023-12-31 20:38 UTC  (5+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] xfs: scan the filesystem to repair a directory dotdot entry
` [PATCH 3/4] xfs: online repair of parent pointers
` [PATCH 4/4] xfs: ask the dentry cache if it knows the parent of a directory

[PATCHSET v29.0 21/28] xfs: online repair of inode unlinked state
 2023-12-31 20:37 UTC  (3+ messages)
` [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 v29.0 20/28] xfs: online repair of extended attributes
 2023-12-31 20:36 UTC  (7+ messages)
` [PATCH 1/6] xfs: create a blob array data structure
` [PATCH 2/6] xfs: use atomic extent swapping to fix user file fork data
` [PATCH 3/6] xfs: repair extended attributes
` [PATCH 4/6] xfs: scrub should set preen if attr leaf has holes
` [PATCH 5/6] xfs: flag empty xattr leaf blocks for optimization
` [PATCH 6/6] xfs: create an xattr iteration function for scrub

[PATCHSET v29.0 19/28] xfs: set and validate dir/attr block owners
 2023-12-31 20:34 UTC  (10+ messages)
` [PATCH 1/9] xfs: add an explicit owner field to xfs_da_args
` [PATCH 2/9] xfs: use the xfs_da_args owner field to set new dir/attr block owner
` [PATCH 3/9] xfs: validate attr leaf buffer owners
` [PATCH 4/9] xfs: validate attr remote value "
` [PATCH 5/9] xfs: validate dabtree node "
` [PATCH 6/9] xfs: validate directory leaf "
` [PATCH 7/9] xfs: validate explicit directory data "
` [PATCH 8/9] xfs: validate explicit directory block "
` [PATCH 9/9] xfs: validate explicit directory free block owners

[PATCHSET v29.0 18/28] xfs: online repair of realtime summaries
 2023-12-31 20:32 UTC  (4+ messages)
` [PATCH 1/3] xfs: support preallocating and copying content into temporary files
` [PATCH 2/3] xfs: teach the tempfile to support atomic extent swapping
` [PATCH 3/3] xfs: online repair of realtime summaries

[PATCHSET v29.0 17/28] xfs: create temporary files for online repair
 2023-12-31 20:31 UTC  (5+ messages)
` [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 v29.0 16/28] xfs: atomic file updates
 2023-12-31 20:30 UTC  (26+ messages)
` [PATCH 01/25] xfs: add a libxfs header file for staging new ioctls
` [PATCH 02/25] xfs: introduce new file range exchange ioctl
` [PATCH 03/25] xfs: move inode lease breaking functions to xfs_inode.c
` [PATCH 04/25] xfs: move xfs_iops.c declarations out of xfs_inode.h
` [PATCH 05/25] xfs: declare xfs_file.c symbols in xfs_file.h
` [PATCH 06/25] xfs: create a new helper to return a file's allocation unit
` [PATCH 07/25] xfs: refactor non-power-of-two alignment checks
` [PATCH 08/25] xfs: parameterize all the incompat log feature helpers
` [PATCH 09/25] xfs: create a log incompat flag for atomic extent swapping
` [PATCH 10/25] xfs: introduce a swap-extent log intent item
` [PATCH 11/25] xfs: create deferred log items for extent swapping
` [PATCH 12/25] xfs: enable xlog users to toggle atomic "
` [PATCH 13/25] xfs: bind the xfs-specific extent swap code to the vfs-generic file exchange code
` [PATCH 14/25] xfs: add error injection to test swapext recovery
` [PATCH 15/25] xfs: port xfs_swap_extents_rmap to our new code
` [PATCH 16/25] xfs: consolidate all of the xfs_swap_extent_forks code
` [PATCH 17/25] xfs: port xfs_swap_extent_forks to use xfs_swapext_req
` [PATCH 18/25] xfs: allow xfs_swap_range to use older extent swap algorithms
` [PATCH 19/25] xfs: remove old swap extents implementation
` [PATCH 20/25] xfs: condense extended attributes after an atomic swap
` [PATCH 21/25] xfs: condense directories "
` [PATCH 22/25] xfs: condense symbolic links "
` [PATCH 23/25] xfs: make atomic extent swapping support realtime files
` [PATCH 24/25] xfs: support non-power-of-two rtextsize with exchange-range
` [PATCH 25/25] xfs: enable atomic swapext feature

[PATCH v3 0/1] bitbake: event: Inject empty lines to make code match lineno in filename
 2023-12-31 20:28 UTC  (3+ messages)
` [PATCH v3 1/1] "
  ` [bitbake-devel] "

RTT-PROBE: lore-subspace-rtt
 2023-12-31 20:28 UTC 

[Buildroot] [PATCH 0/6] rework arc architecture support
 2023-12-31 20:27 UTC  (10+ messages)
` [Buildroot] [PATCH 1/6] package/gcc: remove special arc version
` [Buildroot] [PATCH 2/6] package/binutils: "
` [Buildroot] [PATCH 3/6] package/gdb: "
` [Buildroot] [PATCH 4/6] configs/qemu: add qemu_arc_defconfig

[NYE PATCHRIVER 1/4] xfs: the rest of online repair part 1
 2023-12-31 20:25 UTC  (12+ messages)
` [PATCHSET v29.0 34/40] xfs_scrub: fixes for systemd services
` [PATCHSET 1/8] fstests: fuzz non-root dquots on xfs
` [PATCHSET 2/8] xfsprogs: scale shards on ssds
` [PATCHSET v29.0 3/8] fstests: establish baseline for fuzz tests
` [PATCHSET v29.0 4/8] fstests: atomic file updates
` [PATCHSET v29.0 5/8] fstests: detect deceptive filename extensions
` [PATCHSET v29.0 6/8] fstests: test systemd background services
` [PATCHSET v29.0 7/8] fstests: use free space histograms to reduce fstrim runtime
` [PATCHSET 8/8] fstests: test upgrading older features
` [PATCHSET v29.0] xfs-documentation: atomic file updates

[PATCHSET v29.0 15/28] xfs: clean up symbolic link code
 2023-12-31 20:24 UTC  (4+ messages)
` [PATCH 1/3] xfs: move xfs_symlink_remote.c declarations to xfs_symlink_remote.h
` [PATCH 2/3] xfs: move remote symlink target read function to libxfs
` [PATCH 3/3] xfs: move symlink target write "

[PATCHSET v29.0 14/28] xfs: support attrfork and unwritten BUIs
 2023-12-31 20:23 UTC  (3+ messages)
` [PATCH 1/2] xfs: support deferred bmap updates on the attr fork
` [PATCH 2/2] xfs: xfs_bmap_finish_one should map unwritten extents properly

[PATCHSET v29.0 13/28] xfs: widen BUI formats to support realtime
 2023-12-31 20:22 UTC  (4+ messages)
` [PATCH 1/3] xfs: fix xfs_bunmapi to allow unmapping of partial rt extents
` [PATCH 2/3] xfs: add a realtime flag to the bmap update log redo items
` [PATCH 3/3] xfs: support recovering bmap intent items targetting realtime extents

[PATCHSET v29.0 12/28] xfs: bmap log intent cleanups
 2023-12-31 20:22 UTC  (8+ messages)
` [PATCH 1/7] xfs: split tracepoint classes for deferred items
` [PATCH 2/7] xfs: clean up bmap log intent item tracepoint callsites
` [PATCH 3/7] xfs: remove xfs_trans_set_bmap_flags
` [PATCH 4/7] xfs: add a bi_entry helper
` [PATCH 5/7] xfs: reuse xfs_bmap_update_cancel_item
` [PATCH 6/7] xfs: move xfs_bmap_defer_add to xfs_bmap_item.c
` [PATCH 7/7] xfs: add a xattr_entry helper

[PATCHSET v29.0 11/28] xfs: reduce refcount repair memory usage
 2023-12-31 20:20 UTC  (5+ messages)
` [PATCH 1/4] xfs: move lru refs to the btree ops structure
` [PATCH 2/4] xfs: define an in-memory btree for storing refcount bag info during repairs
` [PATCH 3/4] xfs: create refcount bag structure for btree repairs
` [PATCH 4/4] xfs: port refcount repair to the new refcount bag structure

[PATCHSET v29.0 10/28] xfs: move btree geometry to ops struct
 2023-12-31 20:19 UTC  (10+ messages)
` [PATCH 1/9] xfs: set the btree cursor bc_ops in xfs_btree_alloc_cursor
` [PATCH 2/9] xfs: encode the default bc_flags in the btree ops structure
` [PATCH 3/9] xfs: export some of the btree ops structures
` [PATCH 4/9] xfs: initialize btree blocks using btree_ops structure
` [PATCH 5/9] xfs: rename btree block/buffer init functions
` [PATCH 6/9] xfs: btree convert xfs_btree_init_block to xfs_btree_init_buf calls
` [PATCH 7/9] xfs: remove the unnecessary daddr paramter to _init_block
` [PATCH 8/9] xfs: set btree block buffer ops in _init_buf
` [PATCH 9/9] xfs: remove unnecessary fields in xfbtree_config

RTT-PROBE: lore-subspace-rtt
 2023-12-31 20:18 UTC 

[PATCHSET v29.0 09/28] xfs: online repair of rmap btrees
 2023-12-31 20:16 UTC  (5+ messages)
` [PATCH 1/4] xfs: create a helper to decide if a file mapping targets the rt volume
` [PATCH 2/4] xfs: repair the rmapbt
` [PATCH 3/4] xfs: create a shadow rmap btree during rmap repair
` [PATCH 4/4] xfs: hook live rmap operations during a repair operation

[PATCHSET v29.0 08/28] xfs: support in-memory btrees
 2023-12-31 20:15 UTC  (10+ messages)
` [PATCH 1/9] xfs: dump xfiles for debugging purposes
` [PATCH 2/9] xfs: teach buftargs to maintain their own buffer hashtable
` [PATCH 3/9] xfs: create buftarg helpers to abstract block_device operations
` [PATCH 4/9] xfs: make GFP_ usage consistent when allocating buftargs
` [PATCH 5/9] xfs: support in-memory buffer cache targets
` [PATCH 6/9] xfs: consolidate btree block freeing tracepoints
` [PATCH 7/9] xfs: consolidate btree block allocation tracepoints
` [PATCH 8/9] xfs: support in-memory btrees
` [PATCH 9/9] xfs: connect in-memory btrees to xfiles

[PATCHSET v29.0 07/28] xfs: online repair for fs summary counters
 2023-12-31 20:13 UTC  (2+ messages)
` [PATCH 1/1] xfs: repair "

[PATCHSET v29.0 06/28] xfs: indirect health reporting
 2023-12-31 20:13 UTC  (4+ messages)
` [PATCH 1/3] xfs: add secondary and indirect classes to the health tracking system
` [PATCH 2/3] xfs: remember sick inodes that get inactivated
` [PATCH 3/3] xfs: update health status if we get a clean bill of health

[PATCHSET v29.0 05/28] xfs: report corruption to the health trackers
 2023-12-31 20:12 UTC  (12+ messages)
` [PATCH 01/11] xfs: separate the marking of sick and checked metadata
` [PATCH 02/11] xfs: report fs corruption errors to the health tracking system
` [PATCH 03/11] xfs: report ag header "
` [PATCH 04/11] xfs: report block map "
` [PATCH 05/11] xfs: report btree block corruption errors to the health system
` [PATCH 06/11] xfs: report dir/attr "
` [PATCH 07/11] xfs: report symlink "
` [PATCH 08/11] xfs: report inode "
` [PATCH 09/11] xfs: report quota block "
` [PATCH 10/11] xfs: report realtime metadata "
` [PATCH 11/11] xfs: report XFS_IS_CORRUPT "

[PATCHSET v29.0 04/28] xfs: online repair of file link counts
 2023-12-31 20:09 UTC  (5+ messages)
` [PATCH 1/4] xfs: report health of inode "
` [PATCH 2/4] xfs: teach scrub to check file nlinks
` [PATCH 3/4] xfs: track directory entry updates during live nlinks fsck
` [PATCH 4/4] xfs: teach repair to fix file nlinks

[PATCHSET v29.0 03/28] xfs: online repair of quota counters
 2023-12-31 20:08 UTC  (6+ messages)
` [PATCH 1/5] xfs: report the health of quota counts
` [PATCH 2/5] xfs: implement live quotacheck inode scan
` [PATCH 3/5] xfs: track quota updates during live quotacheck
` [PATCH 4/5] xfs: repair cannot update the summary counters when logging quota flags
` [PATCH 5/5] xfs: repair dquots based on live quotacheck results

RTT-PROBE: lore-subspace-rtt
 2023-12-31 20:08 UTC 

[PATCHSET v29.0 02/28] xfs: repair inode mode by scanning dirs
 2023-12-31 20:07 UTC  (5+ messages)
` [PATCH 1/4] xfs: create a static name for the dot entry too
` [PATCH 2/4] xfs: create a predicate to determine if two xfs_names are the same
` [PATCH 3/4] xfs: create a macro for decoding ftypes in tracepoints
` [PATCH 4/4] xfs: repair file modes by scanning for a dirent pointing to us

[PATCHSET v29.0 01/28] xfs: live inode scans for online fsck
 2023-12-31 20:06 UTC  (8+ messages)
` [PATCH 1/7] xfs: speed up xfs_iwalk_adjust_start a little bit
` [PATCH 2/7] xfs: implement live inode scan for scrub
` [PATCH 3/7] xfs: allow scrub to hook metadata updates in other writers
` [PATCH 4/7] xfs: allow blocking notifier chains with filesystem hooks
` [PATCH 5/7] xfs: stagger the starting AG of scrub iscans to reduce contention
` [PATCH 6/7] xfs: cache a bunch of inodes for repair scans
` [PATCH 7/7] xfs: iscan batching should handle unallocated inodes too

[NYE PATCHRIVER 3/4] xfs: modernize the realtime volume
 2023-12-31 20:04 UTC  (25+ messages)
` [PATCHSET v2.0 07/17] xfsprogs: refactor btrees to support records in inode root
` [PATCHSET v2.0 08/17] xfsprogs: enable in-core block reservation for rt metadata
` [PATCHSET v2.0 09/17] xfsprogs: extent free log intent cleanups
` [PATCHSET v2.0 10/17] xfsprogs: widen EFI format to support rt
` [PATCHSET v2.0 11/17] xfsprogs: rmap log intent cleanups
` [PATCHSET v2.0 12/17] xfsprogs: realtime reverse-mapping support
` [PATCHSET v2.0 13/17] xfsprogs: file write utility refactoring
` [PATCHSET v2.0 14/17] xfsprogs: refcount log intent cleanups
` [PATCHSET v2.0 15/17] xfsprogs: reflink on the realtime device
` [PATCHSET v2.0 16/17] xfsprogs: reflink with large realtime extents
` [PATCHSET v2.0 17/17] xfsprogs: enable quota for realtime voluems
` [PATCHSET v2.0 1/9] fstests: test XFS metadata directories
` [PATCHSET v2.0 2/9] xfsprogs: shard the realtime section
` [PATCHSET v2.0 3/9] fstests: enable FITRIM for "
` [PATCHSET v2.0 4/9] fstests: fixes for realtime rmap
` [PATCHSET v2.0 5/9] fstests: establish baseline for realtime rmap fuzz tests
` [PATCHSET v2.0 6/9] fstests: reflink on the realtime device
` [PATCHSET v2.0 7/9] fstests: establish baseline for realtime reflink fuzz tests
` [PATCHSET v2.0 8/9] fstests: reflink with large realtime extents
` [PATCHSET v2.0 9/9] fstests: functional tests for rt quota
` [PATCHSET v2.0 1/4] xfs-documentation: document metadata directories
` [PATCHSET v2.0 2/4] xfs-documentation: shard the realtime section
` [PATCHSET v2.0 3/4] xfs-documentation: realtime reverse-mapping support
` [PATCHSET v2.0 4/4] xfs-documentation: reflink on the realtime device

[NYE PATCHRIVER 2/4] xfs: online repair part 2
 2023-12-31 20:03 UTC  (6+ messages)
` [PATCHSET v13.0 1/3] fstests: adjust tests for xfs parent pointers
` [PATCHSET v13.0 2/3] xfs: detect and correct directory tree structures
` [PATCHSET 3/3] xfs_scrub: vectorize kernel calls
` [PATCHSET v13.0 1/2] xfs-documentation: document attr log item changes for parent pointers
` [PATCHSET v13.0 2/2] xfs-documentation: document "

[NYE PATCHRIVER 4/4] xfs: freespace defrag for online shrink
 2023-12-31 20:02 UTC  (6+ messages)
` [PATCHSET RFC 1/3] xfsprogs: noalloc allocation groups
` [PATCHSET 2/3] xfsprogs: report refcount information to userspace
` [PATCHSET 3/3] xfsprogs: defragment free space
` [PATCHSET 1/2] fstests: functional test for refcount reporting
` [PATCHSET 2/2] fstests: defragment free space

RTT-PROBE: lore-subspace-rtt
 2023-12-31 19:58 UTC 

[PATCH v3 3/3] iio: adc: Add support for QCOM PMIC5 Gen3 ADC
 2023-12-31 19:54 UTC  (2+ messages)


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.