All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-12-31 01:28:06 to 2022-12-31 02:14:35 UTC [more...]

[PATCHSET v1.0 00/46] libxfs: metadata inode directories
 2022-12-30 22:19 UTC  (19+ messages)
` [PATCH 04/46] libxfs: convert all users to libxfs_imeta_create
` [PATCH 02/46] xfs: create transaction reservations for metadata inode operations
` [PATCH 01/46] xfs: create imeta abstractions to get and set metadata inodes
` [PATCH 03/46] mkfs: clean up the rtinit() function
` [PATCH 05/46] mkfs: break up the rest of "
` [PATCH 11/46] xfs: enforce metadata inode flag
` [PATCH 08/46] xfs: update imeta transaction reservations for metadir
` [PATCH 12/46] xfs: read and write metadata inode directory
` [PATCH 09/46] xfs: load metadata directory root at mount time
` [PATCH 07/46] xfs: define the on-disk format for the metadir feature
` [PATCH 06/46] libxfs: iget for metadata inodes
` [PATCH 10/46] xfs: convert metadata inode lookup keys to use paths
` [PATCH 14/46] xfs: disable the agi rotor for metadata inodes
` [PATCH 18/46] xfs: record health problems with the metadata directory
` [PATCH 15/46] xfs: advertise metadata directory feature
` [PATCH 17/46] xfs: enable creation of dynamically allocated metadir path structures
` [PATCH 13/46] xfs: ensure metadata directory paths exist before creating files
` [PATCH 16/46] xfs: allow bulkstat to return metadata directories

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

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

[PATCHSET v1.0 00/26] libxfs: hoist inode operations to libxfs
 2022-12-30 22:19 UTC  (27+ messages)
` [PATCH 03/26] xfs: hoist project id get/set functions "
` [PATCH 01/26] xfs: hoist extent size helpers "
` [PATCH 02/26] xfs: hoist inode flag conversion functions "
` [PATCH 06/26] libxfs: pack icreate initialization parameters into a separate structure
` [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 10/26] libxfs: when creating a file in a directory, set the project id based on the parent
` [PATCH 09/26] libxfs: set access time when creating files
` [PATCH 07/26] libxfs: implement access timestamp updates in ichgtime
` [PATCH 08/26] libxfs: rearrange libxfs_trans_ichgtime call when creating inodes
` [PATCH 11/26] libxfs: pass flags2 from parent to child when creating files
` [PATCH 14/26] libxfs: remove libxfs_dir_ialloc
` [PATCH 12/26] libxfs: split new inode creation into two pieces
` [PATCH 13/26] libxfs: backport inode init code from the kernel
` [PATCH 15/26] xfs: hoist new inode initialization functions to libxfs
` [PATCH 17/26] xfs: hoist xfs_{bump,drop}link "
` [PATCH 22/26] xfs: create libxfs helper to exchange two directory entries
` [PATCH 19/26] xfs: create libxfs helper to link an existing inode into a directory
` [PATCH 20/26] xfs: hoist inode free function to libxfs
` [PATCH 21/26] xfs: create libxfs helper to remove an existing inode/name from a directory
` [PATCH 18/26] xfs: create libxfs helper to link a new inode into "
` [PATCH 16/26] xfs: hoist xfs_iunlink to libxfs
` [PATCH 23/26] xfs: create libxfs helper to rename two directory entries
` [PATCH 25/26] xfs_repair: use library functions to reset root/rbm/rsum inodes
` [PATCH 26/26] xfs_repair: use library functions for orphanage creation
` [PATCH 24/26] xfs: don't use the incore struct xfs_sb for offsets into struct xfs_dsb

[PATCH] maintenance: fix typos
 2022-12-31  2:07 UTC  (2+ messages)

[PATCH] pulseaudio: Do not use 64bit time_t flags
 2022-12-31  2:07 UTC 

drivers/gpu/drm/nouveau/nvkm/subdev/acr/lsfw.c:350 nvkm_acr_lsfw_load_bl_sig_net() warn: passing zero to 'PTR_ERR'
 2022-12-31  2:06 UTC 

[RFC] Catch dwmw2's deadlock
 2022-12-31  1:26 UTC  (3+ 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  (22+ messages)
` [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 


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.