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

[PATCHSET v1.0 00/45] libxfs: shard the realtime section
 2022-12-30 22:19 UTC  (10+ messages)
` [PATCH 01/45] xfs: create incore realtime group structures
` [PATCH 02/45] xfs: define the format of rt groups
` [PATCH 05/45] xfs: grow the realtime section when realtime groups are enabled
` [PATCH 03/45] xfs: update primary realtime super every time we update the primary fs super
` [PATCH 07/45] xfs: check that rtblock extents do not overlap with the rt group metadata
` [PATCH 06/45] xfs: export realtime group geometry via XFS_FSOP_GEOM
` [PATCH 04/45] xfs: write secondary realtime superblocks to disk
` [PATCH 09/45] xfs: record rt group superblock errors in the health system
` [PATCH 08/45] xfs: add frextents to the lazysbcounters when rtgroups enabled

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

[PATCHSET v1.0 0/5] xfs_metadump: support external devices
 2022-12-30 22:19 UTC  (6+ messages)
` [PATCH 1/5] xfs_db: allow selecting logdev blocks
` [PATCH 3/5] xfs_db: metadump external log devices
` [PATCH 5/5] xfs_mdrestore: fix missed progress reporting
` [PATCH 4/5] xfs_mdrestore: restore log contents to external log devices
` [PATCH 2/5] xfs_db: allow setting current address to log blocks

[PATCH] drm/msm: another fix for the headless Adreno GPU
 2022-12-31  2:29 UTC  (2+ messages)

[PATCHSET v1.0 0/8] xfs_db: debug realtime geometry
 2022-12-30 22:19 UTC  (9+ messages)
` [PATCH 2/8] xfs_db: report the device associated with each io cursor
` [PATCH 5/8] xfs_db: access arbitrary realtime blocks and extents
` [PATCH 6/8] xfs_db: enable conversion of rt space units
` [PATCH 3/8] xfs_db: make the daddr command target the realtime device
` [PATCH 4/8] xfs_db: access realtime file blocks
` [PATCH 1/8] xfs_db: support passing the realtime device to the debugger
` [PATCH 8/8] xfs_db: convert rtsummary geometry
` [PATCH 7/8] xfs_db: convert rtbitmap geometry

nfs setgid inheritance test
 2022-12-31  2:25 UTC  (2+ messages)

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

[PATCHSET v1.0 00/10] libxfs: refactor rt extent unit conversions
 2022-12-30 22:19 UTC  (11+ messages)
` [PATCH 02/10] xfs: create a helper to compute leftovers of realtime extents
` [PATCH 05/10] xfs: create helpers to convert rt block numbers to rt extent numbers
` [PATCH 01/10] xfs: create a helper to convert rtextents to rtblocks
` [PATCH 03/10] xfs: create a helper to compute leftovers of realtime extents
` [PATCH 04/10] libfrog: move 64-bit division wrappers to libfrog
` [PATCH 06/10] xfs: convert do_div calls to xfs_rtb_to_rtx helper calls
` [PATCH 09/10] xfs_repair: convert utility to use new rt extent helpers and types
` [PATCH 08/10] xfs: use shifting and masking when converting rt extents, if possible
` [PATCH 07/10] xfs: create rt extent rounding helpers for realtime extent blocks
` [PATCH 10/10] mkfs: convert utility to use new rt extent helpers and types

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

[PATCHSET v1.0 00/46] libxfs: metadata inode directories
 2022-12-30 22:19 UTC  (47+ messages)
` [PATCH 04/46] libxfs: convert all users to libxfs_imeta_create
` [PATCH 02/46] xfs: create transaction reservations for metadata inode operations
` [PATCH 03/46] mkfs: clean up the rtinit() function
` [PATCH 01/46] xfs: create imeta abstractions to get and set metadata inodes
` [PATCH 05/46] mkfs: break up the rest of the rtinit() function
` [PATCH 08/46] xfs: update imeta transaction reservations for metadir
` [PATCH 12/46] xfs: read and write metadata inode directory
` [PATCH 06/46] libxfs: iget for metadata inodes
` [PATCH 11/46] xfs: enforce metadata inode flag
` [PATCH 07/46] xfs: define the on-disk format for the metadir feature
` [PATCH 09/46] xfs: load metadata directory root at mount time
` [PATCH 10/46] xfs: convert metadata inode lookup keys to use paths
` [PATCH 14/46] xfs: disable the agi rotor for metadata inodes
` [PATCH 19/46] libfrog: report metadata directories in the geometry report
` [PATCH 15/46] xfs: advertise metadata directory feature
` [PATCH 20/46] xfs_db: basic xfs_check support for metadir
` [PATCH 18/46] xfs: record health problems with the metadata directory
` [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
` [PATCH 24/46] xfs_db: mask superblock fields when metadir feature is enabled
` [PATCH 23/46] xfs_db: support metadata directories in the path command
` [PATCH 26/46] xfs_scrub: scan metadata directories during phase 3
` [PATCH 25/46] xfs_io: support the bulkstat metadata directory flag
` [PATCH 22/46] xfs_db: don't obfuscate metadata directories and attributes
` [PATCH 21/46] xfs_db: report metadir support for version command
` [PATCH 27/46] xfs_repair: don't zero the incore secondary super when zeroing
` [PATCH 28/46] xfs_repair: refactor metadata inode tagging
` [PATCH 33/46] xfs_repair: check metadata inode flag
` [PATCH 29/46] xfs_repair: refactor fixing dotdot
` [PATCH 34/46] xfs_repair: rebuild the metadata directory
` [PATCH 31/46] xfs_repair: refactor root directory initialization
` [PATCH 35/46] xfs_repair: don't let metadata and regular files mix
` [PATCH 30/46] xfs_repair: refactor marking of metadata inodes
` [PATCH 32/46] xfs_repair: refactor grabbing realtime "
` [PATCH 39/46] xfs_repair: adjust keep_fsinos to handle metadata directories
` [PATCH 42/46] xfs_repair: drop all the metadata directory files during pass 4
` [PATCH 38/46] xfs_repair: mark space used by metadata files
` [PATCH 43/46] xfs_repair: truncate and unmark orphaned metadata inodes
` [PATCH 36/46] xfs_repair: update incore metadata state whenever we create new files
` [PATCH 40/46] xfs_repair: metadata dirs are never plausible root dirs
` [PATCH 37/46] xfs_repair: pass private data pointer to scan_lbtree
` [PATCH 41/46] xfs_repair: reattach quota inodes to metadata directory
` [PATCH 45/46] mkfs.xfs: enable metadata directories
` [PATCH 46/46] mkfs: add a utility to generate protofiles
` [PATCH 44/46] xfs_repair: allow sysadmins to add metadata directories

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

[PATCH] win32: remove return_0 inline function
 2022-12-31  2:20 UTC 

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 

Using Docker containers on Yocto with RISC-V architecture #meta-virtualization #yocto
 2022-12-31  1:50 UTC  (2+ 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  (4+ messages)
` [PATCH 37/38] xfs: hook live realtime rmap operations during a repair operation
` [PATCH 36/38] xfs: create a shadow rmap btree during realtime rmap repair
` [PATCH 38/38] xfs: enable realtime rmap btree


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.