All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-12-31 01:17:58 to 2022-12-31 02:05:45 UTC [more...]

[PATCHSET v1.0 00/26] libxfs: hoist inode operations to libxfs
 2022-12-30 22:19 UTC  (11+ messages)
` [PATCH 06/26] libxfs: pack icreate initialization parameters into a separate structure
` [PATCH 03/26] xfs: hoist project id get/set functions to libxfs
` [PATCH 01/26] xfs: hoist extent size helpers "
` [PATCH 05/26] libxfs: pass IGET flags through to xfs_iread
` [PATCH 04/26] libxfs: put all the inode functions in a single file
` [PATCH 02/26] xfs: hoist inode flag conversion functions to libxfs
` [PATCH 07/26] libxfs: implement access timestamp updates in ichgtime
` [PATCH 10/26] libxfs: when creating a file in a directory, set the project id based on the parent
` [PATCH 08/26] libxfs: rearrange libxfs_trans_ichgtime call when creating inodes
` [PATCH 09/26] libxfs: set access time when creating files

[RFC] Catch dwmw2's deadlock
 2022-12-31  1:26 UTC  (3+ messages)

RCU stalls with TREE07 on v6.0 kernel
 2022-12-31  2:04 UTC  (2+ messages)

[PATCHSET 0/4] xfs_repair: add other v5 features to filesystems
 2022-12-30 22:19 UTC  (5+ messages)
` [PATCH 1/4] xfs_repair: check free space requirements before allowing upgrades
` [PATCH 2/4] xfs_repair: allow sysadmins to add free inode btree indexes
` [PATCH 4/4] xfs_repair: allow sysadmins to add reverse mapping indexes
` [PATCH 3/4] xfs_repair: allow sysadmins to add reflink

[PATCHSET v1.0 0/3] xfs: enable quota for realtime voluems
 2022-12-30 22:18 UTC  (4+ messages)
` [PATCH 3/3] xfs: enable realtime quota again
` [PATCH 1/3] xfs: fix chown with rt quota
` [PATCH 2/3] xfs: fix rt growfs quota accounting

RTT-PROBE: lore-subspace-rtt
 2022-12-31  2:01 UTC 

[PATCHSET v1.0 0/9] xfs: reflink with large realtime extents
 2022-12-30 22:18 UTC  (10+ messages)
` [PATCH 4/9] xfs: forcibly convert unwritten blocks within an rt extent before sharing
` [PATCH 2/9] iomap: set up for COWing around pages
` [PATCH 1/9] vfs: explicitly pass the block size to the remap prep function
` [PATCH 3/9] xfs: enable CoW when rt extent size is larger than 1 block
` [PATCH 5/9] xfs: extend writeback requests to handle rt cow correctly
` [PATCH 6/9] xfs: enable extent size hints for CoW when rtextsize > 1
` [PATCH 8/9] xfs: fix integer overflow when validating extent size hints
` [PATCH 7/9] xfs: allow reflink on the rt volume when extent size is larger than 1 rt block
` [PATCH 9/9] xfs: support realtime reflink with an extent size that isn't a power of 2

[PATCHSET v1.0 00/42] xfs: reflink on the realtime device
 2022-12-30 22:18 UTC  (43+ messages)
` [PATCH 03/42] xfs: namespace the maximum length/refcount symbols
` [PATCH 02/42] xfs: introduce realtime refcount btree definitions
` [PATCH 01/42] xfs: prepare refcount btree cursor tracepoints for realtime
` [PATCH 05/42] xfs: realtime refcount btree transaction reservations
` [PATCH 06/42] xfs: add realtime refcount btree operations
` [PATCH 04/42] xfs: define the on-disk realtime refcount btree format
` [PATCH 10/42] xfs: add realtime refcount btree block detection to log recovery
` [PATCH 11/42] xfs: add realtime refcount btree inode to metadata directory
` [PATCH 12/42] xfs: add metadata reservations for realtime refcount btree
` [PATCH 09/42] xfs: support recovering refcount intent items targetting realtime extents
` [PATCH 07/42] xfs: prepare refcount functions to deal with rtrefcountbt
` [PATCH 08/42] xfs: add a realtime flag to the refcount update log redo items
` [PATCH 13/42] xfs: wire up a new inode fork type for the realtime refcount
` [PATCH 20/42] xfs: enable sharing of realtime file blocks
` [PATCH 19/42] xfs: enable CoW for realtime data
` [PATCH 15/42] xfs: create routine to allocate and initialize a realtime refcount btree inode
` [PATCH 16/42] xfs: update rmap to allow cow staging extents in the rt rmap
` [PATCH 17/42] xfs: compute rtrmap btree max levels when reflink enabled
` [PATCH 18/42] xfs: refactor reflink quota updates
` [PATCH 21/42] xfs: allow inodes to have the realtime and reflink flags
` [PATCH 14/42] xfs: wire up realtime refcount btree cursors
` [PATCH 27/42] xfs: add realtime refcount btree when adding rt volume
` [PATCH 23/42] xfs: fix xfs_get_extsz_hint behavior with realtime alwayscow files
` [PATCH 24/42] xfs: apply rt extent alignment constraints to CoW extsize hint
` [PATCH 26/42] xfs: check that the rtrefcount maxlevels doesn't increase when growing fs
` [PATCH 28/42] xfs: report realtime refcount btree corruption errors to the health system
` [PATCH 25/42] xfs: enable extent size hints for CoW operations
` [PATCH 22/42] xfs: refcover CoW leftovers in the realtime volume
` [PATCH 31/42] xfs: allow overlapping rtrmapbt records for shared data extents
` [PATCH 34/42] xfs: detect and repair misaligned rtinherit directory cowextsize hints
` [PATCH 35/42] xfs: don't flag quota rt block usage on rtreflink filesystems
` [PATCH 33/42] xfs: allow dquot rt block count to exceed rt blocks on reflink fs
` [PATCH 29/42] xfs: scrub the realtime refcount btree
` [PATCH 30/42] xfs: cross-reference checks with the rt "
` [PATCH 32/42] xfs: check reference counts of gaps between rt refcount records
` [PATCH 39/42] xfs: online repair of the realtime refcount btree
` [PATCH 42/42] xfs: enable realtime reflink
` [PATCH 36/42] xfs: check new rtbitmap records against rt refcount btree
` [PATCH 40/42] xfs: repair inodes that have a refcount btree in the data fork
` [PATCH 37/42] xfs: walk the rt reference count tree when rebuilding rmap
` [PATCH 38/42] xfs: capture realtime CoW staging extents when rebuilding rt rmapbt
` [PATCH 41/42] xfs: fix cow forks for realtime files

[lpieralisi-pci:pci/qcom] BUILD SUCCESS 451a7247296b74bf7a5c264bc878a298a8ee8225
 2022-12-31  1:55 UTC 

[lpieralisi-pci:pci/dwc] BUILD SUCCESS 3c968617322063d7160edcf0ac1144ac774af634
 2022-12-31  1:55 UTC 

[lpieralisi-pci:pci/switchtec] BUILD SUCCESS fbc855bce49eda88408c329d6b2bc1176ab08dcd
 2022-12-31  1:55 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-12-31  1:51 UTC 

[meta-virtualization] Using Docker containers on Yocto with RISC-V architecture #meta-virtualization #yocto
 2022-12-31  1:50 UTC  (3+ messages)
`  "

[PATCHSET v1.0 0/5] xfs: refcount log intent cleanups
 2022-12-30 22:18 UTC  (6+ messages)
` [PATCH 3/5] xfs: prepare refcount btree tracepoints for widening
` [PATCH 1/5] xfs: give refcount btree cursor error tracepoints their own class
` [PATCH 2/5] xfs: create specialized classes for refcount tracepoints
` [PATCH 4/5] xfs: clean up refcount log intent item tracepoint callsites
` [PATCH 5/5] xfs: remove xfs_trans_set_refcount_flags

[PATCHSET v1.0 00/38] xfs: realtime reverse-mapping support
 2022-12-30 22:18 UTC  (39+ messages)
` [PATCH 06/38] xfs: add realtime rmap btree operations
` [PATCH 01/38] xfs: prepare rmap btree cursor tracepoints for realtime
` [PATCH 05/38] xfs: realtime rmap btree transaction reservations
` [PATCH 04/38] xfs: define the on-disk realtime rmap btree format
` [PATCH 03/38] xfs: introduce realtime rmap btree definitions
` [PATCH 02/38] xfs: simplify the xfs_rmap_{alloc,free}_extent calling conventions
` [PATCH 07/38] xfs: prepare rmap functions to deal with rtrmapbt
` [PATCH 10/38] xfs: add realtime rmap btree block detection to log recovery
` [PATCH 12/38] xfs: add realtime reverse map inode to metadata directory
` [PATCH 13/38] xfs: add metadata reservations for realtime rmap btrees
` [PATCH 09/38] xfs: support recovering rmap intent items targetting realtime extents
` [PATCH 11/38] xfs: attach dquots to rt metadata files when starting quota
` [PATCH 08/38] xfs: add a realtime flag to the rmap update log redo items
` [PATCH 14/38] xfs: wire up a new inode fork type for the realtime rmap
` [PATCH 18/38] xfs: rearrange xfs_fsmap.c a little bit
` [PATCH 17/38] xfs: create routine to allocate and initialize a realtime rmap btree inode
` [PATCH 20/38] xfs: fix integer overflows in the fsmap rtbitmap backend
` [PATCH 15/38] xfs: use realtime EFI to free extents when realtime rmap is enabled
` [PATCH 19/38] xfs: wire up getfsmap to the realtime reverse mapping btree
` [PATCH 16/38] xfs: wire up rmap map and unmap to the realtime rmapbt
` [PATCH 24/38] xfs: report realtime rmap btree corruption errors to the health system
` [PATCH 23/38] xfs: add realtime rmap btree when adding rt volume
` [PATCH 26/38] xfs: allow queued realtime intents to drain before scrubbing
` [PATCH 22/38] xfs: check that the rtrmapbt maxlevels doesn't increase when growing fs
` [PATCH 21/38] xfs: fix getfsmap reporting past the last rt extent
` [PATCH 27/38] xfs: scrub the realtime rmapbt
` [PATCH 25/38] xfs: fix scrub tracepoints when inode-rooted btrees are involved
` [PATCH 29/38] xfs: cross-reference the realtime rmapbt
` [PATCH 31/38] xfs: walk the rt reverse mapping tree when rebuilding rmap
` [PATCH 33/38] xfs: repair inodes that have realtime extents
` [PATCH 34/38] xfs: online repair of realtime bitmaps for a realtime group
` [PATCH 30/38] xfs: scan rt rmap when we're doing an intense rmap check of bmbt mappings
` [PATCH 28/38] xfs: cross-reference realtime bitmap to realtime rmapbt scrubber
` [PATCH 32/38] xfs: online repair of realtime file bmaps
` [PATCH 35/38] xfs: online repair of the realtime rmap btree
` [PATCH 36/38] xfs: create a shadow rmap btree during realtime rmap repair
` [PATCH 38/38] xfs: enable realtime rmap btree
` [PATCH 37/38] xfs: hook live realtime rmap operations during a repair operation

RTT-PROBE: lore-subspace-rtt
 2022-12-31  1:41 UTC 

[RFC] fs-verity and encryption for EROFS
 2022-12-31  1:38 UTC  (5+ messages)

[PATCHSET v1.0 0/5] xfs: rmap log intent cleanups
 2022-12-30 22:18 UTC  (6+ messages)
` [PATCH 1/5] xfs: attach rtgroup objects to btree cursors
` [PATCH 2/5] xfs: give rmap btree cursor error tracepoints their own class
` [PATCH 3/5] xfs: prepare rmap btree tracepoints for widening
` [PATCH 5/5] xfs: remove xfs_trans_set_rmap_flags
` [PATCH 4/5] xfs: clean up rmap log intent item tracepoint callsites

[PATCHSET v1.0 0/2] xfs: widen EFI format to support rt
 2022-12-30 22:18 UTC  (3+ messages)
` [PATCH 1/2] xfs: support logging EFIs for realtime extents
` [PATCH 2/2] xfs: support error injection when freeing rt extents

[PATCHSET v1.0 0/2] xfs: extent free log intent cleanups
 2022-12-30 22:18 UTC  (3+ messages)
` [PATCH 1/2] xfs: clean up extent free log intent item tracepoint callsites
` [PATCH 2/2] xfs: convert "skip_discard" to a proper flags bitset

[PATCHSET v1.0 0/2] xfs: enable in-core block reservation for rt metadata
 2022-12-30 22:18 UTC  (3+ messages)
` [PATCH 1/2] xfs: simplify xfs_ag_resv_free signature
` [PATCH 2/2] xfs: allow inode-based btrees to reserve space in the data device

[PATCHSET v1.0 0/3] xfsprogs: enable FITRIM for the realtime section
 2022-12-30 22:17 UTC  (4+ messages)
` [PATCH 1/3] xfs: hoist data device FITRIM AG iteration to a separate function
` [PATCH 2/3] xfs: convert xfs_trim_extents to use perag iteration macros
` [PATCH 3/3] xfs: enable FITRIM on the realtime device

[PATCHSET v1.0 00/22] xfsprogs: shard the realtime section
 2022-12-30 22:17 UTC  (23+ messages)
` [PATCH 01/22] xfs: create incore realtime group structures
` [PATCH 05/22] xfs: write secondary realtime superblocks to disk
` [PATCH 06/22] xfs: grow the realtime section when realtime groups are enabled
` [PATCH 03/22] xfs: check the realtime superblock at mount time
` [PATCH 04/22] xfs: update primary realtime super every time we update the primary fs super
` [PATCH 08/22] xfs: export realtime group geometry via XFS_FSOP_GEOM
` [PATCH 07/22] xfs: always update secondary rt supers when we update secondary fs supers
` [PATCH 02/22] xfs: define the format of rt groups
` [PATCH 11/22] xfs: record rt group superblock errors in the health system
` [PATCH 09/22] xfs: check that rtblock extents do not overlap with the rt group metadata
` [PATCH 14/22] xfs: add block headers to realtime bitmap blocks
` [PATCH 13/22] xfs: export the geometry of realtime groups to userspace
` [PATCH 10/22] xfs: add frextents to the lazysbcounters when rtgroups enabled
` [PATCH 12/22] xfs: define locking primitives for realtime groups
` [PATCH 15/22] xfs: encode the rtbitmap in little endian format
` [PATCH 21/22] xfs: scrub each rtgroup's portion of the rtbitmap separately
` [PATCH 17/22] xfs: encode the rtsummary in big endian format
` [PATCH 19/22] xfs: scrub the realtime group superblock
` [PATCH 16/22] xfs: add block headers to realtime summary blocks
` [PATCH 20/22] xfs: repair secondary realtime group superblocks
` [PATCH 18/22] xfs: store rtgroup information with a bmap intent
` [PATCH 22/22] xfs: enable realtime group feature

RTT-PROBE: lore-subspace-rtt
 2022-12-31  1:31 UTC 

[PATCHSET v1.0 0/3] xfs: refactor realtime meta inode locking
 2022-12-30 22:17 UTC  (4+ messages)
` [PATCH 1/3] xfs: use separate lock classes for realtime metadata inode ILOCKs
` [PATCH 3/3] xfs: remove XFS_ILOCK_RT*
` [PATCH 2/3] xfs: refactor realtime inode locking

[PATCHSET v1.0 0/8] xfs: refactor rtbitmap/summary macros
 2022-12-30 22:17 UTC  (9+ messages)
` [PATCH 1/8] xfs: convert the rtbitmap block and bit macros to static inline functions
` [PATCH 2/8] xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macros
` [PATCH 8/8] xfs: use accessor functions for summary info words
` [PATCH 3/8] xfs: convert open-coded xfs_rtword_t pointer accesses to helper
` [PATCH 7/8] xfs: create helpers for rtsummary block/wordcount computations
` [PATCH 5/8] xfs: create helpers for rtbitmap "
` [PATCH 6/8] xfs: use accessor functions for bitmap words
` [PATCH 4/8] xfs: convert rt summary macros to helpers

[PATCHSET v1.0 0/7] xfs: refactor rt extent unit conversions
 2022-12-30 22:17 UTC  (8+ messages)
` [PATCH 1/7] xfs: create a helper to convert rtextents to rtblocks
` [PATCH 2/7] xfs: create a helper to compute leftovers of realtime extents
` [PATCH 4/7] xfs: create helpers to convert rt block numbers to rt extent numbers
` [PATCH 5/7] xfs: convert do_div calls to xfs_rtb_to_rtx helper calls
` [PATCH 3/7] xfs: create a helper to compute leftovers of realtime extents
` [PATCH 6/7] xfs: create rt extent rounding helpers for realtime extent blocks
` [PATCH 7/7] xfs: use shifting and masking when converting rt extents, if possible

[PATCHSET v1.0 00/11] xfs: clean up realtime type usage
 2022-12-30 22:17 UTC  (12+ messages)
` [PATCH 05/11] xfs: make sure maxlen is still congruent with prod when rounding down
` [PATCH 04/11] xfs: rt stubs should return negative errnos when rt disabled
` [PATCH 01/11] xfs: refactor realtime scrubbing context management
` [PATCH 03/11] xfs: prevent rt growfs when quota is enabled
` [PATCH 02/11] xfs: bump max fsgeom struct version
` [PATCH 08/11] xfs: convert rt bitmap/summary block numbers to xfs_fileoff_t
` [PATCH 11/11] xfs: convert rt extent numbers to xfs_rtxnum_t
` [PATCH 06/11] xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h
` [PATCH 09/11] xfs: convert rt bitmap extent lengths to xfs_rtbxlen_t
` [PATCH 07/11] xfs: convert xfs_extlen_t to xfs_rtxlen_t in the rt allocator
` [PATCH 10/11] xfs: rename xfs_verify_rtext to xfs_verify_rtbext

RTT-PROBE: lore-subspace-rtt
 2022-12-31  1:21 UTC 

[PATCHSET v1.0 00/14] xfs: refactor btrees to support records in inode root
 2022-12-30 22:17 UTC  (10+ messages)
` [PATCH 06/14] xfs: move the zero records logic into xfs_bmap_broot_space_calc
` [PATCH 07/14] xfs: rearrange xfs_iroot_realloc a bit
` [PATCH 13/14] xfs: support storing records in the inode core root
` [PATCH 10/14] xfs: support leaves in the incore btree root block in xfs_iroot_realloc
` [PATCH 12/14] xfs: hoist the node iroot update code out of xfs_btree_kill_iroot
` [PATCH 11/14] xfs: hoist the node iroot update code out of xfs_btree_new_iroot
` [PATCH 09/14] xfs: generalize the btree root reallocation function
` [PATCH 08/14] xfs: standardize the btree maxrecs function parameters
` [PATCH 14/14] xfs: update btree keys correctly when _insrec splits an inode root block


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.