public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-10-22 06:05:03 to 2020-10-27 05:35:52 UTC [more...]

[PATCH 0/5] xfsprogs: fixes for 5.10
 2020-10-27  5:35 UTC  (8+ messages)
` [PATCH 1/5] mkfs: allow users to specify rtinherit=0
` [PATCH 2/5] xfs: remove unnecessary parameter from scrub_scan_estimate_blocks
` [PATCH 3/5] xfs_db: report ranges of invalid rt blocks
` [PATCH 4/5] xfs_repair: skip the rmap and refcount btree checks when the levels are garbage
` [PATCH 5/5] xfs_repair: correctly detect partially written extents

Splitting a THP beyond EOF
 2020-10-27  5:31 UTC  (8+ messages)

[PATCH 0/7] repair: Phase 6 performance improvements
 2020-10-27  5:10 UTC  (18+ messages)
` [PATCH 1/7] workqueue: bound maximum queue depth
` [PATCH 3/7] repair: protect inode chunk tree records with a mutex
` [PATCH 4/7] repair: parallelise phase 6
` [PATCH 5/7] repair: don't duplicate names in "

[PATCH AUTOSEL 5.9 023/147] xfs: Set xfs_buf type flag when growing summary/bitmap files
 2020-10-26 23:48 UTC  (7+ messages)
` [PATCH AUTOSEL 5.9 024/147] xfs: Set xfs_buf's b_ops member when zeroing bitmap/summary files
` [PATCH AUTOSEL 5.9 025/147] xfs: log new intent items created as part of finishing recovered intent items
` [PATCH AUTOSEL 5.9 027/147] xfs: change the order in which child and parent defer ops are finished
` [PATCH AUTOSEL 5.9 028/147] xfs: fix realtime bitmap/summary file truncation when growing rt volume
` [PATCH AUTOSEL 5.9 084/147] xfs: don't free rt blocks when we're doing a REMAP bunmapi call
` [PATCH AUTOSEL 5.9 085/147] xfs: avoid LR buffer overrun due to crafted h_len

[PATCH AUTOSEL 5.8 021/132] xfs: Set xfs_buf type flag when growing summary/bitmap files
 2020-10-26 23:51 UTC  (7+ messages)
` [PATCH AUTOSEL 5.8 022/132] xfs: Set xfs_buf's b_ops member when zeroing bitmap/summary files
` [PATCH AUTOSEL 5.8 023/132] xfs: log new intent items created as part of finishing recovered intent items
` [PATCH AUTOSEL 5.8 025/132] xfs: change the order in which child and parent defer ops are finished
` [PATCH AUTOSEL 5.8 026/132] xfs: fix realtime bitmap/summary file truncation when growing rt volume
` [PATCH AUTOSEL 5.8 076/132] xfs: don't free rt blocks when we're doing a REMAP bunmapi call
` [PATCH AUTOSEL 5.8 077/132] xfs: avoid LR buffer overrun due to crafted h_len

[PATCH AUTOSEL 5.4 15/80] xfs: fix realtime bitmap/summary file truncation when growing rt volume
 2020-10-26 23:54 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 45/80] xfs: don't free rt blocks when we're doing a REMAP bunmapi call

[PATCH AUTOSEL 4.14 09/46] xfs: fix realtime bitmap/summary file truncation when growing rt volume
 2020-10-27  0:09 UTC 

[PATCH AUTOSEL 4.4 05/25] xfs: fix realtime bitmap/summary file truncation when growing rt volume
 2020-10-27  0:11 UTC 

[PATCH AUTOSEL 4.9 07/30] xfs: fix realtime bitmap/summary file truncation when growing rt volume
 2020-10-27  0:10 UTC 

[PATCH AUTOSEL 4.19 11/60] xfs: fix realtime bitmap/summary file truncation when growing rt volume
 2020-10-27  0:03 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 34/60] xfs: don't free rt blocks when we're doing a REMAP bunmapi call

[PATCH 00/21] xfsprogs: sync with 5.10, part 2
 2020-10-26 23:39 UTC  (22+ messages)
` [PATCH 01/21] xfs: remove typedef xfs_attr_sf_entry_t
` [PATCH 02/21] xfs: Remove typedef xfs_attr_shortform_t
` [PATCH 03/21] xfs: Use variable-size array for nameval in xfs_attr_sf_entry
` [PATCH 04/21] xfs: Convert xfs_attr_sf macros to inline functions
` [PATCH 05/21] xfs: don't free rt blocks when we're doing a REMAP bunmapi call
` [PATCH 06/21] xfs: log new intent items created as part of finishing recovered intent items
` [PATCH 07/21] xfs: use the existing type definition for di_projid
` [PATCH 08/21] xfs: fix some comments
` [PATCH 09/21] xfs: remove the redundant crc feature check in xfs_attr3_rmt_verify
` [PATCH 10/21] xfs: code cleanup in xfs_attr_leaf_entsize_{remote,local}
` [PATCH 11/21] xfs: avoid shared rmap operations for attr fork extents
` [PATCH 12/21] xfs: remove xfs_defer_reset
` [PATCH 13/21] xfs: proper replay of deferred ops queued during log recovery
` [PATCH 14/21] xfs: xfs_defer_capture should absorb remaining block reservations
` [PATCH 15/21] xfs: xfs_defer_capture should absorb remaining transaction reservation
` [PATCH 16/21] xfs: fix an incore inode UAF in xfs_bui_recover
` [PATCH 17/21] xfs: change the order in which child and parent defer ops are finished
` [PATCH 18/21] xfs: periodically relog deferred intent items
` [PATCH 19/21] xfs: only relog deferred intent items if free space in the log gets low
` [PATCH 20/21] xfs: fix high key handling in the rt allocator's query_range function
` [PATCH 21/21] xfs: set xefi_discard when creating a deferred agfl free log intent item

[PATCH v6 00/26] xfsprogs: widen timestamps to deal with y2038
 2020-10-26 23:36 UTC  (27+ messages)
` [PATCH 01/26] libxfs: create a real struct timespec64
` [PATCH 02/26] libxfs: refactor NSEC_PER_SEC
` [PATCH 03/26] libfrog: define LIBFROG_BULKSTAT_CHUNKSIZE to remove dependence on XFS_INODES_PER_CHUNK
` [PATCH 04/26] libfrog: convert cvttime to return time64_t
` [PATCH 05/26] xfs_quota: convert time_to_string to use time64_t
` [PATCH 06/26] xfs_db: refactor timestamp printing
` [PATCH 07/26] xfs_db: refactor quota timer printing
` [PATCH 08/26] xfs_logprint: refactor timestamp printing
` [PATCH 09/26] xfs: explicitly define inode timestamp range
` [PATCH 10/26] xfs: refactor quota expiration timer modification
` [PATCH 11/26] xfs: refactor default quota grace period setting code
` [PATCH 12/26] xfs: refactor quota timestamp coding
` [PATCH 13/26] xfs: move xfs_log_dinode_to_disk to the log recovery code
` [PATCH 14/26] xfs: redefine xfs_timestamp_t
` [PATCH 15/26] xfs: redefine xfs_ictimestamp_t
` [PATCH 16/26] xfs: widen ondisk inode timestamps to deal with y2038+
` [PATCH 17/26] xfs: widen ondisk quota expiration timestamps to handle y2038+
` [PATCH 18/26] libxfs: propagate bigtime inode flag when allocating
` [PATCH 19/26] libfrog: list the bigtime feature when reporting geometry
` [PATCH 20/26] xfs_db: report bigtime format timestamps
` [PATCH 21/26] xfs_db: support printing time limits
` [PATCH 22/26] xfs_db: add bigtime upgrade path
` [PATCH 23/26] xfs_quota: support editing and reporting quotas with bigtime
` [PATCH 24/26] xfs_repair: support bigtime timestamp checking
` [PATCH 25/26] mkfs: format bigtime filesystems
` [PATCH 26/26] xfs: enable big timestamps

[PATCH v4 0/9] xfsprogs: add a inode btree blocks counts to the AGI header
 2020-10-26 23:34 UTC  (10+ messages)
` [PATCH 1/9] xfs: store inode btree block counts in "
` [PATCH 2/9] xfs: use the finobt block counts to speed up mount times
` [PATCH 3/9] xfs: support inode btree blockcounts in online repair
` [PATCH 4/9] xfs_db: support displaying inode btree block counts in AGI header
` [PATCH 5/9] xfs_db: add inobtcnt upgrade path
` [PATCH 6/9] xfs_repair: check inode btree block counters in AGI
` [PATCH 7/9] xfs_repair: regenerate "
` [PATCH 8/9] mkfs: enable the inode btree counter feature
` [PATCH 9/9] xfs: enable new inode btree counters feature

[PATCH 0/3] xfsprogs: sync with 5.10, part 1
 2020-10-26 23:33 UTC  (4+ messages)
` [PATCH 1/3] xfs: remove kmem_realloc()
` [PATCH 2/3] xfs: move the buffer retry logic to xfs_buf.c
` [PATCH 3/3] xfs: simplify xfs_trans_getsb

[PATCH 0/2] xfs_db: add minimal directory navigation
 2020-10-26 23:32 UTC  (3+ messages)
` [PATCH 1/2] xfs_db: add a directory path lookup command
` [PATCH 2/2] xfs_db: add an ls command

[PATCH V7 00/14] Bail out if transaction can cause extent count to overflow
 2020-10-26 23:11 UTC  (32+ messages)
` [PATCH V7 01/14] xfs: Add helper for checking per-inode extent count overflow
` [PATCH V7 02/14] xfs: Check for extent overflow when trivally adding a new extent
` [PATCH V7 03/14] xfs: Check for extent overflow when punching a hole
` [PATCH V7 04/14] xfs: Check for extent overflow when adding/removing xattrs
` [PATCH V7 05/14] xfs: Check for extent overflow when adding/removing dir entries
` [PATCH V7 06/14] xfs: Check for extent overflow when writing to unwritten extent
` [PATCH V7 07/14] xfs: Check for extent overflow when moving extent from cow to data fork
` [PATCH V7 08/14] xfs: Check for extent overflow when remapping an extent
` [PATCH V7 09/14] xfs: Check for extent overflow when swapping extents
` [PATCH V7 10/14] xfs: Introduce error injection to reduce maximum inode fork extent count
` [PATCH V7 11/14] xfs: Remove duplicate assert statement in xfs_bmap_btalloc()
` [PATCH V7 12/14] xfs: Compute bmap extent alignments in a separate function
` [PATCH V7 13/14] xfs: Process allocated extent "
` [PATCH V7 14/14] xfs: Introduce error injection to allocate only minlen size extents for files

[PATCH v6 0/3] xfs: random fixes for disk quota
 2020-10-26 22:52 UTC  (5+ messages)
` [PATCH v6 1/3] xfs: delete duplicated tp->t_dqinfo null check and allocation
` [PATCH v6 2/3] xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flag

[PATCH v4 0/3] xfs: random fixes for disk quota
 2020-10-26 22:51 UTC  (5+ messages)
` [PATCH v4 1/3] xfs: delete duplicated tp->t_dqinfo null check and allocation
` [PATCH v4 2/3] xfs: check tp->t_dqinfo value instead of the XFS_TRANS_DQ_DIRTY flag

[PATCH] iomap: support partial page discard on writeback block mapping failure
 2020-10-26 18:20 UTC 

Strange SEEK_HOLE / SEEK_DATA behavior
 2020-10-26 16:48 UTC  (3+ messages)

[PATCH] xfs: fix invalid pointer dereference in xfs_attr3_node_inactive
 2020-10-26 15:51 UTC  (6+ messages)

kernel BUG at mm/page-writeback.c:2241 [ BUG_ON(PageWriteback(page); ]
 2020-10-26 14:51 UTC  (11+ messages)

[Bug 209861] New: [xfstests xfs/319] XFS: Assertion failed: got.br_startoff > bno, file: fs/xfs/libxfs/xfs_bmap.c, line: 4662
 2020-10-26  6:10 UTC 

[Bug 209859] New: [xfstests generic/333] XFS: Assertion failed: xfs_perag_resv(pag, XFS_AG_RESV_METADATA)->ar_reserved + xfs_perag_resv(pag, XFS_AG_RESV_RMAPBT)->ar_reserved <= pag->pagf_freeblks + pag->pagf_flcount, file: fs/xfs/libxfs/xfs_ag_resv.c, line: 313
 2020-10-26  5:52 UTC 

[PATCH 0/2] block layer filter and block device snapshot module
 2020-10-24 14:53 UTC  (16+ messages)
` [PATCH 1/2] Block layer filter - second version
                    ` [dm-devel] [PATCH 0/2] block layer filter and block device snapshot module

[GIT PULL] xfs: fixes for 5.10-rc1
 2020-10-24  0:26 UTC  (2+ messages)

[PATCH 03/65] mm: Track mmu notifiers in fs_reclaim_acquire/release
 2020-10-23 20:53 UTC  (7+ messages)
  ` [PATCH 04/65] mm: Extract might_alloc() debug check

[GIT PULL] vfs: move the clone/dedupe/remap helpers to a single file
 2020-10-23 18:53 UTC  (2+ messages)

[PATCH 0/6] Overhaul memalloc_no*
 2020-10-23 14:49 UTC  (3+ messages)
` [PATCH 6/6] mm: Add memalloc_nowait

[PATCH v2] fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()
 2020-10-23  7:49 UTC  (3+ messages)

[PATCH v13 00/10] xfs: Delayed Attributes
 2020-10-23  6:34 UTC  (11+ messages)
` [PATCH v13 01/10] xfs: Add helper xfs_attr_node_remove_step
` [PATCH v13 02/10] xfs: Add delay ready attr remove routines
` [PATCH v13 03/10] xfs: Add delay ready attr set routines
` [PATCH v13 04/10] xfs: Rename __xfs_attr_rmtval_remove
` [PATCH v13 05/10] xfs: Set up infastructure for deferred attribute operations
` [PATCH v13 06/10] xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH v13 07/10] xfs: Add feature bit XFS_SB_FEAT_INCOMPAT_LOG_DELATTR
` [PATCH v13 08/10] xfs: Enable delayed attributes
` [PATCH v13 09/10] xfs: Remove unused xfs_attr_*_args
` [PATCH v13 10/10] xfs: Add delayed attributes error tag

[PATCH v13 00/14] xfsprogs: Delayed Attributes
 2020-10-23  6:33 UTC  (15+ messages)
` [PATCH v13 01/14] xfs: store inode btree block counts in AGI header
` [PATCH v13 02/14] xfs: enable new inode btree counters feature
` [PATCH v13 03/14] xfsprogs: Add helper xfs_attr_node_remove_step
` [PATCH v13 04/14] xfsprogs: Add delay ready attr remove routines
` [PATCH v13 05/14] xfsprogs: Add delay ready attr set routines
` [PATCH v13 06/14] xfsprogs: Rename __xfs_attr_rmtval_remove
` [PATCH v13 07/14] xfsprogs: Set up infastructure for deferred attribute operations
` [PATCH v13 08/14] xfsprogs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH v13 09/14] xfsprogs: Add feature bit XFS_SB_FEAT_INCOMPAT_LOG_DELATTR
` [PATCH v13 10/14] xfsprogs: Enable delayed attributes
` [PATCH v13 11/14] xfsprogs: Remove unused xfs_attr_*_args
` [PATCH v13 12/14] xfs_io: Add delayed attributes error tag
` [PATCH v13 13/14] [RFC] xfsprogs: Add log item printing for ATTRI and ATTRD
` [PATCH v13 14/14] xfsprogs: Add delayed attribute flag to cmd

[PATCH 2/2] iomap: zero cached pages over unwritten extents on zero range
 2020-10-23  1:02 UTC  (2+ messages)
` [iomap] 11b5156248: xfstests.xfs.310.fail

[PATCH] xfs: set xefi_discard when creating a deferred agfl free log intent item
 2020-10-22 19:02 UTC  (2+ messages)

[PATCH v2] iomap: zero cached page over unwritten extent on truncate page
 2020-10-22 15:38 UTC  (4+ messages)


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