All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-12-31 02:23:39 to 2022-12-31 03:12:22 UTC [more...]

[PATCHSET v1.0 00/12] xfsprogs: shard the realtime section
 2022-12-30 22:20 UTC  (12+ messages)
` [PATCH 01/12] xfs/122: update for rtgroups
` [PATCH 03/12] xfs/206: update mkfs filtering for rt groups feature
` [PATCH 02/12] punch-alternating: detect xfs realtime files with large allocation units
` [PATCH 04/12] common: pass the realtime device to xfs_db when possible
` [PATCH 06/12] xfs/185: update for rtgroups
` [PATCH 05/12] common: filter rtgroups when we're disabling metadir
` [PATCH 07/12] xfs/449: update test to know about xfs_db -R
` [PATCH 09/12] xfs/122: udpate test to pick up rtword/suminfo ondisk unions
` [PATCH 08/12] xfs/122: update for rtbitmap headers
` [PATCH 11/12] common/xfs: capture realtime devices during metadump/mdrestore
` [PATCH 10/12] xfs/27[46],xfs/556: fix tests to deal with rtgroups output in bmap/fsmap commands

[PATCHSET v1.0 0/4] fstests: support metadump to external devices
 2022-12-30 22:20 UTC  (5+ messages)
` [PATCH 1/4] common/populate: refactor caching of metadumps to a helper
` [PATCH 4/4] common/xfs: capture external logs during metadump/mdrestore
` [PATCH 2/4] common/xfs: wipe external logs during mdrestore operations
` [PATCH 3/4] common/ext4: reformat "

[PATCHSET v1.0 0/9] fstests: test XFS metadata directories
 2022-12-30 22:20 UTC  (10+ messages)
` [PATCH 1/9] xfs/122: fix metadirino
` [PATCH 2/9] various: fix finding metadata inode numbers when metadir is enabled
` [PATCH 4/9] common/repair: patch up repair sb inode value complaints
` [PATCH 3/9] xfs/{030,033,178}: forcibly disable metadata directory trees
` [PATCH 7/9] xfs/769: add metadir upgrade to test matrix
` [PATCH 6/9] xfs/{050,144,153,299,330}: update quota reports to leave out metadir files
` [PATCH 9/9] xfs: create fuzz tests for metadata directories
` [PATCH 5/9] xfs/206: update for metadata directory support
` [PATCH 8/9] xfs/509: adjust inumbers accounting for metadata directories

[PATCH V8 4/5] ASoC: codecs: Aw883xx chip register file, data type file and Kconfig Makefile
 2022-12-31  3:06 UTC  (2+ messages)

[PATCHSET 0/1] fstests: test upgrading older features
 2022-12-30 22:20 UTC  (2+ messages)
` [PATCH 1/1] xfs: test upgrading old features

[PATCHSET v1.0 0/1] libxfs: enable quota for realtime voluems
 2022-12-30 22:20 UTC  (2+ messages)
` [PATCH 1/1] xfs_quota: report warning limits for realtime space quotas

[PATCHSET v1.0 0/3] libxfs: reflink with large realtime extents
 2022-12-30 22:20 UTC  (4+ messages)
` [PATCH 3/3] mkfs: enable reflink with realtime extent sizes > 1
` [PATCH 2/3] xfs: fix integer overflow when validating extent size hints
` [PATCH 1/3] xfs: enable extent size hints for CoW when rtextsize > 1

[PATCHSET v1.0 00/41] libxfs: reflink on the realtime device
 2022-12-30 22:20 UTC  (42+ messages)
` [PATCH 02/41] xfs: namespace the maximum length/refcount symbols
` [PATCH 01/41] xfs: introduce realtime refcount btree definitions
` [PATCH 05/41] xfs: add realtime refcount btree operations
` [PATCH 08/41] xfs: add realtime refcount btree inode to metadata directory
` [PATCH 03/41] xfs: define the on-disk realtime refcount btree format
` [PATCH 07/41] xfs: add a realtime flag to the refcount update log redo items
` [PATCH 06/41] xfs: prepare refcount functions to deal with rtrefcountbt
` [PATCH 09/41] xfs: add metadata reservations for realtime refcount btree
` [PATCH 04/41] xfs: realtime refcount btree transaction reservations
` [PATCH 11/41] xfs: wire up realtime refcount btree cursors
` [PATCH 12/41] xfs: create routine to allocate and initialize a realtime refcount btree inode
` [PATCH 13/41] xfs: update rmap to allow cow staging extents in the rt rmap
` [PATCH 17/41] xfs: fix xfs_get_extsz_hint behavior with realtime alwayscow files
` [PATCH 16/41] xfs: refcover CoW leftovers in the realtime volume
` [PATCH 15/41] xfs: allow inodes to have the realtime and reflink flags
` [PATCH 10/41] xfs: wire up a new inode fork type for the realtime refcount
` [PATCH 14/41] xfs: compute rtrmap btree max levels when reflink enabled
` [PATCH 22/41] xfs: online repair of the realtime refcount btree
` [PATCH 21/41] xfs: scrub "
` [PATCH 24/41] xfs_db: display the realtime refcount btree contents
` [PATCH 20/41] xfs: report realtime refcount btree corruption errors to the health system
` [PATCH 18/41] xfs: apply rt extent alignment constraints to CoW extsize hint
` [PATCH 19/41] xfs: enable extent size hints for CoW operations
` [PATCH 23/41] libfrog: enable scrubbing of the realtime refcount data
` [PATCH 25/41] xfs_db: support the realtime refcountbt
` [PATCH 27/41] xfs_db: support rudimentary checks of the rtrefcount btree
` [PATCH 32/41] xfs_repair: find and mark the rtrefcountbt inode
` [PATCH 26/41] xfs_db: widen block type mask to 64 bits
` [PATCH 29/41] xfs_spaceman: report health of the realtime refcount btree
` [PATCH 30/41] xfs_repair: allow CoW staging extents in the realtime rmap records
` [PATCH 28/41] xfs_db: copy the realtime refcount btree
` [PATCH 31/41] xfs_repair: use realtime refcount btree data to check block types
` [PATCH 36/41] xfs_repair: rebuild the realtime refcount btree
` [PATCH 37/41] xfs_repair: allow realtime files to have the reflink flag set
` [PATCH 33/41] xfs_repair: compute refcount data for the realtime groups
` [PATCH 34/41] xfs_repair: check existing realtime refcountbt entries against observed refcounts
` [PATCH 39/41] xfs_repair: allow sysadmins to add realtime reflink
` [PATCH 35/41] xfs_repair: reject unwritten shared extents
` [PATCH 38/41] xfs_repair: validate CoW extent size hint on rtinherit directories
` [PATCH 40/41] mkfs: validate CoW extent size hint when rtinherit is set
` [PATCH 41/41] mkfs: enable reflink on the realtime device

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

[lkp] [+1926 bytes kernel size regression] [i386-tinyconfig] [affcd6e113] vfs: introduce new file range exchange ioctl
 2022-12-31  2:54 UTC 

[PATCHSET v1.0 0/4] libxfs: file write utility refactoring
 2022-12-30 22:20 UTC  (5+ messages)
` [PATCH 1/4] libxfs: resync libxfs_alloc_file_space interface with the kernel
` [PATCH 3/4] xfs_repair: use libxfs_alloc_file_space to reallocate rt metadata
` [PATCH 4/4] mkfs: use file write helper to populate files
` [PATCH 2/4] mkfs: use libxfs_alloc_file_space for rtinit

[PATCHSET v1.0 00/41] libxfs: realtime reverse-mapping support
 2022-12-30 22:20 UTC  (42+ messages)
` [PATCH 07/41] xfs: add a realtime flag to the rmap update log redo items
` [PATCH 01/41] xfs: simplify the xfs_rmap_{alloc,free}_extent calling conventions
` [PATCH 03/41] xfs: define the on-disk realtime rmap btree format
` [PATCH 06/41] xfs: prepare rmap functions to deal with rtrmapbt
` [PATCH 05/41] xfs: add realtime rmap btree operations
` [PATCH 02/41] xfs: introduce realtime rmap btree definitions
` [PATCH 04/41] xfs: realtime rmap btree transaction reservations
` [PATCH 14/41] xfs: report realtime rmap btree corruption errors to the health system
` [PATCH 13/41] xfs: create routine to allocate and initialize a realtime rmap btree inode
` [PATCH 12/41] xfs: wire up rmap map and unmap to the realtime rmapbt
` [PATCH 10/41] xfs: wire up a new inode fork type for the realtime rmap
` [PATCH 08/41] xfs: add realtime reverse map inode to superblock
` [PATCH 11/41] xfs: use realtime EFI to free extents when realtime rmap is enabled
` [PATCH 09/41] xfs: add metadata reservations for realtime rmap btrees
` [PATCH 15/41] xfs: allow queued realtime intents to drain before scrubbing
` [PATCH 19/41] xfs: hook live realtime rmap operations during a repair operation
` [PATCH 16/41] xfs: scrub the realtime rmapbt
` [PATCH 18/41] xfs: create a shadow rmap btree during realtime rmap repair
` [PATCH 22/41] xfs_db: support rudimentary checks of the rtrmap btree
` [PATCH 21/41] xfs_db: support the realtime rmapbt
` [PATCH 17/41] xfs: online repair of the realtime rmap btree
` [PATCH 20/41] xfs_db: display the realtime rmap btree contents
` [PATCH 30/41] xfs_repair: create a new set of incore rmap information for rt groups
` [PATCH 26/41] xfs_spaceman: report health status of the realtime rmap btree
` [PATCH 27/41] libxfs: dirty buffers should be marked uptodate too
` [PATCH 28/41] xfs_repair: flag suspect long-format btree blocks
` [PATCH 24/41] xfs_db: make fsmap query the realtime reverse mapping tree
` [PATCH 29/41] xfs_repair: use realtime rmap btree data to check block types
` [PATCH 23/41] xfs_db: copy the realtime rmap btree
` [PATCH 25/41] libfrog: enable scrubbng of the realtime rmap
` [PATCH 37/41] xfs_repair: rebuild the bmap btree for realtime files
` [PATCH 36/41] xfs_repair: rebuild the realtime rmap btree
` [PATCH 38/41] xfs_repair: reserve per-AG space while rebuilding rt metadata
` [PATCH 32/41] xfs_repair: refactor realtime inode check
` [PATCH 35/41] xfs_repair: always check realtime file mappings against incore info
` [PATCH 34/41] xfs_repair: check existing realtime rmapbt entries against observed rmaps
` [PATCH 33/41] xfs_repair: find and mark the rtrmapbt inodes
` [PATCH 31/41] xfs_repair: collect relatime reverse-mapping data for refcount/rmap tree rebuilding
` [PATCH 41/41] mkfs: create the realtime rmap inode
` [PATCH 39/41] xfs_repair: allow sysadmins to add realtime reverse mapping indexes
` [PATCH 40/41] xfs_scrub: retest metadata across scrub groups after a repair

[PATCH] win32: remove return_0 inline function
 2022-12-31  2:51 UTC  (2+ messages)

f2fs write error Linux v6.2
 2022-12-31  2:51 UTC  (8+ messages)
    ` [f2fs-dev] "
      ` [f2fs-dev] Fwd: "
              `  "

[syzbot] net build error (6)
 2022-12-31  2:46 UTC 

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

[PATCHSET v1.0 00/45] libxfs: shard the realtime section
 2022-12-30 22:19 UTC  (46+ messages)
` [PATCH 02/45] xfs: define the format of rt groups
` [PATCH 01/45] xfs: create incore realtime group structures
` [PATCH 09/45] xfs: record rt group superblock errors in the health system
` [PATCH 03/45] xfs: update primary realtime super every time we update the primary fs super
` [PATCH 06/45] xfs: export realtime group geometry via XFS_FSOP_GEOM
` [PATCH 10/45] xfs: define locking primitives for realtime groups
` [PATCH 08/45] xfs: add frextents to the lazysbcounters when rtgroups enabled
` [PATCH 05/45] xfs: grow the realtime section when realtime groups are enabled
` [PATCH 07/45] xfs: check that rtblock extents do not overlap with the rt group metadata
` [PATCH 04/45] xfs: write secondary realtime superblocks to disk
` [PATCH 15/45] xfs: encode the rtsummary in big endian format
` [PATCH 13/45] xfs: encode the rtbitmap in little "
` [PATCH 16/45] xfs: store rtgroup information with a bmap intent
` [PATCH 14/45] xfs: add block headers to realtime summary blocks
` [PATCH 11/45] xfs: export the geometry of realtime groups to userspace
` [PATCH 12/45] xfs: add block headers to realtime bitmap blocks
` [PATCH 17/45] xfs: scrub the realtime group superblock
` [PATCH 25/45] xfs_db: listify the definition of enum typnm
` [PATCH 18/45] xfs: repair secondary realtime group superblocks
` [PATCH 24/45] xfs_repair: repair rtsummary block headers
` [PATCH 20/45] libfrog: report rt groups in output
` [PATCH 23/45] xfs_repair: repair rtbitmap block headers
` [PATCH 21/45] xfs_repair: support realtime groups
` [PATCH 22/45] xfs_repair: improve rtbitmap discrepancy reporting
` [PATCH 19/45] xfs: scrub the rtbitmap by group
` [PATCH 30/45] xfs_db: enable conversion of rt space units
` [PATCH 28/45] xfs_db: listify the definition of dbm_t
` [PATCH 29/45] xfs_db: implement check for rt superblocks
` [PATCH 27/45] xfs_db: support changing the label and uuid of "
` [PATCH 32/45] xfs_db: metadump realtime devices
` [PATCH 26/45] xfs_db: support dumping realtime superblocks
` [PATCH 31/45] xfs_db: report rtgroups via version command
` [PATCH 40/45] xfs_spaceman: report on realtime group health
` [PATCH 38/45] xfs_io: display rt group in verbose bmap output
` [PATCH 35/45] xfs_mdrestore: restore rt group superblocks to realtime device
` [PATCH 34/45] xfs_db: dump rt summary blocks
` [PATCH 33/45] xfs_db: dump rt bitmap blocks
` [PATCH 37/45] xfs_io: add a command to display realtime group information
` [PATCH 39/45] xfs_io: display rt group in verbose fsmap output
` [PATCH 36/45] xfs_io: add a command to display allocation group information
` [PATCH 44/45] mkfs: add headers to realtime summary blocks
` [PATCH 45/45] mkfs: format realtime groups
` [PATCH 43/45] mkfs: add headers to realtime bitmap blocks
` [PATCH 41/45] xfs_scrub: scrub realtime allocation group metadata
` [PATCH 42/45] xfs_scrub: fstrim each rtgroup in parallel

[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 2/5] xfs_db: allow setting current address to log blocks
` [PATCH 5/5] xfs_mdrestore: fix missed progress reporting
` [PATCH 3/5] xfs_db: metadump external log devices
` [PATCH 4/5] xfs_mdrestore: restore log contents to "

[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 6/8] xfs_db: enable conversion of rt space units
` [PATCH 1/8] xfs_db: support passing the realtime device to the debugger
` [PATCH 2/8] xfs_db: report the device associated with each io cursor
` [PATCH 3/8] xfs_db: make the daddr command target the realtime device
` [PATCH 5/8] xfs_db: access arbitrary realtime blocks and extents
` [PATCH 4/8] xfs_db: access realtime file blocks
` [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 3/9] xfs: convert open-coded xfs_rtword_t pointer accesses to helper
` [PATCH 5/9] xfs: create helpers for rtbitmap block/wordcount computations
` [PATCH 4/9] xfs: convert rt summary macros to helpers
` [PATCH 2/9] xfs: remove XFS_BLOCKWSIZE and XFS_BLOCKWMASK macros
` [PATCH 1/9] xfs: convert the rtbitmap block and bit macros to static inline functions
` [PATCH 6/9] xfs: use accessor functions for bitmap words
` [PATCH 9/9] misc: use m_blockwsize instead of sb_blocksize for rt blocks
` [PATCH 7/9] xfs: create helpers for rtsummary block/wordcount computations
` [PATCH 8/9] xfs: use accessor functions for summary info words

[PATCHSET v1.0 00/10] libxfs: refactor rt extent unit conversions
 2022-12-30 22:19 UTC  (5+ messages)
` [PATCH 10/10] mkfs: convert utility to use new rt extent helpers and types
` [PATCH 07/10] xfs: create rt extent rounding helpers for realtime extent blocks
` [PATCH 08/10] xfs: use shifting and masking when converting rt extents, if possible
` [PATCH 09/10] xfs_repair: convert utility to use new rt extent helpers and types


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.