linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-18 19:43:38 to 2020-10-26 23:32:02 UTC [more...]

[PATCH 0/5] xfsprogs: fixes for 5.10
 2020-10-26 23:31 UTC 

[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 0/7] repair: Phase 6 performance improvements
 2020-10-26 22:57 UTC  (21+ messages)
` [PATCH 1/7] workqueue: bound maximum queue depth
` [PATCH 2/7] repair: Protect bad inode list with mutex
` [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 6/7] repair: convert the dir byaddr hash to a radix tree
` [PATCH 7/7] repair: scale duplicate name checking in phase 6

[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  (31+ messages)
` [PATCH 1/2] Block layer filter - second version
` [PATCH 2/2] blk-snap - snapshots and change-tracking for block devices
                    ` [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 0/2] iomap: zero dirty pages over unwritten extents
 2020-10-23  1:02 UTC  (10+ messages)
` [PATCH 1/2] iomap: use page dirty state to seek data "
` [PATCH 2/2] iomap: zero cached pages over unwritten extents on zero range
  ` [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)

[ANNOUNCE] xfs-linux: for-next updated to 2e76f188fd90
 2020-10-22  3:40 UTC 

Splitting a THP beyond EOF
 2020-10-21 23:04 UTC  (10+ messages)

[RFC PATCH] xfs: support shrinking unused space in the last AG
 2020-10-21 14:22 UTC  (8+ messages)

[PATCH v2] fs: Kill DCACHE_DONTCACHE dentry even if DCACHE_REFERENCED is set
 2020-10-21 13:51 UTC  (3+ messages)

[PATCH] Polish translation update for xfsprogs 5.8.0
 2020-10-20 19:49 UTC  (4+ messages)

[ANNOUNCE] xfsprogs v5.9.0 released
 2020-10-20 15:50 UTC 

[PATCH] xfs: cancel intents immediately if process_intents fails
 2020-10-20 10:38 UTC  (2+ messages)

[PATCH v12 0/4] xfs: Remove wrappers for some semaphores
 2020-10-20 10:28 UTC  (5+ messages)
` [PATCH v12 1/4] xfs: Refactor xfs_isilocked()
` [PATCH v12 4/4] xfs: replace mrlock_t with rw_semaphores

[PATCH] xfs: remove the unused XFS_B_FSB_OFFSET macro
 2020-10-20  5:04 UTC  (2+ messages)

[PATCH v2] xfs: fix fallocate functions when rtextsize is larger than 1
 2020-10-20  5:00 UTC  (4+ messages)
` [PATCH] xfstest: test fallocate ops when rt extent size is and isn't a power of 2

[PATCH] xfs: remove the unused BBMASK macro
 2020-10-20  2:59 UTC  (7+ messages)
` [PATCH] xfs: use the SECTOR_SHIFT macro instead of the magic number

[PATCH 00/27] [RFC, WIP] xfsprogs: xfs_buf unification and AIO
 2020-10-19 22:36 UTC  (7+ messages)
` [PATCH 10/27] libxfs: add kernel-compatible completion API
` [PATCH 12/27] xfsprogs: convert use-once buffer reads to uncached IO

[GIT PULL] xfs: new code for 5.10, part 2
 2020-10-19 21:45 UTC  (2+ messages)

[PATCH AUTOSEL 5.9 069/111] xfs: make sure the rt allocator doesn't run off the end
 2020-10-18 19:17 UTC 

[PATCH AUTOSEL 5.4 50/80] xfs: make sure the rt allocator doesn't run off the end
 2020-10-18 19:22 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 NNTP newsgroup(s).