Linux-XFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-07 11:56:26 to 2024-03-13 02:03:12 UTC [more...]

[PATCHBOMB] xfsprogs: everything headed towards 6.8
 2024-03-13  2:03 UTC  (63+ messages)
` [PATCHSET 01/10] xfsprogs: convert utilities to use new rt helpers
  ` [PATCH 01/13] libxfs: fix incorrect porting to 6.7
  ` [PATCH 02/13] mkfs: fix log sunit rounding when external logs are in use
  ` [PATCH 03/13] xfs_repair: fix confusing rt space units in the duplicate detection code
  ` [PATCH 04/13] libxfs: create a helper to compute leftovers of realtime extents
  ` [PATCH 05/13] libxfs: use helpers to convert rt block numbers to rt extent numbers
  ` [PATCH 06/13] xfs_repair: convert utility to use new rt extent helpers and types
  ` [PATCH 07/13] mkfs: "
  ` [PATCH 08/13] xfs_{db,repair}: convert open-coded xfs_rtword_t pointer accesses to helper
  ` [PATCH 09/13] xfs_repair: convert helpers for rtbitmap block/wordcount computations
  ` [PATCH 10/13] xfs_{db,repair}: use accessor functions for bitmap words
  ` [PATCH 11/13] xfs_{db,repair}: use helpers for rtsummary block/wordcount computations
  ` [PATCH 12/13] xfs_{db,repair}: use accessor functions for summary info words
  ` [PATCH 13/13] xfs_{db,repair}: use m_blockwsize instead of sb_blocksize for rt blocks
` [PATCHSET 02/10] libxfs: sync with 6.8
  ` [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
` [PATCHSET 03/10] xfs_repair: faster btree bulkloading
` [PATCHSET 04/10] xfsprogs: bug fixes for 6.8
` [PATCHSET V2 05/10] xfsprogs: fix log sector size detection
` [PATCHSET 06/10] mkfs: scale shards on ssds
` [PATCHSET v29.4 07/10] xfs_scrub: scan metadata files in parallel
` [PATCHSET v29.4 08/10] xfs_repair: rebuild inode fork mappings
` [PATCHSET 09/10] xfs_repair: support more than 4 billion records
` [PATCHSET v29.4 10/10] libxfs: prepare to sync with 6.9

[PATCH v5 00/24] fs-verity support for XFS
 2024-03-13  1:35 UTC  (77+ messages)
` [PATCH v5 05/24] fs: add FS_XFLAG_VERITY for verity files
` [PATCH v5 06/24] fsverity: pass tree_blocksize to end_enable_verity()
` [PATCH v5 07/24] fsverity: support block-based Merkle tree caching
` [PATCH v5 08/24] fsverity: add per-sb workqueue for post read processing
` [PATCH v5 10/24] iomap: integrate fs-verity verification into iomap's read path
` [PATCH v5 11/24] xfs: add XBF_VERITY_SEEN xfs_buf flag
` [PATCH v5 17/24] xfs: add inode on-disk VERITY flag
` [PATCH v5 18/24] xfs: initialize fs-verity on file open and cleanup on inode destruction
` [PATCH v5 19/24] xfs: don't allow to enable DAX on fs-verity sealsed inode
` [PATCH v5 20/24] xfs: disable direct read path for fs-verity files
` [PATCH v5 21/24] xfs: add fs-verity support
` [PATCH v5 22/24] xfs: make scrub aware of verity dinode flag
` [PATCH v5 23/24] xfs: add fs-verity ioctls
` [PATCH v5 24/24] xfs: enable ro-compat fs-verity flag

RFCv2: fix fatal signal handling in __blkdev_issue_discard
 2024-03-13  1:22 UTC  (9+ messages)
` [PATCH 1/5] block: move discard checks into the ioctl handler
` [PATCH 2/5] block: add a bio_chain_and_submit helper
` [PATCH 3/5] block: add a blk_alloc_discard_bio helper

[PATCH] xfs: allow sunit mount option to repair bad primary sb stripe values
 2024-03-12 23:30 UTC 

[PATCH] misc: fix string buffer compile warnings
 2024-03-12 21:20 UTC  (2+ messages)

[PATCH] generic/574: don't fail the test on intentional coredump
 2024-03-12 16:43 UTC  (3+ messages)

[PATCH 0/4] xfs/iomap: fix non-atomic clone operation and don't update size when zeroing range post eof
 2024-03-12 16:27 UTC  (20+ messages)
` [PATCH 1/4] xfs: match lock mode in xfs_buffered_write_iomap_begin()
` [PATCH 2/4] xfs: convert delayed extents to unwritten when zeroing post eof blocks
` [PATCH 3/4] iomap: don't increase i_size if it's not a write operation
` [PATCH 4/4] iomap: cleanup iomap_write_iter()

RFCv2: fix fatal signal handling in __blkdev_issue_discard
 2024-03-12 14:48 UTC  (6+ messages)
` [PATCH 1/5] block: move discard checks into the ioctl handler
` [PATCH 2/5] block: add a bio_chain_and_submit helper
` [PATCH 3/5] block: add a blk_alloc_discard_bio helper
` [PATCH 4/5] block: move await_bio_chain to bio.c
` [PATCH 5/5] block: don't allow fatal signals to interrupt (__)blkdev_issue_discard

[ANNOUNCE] xfsdump: for-next updated to 252b097
 2024-03-12 14:45 UTC 

[ANNOUNCE] xfsprogs: for-next updated to 127b66a4d
 2024-03-12 14:38 UTC 

[PATCH 1/2] generic: move btrfs clone device testcase to the generic group
 2024-03-12 13:35 UTC  (2+ messages)

[PATCHSET] fstests: random fixes for v2024.02.09
 2024-03-11 15:04 UTC  (22+ messages)
` [PATCH 6/8] xfs/122: update test to pick up rtword/suminfo ondisk unions
` [PATCH 8/8] xfs: test for premature ENOSPC with large cow delalloc extents
  ` [PATCH v1.1 "
  ` [PATCH v1.2 "

[PATCH RFC 0/2] ext4: Do endio process under irq context for DIO overwrites
 2024-03-11  7:55 UTC  (5+ messages)
` [PATCH RFC 1/2] iomap: Add a IOMAP_DIO_MAY_INLINE_COMP flag

Shrinking
 2024-03-09 17:51 UTC 

RFC: untangle and fix __blkdev_issue_discard
 2024-03-08 21:16 UTC  (18+ messages)
` [PATCH 01/10] block: remove the discard_granularity check in __blkdev_issue_discard
` [PATCH 02/10] block: move discard checks into the ioctl handler
` [PATCH 03/10] block: add a blk_next_discard_bio helper
` [PATCH 04/10] xfs: switch to using blk_next_discard_bio directly
` [PATCH 05/10] f2fs: "
` [PATCH 06/10] ext4: "
` [PATCH 07/10] nvmet: "
` [PATCH 08/10] md: "
` [PATCH 09/10] dm-thin: "
` [PATCH 10/10] block: remove __blkdev_issue_discard

[PATCH] xfs: fix dev_t usage in xmbuf tracepoints
 2024-03-08 13:38 UTC  (2+ messages)

[ANNOUNCE] xfs-linux: for-next updated to 75bcffbb9e75
 2024-03-08  0:31 UTC  (2+ messages)

[PATCHSET v29.4 03/13] xfs: atomic file content exchanges
 2024-03-07 23:25 UTC  (8+ messages)
` [PATCH 14/13] xfs: make XFS_IOC_COMMIT_RANGE freshness data opaque

[PATCH] xfs: small cleanup in xrep_update_qflags()
 2024-03-07 15:16 UTC  (2+ messages)

[PATCH v2 00/14] block atomic writes for XFS
 2024-03-07 12:57 UTC  (10+ messages)
` [PATCH v2 08/14] fs: xfs: iomap: Sub-extent zeroing
` [PATCH v2 11/14] fs: xfs: Support FS_XFLAG_ATOMICWRITES for forcealign
` [PATCH v2 14/14] fs: xfs: Support setting FMODE_CAN_ATOMIC_WRITE


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).