linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-07 17:11:34 to 2021-02-12 17:25:37 UTC [more...]

[PATCH] xfs: restore speculative_cow_prealloc_lifetime sysctl
 2021-02-12 17:24 UTC 

[PATCHSET v5 00/11] xfs: add the ability to flag a fs for repair
 2021-02-12 13:35 UTC  (21+ 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  (19+ messages)
` [PATCH 1/6] misc: fix valgrind complaints
` [PATCH 2/6] xfs_scrub: detect infinite loops when scanning inodes
` [PATCH 3/6] xfs_scrub: load and unload libicu properly
` [PATCH 4/6] xfs_scrub: handle concurrent directory updates during name scan
` [PATCH 5/6] xfs_repair: check dquot id and type
  ` [PATCH v4.1 "
` [PATCH 6/6] xfs_scrub: fix weirdness in directory name check code

[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  (19+ messages)
` [PATCH 1/6] config: wrap xfs_metadump as $XFS_METADUMP_PROG like the other tools
` [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)

[PATCH] xfs: restore shutdown check in mapped write fault path
 2021-02-11  7:01 UTC  (4+ messages)

[PATCHSET v4 00/10] xfs: add the ability to flag a fs for repair
 2021-02-11  1:30 UTC  (49+ messages)
` [PATCH 01/10] xfs_admin: clean up string quoting
` [PATCH 02/10] xfs_admin: support filesystems with realtime devices
` [PATCH 03/10] xfs_db: support the needsrepair feature flag in the version command
` [PATCH 04/10] xfs_repair: fix unmount error message to have a newline
` [PATCH 05/10] xfs_repair: clear quota CHKD flags on the incore superblock too
` [PATCH 06/10] xfs_repair: clear the needsrepair flag
` [PATCH 07/10] xfs_repair: set NEEDSREPAIR when we deliberately corrupt directories
` [PATCH 08/10] xfs_repair: allow setting the needsrepair flag
` [PATCH 09/10] xfs_repair: add a testing hook for NEEDSREPAIR
` [PATCH 10/10] xfs_admin: support adding features to V5 filesystems

[PATCH] xfs: fix boolreturn.cocci warnings
 2021-02-10 22:25 UTC  (3+ messages)

[PATCH] generic: test mapped write after shutdown and failed writeback
 2021-02-10 19:12 UTC  (3+ messages)

[PATCH v3 00/11] fsdax: introduce fs query to support reflink
 2021-02-10 13:44 UTC  (18+ messages)
` [PATCH v3 01/11] pagemap: Introduce ->memory_failure()
` [PATCH v3 02/11] blk: Introduce ->corrupted_range() for block device
` [PATCH v3 03/11] fs: Introduce ->corrupted_range() for superblock
` [PATCH v3 04/11] block_dev: Introduce bd_corrupted_range() for block device
` [PATCH v3 05/11] mm, fsdax: Refactor memory-failure handler for dax mapping
` [PATCH v3 06/11] mm, pmem: Implement ->memory_failure() in pmem driver
` [PATCH v3 07/11] pmem: Implement ->corrupted_range() for "
` [PATCH v3 08/11] dm: Introduce ->rmap() to find bdev offset
` [PATCH v3 09/11] md: Implement ->corrupted_range()
` [PATCH v3 10/11] xfs: Implement ->corrupted_range() for XFS
` [PATCH v3 11/11] fs/dax: Remove useless functions

[PATCH 0/7] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-02-10 13:19 UTC  (21+ messages)
` [PATCH 1/7] fsdax: Output address in dax_iomap_pfn() and rename it
` [PATCH 2/7] fsdax: Introduce dax_copy_edges() for CoW
` [PATCH 3/7] fsdax: Copy data before write
` [PATCH 4/7] fsdax: Replace mmap entry in case of CoW
` [PATCH 5/7] fsdax: Dedup file range to use a compare function
` [PATCH 6/7] fs/xfs: Handle CoW for fsdax write() path
` [PATCH 7/7] fs/xfs: Add dedupe support for fsdax

[PATCHSET 0/2] fstests: remove _require_no_rtinherit from xfs tests
 2021-02-10  2:57 UTC  (3+ messages)
` [PATCH 1/2] xfs: fix filestreams tests when rtinherit=1
` [PATCH 2/2] common: remove _require_no_rtinherit

[PATCHSET v5 0/2] xfs_admin: support upgrading v5 filesystems
 2021-02-09 17:35 UTC  (7+ messages)
` [PATCH 1/2] xfs_repair: enable inobtcount upgrade via repair
` [PATCH 2/2] xfs_repair: enable bigtime "

[PATCH] _scratch_mkfs_geom(): Filter out 'k' suffix from fs block size
 2021-02-09 16:36 UTC  (2+ messages)

[PATCHSET v5 0/2] xfs_db: add minimal directory navigation
 2021-02-09  4:10 UTC  (3+ messages)
` [PATCH 1/2] xfs_db: add a directory path lookup command
` [PATCH 2/2] xfs_db: add an ls command

[PATCH] xfs: fix rst syntax error in admin guide
 2021-02-09  4:04 UTC  (3+ messages)

rcu: INFO: rcu_sched self-detected stall on CPU: Workqueue: xfs-conv/md0 xfs_end_io
 2021-02-08 21:24 UTC  (10+ messages)

[PATCH] xfs: test a regression in dquot type checking
 2021-02-08 16:50 UTC  (3+ messages)

Bug#981662: Bug#981864: libinih: Please provide libinih1-udeb
 2021-02-08 14:36 UTC 

linux-next: build warning after merge of the xfs tree
 2021-02-08 12:44 UTC 

[Bug 211605] New: Re-mount XFS causes "noattr2 mount option is deprecated" warning
 2021-02-07 23:36 UTC  (12+ messages)
` [Bug 211605] "
` [Bug 211605] Re-mount XFS causes "attr2 "

linux-next: manual merge of the xfs tree with the pidfd tree
 2021-02-07 23: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 NNTP newsgroup(s).