public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-04 05:20:02 to 2023-12-07 15:03:15 UTC [more...]

map multiple blocks per ->map_blocks in iomap writeback
 2023-12-07 15:03 UTC  (17+ messages)
` [PATCH 01/14] iomap: clear the per-folio dirty bits on all writeback failures
` [PATCH 02/14] iomap: treat inline data in iomap_writepage_map as an I/O error
` [PATCH 03/14] iomap: move the io_folios field out of struct iomap_ioend
` [PATCH 04/14] iomap: move the PF_MEMALLOC check to iomap_writepages
` [PATCH 05/14] iomap: factor out a iomap_writepage_handle_eof helper
` [PATCH 06/14] iomap: move all remaining per-folio logic into iomap_writepage_map
` [PATCH 07/14] iomap: clean up the iomap_alloc_ioend calling convention
` [PATCH 08/14] iomap: move the iomap_sector sector calculation out of iomap_add_to_ioend
` [PATCH 09/14] iomap: don't chain bios
` [PATCH 10/14] iomap: only call mapping_set_error once for each failed bio
` [PATCH 11/14] iomap: factor out a iomap_writepage_map_block helper
` [PATCH 12/14] iomap: submit ioends immediately
` [PATCH 13/14] iomap: map multiple blocks at a time
` [PATCH 14/14] iomap: pass the length of the dirty region to ->map_blocks

[RFC 0/7] ext4: Allocator changes for atomic write support with DIO
 2023-12-07 12:43 UTC  (12+ messages)
` [RFC 1/7] iomap: Don't fall back to buffered write if the write is atomic

Question: Is growing log size when filesystem is grown a feasible solution
 2023-12-07  9:17 UTC 

[PATCH] xfs_grow: Remove xflag and iflag to reduce redundant temporary variables
 2023-12-07  8:39 UTC 

[PATCHSET v28.1 0/9] xfs: online repair of inodes and forks
 2023-12-07  6:10 UTC  (18+ messages)
` [PATCH 1/9] xfs: disable online repair quota helpers when quota not enabled
` [PATCH 2/9] xfs: try to attach dquots to files before repairing them
` [PATCH 3/9] xfs: add missing nrext64 inode flag check to scrub
` [PATCH 4/9] xfs: repair inode records
` [PATCH 5/9] xfs: zap broken inode forks
` [PATCH 6/9] xfs: set inode sick state flags when we zap either ondisk fork
` [PATCH 7/9] xfs: abort directory parent scrub scans if we encounter a zapped directory
` [PATCH 8/9] xfs: skip the rmapbt search on an empty attr fork unless we know it was zapped
` [PATCH 9/9] xfs: repair obviously broken inode modes

[PATCHSET v28.1 0/7] xfs: online repair of AG btrees
 2023-12-07  5:30 UTC  (12+ messages)
` [PATCH 1/7] xfs: create separate structures and code for u32 bitmaps
` [PATCH 2/7] xfs: move the per-AG datatype bitmaps to separate files
` [PATCH 3/7] xfs: roll the scrub transaction after completing a repair
` [PATCH 4/7] xfs: remove trivial bnobt/inobt scrub helpers
` [PATCH 5/7] xfs: repair free space btrees
` [PATCH 6/7] xfs: repair inode btrees
` [PATCH 7/7] xfs: repair refcount btrees

[PATCHSET v28.1 0/6] xfs: prepare repair for bulk loading
 2023-12-07  5:27 UTC  (12+ messages)
` [PATCH 1/6] xfs: force all buffers to be written during btree bulk load
` [PATCH 2/6] xfs: set XBF_DONE on newly formatted btree block that are ready for writing
` [PATCH 3/6] xfs: read leaf blocks when computing keys for bulkloading into node blocks
` [PATCH 4/6] xfs: add debug knobs to control btree bulk load slack factors
` [PATCH 5/6] xfs: move btree bulkload record initialization to ->get_record implementations
` [PATCH 6/6] xfs: constrain dirty buffers while formatting a staged btree

[PATCHSET 0/1] xfs: fix growfsrt failure during rt volume attach
 2023-12-07  5:06 UTC  (3+ messages)
` [PATCH 1/1] xfs: recompute growfsrtfree transaction reservation while growing rt volume

[GIT PULL 6/6] xfs: reserve disk space for online repairs
 2023-12-07  2:55 UTC 

[GIT PULL 5/6] xfs: prevent livelocks in xchk_iget
 2023-12-07  2:54 UTC 

[GIT PULL 4/6] xfs: elide defer work ->create_done if no intent
 2023-12-07  2:54 UTC 

(no subject)
 2023-12-07  2:54 UTC 

[GIT PULL 2/6] xfs: continue removing defer item boilerplate
 2023-12-07  2:53 UTC 

[GIT PULL 1/6] xfs: log intent item recovery should reconstruct defer work state
 2023-12-07  2:53 UTC 

[GIT PULL 3/3] xfs: reserve disk space for online repairs
 2023-12-07  2:52 UTC  (2+ messages)

[GIT PULL 2/3] xfs: prevent livelocks in xchk_iget
 2023-12-07  2:48 UTC 

[GIT PULL 1/3] xfs: elide defer work ->create_done if no intent
 2023-12-07  2:48 UTC 

[GIT PULL 4/5] xfs: elide defer work ->create_done if no intent
 2023-12-07  2:33 UTC  (2+ messages)

[GIT PULL 3/5] xfs: fix realtime geometry integer overflows
 2023-12-07  2:29 UTC 

[GIT PULL 2/5] xfs: continue removing defer item boilerplate
 2023-12-07  2:29 UTC 

[GIT PULL 1/5] xfs: log intent item recovery should reconstruct defer work state
 2023-12-07  2:29 UTC 

[PATCHSET v2 0/2] xfs: elide defer work ->create_done if no intent
 2023-12-07  2:28 UTC  (3+ messages)
` [PATCH 1/2] xfs: document what LARP means
` [PATCH 2/2] xfs: elide ->create_done calls for unlogged deferred work

[PATCHSET v2 0/3] xfs: fix realtime geometry integer overflows
 2023-12-07  2:28 UTC  (4+ messages)
` [PATCH 1/3] xfs: make rextslog computation consistent with mkfs
` [PATCH 2/3] xfs: fix 32-bit truncation in xfs_compute_rextslog
` [PATCH 3/3] xfs: don't allow overly small or large realtime volumes

[PATCHSET v2 0/9] xfs: continue removing defer item boilerplate
 2023-12-07  2:27 UTC  (10+ messages)
` [PATCH 1/9] xfs: don't set XFS_TRANS_HAS_INTENT_DONE when there's no ATTRD log item
` [PATCH 2/9] xfs: hoist intent done flag setting to ->finish_item callsite
` [PATCH 3/9] xfs: collapse the ->finish_item helpers
` [PATCH 4/9] xfs: hoist ->create_intent boilerplate to its callsite
` [PATCH 5/9] xfs: use xfs_defer_create_done for the relogging operation
` [PATCH 6/9] xfs: clean out XFS_LI_DIRTY setting boilerplate from ->iop_relog
` [PATCH 7/9] xfs: hoist xfs_trans_add_item calls to defer ops functions
` [PATCH 8/9] xfs: collapse the ->create_done functions
` [PATCH 9/9] xfs: move ->iop_relog to struct xfs_defer_op_type

[PATCHSET v3 0/8] xfs: log intent item recovery should reconstruct defer work state
 2023-12-07  2:25 UTC  (9+ messages)
` [PATCH 1/8] xfs: don't leak recovered attri intent items
` [PATCH 2/8] xfs: use xfs_defer_pending objects to recover "
` [PATCH 3/8] xfs: pass the xfs_defer_pending object to iop_recover
` [PATCH 4/8] xfs: transfer recovered intent item ownership in ->iop_recover
` [PATCH 5/8] xfs: recreate work items when recovering intent items
` [PATCH 6/8] xfs: dump the recovered xattri log item if corruption happens
` [PATCH 7/8] xfs: use xfs_defer_finish_one to finish recovered work items
` [PATCH 8/8] xfs: move ->iop_recover to xfs_defer_op_type

[PATCH 1/2] xfs: add lock protection when remove perag from radix tree
 2023-12-06 12:48 UTC  (7+ messages)
` [PATCH 2/2] xfs: fix perag leak when growfs fails

share xfs_ondisk.h with userspace
 2023-12-06  8:49 UTC  (5+ messages)
  ` [PATCH 1/2] xfs: use static_assert to check struct sizes and offsets
  ` [PATCH 2/2] xfs: move xfs_ondisk.h to libxfs/

[PATCHSET v28.0 0/7] xfs: online repair of inodes and forks
 2023-12-06  5:16 UTC  (18+ messages)
` [PATCH 3/7] xfs: repair inode records
` [PATCH 4/7] xfs: zap broken inode forks
` [PATCH 5/7] xfs: abort directory parent scrub scans if we encounter a zapped directory

[Bug 218230] New: xfstests xfs/538 hung
 2023-12-05 14:29 UTC  (2+ messages)
` [Bug 218230] "

[Bug 218229] New: xfstests xfs/438 hung
 2023-12-05 14:26 UTC  (2+ messages)
` [Bug 218229] "

[PATCH 00/21] block atomic writes
 2023-12-05 13:59 UTC  (25+ messages)
` [PATCH 02/21] block: Limit atomic writes according to bio and queue limits
` [PATCH 10/21] block: Add fops atomic write support
` [PATCH 17/21] fs: xfs: iomap "

About the conflict between XFS inode recycle and VFS rcu-walk
 2023-12-05 11:38 UTC 

[PATCHSET 0/2] xfs: elide defer work ->create_done if no intent
 2023-12-05  6:09 UTC  (8+ messages)
` [PATCH 1/2] xfs: document what LARP means
` [PATCH 2/2] xfs: elide ->create_done calls for unlogged deferred work

[PATCH v4 0/3] Fixes for ENOSPC xfs_remove
 2023-12-05  6:06 UTC  (5+ messages)
` [PATCH v4 1/3] xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_real
` [PATCH v4 2/3] xfs: update dir3 leaf block metadata after swap
` [PATCH v4 3/3] xfs: extract xfs_da_buf_copy() helper function

[PATCH v2 0/4] sysctl: Remove sentinel elements from fs dir
 2023-12-05  5:44 UTC  (3+ messages)

[Bug 218226] New: XFS: Assertion failed: bp->b_flags & XBF_DONE, file: fs/xfs/xfs_trans_buf.c, line: 241
 2023-12-05  5:42 UTC  (6+ messages)
` [Bug 218226] "

[PATCHSET v28.0 0/5] xfs: online repair of quota and rt metadata files
 2023-12-05  5:20 UTC  (8+ messages)
` [PATCH 5/5] xfs: repair quotas

[PATCHSET v2 0/8] xfs: log intent item recovery should reconstruct defer work state
 2023-12-05  5:19 UTC  (10+ messages)
` [PATCH 1/8] xfs: don't leak recovered attri intent items
` [PATCH 3/8] xfs: pass the xfs_defer_pending object to iop_recover
` [PATCH 8/8] xfs: move ->iop_recover to xfs_defer_op_type
  ` [PATCH v2.1 "

[Bug 218225] New: xfs assert (irec->br_blockcount & ~XFS_IEXT_LENGTH_MASK) == 0 file: fs/xfs/libxfs/xfs_iext_tree.c, line: 58
 2023-12-05  3:03 UTC 

[Bug 218224] New: XFS: Assertion failed: ip->i_nblocks == 0 file: fs/xfs/xfs_inode.c, line: 2359
 2023-12-05  2:41 UTC 

[PATCH] xfs: adjust the offset of the log statistics line
 2023-12-05  1:12 UTC  (2+ messages)

[PATCHSET 0/9] xfs: continue removing defer item boilerplate
 2023-12-04 20:34 UTC  (19+ messages)
` [PATCH 1/9] xfs: don't set XFS_TRANS_HAS_INTENT_DONE when there's no ATTRD log item
` [PATCH 5/9] xfs: use xfs_defer_create_done for the relogging operation
` [PATCH 6/9] xfs: clean out XFS_LI_DIRTY setting boilerplate from ->iop_relog
` [PATCH 7/9] xfs: hoist xfs_trans_add_item calls to defer ops functions
` [PATCH 8/9] xfs: collapse the ->create_done functions
` [PATCH 9/9] xfs: move ->iop_relog to struct xfs_defer_op_type

[PATCH, RFC] libxfs: check the size of on-disk data structures
 2023-12-04 20:04 UTC  (7+ messages)

[PATCHSET 0/3] xfs: fix realtime geometry integer overflows
 2023-12-04 18:52 UTC  (4+ messages)
` [PATCH 1/3] xfs: make rextslog computation consistent with mkfs

Performance drop due to alloc_workqueue() misuse and recent change
 2023-12-04 18:07 UTC  (2+ messages)

misc cleanups to the resblks interfaces v2
 2023-12-04 17:40 UTC  (5+ messages)
` [PATCH 1/4] xfs: clean up the XFS_IOC_{GS}ET_RESBLKS handler
` [PATCH 2/4] xfs: clean up the XFS_IOC_FSCOUNTS handler
` [PATCH 3/4] xfs: clean up the xfs_reserve_blocks interface
` [PATCH 4/4] xfs: clean up xfs_fsops.h

[PATCH v3 0/3] Fixes for ENOSPC xfs_remove
 2023-12-04  7:25 UTC  (5+ messages)
` [PATCH v3 2/3] xfs: update dir3 leaf block metadata after swap
` [PATCH v3 3/3] xfs: extract xfs_da_buf_copy() helper function


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox