All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-12-31 00:51:29 to 2022-12-31 01:38:43 UTC [more...]

Connection hangs over CGNAT (Starlink)
 2022-12-31  1:08 UTC  (3+ messages)

[NYE DELUGE 3/4] xfs: modernize the realtime volume
 2022-12-30 22:20 UTC  (170+ messages)
` [PATCHSET v1.0 00/20] xfs: hoist inode operations to libxfs
  ` [PATCH 01/20] xfs: move inode copy-on-write predicates to xfs_inode.[ch]
  ` [PATCH 03/20] xfs: hoist inode flag conversion functions to libxfs
  ` [PATCH 04/20] xfs: hoist project id get/set "
  ` [PATCH 02/20] xfs: hoist extent size helpers "
  ` [PATCH 05/20] xfs: pack icreate initialization parameters into a separate structure
  ` [PATCH 10/20] xfs: push xfs_icreate_args creation out of xfs_create*
  ` [PATCH 11/20] xfs: wrap inode creation dqalloc calls
  ` [PATCH 07/20] xfs: use xfs_trans_ichgtime to set times when allocating inode
  ` [PATCH 06/20] xfs: implement atime updates in xfs_trans_ichgtime
  ` [PATCH 08/20] xfs: split new inode creation into two pieces
  ` [PATCH 09/20] xfs: hoist new inode initialization functions to libxfs
  ` [PATCH 12/20] xfs: hoist xfs_iunlink "
  ` [PATCH 15/20] xfs: create libxfs helper to link an existing inode into a directory
  ` [PATCH 16/20] xfs: hoist inode free function to libxfs
  ` [PATCH 18/20] xfs: create libxfs helper to exchange two directory entries
  ` [PATCH 14/20] xfs: create libxfs helper to link a new inode into a directory
  ` [PATCH 13/20] xfs: hoist xfs_{bump,drop}link to libxfs
  ` [PATCH 17/20] xfs: create libxfs helper to remove an existing inode/name from a directory
  ` [PATCH 20/20] xfs: get rid of cross_rename
  ` [PATCH 19/20] xfs: create libxfs helper to rename two directory entries
` [PATCHSET v1.0 00/23] xfs: metadata inode directories
  ` [PATCH 02/23] xfs: create imeta abstractions to get and set metadata inodes
  ` [PATCH 01/23] xfs: don't use the incore struct xfs_sb for offsets into struct xfs_dsb
  ` [PATCH 09/23] xfs: load metadata directory root at mount time
  ` [PATCH 05/23] xfs: convert all users to xfs_imeta_log
  ` [PATCH 06/23] xfs: iget for metadata inodes
  ` [PATCH 04/23] xfs: refactor the v4 group/project inode pointer switch
  ` [PATCH 08/23] xfs: update imeta transaction reservations for metadir
  ` [PATCH 07/23] xfs: define the on-disk format for the metadir feature
  ` [PATCH 03/23] xfs: create transaction reservations for metadata inode operations
  ` [PATCH 10/23] xfs: convert metadata inode lookup keys to use paths
  ` [PATCH 15/23] xfs: hide metadata inodes from everyone because they are special
  ` [PATCH 13/23] xfs: ensure metadata directory paths exist before creating files
  ` [PATCH 14/23] xfs: disable the agi rotor for metadata inodes
  ` [PATCH 16/23] xfs: advertise metadata directory feature
  ` [PATCH 12/23] xfs: read and write metadata inode directory
  ` [PATCH 11/23] xfs: enforce metadata inode flag
  ` [PATCH 23/23] xfs: enable metadata directory feature
  ` [PATCH 22/23] xfs: don't check secondary super inode pointers when metadir enabled
  ` [PATCH 19/23] xfs: record health problems with the metadata directory
  ` [PATCH 20/23] xfs: scrub metadata directories
  ` [PATCH 21/23] xfs: teach nlink scrubber to deal with metadata directory roots
  ` [PATCH 17/23] xfs: allow bulkstat to return metadata directories
  ` [PATCH 18/23] xfs: enable creation of dynamically allocated metadir path structures
` [PATCHSET v1.0 00/14] xfs: refactor btrees to support records in inode root
  ` [PATCH 03/14] xfs: refactor creation of bmap btree roots
  ` [PATCH 02/14] xfs: refactor the allocation and freeing of incore inode fork "
  ` [PATCH 05/14] xfs: hoist the code that moves the incore inode fork broot memory
  ` [PATCH 01/14] xfs: replace shouty XFS_BM{BT,DR} macros
  ` [PATCH 06/14] xfs: move the zero records logic into xfs_bmap_broot_space_calc
  ` [PATCH 04/14] xfs: fix a sloppy memory handling bug in xfs_iroot_realloc
  ` [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 11/14] xfs: hoist the node iroot update code out of xfs_btree_new_iroot
  ` [PATCH 12/14] xfs: hoist the node iroot update code out of xfs_btree_kill_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
` [PATCHSET v1.0 00/11] xfs: clean up realtime type usage
  ` [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
` [PATCHSET v1.0 0/7] xfs: refactor rt extent unit conversions
  ` [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 0/8] xfs: refactor rtbitmap/summary macros
  ` [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/3] xfs: refactor realtime meta inode locking
  ` [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 00/22] xfsprogs: shard the realtime section
  ` [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
` [PATCHSET v1.0 0/3] xfsprogs: enable FITRIM for the realtime section
  ` [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 0/2] xfs: enable in-core block reservation for rt metadata
  ` [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/2] xfs: extent free log intent cleanups
  ` [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: widen EFI format to support rt
  ` [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/5] xfs: rmap log intent cleanups
  ` [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 00/38] xfs: realtime reverse-mapping support
  ` [PATCH 05/38] xfs: realtime rmap btree transaction reservations
  ` [PATCH 01/38] xfs: prepare rmap btree cursor tracepoints for realtime
  ` [PATCH 02/38] xfs: simplify the xfs_rmap_{alloc,free}_extent calling conventions
  ` [PATCH 03/38] xfs: introduce realtime rmap btree definitions
  ` [PATCH 04/38] xfs: define the on-disk realtime rmap btree format
  ` [PATCH 06/38] xfs: add realtime rmap btree operations
  ` [PATCH 07/38] xfs: prepare rmap functions to deal with rtrmapbt
` [PATCHSET v1.0 0/5] xfs: refcount log intent cleanups
` [PATCHSET v1.0 00/42] xfs: reflink on the realtime device
` [PATCHSET v1.0 0/9] xfs: reflink with large realtime extents
` [PATCHSET v1.0 0/3] xfs: enable quota for realtime voluems
` [PATCHSET 0/4] xfs_repair: add other v5 features to filesystems
` [PATCHSET v1.0 00/26] libxfs: hoist inode operations to libxfs
` [PATCHSET v1.0 00/46] libxfs: metadata inode directories
` [PATCHSET v1.0 00/10] libxfs: refactor rt extent unit conversions
` [PATCHSET v1.0 0/9] libxfs: refactor rtbitmap/summary macros
` [PATCHSET v1.0 0/8] xfs_db: debug realtime geometry
` [PATCHSET v1.0 0/5] xfs_metadump: support external devices
` [PATCHSET v1.0 00/45] libxfs: shard the realtime section
` [PATCHSET v1.0 0/3] libxfs: widen EFI format to support rt
` [PATCHSET v1.0 00/41] libxfs: realtime reverse-mapping support
` [PATCHSET v1.0 0/4] libxfs: file write utility refactoring
` [PATCHSET v1.0 00/41] libxfs: reflink on the realtime device
` [PATCHSET v1.0 0/3] libxfs: reflink with large realtime extents
` [PATCHSET v1.0 0/1] libxfs: enable quota for realtime voluems
` [PATCHSET 0/1] fstests: test upgrading older features
` [PATCHSET v1.0 0/9] fstests: test XFS metadata directories
` [PATCHSET v1.0 0/4] fstests: support metadump to external devices
` [PATCHSET v1.0 00/12] xfsprogs: shard the realtime section
` [PATCHSET v1.0 00/13] fstests: fixes for realtime rmap
` [PATCHSET v1.0 00/10] fstests: reflink on the realtime device
` [PATCHSET v1.0 0/4] fstests: reflink with large realtime extents
` [PATCHSET v1.0 0/1] fstests: functional tests for rt quota

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

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

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

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

[PATCH v5 2/2] sched: Use kfree_rcu() in do_set_cpus_allowed()
 2022-12-31  1:15 UTC  (2+ messages)

[lpieralisi-pci:pci/switchtec 2/2] drivers/pci/switch/switchtec.c:623:1: sparse: sparse: unused label 'out'
 2022-12-31  1:15 UTC 

[PATCH qemu] x86: don't let decompressed kernel image clobber setup_data
 2022-12-31  1:14 UTC  (13+ messages)

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

[tip:master] BUILD SUCCESS fdcbb2aa95b584bf189401bd3072b4bc0de4d52f
 2022-12-31  1:07 UTC 

[zen:6.1/prjc 295/336] kernel/sched/alt_core.c:7209:57: error: implicit declaration of function 'cpu_coregroup_mask'
 2022-12-31  1:05 UTC 

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

Regression in brcmfmac for 6.1/6.2-rc1 for SDIO devices
 2022-12-31  1:00 UTC 

[GIT PULL] ata fixes for 6.2-rc2
 2022-12-31  0:59 UTC 

is this data corruption?
 2022-12-31  0:57 UTC  (3+ messages)

[PATCHSET v24.0 0/1] fstests: test automatic scrub optimization by default
 2022-12-30 22:20 UTC  (2+ messages)
` [PATCH 1/1] xfs: test xfs_scrub dry run, preen, and repair mode

[PATCHSET v24.0 0/2] fstests: online repair of directories
 2022-12-30 22:19 UTC  (3+ messages)
` [PATCH 1/2] xfs: ensure that online directory repairs don't hit EDQUOT
` [PATCH 2/2] xfs: race fsstress with online repair of dirs and parent pointers

[PATCHSET v24.0 0/1] fstests: online repair of extended attributes
 2022-12-30 22:19 UTC  (2+ messages)
` [PATCH 1/1] xfs: race fsstress with online repair of extended attribute data

[PATCHSET v24.0 0/1] fstests: online repair of realtime summaries
 2022-12-30 22:19 UTC  (2+ messages)
` [PATCH 1/1] xfs: race fsstress with online repair of realtime summary files

[PATCHSET v24.0 0/7] fstests: atomic file updates
 2022-12-30 22:19 UTC  (8+ messages)
` [PATCH 1/7] xfs/122: fix for swapext log items
` [PATCH 5/7] generic: test that file privilege gets dropped with FIEXCHANGE_RANGE
` [PATCH 3/7] generic: test new vfs swapext ioctl
` [PATCH 4/7] generic, xfs: test scatter-gather atomic file updates
` [PATCH 2/7] generic: test old xfs extent swapping ioctl
` [PATCH 7/7] fsstress: update for FIEXCHANGE_RANGE
` [PATCH 6/7] fsx: support FIEXCHANGE_RANGE

[PATCHSET v24.0 0/5] fstests: strengthen fuzz testing
 2022-12-30 22:19 UTC  (3+ messages)
` [PATCH 5/5] fuzzy: fuzz test key/pointers of inode btrees
` [PATCH 4/5] xfs: fuzz test both repair strategies


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.