Linux-BTRFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-20 17:37:11 to 2021-04-27 23:05:16 UTC [more...]

[Patch v2 00/42] btrfs: add data write support for subpage
 2021-04-27 23:03 UTC  (36+ messages)
` [Patch v2 01/42] btrfs: scrub: fix subpage scrub repair error caused by hardcoded PAGE_SIZE
` [Patch v2 02/42] btrfs: make free space cache size consistent across different PAGE_SIZE
` [Patch v2 03/42] btrfs: remove the unused parameter @len for btrfs_bio_fits_in_stripe()
` [Patch v2 04/42] btrfs: allow btrfs_bio_fits_in_stripe() to accept bio without any page
` [Patch v2 05/42] btrfs: refactor submit_extent_page() to make bio and its flag tracing easier
` [Patch v2 06/42] btrfs: make subpage metadata write path to call its own endio functions
` [Patch v2 07/42] btrfs: pass btrfs_inode into btrfs_writepage_endio_finish_ordered()
` [Patch v2 08/42] btrfs: make Private2 lifespan more consistent
` [Patch v2 09/42] btrfs: refactor how we finish ordered extent io for endio functions
` [Patch v2 10/42] btrfs: update the comments in btrfs_invalidatepage()
` [Patch v2 11/42] btrfs: introduce btrfs_lookup_first_ordered_range()
` [Patch v2 12/42] btrfs: refactor btrfs_invalidatepage()
` [Patch v2 13/42] btrfs: rename PagePrivate2 to PageOrdered inside btrfs
` [Patch v2 14/42] btrfs: pass bytenr directly to __process_pages_contig()
` [Patch v2 15/42] btrfs: refactor the page status update into process_one_page()
` [Patch v2 16/42] btrfs: provide btrfs_page_clamp_*() helpers
` [Patch v2 17/42] btrfs: only require sector size alignment for end_bio_extent_writepage()
` [Patch v2 18/42] btrfs: make btrfs_dirty_pages() to be subpage compatible
` [Patch v2 19/42] btrfs: make __process_pages_contig() to handle subpage dirty/error/writeback status
` [Patch v2 20/42] btrfs: make end_bio_extent_writepage() to be subpage compatible
` [Patch v2 21/42] btrfs: make process_one_page() to handle subpage locking
` [Patch v2 22/42] btrfs: introduce helpers for subpage ordered status
` [Patch v2 23/42] btrfs: make page Ordered bit to be subpage compatible
` [Patch v2 24/42] btrfs: update locked page dirty/writeback/error bits in __process_pages_contig
` [Patch v2 25/42] btrfs: prevent extent_clear_unlock_delalloc() to unlock page not locked by __process_pages_contig()
` [Patch v2 26/42] btrfs: make btrfs_set_range_writeback() subpage compatible
` [Patch v2 27/42] btrfs: make __extent_writepage_io() only submit dirty range for subpage
` [Patch v2 28/42] btrfs: make btrfs_truncate_block() to be subpage compatible
` [Patch v2 29/42] btrfs: make btrfs_page_mkwrite() "
` [Patch v2 30/42] btrfs: reflink: make copy_inline_to_page() "
` [Patch v2 31/42] btrfs: fix the filemap_range_has_page() call in btrfs_punch_hole_lock_range()
` [Patch v2 32/42] btrfs: don't clear page extent mapped if we're not invalidating the full page
` [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

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

[PATCH 00/26] btrfs-progs: zoned: zoned block device support
 2021-04-27 19:58 UTC  (41+ messages)
` [PATCH 01/26] btrfs-progs: utils: Introduce queue_param helper function
` [PATCH 02/26] btrfs-progs: provide fs_info from btrfs_device
` [PATCH 03/26] btrfs-progs: build: zoned: Check zoned block device support
` [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 06/26] btrfs-progs: zoned: check and enable ZONED mode
` [PATCH 07/26] btrfs-progs: zoned: introduce max_zone_append_size
` [PATCH 08/26] btrfs-progs: zoned: disallow mixed-bg in ZONED mode
` [PATCH 09/26] btrfs-progs: zoned: allow zoned filesystems on non-zoned block devices
` [PATCH 10/26] btrfs-progs: zoned: implement log-structured superblock for ZONED mode
` [PATCH 11/26] btrfs-progs: zoned: implement zoned chunk allocator
` [PATCH 12/26] btrfs-progs: zoned: load zone's allocation offset
` [PATCH 13/26] btrfs-progs: zoned: implement sequential extent allocation
` [PATCH 14/26] btrfs-progs: zoned: calculate allocation offset for conventional zones
` [PATCH 15/26] btrfs-progs: zoned: redirty clean extent buffers in zoned btrfs
` [PATCH 16/26] btrfs-progs: zoned: reset zone of freed block group
` [PATCH 17/26] btrfs-progs: zoned: support resetting zoned device
` [PATCH 18/26] btrfs-progs: zoned: support zero out on zoned block device
` [PATCH 19/26] btrfs-progs: zoned: support wiping SB on sequential write zone
` [PATCH 20/26] btrfs-progs: mkfs: zoned: detect and enable zoned feature flag
` [PATCH 21/26] btrfs-progs: mkfs: zoned: check incompatible features with zoned btrfs
` [PATCH 22/26] btrfs-progs: mkfs: zoned: tweak initial system block group placement
` [PATCH 23/26] btrfs-progs: mkfs: zoned: use sbwrite to update superblock
` [PATCH 24/26] btrfs-progs: zoned: wipe temporary superblocks in superblock log zone
` [PATCH 25/26] btrfs-progs: zoned: device-add: support ZONED device
` [PATCH 26/26] btrfs-progs: zoned: introduce zoned support for device replace

[PATCH-V2] fs/btrfs: Fix uninitialized variable
 2021-04-27 17:16 UTC 

[PATCH U-boot v2] fs: btrfs: fix the false alert of decompression failure
 2021-04-27 16:46 UTC  (2+ messages)

[PATCH v3 0/3] fsdax: Factor helper functions to simplify the code
 2021-04-27 16:34 UTC  (7+ messages)
` [PATCH v3 1/3] fsdax: Factor helpers to simplify dax fault code
` [PATCH v3 2/3] fsdax: Factor helper: dax_fault_actor()
` [PATCH v3 3/3] fsdax: Output address in dax_iomap_pfn() and rename it

[PATCH] btrfs/187: fix test failure when using bash 5.0+ with debug enabled
 2021-04-27 15:00 UTC 

[PATCH-next] fs/btrfs: Fix uninitialized variable
 2021-04-27 12:18 UTC  (3+ messages)

[PATCH] btrfs: test fsync after rename and link with cow and nocow writes
 2021-04-27 10:29 UTC 

[PATCH] btrfs: fix race leading to unpersisted data and metadata on fsync
 2021-04-27 10:27 UTC 

[PATCH v10 3/4] lib: zstd: Upgrade to latest upstream zstd version 1.4.10
 2021-04-27  3:57 UTC 

[PATCH] btrfs: delete unneeded assignments in btrfs_defrag_file
 2021-04-27  1:50 UTC 

[PATCH v2 0/3] fsdax: Factor helper functions to simplify the code
 2021-04-26 22:48 UTC  (3+ messages)
` [PATCH v2 1/3] fsdax: Factor helpers to simplify dax fault code

[GIT PULL] Btrfs updates for 5.13
 2021-04-26 21:07 UTC  (4+ messages)

Parent transid verify failed (and more): BTRFS for data storage in Xen VM setup
 2021-04-26 20:23 UTC  (3+ messages)
  ` AW: "

[PATCH RESEND v9 0/9] fs: interface for directly reading/writing compressed data
 2021-04-26 19:06 UTC  (10+ messages)
` [PATCH RESEND v9 1/9] iov_iter: add copy_struct_from_iter()
` [PATCH RESEND v9 2/9] fs: add O_ALLOW_ENCODED open flag
` [PATCH RESEND v9 3/9] fs: add RWF_ENCODED for reading/writing compressed data
` [PATCH RESEND v9 4/9] btrfs: don't advance offset for compressed bios in btrfs_csum_one_bio()
` [PATCH RESEND v9 5/9] btrfs: add ram_bytes and offset to btrfs_ordered_extent
` [PATCH RESEND v9 6/9] btrfs: support different disk extent size for delalloc
` [PATCH RESEND v9 7/9] btrfs: optionally extend i_size in cow_file_range_inline()
` [PATCH RESEND v9 8/9] btrfs: implement RWF_ENCODED reads
` [PATCH RESEND v9 9/9] btrfs: implement RWF_ENCODED writes

Btrfs progs release 5.11.1
 2021-04-26 15:45 UTC  (2+ messages)

[PATCH 0/4] fstests: first few support patches for zoned btrfs
 2021-04-26  6:08 UTC  (8+ messages)
` [PATCH 1/4] fstests: add missing checks of fallocate feature
` [PATCH 2/4] btrfs: require discard functionality from scratch device
` [PATCH 3/4] common/rc: introduce zone check commands
` [PATCH 4/4] btrfs: add test for zone auto reclaim

[PATCH v3 0/3] implement zone-aware probing/wiping for zoned btrfs
 2021-04-26  5:50 UTC  (4+ messages)
` [PATCH v3 1/3] blkid: implement zone-aware probing
` [PATCH v3 2/3] blkid: add magic and probing for zoned btrfs
` [PATCH v3 3/3] blkid: support zone reset for wipefs

[PATCH] btrfs: remove comment for argument seed of btrfs_find_device
 2021-04-26  3:02 UTC  (2+ messages)

[PATCH v2 0/3] implement zone-aware probing/wiping for zoned btrfs
 2021-04-26  1:38 UTC  (4+ messages)
` [PATCH v2 2/3] blkid: add magic and probing "

fstrim bug with seed+sprout
 2021-04-25  9:18 UTC  (3+ messages)

Restoring a file from damaged btrfs raid1 shard
 2021-04-25  6:42 UTC  (3+ messages)

sprout device is never ready, can't be booted from
 2021-04-25  6:04 UTC 

[PATCH v2] generic: test fiemap offsets and < 512 byte ranges
 2021-04-25  5:14 UTC  (5+ messages)
` [PATCH v3] "

Access Beyond End of Device & Input/Output Errors
 2021-04-24 22:56 UTC  (13+ messages)

Converting EXT4
 2021-04-24 19:38 UTC  (2+ messages)

[PATCH 0/4] btrfs: the missing 4 patches to implement metadata write path
 2021-04-23 22:34 UTC  (5+ messages)

[PATCH 1/2] btrfs: Remove unused function btrfs_reada_detach()
 2021-04-23 11:28 UTC  (5+ messages)
` [PATCH 2/2] btrfs: Use reada_control pointer instead of void pointer

[PATCH] btrfs: Correct try_lock_extent() usage in read_extent_buffer_subpage()
 2021-04-23 10:43 UTC  (2+ messages)

[PATCH v6 0/3] btrfs: zoned: automatic BG reclaim
 2021-04-23 10:33 UTC  (5+ messages)
` [PATCH v6 1/3] btrfs: zoned: reset zones of relocated block groups
` [PATCH v6 2/3] btrfs: rename delete_unused_bgs_mutex
` [PATCH v6 3/3] btrfs: zoned: automatically reclaim zones

read time tree block corruption detected
 2021-04-22 14:26 UTC  (11+ messages)

[PATCH v2] btrfs: scrub: remove the hardcoded PAGE_SIZE usage except for RAID5/6
 2021-04-22 11:34 UTC 

[PATCH] btrfs: scrub: remove the hardcoded PAGE_SIZE usage except for RAID5/6
 2021-04-22 11:22 UTC 

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

[PATCH] btrfs: fix deadlock when cloning inline extents and using qgroups
 2021-04-22 11:16 UTC  (2+ messages)

'ls /mnt/scratch/' freeze(deadlock?) when run xfstest(btrfs/232)
 2021-04-22 11:06 UTC  (13+ messages)

[RFC] btrfs: Allow read-only mount with corrupted extent tree
 2021-04-21 16:00 UTC  (3+ messages)
` [PATCH] "

[PATCH] btrfs: zoned: fix silent data loss after failure splitting ordered extent
 2021-04-21 13:31 UTC 

[PATCH v3 00/13] btrfs: support read-write for subpage metadata
 2021-04-21 12:15 UTC  (17+ messages)

Replacing disk strange (buggy?) behaviour - RAID1
 2021-04-21  8:39 UTC  (4+ messages)

[PATCH v3] fs/btrfs: Fix uninitialized variable
 2021-04-21  0:07 UTC  (3+ messages)

About the state of Btrfs RAID 5/6
 2021-04-20 23:09 UTC  (6+ messages)

[PATCH v5 0/3] btrfs: zoned: automatic BG reclaim
 2021-04-20 18:14 UTC  (5+ messages)
` [PATCH v5 1/3] btrfs: zoned: reset zones of relocated block groups

[PATCH v2] btrfs: do more graceful error/warning for 32bit kernel
 2021-04-20 18:06 UTC  (2+ messages)

[PATCH] btrfs: zoned: fix unpaired block group unfreeze during device replace
 2021-04-20 17:34 UTC  (3+ messages)
` [PATCH v2] "


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