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

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

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  (19+ messages)
` [PATCH 27/42] xfs: add realtime refcount btree when adding rt volume
` [PATCH 28/42] xfs: report realtime refcount btree corruption errors to the health system
` [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 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 40/42] xfs: repair inodes that have a refcount btree in the data fork
` [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 37/42] xfs: walk the rt reference count tree when rebuilding rmap
` [PATCH 41/42] xfs: fix cow forks for realtime files
` [PATCH 38/42] xfs: capture realtime CoW staging extents when rebuilding rt rmapbt

[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 


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.