Linux-BTRFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-27 23:05:10 to 2021-05-06 10:55:09 UTC [more...]

[PATCH RFC] btrfs: temporary disable inline extent creation for fallocate and reflink
 2021-05-06 10:54 UTC  (4+ messages)

Array extremely unbalanced after convert to Raid5
 2021-05-06  4:32 UTC  (7+ messages)

[PATCH v4 1/5] btrfs: add compat_flags to btrfs_inode_item
 2021-05-06  0:09 UTC  (6+ messages)
` [PATCH v4 2/5] btrfs: initial fsverity support
` [PATCH v4 3/5] btrfs: check verity for reads of inline extents and holes
` [PATCH v4 4/5] btrfs: fallback to buffered io for verity files
` [PATCH v4 5/5] btrfs: verity metadata orphan items

[PATCH] btrfs/187: fix test failure when using bash 5.0+ with debug enabled
 2021-05-05 23:43 UTC  (2+ messages)

[PATCH 00/49] image: Reduce #ifdefs and ad-hoc defines in image code
 2021-05-05 23:38 UTC  (10+ messages)
` [PATCH 04/49] btrfs: Use U-Boot API for decompression

[PATCH v2 0/2] btrfs: zoned: two fixes for generic/475
 2021-05-05 22:52 UTC  (5+ messages)
` [PATCH v2 1/2] btrfs: zoned: sanity check zone type
` [PATCH v2 2/2] btrfs: zoned: bail out if we can't read a reliable write pointer

[PATCH v2] btrfs: add goto in btrfs_defrag_file for error handling
 2021-05-05 22:40 UTC  (2+ messages)

[PATCH v4 0/4] tests for btrfs fsverity
 2021-05-05 21:04 UTC  (5+ messages)
` [PATCH v4 1/4] btrfs: test btrfs specific fsverity corruption
` [PATCH v4 2/4] generic/574: corrupt btrfs merkle tree data
` [PATCH v4 3/4] btrfs: test verity orphans with dmlogwrites
` [PATCH v4 4/4] generic: test fs-verity EFBIG scenarios

[PATCH v4 0/5] btrfs: support fsverity
 2021-05-05 19:20 UTC 

[PATCH RESEND v9 0/9] fs: interface for directly reading/writing compressed data
 2021-05-04 17:15 UTC  (2+ messages)

[PATCH 0/4] btrfs-progs: check: add the ability to detect and report mixed inline and regular data extents
 2021-05-04 13:30 UTC  (6+ messages)
` [PATCH 1/4] btrfs-progs: check/original: add the "0x" prefix for hex error number
` [PATCH 2/4] btrfs-progs: check/original: detect and report mixed inline and regular data extents
` [PATCH 3/4] btrfs-progs: check/lowmem: detect and report mixed inline and regular extents properly
` [PATCH 4/4] btrfs-progs: fsck-tests: add test image for mixed inline and regular data extents

[Patch v2 00/42] btrfs: add data write support for subpage
 2021-05-04  4:28 UTC  (15+ messages)
` [Patch v2 33/42] btrfs: extract relocation page read and dirty part into its own function
` [Patch v2 34/42] btrfs: make relocate_one_page() to handle subpage case
` [Patch v2 35/42] btrfs: fix wild subpage writeback which does not have ordered extent
` [Patch v2 36/42] btrfs: disable inline extent creation for subpage
` [Patch v2 37/42] btrfs: skip validation for subpage read repair
` [Patch v2 38/42] btrfs: allow submit_extent_page() to do bio split for subpage
` [Patch v2 39/42] btrfs: reject raid5/6 fs "
` [Patch v2 40/42] btrfs: fix a crash caused by race between prepare_pages() and btrfs_releasepage()
` [Patch v2 41/42] btrfs: fix the use-after-free bug in writeback subpage helper
` [Patch v2 42/42] btrfs: allow read-write for 4K sectorsize on 64K page size systems

[PATCH v3 0/4] btrfs: make read time repair to be only submitted for each corrupted sector
 2021-05-03 23:39 UTC  (7+ messages)
` [PATCH v3 1/4] btrfs: remove the dead branch in btrfs_io_needs_validation()
` [PATCH v3 2/4] btrfs: make btrfs_verify_data_csum() to return a bitmap
` [PATCH v3 3/4] btrfs: submit read time repair only for each corrupted sector
` [PATCH v3 4/4] btrfs: remove io_failure_record::in_validation

[PATCH v3 0/5] btrfs: support fsverity
 2021-05-03 18:46 UTC  (6+ messages)
` [PATCH v3 2/5] btrfs: initial fsverity support

[PATCH v3] btrfs-progs: mkfs: only output the warning if the sectorsize is not supported
 2021-05-03 17:27 UTC  (2+ messages)

[PATCH v3] btrfs-progs: fi resize: fix false 0.00B sized output
 2021-05-03 17:19 UTC  (2+ messages)

[PATCH] btrfs: delete unneeded assignments in btrfs_defrag_file
 2021-05-03 14:25 UTC  (7+ messages)

[PATCH] btrfs: Add error handling in btrfs_fileattr_set for transaction handle
 2021-05-03 14:03 UTC  (2+ messages)

[PATCH] btrfs: initialize return variable
 2021-05-03 13:51 UTC  (2+ messages)

[PATCH 0/2] btrfs: zoned: two fixes for generic/475
 2021-05-03 13:46 UTC  (5+ messages)
` [PATCH 1/2] btrfs: zoned: sanity check zone type
` [PATCH 2/2] btrfs: zoned: bail out if we can't read a reliable write pointer

[PATCH] btrfs: fix unmountable seed device after fstrim
 2021-05-03 13:34 UTC  (15+ messages)
  ` [PATCH] btrfs: add fstrim test case on the sprout device
    ` [PATCH v2] "
    ` [PATCH v3] "

[PATCH] fs/btrfs: Fix uninitialized variable
 2021-05-03 11:58 UTC  (7+ messages)

[PATCH v2 0/4] btrfs: make read time repair to be only submitted for each corrupted sector
 2021-05-03  1:29 UTC  (5+ messages)
` [PATCH v2 1/4] btrfs: remove the dead branch in btrfs_io_needs_validation()
` [PATCH v2 2/4] btrfs: make btrfs_verify_data_csum() to return a bitmap
` [PATCH v2 3/4] btrfs: submit read time repair only for each corrupted sector
` [PATCH v2 4/4] btrfs: remove io_failure_record::in_validation

[PATCH v2 0/4] btrfs: make read time repair to be only submitted for each corrupted sector
 2021-05-03  1:28 UTC 

[PATCH AUTOSEL 4.4 10/10] btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'s
 2021-05-02 14:06 UTC 

[PATCH AUTOSEL 4.9 12/12] btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'s
 2021-05-02 14:06 UTC 

[PATCH AUTOSEL 4.14 16/16] btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'s
 2021-05-02 14:05 UTC 

[PATCH AUTOSEL 4.19 21/21] btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'s
 2021-05-02 14:05 UTC 

[PATCH AUTOSEL 5.4 34/34] btrfs: convert logic BUG_ON()'s in replace_path to ASSERT()'s
 2021-05-02 14:04 UTC 

'umount /mnt/scratch' of xfstests generic/475 freeze
 2021-05-02 12:32 UTC  (2+ messages)

btrfs balance convert always fails with EIO
 2021-05-02  3:22 UTC  (2+ messages)

"btrfs replace" ERROR: checking status of targetdev
 2021-05-02  2:28 UTC  (5+ messages)

[PATCH-V3] fs/btrfs: Fix uninitialized variable
 2021-05-01  4:51 UTC  (2+ messages)

[PATCH 0/7] Preemptive flushing improvements
 2021-04-30 15:47 UTC  (21+ messages)
` [PATCH 1/7] btrfs: check worker before need_preemptive_reclaim
` [PATCH 2/7] btrfs: only clamp the first time we have to start flushing
` [PATCH 3/7] btrfs: take into account global rsv in need_preemptive_reclaim
` [PATCH 4/7] btrfs: use the global rsv size in the preemptive thresh calculation
` [PATCH 5/7] btrfs: don't include the global rsv size in the preemptive used amount
` [PATCH 6/7] btrfs: only ignore delalloc if delalloc is much smaller than ordered
` [PATCH 7/7] btrfs: handle preemptive delalloc flushing slightly differently

Supporting idmapped mounts
 2021-04-30 14:44 UTC  (3+ messages)

[PATCH-V2] fs/btrfs: Fix uninitialized variable
 2021-04-30 14:01 UTC  (3+ messages)

[PATCH v3 0/2] fstests: first few support patches for zoned btrfs
 2021-04-30 10:10 UTC  (5+ messages)
` [PATCH v3 1/2] common/rc: introduce zone check commands
` [PATCH v3 2/2] btrfs: add test for zone auto reclaim

[GIT PULL][PATCH v11 0/4] Update to zstd-1.4.10
 2021-04-30  1:31 UTC  (4+ messages)
` [PATCH v11 1/4] lib: zstd: Add kernel-specific API
` [PATCH v11 2/4] lib: zstd: Add decompress_sources.h for decompress_unzstd
` [PATCH v11 4/4] MAINTAINERS: Add maintainer entry for zstd

[PATCH v2 0/3] btrfs-progs: image: make restored image file to be properly enlarged
 2021-04-29 19:56 UTC  (6+ messages)
` [PATCH v2 1/3] btrfs-progs: image: remove the dead stat() call
` [PATCH v2 2/3] btrfs-progs: image: enlarge the output file if no tree modification is needed for restore
` [PATCH v2 3/3] btrfs-progs: misc-tests: add test to ensure the restored image can be mounted

[PATCH] btrfs: avoid RCU stalls while running delayed iputs
 2021-04-29 19:41 UTC  (4+ messages)

[PATCH 00/26] btrfs-progs: zoned: zoned block device support
 2021-04-29 15:53 UTC  (9+ messages)
` [PATCH 04/26] btrfs-progs: zoned: add new ZONED feature flag
` [PATCH 05/26] btrfs-progs: zoned: get zone information of zoned block devices

[PATCH 00/12] btrfs-progs: refactor and generalize chunk/dev_extent allocation
 2021-04-29 14:20 UTC  (2+ messages)

[PATCH] btrfs: Remove redundant assignment to ret
 2021-04-29 12:55 UTC  (2+ messages)

[PATCH v2] btrfs: make read time repair to be in sectorsize unit
 2021-04-29 12:57 UTC 

[PATCH v2 0/2] fstests: first few support patches for zoned btrfs
 2021-04-29 10:06 UTC  (8+ messages)
` [PATCH v2 1/2] common/rc: introduce zone check commands
` [PATCH v2 2/2] btrfs: add test for zone auto reclaim

[PATCH] btrfs: make read time repair to be in sectorsize unit
 2021-04-29  9:35 UTC  (2+ messages)

[PATCH] btrfs: fix deadlock when cloning inline extents and using qgroups
 2021-04-28 18:08 UTC  (2+ messages)

[PATCH] btrfs: fix race leading to unpersisted data and metadata on fsync
 2021-04-28 17:36 UTC  (2+ messages)

[PATCH] btrfs: remove comment for argument seed of btrfs_find_device
 2021-04-28 17:21 UTC  (2+ messages)

[PATCH] btrfs: do not consider send context as valid when trying to flush qgroups
 2021-04-28 17:20 UTC  (2+ messages)

[PATCH] btrfs: zoned: fix silent data loss after failure splitting ordered extent
 2021-04-28 17:15 UTC  (2+ messages)

[PATCH v3 0/3] implement zone-aware probing/wiping for zoned btrfs
 2021-04-28 11:36 UTC  (2+ messages)

[GIT PULL][PATCH v10 0/4] Update to zstd-1.4.10
 2021-04-27 23:39 UTC  (3+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).