linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-11 14:05:12 to 2021-02-19 03:19:02 UTC [more...]

[PATCHSET v2 0/4] xfs_repair: set needsrepair when dirtying filesystems
 2021-02-19  3:18 UTC  (5+ messages)
` [PATCH 1/4] xfs_repair: set NEEDSREPAIR the first time we write to a filesystem
` [PATCH 2/4] libxfs: simulate system failure after a certain number of writes
` [PATCH 3/4] xfs_repair: factor phase transitions into a helper
` [PATCH 4/4] xfs_repair: add post-phase error injection points

[PATCH] xfs: set aside allocation btree blocks from block reservation
 2021-02-19  2:24 UTC  (5+ messages)

[PATCH v6 0/3] xfsprogs: consolidate stripe validation
 2021-02-19  1:37 UTC  (8+ messages)
` [PATCH v6 3/3] mkfs: make use of xfs_validate_stripe_geometry()
  ` [PATCH v7 "

lockdep recursive locking warning on for-next
 2021-02-18 20:26 UTC  (5+ messages)

[PATCH] xfs: don't call into blockgc scan with freeze protection
 2021-02-18 20:14 UTC 

[PATCH v15 00/37] xfsprogs: Delayed Attributes
 2021-02-18 16:45 UTC  (38+ messages)
` [PATCH v15 01/37] xfsprogs: fix an ABBA deadlock in xfs_rename
` [PATCH v15 02/37] xfsprogs: Add helper for checking per-inode extent count overflow
` [PATCH v15 03/37] xfsprogs: Check for extent overflow when trivally adding a new extent
` [PATCH v15 04/37] xfsprogs: Check for extent overflow when punching a hole
` [PATCH v15 05/37] xfsprogs: Check for extent overflow when adding dir entries
` [PATCH v15 06/37] xfsprogs: Check for extent overflow when removing "
` [PATCH v15 07/37] xfsprogs: Check for extent overflow when renaming "
` [PATCH v15 08/37] xfsprogs: Check for extent overflow when adding/removing xattrs
` [PATCH v15 09/37] xfsprogs: Check for extent overflow when writing to unwritten extent
` [PATCH v15 10/37] xfsprogs: Check for extent overflow when moving extent from cow to data fork
` [PATCH v15 11/37] xfsprogs: Check for extent overflow when swapping extents
` [PATCH v15 12/37] xfsprogs: Introduce error injection to reduce maximum inode fork extent count
` [PATCH v15 13/37] xfsprogs: Remove duplicate assert statement in xfs_bmap_btalloc()
` [PATCH v15 14/37] xfsprogs: Compute bmap extent alignments in a separate function
` [PATCH v15 15/37] xfsprogs: Process allocated extent "
` [PATCH v15 16/37] xfsprogs: Introduce error injection to allocate only minlen size extents for files
` [PATCH v15 17/37] libxfs: expose inobtcount in xfs geometry
` [PATCH v15 18/37] xfsprogs: Add helper xfs_attr_node_remove_step
` [PATCH v15 19/37] xfsprogs: Add xfs_attr_node_remove_cleanup
` [PATCH v15 20/37] xfsprogs: Hoist transaction handling in xfs_attr_node_remove_step
` [PATCH v15 21/37] xfsprogs: Hoist xfs_attr_set_shortform
` [PATCH v15 22/37] xfsprogs: Add helper xfs_attr_set_fmt
` [PATCH v15 23/37] xfsprogs: Separate xfs_attr_node_addname and xfs_attr_node_addname_work
` [PATCH v15 24/37] xfsprogs: Add helper xfs_attr_node_addname_find_attr
` [PATCH v15 25/37] xfsprogs: Hoist xfs_attr_node_addname
` [PATCH v15 26/37] xfsprogs: Hoist xfs_attr_leaf_addname
` [PATCH v15 27/37] xfsprogs: Hoist node transaction handling
` [PATCH v15 28/37] xfsprogs: Add delay ready attr remove routines
` [PATCH v15 29/37] xfsprogs: Add delay ready attr set routines
` [PATCH v15 30/37] xfsprogs: Add state machine tracepoints
` [PATCH v15 31/37] xfsprogs: Rename __xfs_attr_rmtval_remove
` [PATCH v15 32/37] xfsprogs: Set up infastructure for deferred attribute operations
` [PATCH v15 33/37] xfsprogs: Skip flip flags for delayed attrs
` [PATCH v15 34/37] xfsprogs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH v15 35/37] xfsprogs: Remove unused xfs_attr_*_args
` [PATCH v15 36/37] xfsprogs: Add delayed attributes error tag
` [PATCH v15 37/37] xfsprogs: Merge xfs_delattr_context into xfs_attr_item

[PATCHSET 0/3] xfs_repair: set needsrepair when dirtying filesystems
 2021-02-18 18:01 UTC  (16+ messages)
` [PATCH 1/3] xfs_repair: set NEEDSREPAIR the first time we write to a filesystem
` [PATCH 2/3] libxfs: simulate system failure after a certain number of writes
` [PATCH 3/3] xfs_repair: add post-phase error injection points

[PATCH v15 00/22] xfs: Delayed Attributes
 2021-02-18 16:53 UTC  (23+ messages)
` [PATCH v15 01/22] xfs: Add helper xfs_attr_node_remove_step
` [PATCH v15 02/22] xfs: Add xfs_attr_node_remove_cleanup
` [PATCH v15 03/22] xfs: Hoist transaction handling in xfs_attr_node_remove_step
` [PATCH v15 04/22] xfs: Hoist xfs_attr_set_shortform
` [PATCH v15 05/22] xfs: Add helper xfs_attr_set_fmt
` [PATCH v15 06/22] xfs: Separate xfs_attr_node_addname and xfs_attr_node_addname_work
` [PATCH v15 07/22] xfs: Add helper xfs_attr_node_addname_find_attr
` [PATCH v15 08/22] xfs: Hoist xfs_attr_node_addname
` [PATCH v15 09/22] xfs: Hoist xfs_attr_leaf_addname
` [PATCH v15 10/22] xfs: Hoist node transaction handling
` [PATCH v15 11/22] xfs: Add delay ready attr remove routines
` [PATCH v15 12/22] xfs: Add delay ready attr set routines
` [PATCH v15 13/22] xfs: Add state machine tracepoints
` [PATCH v15 14/22] xfs: Rename __xfs_attr_rmtval_remove
` [PATCH v15 15/22] xfs: Handle krealloc errors in xlog_recover_add_to_cont_trans
` [PATCH v15 16/22] xfs: Set up infastructure for deferred attribute operations
` [PATCH v15 17/22] xfs: Skip flip flags for delayed attrs
` [PATCH v15 18/22] xfs: Add xfs_attr_set_deferred and xfs_attr_remove_deferred
` [PATCH v15 19/22] xfs: Remove unused xfs_attr_*_args
` [PATCH v15 20/22] xfs: Add delayed attributes error tag
` [PATCH v15 21/22] xfs: Add delattr mount option
` [PATCH v15 22/22] xfs: Merge xfs_delattr_context into xfs_attr_item

[PATCH 0/7] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-02-18 16:20 UTC  (12+ messages)
` [PATCH 4/7] fsdax: Replace mmap entry in case of CoW
` [PATCH 5/7] fsdax: Dedup file range to use a compare function

[PATCH v3 00/11] fsdax: introduce fs query to support reflink
 2021-02-18  8:59 UTC  (6+ messages)
` [PATCH v3 05/11] mm, fsdax: Refactor memory-failure handler for dax mapping

[PATCH] xfstests: rename RENAME_WHITEOUT test on fs no enough sapce
 2021-02-18  7:13 UTC 

[RFC PATCH 00/34] block: introduce bio_new()
 2021-02-18  1:28 UTC  (4+ messages)
` [RFC PATCH 29/34] power/swap: use bio_new in hib_submit_io

[PATCH v2] include/buildrules: substitute ".o" for ".lo" only at the very end
 2021-02-17 22:26 UTC 

[PATCH 0/5] xfs: various log stuff
 2021-02-17 21:06 UTC  (4+ messages)
` [PATCH 4/5] xfs: Fix CIL throttle hang when CIL space used going backwards

[PATCH 0/2] xfs: a couple of small fixes
 2021-02-16 19:15 UTC  (5+ messages)
` [PATCH 1/2] xfs: stats expose padding value at end of qm line

Bug#981662: marked as done (xfsprogs-udeb depends on libinih1, not libinih1-udeb)
 2021-02-16 12:51 UTC 

xfsprogs_5.10.0-4_source.changes ACCEPTED into unstable
 2021-02-16 12:48 UTC 

Processing of xfsprogs_5.10.0-4_source.changes
 2021-02-16 12:47 UTC 

v5.10.1 xfs deadlock
 2021-02-16 12:40 UTC  (11+ messages)
` [PATCH] xfs: Wake CIL push waiters more reliably

[PATCHSET v6 0/5] xfs_admin: support upgrading v5 filesystems
 2021-02-16 12:18 UTC  (8+ messages)
` [PATCH 1/5] man: mark all deprecated V4 format options
` [PATCH 2/5] xfs_repair: allow upgrades to v5 filesystems
` [PATCH 3/5] xfs_admin: support adding features to V5 filesystems
` [PATCH 4/5] xfs_repair: enable inobtcount upgrade via repair
` [PATCH 5/5] xfs_repair: enable bigtime "

[ANNOUNCE] xfsprogs: for-next updated to 317ea9c7
 2021-02-16  1:18 UTC 

linux-next: manual merge of the xfs tree with the pidfd tree
 2021-02-14 23:38 UTC  (3+ messages)

linux-next: manual merge of the pidfd tree with the xfs tree
 2021-02-14 21:42 UTC  (3+ messages)

[PATCH] docs: ABI: Fix the spelling oustanding to outstanding in the file sysfs-fs-xfs
 2021-02-13 15:56 UTC  (2+ messages)

[PATCHSET RFC 0/4] fstests: widen timestamps to deal with y2038+
 2021-02-13  5:34 UTC  (5+ messages)
` [PATCH 1/4] generic: check userspace handling of extreme timestamps
` [PATCH 2/4] xfs/122: add legacy timestamps to ondisk checker
` [PATCH 3/4] xfs: detect time limits from filesystem
` [PATCH 4/4] xfs: test upgrading filesystem to bigtime

[PATCHSET RFC 0/3] fstests: add inode btree blocks counters to the AGI header
 2021-02-13  5:33 UTC  (4+ messages)
` [PATCH 1/3] xfs/{010,030}: update repair output to deal with inobtcount feature
` [PATCH 2/3] xfs/122: embiggen struct xfs_agi size for "
` [PATCH 3/3] xfs: test inobtcount upgrade

[PATCHSET RFC 0/2] fstests: make sure NEEDSREPAIR feature stops mounts
 2021-02-13  5:33 UTC  (3+ messages)
` [PATCH 1/2] common/xfs: support realtime devices with _scratch_xfs_admin
` [PATCH 2/2] xfs: test that the needsrepair feature works as advertised

[PATCH] include/buildrules: substitute ".o" for ".lo" only at the very end
 2021-02-13  0:46 UTC  (11+ messages)

[PATCH] xfs: restore speculative_cow_prealloc_lifetime sysctl
 2021-02-12 22:46 UTC  (5+ messages)
` [PATCH v2] "

[PATCHSET v5 00/11] xfs: add the ability to flag a fs for repair
 2021-02-12 18:54 UTC  (22+ messages)
` [PATCH 01/11] xfs_admin: clean up string quoting
` [PATCH 02/11] xfs_admin: support filesystems with realtime devices
` [PATCH 03/11] xfs_db: report the needsrepair flag in check and version commands
` [PATCH 04/11] xfs_db: don't allow label/uuid setting if the needsrepair flag is set
` [PATCH 05/11] xfs_repair: fix unmount error message to have a newline
` [PATCH 06/11] xfs_repair: clear quota CHKD flags on the incore superblock too
` [PATCH 07/11] xfs_repair: clear the needsrepair flag
` [PATCH 08/11] xfs_repair: allow setting "
` [PATCH 09/11] xfs_repair: add a testing hook for NEEDSREPAIR
` [PATCH 10/11] xfs_admin: support adding features to V5 filesystems
` [PATCH 11/11] man: mark all deprecated V4 format options

[PATCHSET v4 0/6] various: random fixes
 2021-02-12 12:08 UTC  (4+ messages)
` [PATCH 5/6] xfs_repair: check dquot id and type
  ` [PATCH v4.1 "

[ANNOUNCE] xfs-linux: for-next updated to 1cd738b13ae9
 2021-02-11 22:58 UTC 

[PATCH 0/4] xfstests: fix compiler warnings with fsx/fsstress
 2021-02-11 21:22 UTC  (5+ messages)
` [PATCH 4/4] fsstress: get rid of attr_list

[PATCHSET 0/6] fstests: various improvements to the test framework
 2021-02-11 19:05 UTC  (17+ messages)
` [PATCH 2/6] common: capture metadump output if xfs filesystem check fails
` [PATCH 3/6] check: allow '-e testid' to exclude a single test
` [PATCH 4/6] check: don't abort on non-existent excluded groups
` [PATCH 5/6] check: run tests in exactly the order specified
` [PATCH 6/6] fuzzy: capture core dumps from repair utilities

[PATCH] xfs: consider shutdown in bmapbt cursor delete assert
 2021-02-11 16:46 UTC  (2+ messages)


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