Linux-XFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-18 21:47:44 to 2024-03-25 05:01:56 UTC [more...]

fs/xfs/libxfs/xfs_dir2.c:336:15-22: WARNING opportunity for kmemdup
 2024-03-25  5:01 UTC 

[PATCH v2] xfs: compile out v4 support if disabled
 2024-03-25  3:13 UTC 

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

[PATCH 2/2] xfs_refcount: Preventing integer overflow
 2024-03-23 18:45 UTC  (2+ messages)

[syzbot] [xfs?] possible deadlock in xfs_icwalk_ag
 2024-03-23  8:36 UTC  (2+ messages)

[PATCH v2 0/9] xfs: use large folios for buffers
 2024-03-22 22:04 UTC  (46+ messages)
` [PATCH 1/9] xfs: unmapped buffer item size straddling mismatch
` [PATCH 2/9] xfs: use folios in the buffer cache
` [PATCH 3/9] xfs: convert buffer cache to use high order folios
` [PATCH 4/9] xfs: kill XBF_UNMAPPED
` [PATCH 5/9] xfs: buffer items don't straddle pages anymore
` [PATCH 6/9] xfs: map buffers in xfs_buf_alloc_folios
` [PATCH 7/9] xfs: walk b_addr for buffer I/O
` [PATCH 8/9] xfs: use vmalloc for multi-folio buffers
` [PATCH 9/9] xfs: rename bp->b_folio_count

[PATCH] xfs_repair: Dump both inode details in Phase 6 duplicate file check
 2024-03-22 19:09 UTC  (2+ messages)

XFS: shrink capability status
 2024-03-22 18:56 UTC  (2+ messages)

[GIT PULL] xfs: Bug fixes for 6.9
 2024-03-22 18:17 UTC  (2+ messages)

[PATCH RFC] xfs_repair: Dump both inode details in Phase 6 duplicate file check
 2024-03-22  3:56 UTC  (3+ messages)
  ` [External] : "

[PATCH] xfs: compile out v4 support if disabled
 2024-03-22  3:25 UTC  (7+ messages)

assertion failure in v6.7
 2024-03-22  1:16 UTC 

[PATCH v2 0/4] xfs: recycle inactive inodes immediately
 2024-03-22  1:09 UTC  (14+ messages)
` [PATCH 1/4] xfs: make inode inactivation state changes atomic
` [PATCH 2/4] xfs: prepare inode for i_gclist detection
` [PATCH 3/4] xfs: allow lazy removal of inodes from the inodegc queues
` [PATCH 4/4] xfs: reactivate XFS_NEED_INACTIVE inodes from xfs_iget

[PATCH v2 0/2] xfs: drop SB_I_VERSION support
 2024-03-20  3:10 UTC  (9+ messages)
` [PATCH 1/2] xfs: stop advertising SB_I_VERSION
` [PATCH 2/2] xfs: internalise all remaining i_version support

[syzbot] Monthly xfs report (Mar 2024)
 2024-03-21 15:10 UTC 

Storing bdev request_queue limits in xfs_buftarg
 2024-03-21 10:46 UTC 

[PATCHSET v5.2] fs-verity support for XFS
 2024-03-20 16:22 UTC  (6+ messages)
` [PATCH 08/29] fsverity: add per-sb workqueue for post read processing

[PATCHBOMB v5.3] fs-verity support for XFS
 2024-03-20 15:11 UTC  (13+ messages)
` [PATCHSET "
  ` [PATCH 24/40] xfs: disable direct read path for fs-verity files
  ` [PATCH 35/40] xfs: teach online repair to evaluate fsverity xattrs

[PATCH v4 0/9] xfs/iomap: fix non-atomic clone operation and don't update size when zeroing range post eof
 2024-03-20 11:05 UTC  (10+ messages)
` [PATCH v4 1/9] xfs: match lock mode in xfs_buffered_write_iomap_begin()
` [PATCH v4 2/9] xfs: make the seq argument to xfs_bmapi_convert_delalloc() optional
` [PATCH v4 3/9] xfs: make xfs_bmapi_convert_delalloc() to allocate the target offset
` [PATCH v4 4/9] xfs: convert delayed extents to unwritten when zeroing post eof blocks
` [PATCH v4 5/9] iomap: drop the write failure handles when unsharing and zeroing
` [PATCH v4 6/9] iomap: don't increase i_size if it's not a write operation
` [PATCH v4 7/9] iomap: use a new variable to handle the written bytes in iomap_write_iter()
` [PATCH v4 8/9] iomap: make iomap_write_end() return a boolean
` [PATCH v4 9/9] iomap: do some small logical cleanup in buffered write

[PATCH v3 0/9] xfs/iomap: fix non-atomic clone operation and don't update size when zeroing range post eof
 2024-03-20  1:57 UTC  (21+ messages)
` [PATCH v3 1/9] xfs: match lock mode in xfs_buffered_write_iomap_begin()
` [PATCH v3 2/9] xfs: make the seq argument to xfs_bmapi_convert_delalloc() optional
` [PATCH v3 3/9] xfs: make xfs_bmapi_convert_delalloc() to allocate the target offset
` [PATCH v3 4/9] xfs: convert delayed extents to unwritten when zeroing post eof blocks
` [PATCH v3 5/9] iomap: drop the write failure handles when unsharing and zeroing
` [PATCH v3 6/9] iomap: don't increase i_size if it's not a write operation
` [PATCH v3 7/9] iomap: use a new variable to handle the written bytes in iomap_write_iter()
` [PATCH v3 8/9] iomap: make iomap_write_end() return a boolean
` [PATCH v3 9/9] iomap: do some small logical cleanup in buffered write

[PATCH 0/5] xfs: fix discontiguous metadata block recovery
 2024-03-19 23:14 UTC  (17+ messages)
` [PATCH 1/5] xfs: buffer log item type mismatches are corruption
` [PATCH 2/5] xfs: separate out inode buffer recovery a bit more
` [PATCH 3/5] xfs: recover dquot buffers unconditionally
` [PATCH 4/5] xfs: detect partial buffer recovery operations
` [PATCH 5/5] xfs: consistently use struct xlog in buffer item recovery

[PATCHSET v5.3] fstests: fs-verity support for XFS
 2024-03-19 19:25 UTC  (4+ messages)
` [PATCH 2/3] xfs/{021,122}: adapt to fsverity xattrs

[PATCH v2] xfs: allow sunit mount option to repair bad primary sb stripe values
 2024-03-19 17:55 UTC  (3+ messages)

[PATCH] xfs: quota radix tree allocations need to be NOFS on insert
 2024-03-19 14:32 UTC  (3+ messages)

[RFC PATCH] xfs_io: add linux madvise advice codes
 2024-03-19  8:59 UTC  (3+ messages)
  ` [RFC PATCH] fstests: test MADV_POPULATE_READ with IO errors

[syzbot] [xfs?] possible deadlock in xfs_qm_dqfree_one
 2024-03-19  3:33 UTC 

[PATCH v2] xfs: don't use current->journal_info
 2024-03-18 22:36 UTC 

[PATCHSET v13.0 2/2] xfs: fsck for parent pointers
 2024-03-18 21:53 UTC  (24+ messages)
` [PATCH 01/23] xfs: check dirents have "
` [PATCH 02/23] xfs: deferred scrub of dirents
` [PATCH 03/23] xfs: create a parent pointer walk function for scrubbers
` [PATCH 04/23] xfs: scrub parent pointers
` [PATCH 05/23] xfs: deferred scrub of "
` [PATCH 06/23] xfs: walk directory parent pointers to determine backref count
` [PATCH 07/23] xfs: add raw parent pointer apis to support repair
` [PATCH 08/23] xfs: set child file owner in xfs_da_args when changing parent pointers
` [PATCH 09/23] xfs: check parent pointer xattrs when scrubbing
` [PATCH 10/23] xfs: salvage parent pointers when rebuilding xattr structures
` [PATCH 11/23] xfs: replace namebuf with parent pointer in directory repair
` [PATCH 12/23] xfs: repair directories by scanning directory parent pointers
` [PATCH 13/23] xfs: implement live updates for directory repairs
` [PATCH 14/23] xfs: replay unlocked parent pointer updates that accrue during xattr repair
` [PATCH 15/23] xfs: replace namebuf with parent pointer in parent pointer repair
` [PATCH 16/23] xfs: repair directory parent pointers by scanning for dirents
` [PATCH 17/23] xfs: implement live updates for parent pointer repairs
` [PATCH 18/23] xfs: remove pointless unlocked assertion
` [PATCH 19/23] xfs: split xfs_bmap_add_attrfork into two pieces
` [PATCH 20/23] xfs: actually rebuild the parent pointer xattrs
` [PATCH 21/23] xfs: adapt the orphanage code to handle parent pointers
` [PATCH 22/23] xfs: repair link count of nondirectories after rebuilding "
` [PATCH 23/23] xfs: inode repair should ensure there's an attr fork to store "

[PATCHSET v13.0 1/2] xfs: Parent Pointers
 2024-03-18 21:47 UTC  (3+ messages)
` [PATCH 22/23] xfs: make XFS_SB_FEAT_INCOMPAT_LOG_XATTRS sticky for parent pointers
` [PATCH 23/23] xfs: make XFS_SB_FEAT_INCOMPAT_LOG_EXCHMAPS "


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