All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-31 20:59:59 to 2023-12-31 21:47:11 UTC [more...]

[PATCHSET v2.0 13/15] xfs: reflink on the realtime device
 2023-12-31 21:47 UTC  (11+ messages)
` [PATCH 01/44] xfs: prepare refcount btree cursor tracepoints for realtime
` [PATCH 02/44] xfs: introduce realtime refcount btree definitions
` [PATCH 03/44] xfs: namespace the maximum length/refcount symbols
` [PATCH 04/44] xfs: define the on-disk realtime refcount btree format
` [PATCH 05/44] xfs: realtime refcount btree transaction reservations
` [PATCH 06/44] xfs: add realtime refcount btree operations
` [PATCH 07/44] xfs: prepare refcount functions to deal with rtrefcountbt
` [PATCH 08/44] xfs: add a realtime flag to the refcount update log redo items
` [PATCH 09/44] xfs: support recovering refcount intent items targetting realtime extents
` [PATCH 10/44] xfs: add realtime refcount btree block detection to log recovery

Linux kernel 6.7-rc8 released
 2023-12-31 21:46 UTC 

[PATCH] packet: Improve exception handling in fanout_add()
 2023-12-31 21:45 UTC  (2+ messages)

[PATCHSET v2.0 12/15] xfs: refcount log intent cleanups
 2023-12-31 21:44 UTC  (11+ messages)
` [PATCH 01/10] xfs: give refcount btree cursor error tracepoints their own class
` [PATCH 02/10] xfs: create specialized classes for refcount tracepoints
` [PATCH 03/10] xfs: prepare refcount btree tracepoints for widening
` [PATCH 04/10] xfs: clean up refcount log intent item tracepoint callsites
` [PATCH 05/10] xfs: remove xfs_trans_set_refcount_flags
` [PATCH 06/10] xfs: add a ci_entry helper
` [PATCH 07/10] xfs: reuse xfs_refcount_update_cancel_item
` [PATCH 08/10] xfs: don't bother calling xfs_refcount_finish_one_cleanup in xfs_refcount_finish_one
` [PATCH 09/10] xfs: simplify usage of the rcur local variable "
` [PATCH 10/10] xfs: move xfs_refcount_update_defer_add to xfs_refcount_item.c

[PATCHSET v2.0 11/15] xfs: realtime reverse-mapping support
 2023-12-31 21:41 UTC  (40+ messages)
` [PATCH 01/39] xfs: prepare rmap btree cursor tracepoints for realtime
` [PATCH 02/39] xfs: simplify the xfs_rmap_{alloc,free}_extent calling conventions
` [PATCH 03/39] xfs: introduce realtime rmap btree definitions
` [PATCH 04/39] xfs: define the on-disk realtime rmap btree format
` [PATCH 05/39] xfs: realtime rmap btree transaction reservations
` [PATCH 06/39] xfs: add realtime rmap btree operations
` [PATCH 07/39] xfs: prepare rmap functions to deal with rtrmapbt
` [PATCH 08/39] xfs: add a realtime flag to the rmap update log redo items
` [PATCH 09/39] xfs: support recovering rmap intent items targetting realtime extents
` [PATCH 10/39] xfs: add realtime rmap btree block detection to log recovery
` [PATCH 11/39] xfs: add realtime reverse map inode to metadata directory
` [PATCH 12/39] xfs: add metadata reservations for realtime rmap btrees
` [PATCH 13/39] xfs: wire up a new inode fork type for the realtime rmap
` [PATCH 14/39] xfs: allow inodes with zero extents but nonzero nblocks
` [PATCH 15/39] xfs: use realtime EFI to free extents when realtime rmap is enabled
` [PATCH 16/39] xfs: wire up rmap map and unmap to the realtime rmapbt
` [PATCH 17/39] xfs: create routine to allocate and initialize a realtime rmap btree inode
` [PATCH 18/39] xfs: rearrange xfs_fsmap.c a little bit
` [PATCH 19/39] xfs: wire up getfsmap to the realtime reverse mapping btree
` [PATCH 20/39] xfs: check that the rtrmapbt maxlevels doesn't increase when growing fs
` [PATCH 21/39] xfs: add realtime rmap btree when adding rt volume
` [PATCH 22/39] xfs: report realtime rmap btree corruption errors to the health system
` [PATCH 23/39] xfs: fix scrub tracepoints when inode-rooted btrees are involved
` [PATCH 24/39] xfs: allow queued realtime intents to drain before scrubbing
` [PATCH 25/39] xfs: scrub the realtime rmapbt
` [PATCH 26/39] xfs: cross-reference realtime bitmap to realtime rmapbt scrubber
` [PATCH 27/39] xfs: cross-reference the realtime rmapbt
` [PATCH 28/39] xfs: scan rt rmap when we're doing an intense rmap check of bmbt mappings
` [PATCH 29/39] xfs: scrub the metadir path of rt rmap btree files
` [PATCH 30/39] xfs: walk the rt reverse mapping tree when rebuilding rmap
` [PATCH 31/39] xfs: online repair of realtime file bmaps
` [PATCH 32/39] xfs: repair inodes that have realtime extents
` [PATCH 33/39] xfs: repair rmap btree inodes
` [PATCH 34/39] xfs: online repair of realtime bitmaps for a realtime group
` [PATCH 35/39] xfs: support repairing metadata btrees rooted in metadir inodes
` [PATCH 36/39] xfs: online repair of the realtime rmap btree
` [PATCH 37/39] xfs: create a shadow rmap btree during realtime rmap repair
` [PATCH 38/39] xfs: hook live realtime rmap operations during a repair operation
` [PATCH 39/39] xfs: enable realtime rmap btree

[PATCHSET] e2scrub: fix some problems
 2023-12-31 21:37 UTC  (3+ messages)
` [PATCH 3/2] e2scrub_fail: move executable script to /usr/libexec

RTT-PROBE: lore-subspace-rtt
 2023-12-31 21:38 UTC 

[linux-next:master 4679/10295] drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:9280 amdgpu_dm_atomic_commit_tail() error: we previously assumed 'acrtc' could be null (see line 9277)
 2023-12-31 21:37 UTC 

[PATCHSET v2.0 10/15] xfs: rmap log intent cleanups
 2023-12-31 21:31 UTC  (11+ messages)
` [PATCH 01/10] xfs: attach rtgroup objects to btree cursors
` [PATCH 02/10] xfs: give rmap btree cursor error tracepoints their own class
` [PATCH 03/10] xfs: prepare rmap btree tracepoints for widening
` [PATCH 04/10] xfs: clean up rmap log intent item tracepoint callsites
` [PATCH 05/10] xfs: remove xfs_trans_set_rmap_flags
` [PATCH 06/10] xfs: add a ri_entry helper
` [PATCH 07/10] xfs: reuse xfs_rmap_update_cancel_item
` [PATCH 08/10] xfs: don't bother calling xfs_rmap_finish_one_cleanup in xfs_rmap_finish_one
` [PATCH 09/10] xfs: simplify usage of the rcur local variable "
` [PATCH 10/10] xfs: move xfs_rmap_update_defer_add to xfs_rmap_item.c

[PATCHSET v2.0 09/15] xfs: widen EFI format to support rt
 2023-12-31 21:29 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 v2.0 08/15] xfs: extent free log intent cleanups
 2023-12-31 21:28 UTC  (10+ messages)
` [PATCH 1/9] xfs: clean up extent free log intent item tracepoint callsites
` [PATCH 2/9] xfs: convert "skip_discard" to a proper flags bitset
` [PATCH 3/9] xfs: pass the fsbno to xfs_perag_intent_get
` [PATCH 4/9] xfs: add a xefi_entry helper
` [PATCH 5/9] xfs: reuse xfs_extent_free_cancel_item
` [PATCH 6/9] xfs: factor out a xfs_efd_add_extent helper
` [PATCH 7/9] xfs: remove duplicate asserts in xfs_defer_extent_free
` [PATCH 8/9] xfs: remove xfs_defer_agfl_block
` [PATCH 9/9] xfs: move xfs_extent_free_defer_add to xfs_extfree_item.c

RTT-PROBE: lore-subspace-rtt
 2023-12-31 21:28 UTC 

[PATCHSET v2.0 07/15] xfs: enable in-core block reservation for rt metadata
 2023-12-31 21:26 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 v2.0 06/15] xfs: refactor btrees to support records in inode root
 2023-12-31 21:25 UTC  (15+ messages)
` [PATCH 01/14] xfs: replace shouty XFS_BM{BT,DR} macros
` [PATCH 02/14] xfs: refactor the allocation and freeing of incore inode fork btree roots
` [PATCH 03/14] xfs: refactor creation of bmap "
` [PATCH 04/14] xfs: fix a sloppy memory handling bug in xfs_iroot_realloc
` [PATCH 05/14] xfs: hoist the code that moves the incore inode fork broot memory
` [PATCH 06/14] xfs: move the zero records logic into xfs_bmap_broot_space_calc
` [PATCH 07/14] xfs: rearrange xfs_iroot_realloc a bit
` [PATCH 08/14] xfs: standardize the btree maxrecs function parameters
` [PATCH 09/14] xfs: generalize the btree root reallocation function
` [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 13/14] xfs: support storing records in the inode core root
` [PATCH 14/14] xfs: update btree keys correctly when _insrec splits an inode root block

[PATCH 0/5] *** Implement using Intel QAT to offload ZLIB
 2023-12-31 20:58 UTC  (6+ messages)
` [PATCH 1/5] meson: Introduce 'qatzip' feature to the build system
` [PATCH 2/5] migration: Add compression level parameter for QATzip
` [PATCH 3/5] migration: Introduce unimplemented 'qatzip' compression method
` [PATCH 4/5] migration: Implement 'qatzip' methods using QAT
` [PATCH 5/5] migration: Add integration test for 'qatzip' compression method

[PATCHSET v2.0 05/15] xfs: enable FITRIM for the realtime section
 2023-12-31 21:22 UTC  (2+ messages)
` [PATCH 1/1] xfs: enable FITRIM on the realtime device

[PATCHSET v2.0 04/15] xfsprogs: shard the realtime section
 2023-12-31 21:21 UTC  (25+ messages)
` [PATCH 01/24] xfs: create incore realtime group structures
` [PATCH 02/24] xfs: define the format of rt groups
` [PATCH 03/24] xfs: reduce rt summary file levels for rtgroups filesystems
` [PATCH 04/24] xfs: check the realtime superblock at mount time
` [PATCH 05/24] xfs: update primary realtime super every time we update the primary fs super
` [PATCH 06/24] xfs: write secondary realtime superblocks to disk
` [PATCH 07/24] xfs: grow the realtime section when realtime groups are enabled
` [PATCH 08/24] xfs: always update secondary rt supers when we update secondary fs supers
` [PATCH 09/24] xfs: export realtime group geometry via XFS_FSOP_GEOM
` [PATCH 10/24] xfs: check that rtblock extents do not overlap with the rt group metadata
` [PATCH 11/24] xfs: add frextents to the lazysbcounters when rtgroups enabled
` [PATCH 12/24] xfs: record rt group superblock errors in the health system
` [PATCH 13/24] xfs: define locking primitives for realtime groups
` [PATCH 14/24] xfs: export the geometry of realtime groups to userspace
` [PATCH 15/24] xfs: add block headers to realtime bitmap blocks
` [PATCH 16/24] xfs: encode the rtbitmap in little endian format
` [PATCH 17/24] xfs: add block headers to realtime summary blocks
` [PATCH 18/24] xfs: encode the rtsummary in big endian format
` [PATCH 19/24] xfs: store rtgroup information with a bmap intent
` [PATCH 20/24] xfs: use an incore rtgroup rotor for rtpick
` [PATCH 21/24] xfs: scrub the realtime group superblock
` [PATCH 22/24] xfs: repair secondary realtime group superblocks
` [PATCH 23/24] xfs: scrub each rtgroup's portion of the rtbitmap separately
` [PATCH 24/24] xfs: enable realtime group feature

RTT-PROBE: lore-subspace-rtt
 2023-12-31 21:18 UTC 

6.6.8 stable: crash in folio_mark_dirty
 2023-12-31 21:15 UTC  (4+ messages)

[PATCHSET v2.0 03/15] xfs: refactor realtime meta inode locking
 2023-12-31 21:15 UTC  (5+ messages)
` [PATCH 1/4] xfs: refactor realtime scrubbing context management
` [PATCH 2/4] xfs: use separate lock classes for realtime metadata inode ILOCKs
` [PATCH 3/4] xfs: refactor realtime inode locking
` [PATCH 4/4] xfs: remove XFS_ILOCK_RT*

[PATCHSET v2.0 02/15] xfs: metadata inode directories
 2023-12-31 21:14 UTC  (33+ messages)
` [PATCH 01/32] xfs: don't use the incore struct xfs_sb for offsets into struct xfs_dsb
` [PATCH 02/32] xfs: create imeta abstractions to get and set metadata inodes
` [PATCH 03/32] xfs: create transaction reservations for metadata inode operations
` [PATCH 04/32] xfs: refactor the v4 group/project inode pointer switch
` [PATCH 05/32] xfs: convert quota file creation to use imeta methods
` [PATCH 06/32] xfs: iget for metadata inodes
` [PATCH 07/32] xfs: define the on-disk format for the metadir feature
` [PATCH 08/32] xfs: update imeta transaction reservations for metadir
` [PATCH 09/32] xfs: load metadata directory root at mount time
` [PATCH 10/32] xfs: convert metadata inode lookup keys to use paths
` [PATCH 11/32] xfs: enforce metadata inode flag
` [PATCH 12/32] xfs: allow deletion of metadata directory files
` [PATCH 13/32] xfs: read and write metadata inode directory
` [PATCH 14/32] xfs: ensure metadata directory paths exist before creating files
` [PATCH 15/32] xfs: disable the agi rotor for metadata inodes
` [PATCH 16/32] xfs: hide metadata inodes from everyone because they are special
` [PATCH 17/32] xfs: advertise metadata directory feature
` [PATCH 18/32] xfs: allow bulkstat to return metadata directories
` [PATCH 19/32] xfs: enable creation of dynamically allocated metadir path structures
` [PATCH 20/32] xfs: don't count metadata directory files to quota
` [PATCH 21/32] xfs: adjust xfs_bmap_add_attrfork for metadir
` [PATCH 22/32] xfs: record health problems with the metadata directory
` [PATCH 23/32] xfs: do not count metadata directory files when doing online quotacheck
` [PATCH 24/32] xfs: scrub shouldn't tag metadata files with attr forks if metadir and parent pointers are on
` [PATCH 25/32] xfs: scrub metadata directories
` [PATCH 26/32] xfs: teach nlink scrubber to deal with metadata directory roots
` [PATCH 27/32] xfs: don't check secondary super inode pointers when metadir enabled
` [PATCH 28/32] xfs: move repair temporary files to the metadata directory tree
` [PATCH 29/32] xfs: check metadata directory file path connectivity
` [PATCH 30/32] xfs: repair "
` [PATCH 31/32] xfs: fix up repair functions for metadata directory roots
` [PATCH 32/32] xfs: enable metadata directory feature

[PATCH v4] posix-timers: add multi_clock_gettime system call
 2023-12-31 21:09 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-12-31 21:08 UTC 

[PATCHSET v2.0 01/15] xfs: hoist inode operations to libxfs
 2023-12-31 21:06 UTC  (22+ messages)
` [PATCH 01/21] xfs: move inode copy-on-write predicates to xfs_inode.[ch]
` [PATCH 02/21] xfs: hoist extent size helpers to libxfs
` [PATCH 03/21] xfs: hoist inode flag conversion functions "
` [PATCH 04/21] xfs: hoist project id get/set "
` [PATCH 05/21] xfs: pack icreate initialization parameters into a separate structure
` [PATCH 06/21] xfs: implement atime updates in xfs_trans_ichgtime
` [PATCH 07/21] xfs: use xfs_trans_ichgtime to set times when allocating inode
` [PATCH 08/21] xfs: split new inode creation into two pieces
` [PATCH 09/21] xfs: hoist new inode initialization functions to libxfs
` [PATCH 10/21] xfs: push xfs_icreate_args creation out of xfs_create*
` [PATCH 11/21] xfs: wrap inode creation dqalloc calls
` [PATCH 12/21] xfs: hoist xfs_iunlink to libxfs
` [PATCH 13/21] xfs: hoist xfs_{bump,drop}link "
` [PATCH 14/21] xfs: create libxfs helper to link a new inode into a directory
` [PATCH 15/21] xfs: create libxfs helper to link an existing "
` [PATCH 16/21] xfs: hoist inode free function to libxfs
` [PATCH 17/21] xfs: create libxfs helper to remove an existing inode/name from a directory
` [PATCH 18/21] xfs: create libxfs helper to exchange two directory entries
` [PATCH 19/21] xfs: create libxfs helper to rename "
` [PATCH 20/21] xfs: move dirent update hooks to xfs_dir2.c
` [PATCH 21/21] xfs: get rid of trivial rename helpers

Linux 6.7-rc8
 2023-12-31 21:04 UTC 

[PATCHSET v13.0 7/7] xfs: vectorize scrub kernel calls
 2023-12-31 21:00 UTC  (4+ messages)
` [PATCH 1/3] xfs: reduce the rate of cond_resched calls inside scrub
` [PATCH 2/3] xfs: introduce vectored scrub mode
` [PATCH 3/3] xfs: only iget the file once when doing vectored scrub-by-handle

[PATCHSET v13.0 6/7] xfs: detect and correct directory tree problems
 2023-12-31 20:59 UTC  (2+ messages)
` [PATCH 4/4] xfs: fix corruptions in the directory tree


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.