linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-28 17:53:42 to 2020-10-06 09:21:28 UTC [more...]

[PATCH V5 00/12] Bail out if transaction can cause extent count to overflow
 2020-10-06  9:21 UTC  (23+ messages)
` [PATCH V5 01/12] xfs: Add helper for checking per-inode extent count overflow
` [PATCH V5 02/12] xfs: Check for extent overflow when trivally adding a new extent
` [PATCH V5 03/12] xfs: Check for extent overflow when punching a hole
` [PATCH V5 04/12] xfs: Check for extent overflow when adding/removing xattrs
` [PATCH V5 05/12] xfs: Check for extent overflow when adding/removing dir entries
` [PATCH V5 06/12] xfs: Check for extent overflow when writing to unwritten extent
` [PATCH V5 07/12] xfs: Check for extent overflow when moving extent from cow to data fork
` [PATCH V5 08/12] xfs: Check for extent overflow when remapping an extent
` [PATCH V5 09/12] xfs: Check for extent overflow when swapping extents
` [PATCH V5 10/12] xfs: Introduce error injection to reduce maximum inode fork extent count
` [PATCH V5 11/12] xfs: Set tp->t_firstblock only once during a transaction's lifetime
` [PATCH V5 12/12] xfs: Introduce error injection to allocate only minlen size extents for files

[PATCH v2 0/2] xfs: a few fixes and cleanups to GETFSMAP
 2020-10-06  6:26 UTC  (4+ messages)
` [PATCH 1/2] xfs: limit entries returned when counting fsmap records
` [PATCH 2/2] xfs: fix deadlock and streamline xfs_getfsmap performance

[PATCH v4 0/3] xfs: fix inode use-after-free during log recovery
 2020-10-06  6:24 UTC  (5+ messages)
` [PATCH 1/3] xfs: clean up bmap intent item recovery checking
` [PATCH 2/3] xfs: clean up xfs_bui_item_recover iget/trans_alloc/ilock ordering
` [PATCH 3/3] xfs: fix an incore inode UAF in xfs_bui_recover

[PATCH v5 0/5] xfs: fix how we deal with new intents during recovery
 2020-10-06  6:22 UTC  (7+ messages)
` [PATCH 1/5] xfs: remove xfs_defer_reset
` [PATCH 2/5] xfs: remove XFS_LI_RECOVERED
` [PATCH 3/5] xfs: proper replay of deferred ops queued during log recovery
` [PATCH 4/5] xfs: xfs_defer_capture should absorb remaining block reservations
` [PATCH 5/5] xfs: xfs_defer_capture should absorb remaining transaction reservation

[PATCH v2 0/4] xfs: random fixes for disk quota
 2020-10-06  4:42 UTC  (9+ messages)
` [PATCH v2 1/4] xfs: do the ASSERT for the arguments O_{u,g,p}dqpp
` [PATCH v2 2/4] xfs: fix the indent in xfs_trans_mod_dquot
` [PATCH v2 3/4] xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flag

[PATCH v8 0/4] xfs: Remove wrappers for some semaphores
 2020-10-06  4:16 UTC  (9+ messages)
` [PATCH v8 1/4] xfs: Refactor xfs_isilocked()
` [PATCH v8 2/4] xfs: clean up whitespace in xfs_isilocked() calls
` [PATCH v8 3/4] xfs: xfs_isilocked() can only check a single lock type
` [PATCH v8 4/4] xfs: replace mrlock_t with rw_semaphores

[PATCH 0/2] iomap: avoid soft lockup warnings on large ioends
 2020-10-06  3:55 UTC  (8+ messages)
` [PATCH 1/2] iomap: resched ioend completion when in non-atomic context
` [PATCH 2/2] xfs: kick extra large ioends to completion workqueue
  ` [PATCH v2 "

[PATCH v5 0/4] xfs: fix some log stalling problems in defer ops
 2020-10-05 18:21 UTC  (5+ messages)
` [PATCH 1/4] xfs: change the order in which child and parent defer ops are finished
` [PATCH 2/4] xfs: periodically relog deferred intent items
` [PATCH 3/4] xfs: expose the log push threshold
` [PATCH 4/4] xfs: only relog deferred intent items if free space in the log gets low

[PATCH 0/2] xfs: a few fixes and cleanups to GETFSMAP
 2020-10-05 17:02 UTC  (11+ messages)
` [PATCH 1/2] xfs: limit entries returned when counting fsmap records
` [PATCH 2/2] xfs: streamline xfs_getfsmap performance
  ` [PATCH v1.2 2/2] xfs: fix deadlock and "

[PATCH v3 0/3] xfs: fix inode use-after-free during log recovery
 2020-10-05 17:01 UTC  (15+ messages)
` [PATCH 1/3] xfs: clean up bmap intent item recovery checking
` [PATCH 2/3] xfs: clean up xfs_bui_item_recover iget/trans_alloc/ilock ordering
  ` [PATCH v3.2 "
` [PATCH 3/3] xfs: fix an incore inode UAF in xfs_bui_recover
  ` [PATCH v5.2 "
  ` [PATCH v3.3 "

[PATCH v2] xfs_scrub: don't use statvfs to collect filesystem summary counts
 2020-10-05 16:37 UTC 

[PATCH v2] xfs_repair: coordinate parallel updates to the rt bitmap
 2020-10-05  6:15 UTC  (2+ messages)

[PATCH] xfs_scrub: don't use statvfs to collect data volume block counts
 2020-10-04 22:31 UTC  (2+ messages)

[PATCH] iomap: Set all uptodate bits for an Uptodate page
 2020-10-04 10:35 UTC  (14+ messages)

Randomly fail readahead I/Os
 2020-10-03  1:21 UTC 

[PATCH STABLE V2] xfs: trim IO to found COW extent limit
 2020-10-02 23:17 UTC  (5+ messages)

[PATCH] xfsdump: don't try to generate .ltdep in inventory/
 2020-10-02 19:35 UTC 

xfsdump: Building inventory: gcc: fatal error: no input files
 2020-10-02 17:44 UTC  (2+ messages)

[ANNOUNCE] xfsprogs for-next updated to 4aaeedc4
 2020-10-02 17:14 UTC 

[PATCH] xfsprogs: ignore autofs mount table entries
 2020-10-02 15:15 UTC  (7+ messages)

[PATCH v4 0/5] xfs: fix how we deal with new intents during recovery
 2020-10-02 10:39 UTC  (23+ messages)
` [PATCH 1/5] xfs: remove xfs_defer_reset
` [PATCH 2/5] xfs: remove XFS_LI_RECOVERED
` [PATCH 3/5] xfs: proper replay of deferred ops queued during log recovery
` [PATCH 4/5] xfs: xfs_defer_capture should absorb remaining block reservation
  ` [PATCH v4.2 "
` [PATCH 5/5] xfs: xfs_defer_capture should absorb remaining transaction reservation
  ` [PATCH v4.2 "

[PATCH v5 0/4] xfs: fix some log stalling problems in defer ops
 2020-10-01 17:50 UTC  (10+ messages)
` [PATCH 1/4] xfs: change the order in which child and parent defer ops are finished
` [PATCH 2/4] xfs: periodically relog deferred intent items
` [PATCH 3/4] xfs: expose the log push threshold
` [PATCH 4/4] xfs: only relog deferred intent items if free space in the log gets low

[PATCH 0/3] xfs: rework quotaoff to avoid log deadlock
 2020-10-01 15:03 UTC  (4+ messages)
` [PATCH 1/3] xfs: skip dquot reservations if quota is inactive
` [PATCH 2/3] xfs: transaction subsystem quiesce mechanism
` [PATCH 3/3] xfs: rework quotaoff logging to avoid log deadlock on active fs

[PATCH v2] libxfs: disallow filesystems with reverse mapping and reflink and realtime
 2020-09-30 17:14 UTC  (5+ messages)

[PATCH RFC 0/3] xfs: rework quotaoff to avoid log deadlock
 2020-09-30 16:53 UTC  (9+ messages)
` [PATCH RFC 1/3] xfs: skip dquot reservations if quota is inactive
` [PATCH RFC 2/3] xfs: temporary transaction subsystem freeze hack
` [PATCH RFC 3/3] xfs: rework quotaoff logging to avoid log deadlock on active fs

[PATCH] xfs_repair: be more helpful if rtdev is not specified for rt subvol
 2020-09-30 16:00 UTC  (4+ messages)

[PATCH] libxfs: disallow filesystems with reverse mapping and reflink and realtime
 2020-09-30 15:52 UTC  (3+ messages)

[PATCH 0/2] xfs: a couple of small fixes
 2020-09-30 14:51 UTC  (6+ messages)
` [PATCH 1/2] xfs: stats expose padding value at end of qm line
` [PATCH 2/2] xfs: fix finobt btree block recovery ordering

[PATCH 0/7] xfs_repair: more fuzzer fixes
 2020-09-30  6:17 UTC  (6+ messages)
` [PATCH 6/7] xfs_repair: throw away totally bad clusters
  ` [PATCH v2 "

[PATCH] man/statx: Add STATX_ATTR_DAX
 2020-09-29 20:09 UTC  (4+ messages)

[PATCH v3 0/3] xfs: fix some log stalling problems in defer ops
 2020-09-29 18:45 UTC  (8+ messages)
` [PATCH 3/3] xfs: periodically relog deferred intent items

[PATCH v2] mkfs.xfs: introduce sunit/swidth validation helper
 2020-09-29  3:06 UTC  (4+ messages)
` [PATCH v3] "

[PATCH 0/6] xfsprogs: blockdev dax detection and warnings
 2020-09-28 21:56 UTC  (6+ messages)
` [PATCH 5/6] mkfs: remove redundant assignment of cli sb options on failure
` [PATCH 6/6] mkfs: remove a couple of unused function parameters

[PATCH 0/4] xfsprogs: even more fixes for 5.9
 2020-09-28 21:26 UTC  (5+ messages)
` [PATCH 2/4] libxfs: don't propagate RTINHERIT -> REALTIME when there is no rtdev
` [PATCH 3/4] mkfs: don't allow creation of realtime files from a proto file

[PATCH] xfsdump: rename worker threads
 2020-09-28 20:07 UTC  (4+ messages)

[PATCH v3 0/4] xfs: fix how we deal with new intents during recovery
 2020-09-28 17:53 UTC  (5+ messages)
` [PATCH 2/4] xfs: proper replay of deferred ops queued during log recovery


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 NNTP newsgroup(s).