Linux-XFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-17 21:38:13 to 2024-04-22 16:40:10 UTC [more...]

[PATCH 00/67] libxfs: Sync to Linux 6.8
 2024-04-22 16:26 UTC  (42+ messages)
` [PATCH 01/67] xfs: use xfs_defer_pending objects to recover intent items
` [PATCH 02/67] xfs: recreate work items when recovering "
` [PATCH 03/67] xfs: use xfs_defer_finish_one to finish recovered work items
` [PATCH 04/67] xfs: move ->iop_recover to xfs_defer_op_type
` [PATCH 05/67] xfs: hoist intent done flag setting to ->finish_item callsite
` [PATCH 06/67] xfs: hoist ->create_intent boilerplate to its callsite
` [PATCH 07/67] xfs: use xfs_defer_create_done for the relogging operation
` [PATCH 08/67] xfs: clean out XFS_LI_DIRTY setting boilerplate from ->iop_relog
` [PATCH 09/67] xfs: hoist xfs_trans_add_item calls to defer ops functions
` [PATCH 10/67] xfs: move ->iop_relog to struct xfs_defer_op_type
` [PATCH 11/67] xfs: make rextslog computation consistent with mkfs
` [PATCH 12/67] xfs: fix 32-bit truncation in xfs_compute_rextslog
` [PATCH 13/67] xfs: don't allow overly small or large realtime volumes
` [PATCH 14/67] xfs: elide ->create_done calls for unlogged deferred work
` [PATCH 15/67] xfs: don't append work items to logged xfs_defer_pending objects
` [PATCH 16/67] xfs: allow pausing of pending deferred work items
` [PATCH 17/67] xfs: remove __xfs_free_extent_later
` [PATCH 18/67] xfs: automatic freeing of freshly allocated unwritten space
` [PATCH 19/67] xfs: remove unused fields from struct xbtree_ifakeroot
` [PATCH 20/67] xfs: force small EFIs for reaping btree extents
` [PATCH 21/67] xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_real
` [PATCH 22/67] xfs: update dir3 leaf block metadata after swap
` [PATCH 23/67] xfs: extract xfs_da_buf_copy() helper function
` [PATCH 24/67] xfs: move xfs_ondisk.h to libxfs/
` [PATCH 25/67] xfs: consolidate the xfs_attr_defer_* helpers
` [PATCH 26/67] xfs: store an ops pointer in struct xfs_defer_pending
` [PATCH 27/67] xfs: pass the defer ops instead of type to xfs_defer_start_recovery
` [PATCH 28/67] xfs: pass the defer ops directly to xfs_defer_add
` [PATCH 29/67] xfs: force all buffers to be written during btree bulk load
` [PATCH 30/67] xfs: set XBF_DONE on newly formatted btree block that are ready for writing
` [PATCH 31/67] xfs: read leaf blocks when computing keys for bulkloading into node blocks
` [PATCH 32/67] xfs: move btree bulkload record initialization to ->get_record implementations
` [PATCH 33/67] xfs: constrain dirty buffers while formatting a staged btree
` [PATCH 34/67] xfs: repair free space btrees
` [PATCH 35/67] xfs: repair inode btrees
` [PATCH 36/67] xfs: repair refcount btrees
` [PATCH 37/67] xfs: dont cast to char * for XFS_DFORK_*PTR macros
` [PATCH 38/67] xfs: set inode sick state flags when we zap either ondisk fork
` [PATCH 39/67] xfs: zap broken inode forks
` [PATCH 40/67] xfs: repair inode fork block mapping data structures
` [PATCH 41/67] xfs: create a ranged query function for refcount btrees

[PATCH RFC 0/7] buffered block atomic writes
 2024-04-22 16:02 UTC  (10+ messages)
` [PATCH RFC 1/7] fs: Rename STATX{_ATTR}_WRITE_ATOMIC -> STATX{_ATTR}_WRITE_ATOMIC_DIO
` [PATCH RFC 2/7] filemap: Change mapping_set_folio_min_order() -> mapping_set_folio_orders()
` [PATCH RFC 3/7] mm: Add PG_atomic
` [PATCH RFC 4/7] fs: Add initial buffered atomic write support info to statx
` [PATCH RFC 5/7] fs: iomap: buffered atomic write support
` [PATCH RFC 6/7] fs: xfs: buffered atomic writes statx support
` [PATCH RFC 7/7] fs: xfs: Enable buffered atomic writes

[PATCH 27/30] iomap: Remove calls to set and clear folio error flag
 2024-04-22 15:26 UTC  (4+ messages)

[PATCH 0/1] xfs: soft lockups for unmapping large no. of extents
 2024-04-22 15:10 UTC  (4+ messages)
` [PATCH 1/1] xfs: Add cond_resched to xfs_defer_finish_noroll

[RFC] fstests: add mmap page boundary tests
 2024-04-22 14:12 UTC  (4+ messages)

bring back RT delalloc support v6
 2024-04-22 11:20 UTC  (14+ messages)
` [PATCH 01/13] xfs: make XFS_TRANS_LOWMODE match the other XFS_TRANS_ definitions
` [PATCH 02/13] xfs: refactor realtime inode locking
` [PATCH 03/13] xfs: free RT extents after updating the bmap btree
` [PATCH 04/13] xfs: move RT inode locking out of __xfs_bunmapi
` [PATCH 05/13] xfs: block deltas in xfs_trans_unreserve_and_mod_sb must be positive
` [PATCH 06/13] xfs: split xfs_mod_freecounter
` [PATCH 07/13] xfs: reinstate RT support in xfs_bmapi_reserve_delalloc
` [PATCH 08/13] xfs: cleanup fdblock/frextent accounting in xfs_bmap_del_extent_delay
` [PATCH 09/13] xfs: support RT inodes in xfs_mod_delalloc
` [PATCH 10/13] xfs: look at m_frextents in xfs_iomap_prealloc_size for RT allocations
` [PATCH 11/13] xfs: rework splitting of indirect block reservations
` [PATCH 12/13] xfs: stop the steal (of data blocks for RT indirect blocks)
` [PATCH 13/13] xfs: reinstate delalloc for RT inodes (if sb_rextsize == 1)

[PATCH v3 00/11] enable bs > ps in XFS
 2024-04-22 11:03 UTC  (4+ messages)
` [PATCH v3 05/11] readahead: allocate folios with mapping_min_order in readahead

[GIT PULLBOMB] xfsprogs: catch us up to 6.8, at least
 2024-04-22  9:56 UTC  (14+ messages)
` [GIT PULL 01/11] xfsprogs: packaging fixes for 6.7
` [GIT PULL 02/11] xfsprogs: minor "
` [GIT PULL 03/11] xfsprogs: convert utilities to use new rt helpers
` [GIT PULL 04/11] libxfs: sync with 6.8
` [GIT PULL 05/11] xfs_repair: faster btree bulkloading
` [GIT PULL 06/11] xfsprogs: bug fixes for 6.8
` [GIT PULL 07/11] xfsprogs: fix log sector size detection
` [GIT PULL 08/11] mkfs: scale shards on ssds
` [GIT PULL 09/11] xfs_scrub: scan metadata files in parallel
` [GIT PULL 10/11] xfs_repair: rebuild inode fork mappings
` [GIT PULL 11/11] xfs_repair: support more than 4 billion records

[ANNOUNCE] xfs-linux: for-next updated to c414a87ff750
 2024-04-22  8:47 UTC  (3+ messages)

[PATCH v2,resend] xfs: compile out v4 support if disabled
 2024-04-22  6:13 UTC 

KASAN: null-ptr-deref Write in xlog_cil_commit
 2024-04-21 23:48 UTC  (3+ messages)

[PATCH RFC 0/2] xfs: fix potential create file failed
 2024-04-21 23:24 UTC  (4+ messages)
` [PATCH RFC 1/2] "
` [PATCH RFC 2/2] xfs: avoid potenial alloc inode failed

[PATCH] fstests: add fsstress + compaction test
 2024-04-20 14:02 UTC  (11+ messages)

[PATCH v4 0/9] xfs/iomap: fix non-atomic clone operation and don't update size when zeroing range post eof
 2024-04-19  8:14 UTC  (7+ messages)
` [PATCH v4 6/9] iomap: don't increase i_size if it's not a write operation

xfs : WARNING: possible circular locking dependency detected
 2024-04-19  7:21 UTC  (8+ messages)
` [PATCH] stackdepot: respect __GFP_NOLOCKDEP allocation flag

[ANNOUNCE] GPG key update
 2024-04-19  6:29 UTC  (3+ messages)

[PATCHSET v13.2 3/7] xfs: Parent Pointers
 2024-04-18 16:49 UTC  (6+ messages)
` [PATCH 26/31] xfs: add parent pointer ioctls
  ` [PATCH v13.2.1 "

fix kernels without v5 support v2
 2024-04-18 15:02 UTC  (12+ messages)
` [PATCH 1/5] xfs/045: don't force v4 file systems
` [PATCH 2/5] xfs/263: split out the v4 test
` [PATCH 3/5] xfs/512: split out v4 specific tests
` [PATCH 4/5] xfs/{158,160}: split out v4 tests
` [PATCH 5/5] xfs: don't run tests that require v4 file systems when not supported

[syzbot] [fs?] [mm?] KCSAN: data-race in __filemap_remove_folio / folio_mapping (2)
 2024-04-18  4:27 UTC  (3+ messages)

[PATCH v4 0/4] xfsprogs random fixes found by Coverity scan
 2024-04-18  4:27 UTC  (7+ messages)
` [PATCH v4 2/4] xfs_repair: make duration take time_t
` [PATCH v4 3/4] xfs_scrub: don't call phase_end if phase_rusage was not initialized
` [PATCH v4 4/4] xfs_fsr: convert fsrallfs to use time_t instead of int

[PATCH] libxfs: print the device name if flush-on-close fails
 2024-04-18  4:26 UTC  (2+ messages)

[PATCHBOMB v13.3] xfs: tweaks and fixes to online repair, part 2
 2024-04-18  4:25 UTC  (15+ messages)
` [PATCHSET v13.3 1/2] xfs: reduce iget overhead in scrub
  ` [PATCH 1/2] xfs: use dontcache for grabbing inodes during scrub
  ` [PATCH 2/2] xfs: only iget the file once when doing vectored scrub-by-handle
` [PATCHSET v13.3 2/2] xfs: minor fixes to online repair
  ` [PATCH 1/4] xfs: drop the scrub file's iolock when transaction allocation fails
  ` [PATCH 2/4] xfs: fix iunlock calls in xrep_adoption_trans_alloc
  ` [PATCH 3/4] xfs: exchange-range for repairs is no longer dynamic
  ` [PATCH 4/4] xfs: invalidate dentries for a file before moving it to the orphanage

[PATCHSET v30.2] xfs: atomic file content exchanges
 2024-04-17 23:42 UTC  (3+ messages)
` [PATCH 15/14] xfs: capture inode generation numbers in the ondisk exchmaps log item

[PATCH 6.1 0/6] backport xfs fix patches reported by xfs/179/270/557/606
 2024-04-17 22:55 UTC  (3+ messages)

[PATCH v3 RESEND] xfs: remove redundant batch variables for serialization
 2024-04-17 22:30 UTC  (3+ messages)

[PATCHSET 11/11] xfs_repair: support more than 4 billion records
 2024-04-17 21:46 UTC  (9+ messages)
` [PATCH 1/8] xfs_db: add a bmbt inflation command
` [PATCH 2/8] xfs_repair: slab and bag structs need to track more than 2^32 items
` [PATCH 3/8] xfs_repair: support more than 2^32 rmapbt records per AG
` [PATCH 4/8] xfs_repair: support more than 2^32 owners per physical block
` [PATCH 5/8] xfs_repair: clean up lock resources
` [PATCH 6/8] xfs_repair: constrain attr fork extent count
` [PATCH 7/8] xfs_repair: don't create block maps for data files
` [PATCH 8/8] xfs_repair: support more than INT_MAX block maps

[PATCHSET v30.3 10/11] xfs_repair: rebuild inode fork mappings
 2024-04-17 21:44 UTC  (4+ messages)
` [PATCH 1/3] xfs_repair: push inode buf and dinode pointers all the way to inode fork processing
` [PATCH 2/3] xfs_repair: sync bulkload data structures with kernel newbt code
` [PATCH 3/3] xfs_repair: rebuild block mappings from rmapbt data

[PATCHSET v30.3 09/11] xfs_scrub: scan metadata files in parallel
 2024-04-17 21:43 UTC  (4+ messages)
` [PATCH 1/3] libfrog: rename XFROG_SCRUB_TYPE_* to XFROG_SCRUB_GROUP_*
` [PATCH 2/3] libfrog: promote XFROG_SCRUB_DESCR_SUMMARY to a scrub type
` [PATCH 3/3] xfs_scrub: scan whole-fs metadata files in parallel

[PATCHSET 08/11] mkfs: scale shards on ssds
 2024-04-17 21:42 UTC  (3+ messages)
` [PATCH 1/2] mkfs: allow sizing allocation groups for concurrency
` [PATCH 2/2] mkfs: allow sizing internal logs "

[PATCHSET V3 07/11] xfsprogs: fix log sector size detection
 2024-04-17 21:42 UTC  (6+ messages)
` [PATCH 1/5] libxfs: remove the unused fs_topology_t typedef
` [PATCH 2/5] libxfs: refactor the fs_topology structure
` [PATCH 3/5] libxfs: remove the S_ISREG check from blkid_get_topology
` [PATCH 4/5] libxfs: also query log device topology in get_topology
` [PATCH 5/5] mkfs: use a sensible log sector size default

[PATCHSET 06/11] xfsprogs: bug fixes for 6.8
 2024-04-17 21:41 UTC  (6+ messages)
` [PATCH 1/5] xfs_repair: double-check with shortform attr verifiers
` [PATCH 2/5] xfs_db: improve number extraction in getbitval
` [PATCH 3/5] xfs_scrub: fix threadcount estimates for phase 6
` [PATCH 4/5] xfs_scrub: don't fail while reporting media scan errors
` [PATCH 5/5] xfs_io: add linux madvise advice codes

[PATCHSET 05/11] xfs_repair: faster btree bulkloading
 2024-04-17 21:39 UTC  (3+ messages)
` [PATCH 1/2] xfs_repair: adjust btree bulkloading slack computations to match online repair
` [PATCH 2/2] xfs_repair: bulk load records into new btree blocks

[PATCHSET 04/11] libxfs: sync with 6.8
 2024-04-17 21:39 UTC  (6+ messages)
` [PATCH 63/67] xfs: fix a use after free in xfs_defer_finish_recovery
` [PATCH 64/67] xfs: use the op name in trace_xlog_intent_recovery_failed
` [PATCH 65/67] xfs: fix backwards logic in xfs_bmap_alloc_account
` [PATCH 66/67] xfs: reset XFS_ATTR_INCOMPLETE filter on node removal
` [PATCH 67/67] xfs: remove conditional building of rt geometry validator functions


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).