Linux-XFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-19 01:18:45 to 2024-03-26 02:55:47 UTC [more...]

[PATCHBOMB v2] xfsprogs: everything headed towards 6.9
 2024-03-26  2:55 UTC  (6+ messages)
` [PATCHSET 01/18] xfsprogs: convert utilities to use new rt helpers
` [PATCHSET 02/18] libxfs: sync with 6.8
` [PATCHSET 03/18] xfs_repair: faster btree bulkloading
` [PATCHSET 04/18] xfsprogs: bug fixes for 6.8

[PATCH v2 04/14] fs: xfs: Make file data allocations observe the 'forcealign' flag
 2024-03-20  4:35 UTC  (5+ messages)
` [RFC PATCH 0/3] xfs: forced extent alignment
  ` [PATCH 1/3] xfs: simplify extent allocation alignment

[PATCH] include libgen.h for basename API prototype
 2024-03-26  0:15 UTC  (2+ messages)

[PATCH v2] xfs: compile out v4 support if disabled
 2024-03-26  0:02 UTC  (2+ messages)

bring back RT delalloc support v4
 2024-03-25 23:55 UTC  (15+ 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 6.6 CANDIDATE 00/24] xfs backports for 6.6.y (from 6.8)
 2024-03-25 22:07 UTC  (25+ messages)
` [PATCH 6.6 CANDIDATE 01/24] xfs: move the xfs_rtbitmap.c declarations to xfs_rtbitmap.h
` [PATCH 6.6 CANDIDATE 02/24] xfs: convert rt bitmap extent lengths to xfs_rtbxlen_t
` [PATCH 6.6 CANDIDATE 03/24] xfs: consider minlen sized extents in xfs_rtallocate_extent_block
` [PATCH 6.6 CANDIDATE 04/24] xfs: don't leak recovered attri intent items
` [PATCH 6.6 CANDIDATE 05/24] xfs: use xfs_defer_pending objects to recover "
` [PATCH 6.6 CANDIDATE 06/24] xfs: pass the xfs_defer_pending object to iop_recover
` [PATCH 6.6 CANDIDATE 07/24] xfs: transfer recovered intent item ownership in ->iop_recover
` [PATCH 6.6 CANDIDATE 08/24] xfs: make rextslog computation consistent with mkfs
` [PATCH 6.6 CANDIDATE 09/24] xfs: fix 32-bit truncation in xfs_compute_rextslog
` [PATCH 6.6 CANDIDATE 10/24] xfs: don't allow overly small or large realtime volumes
` [PATCH 6.6 CANDIDATE 11/24] xfs: make xchk_iget safer in the presence of corrupt inode btrees
` [PATCH 6.6 CANDIDATE 12/24] xfs: remove unused fields from struct xbtree_ifakeroot
` [PATCH 6.6 CANDIDATE 13/24] xfs: recompute growfsrtfree transaction reservation while growing rt volume
` [PATCH 6.6 CANDIDATE 14/24] xfs: fix an off-by-one error in xreap_agextent_binval
` [PATCH 6.6 CANDIDATE 15/24] xfs: force all buffers to be written during btree bulk load
` [PATCH 6.6 CANDIDATE 16/24] xfs: add missing nrext64 inode flag check to scrub
` [PATCH 6.6 CANDIDATE 17/24] xfs: initialise di_crc in xfs_log_dinode
` [PATCH 6.6 CANDIDATE 18/24] xfs: short circuit xfs_growfs_data_private() if delta is zero
` [PATCH 6.6 CANDIDATE 19/24] xfs: add lock protection when remove perag from radix tree
` [PATCH 6.6 CANDIDATE 20/24] xfs: fix perag leak when growfs fails
` [PATCH 6.6 CANDIDATE 21/24] xfs: ensure logflagsp is initialized in xfs_bmap_del_extent_real
` [PATCH 6.6 CANDIDATE 22/24] xfs: update dir3 leaf block metadata after swap
` [PATCH 6.6 CANDIDATE 23/24] xfs: reset XFS_ATTR_INCOMPLETE filter on node removal
` [PATCH 6.6 CANDIDATE 24/24] xfs: remove conditional building of rt geometry validator functions

[syzbot] [xfs?] possible deadlock in xfs_qm_dqget
 2024-03-25 21:16 UTC  (2+ messages)

[PATCH v3 00/11] enable bs > ps in XFS
 2024-03-25 19:19 UTC  (12+ messages)
` [PATCH v3 02/11] fs: Allow fine-grained control of folio sizes
` [PATCH v3 04/11] readahead: rework loop in page_cache_ra_unbounded()
` [PATCH v3 05/11] readahead: allocate folios with mapping_min_order in readahead
` [PATCH v3 07/11] mm: do not split a folio if it has minimum folio order requirement
` [PATCH v3 10/11] xfs: make the calculation generic in xfs_sb_validate_fsb_count()

[PATCH 00/12] xfs: remove remaining kmem interfaces and GFP_NOFS usage
 2024-03-25 17:46 UTC  (2+ messages)

[linux-next:master] [fs/mnt_idmapping.c] b4291c7fd9: xfstests.generic.645.fail
 2024-03-25 16:58 UTC 

[PATCH v2] xfs_repair: Dump both inode details in Phase 6 duplicate file check
 2024-03-25 15:57 UTC  (2+ messages)

[PATCH v2 0/9] xfs: use large folios for buffers
 2024-03-25 11:17 UTC  (44+ messages)
` [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-25  6:00 UTC  (3+ messages)
  ` [External] : "

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

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

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  (12+ messages)
` [PATCH 1/4] xfs: make inode inactivation state changes atomic
` [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  (2+ 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 


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