linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-03-25 20:15:05 to 2020-04-02 11:10:48 UTC [more...]

RAID5 fails to correct correctable errors, makes them uncorrectable instead (sometimes). With reproducer for kernel 5.3.11
 2020-04-02 11:10 UTC  (2+ messages)

RAID5/6 permanent corruption of metadata and data extents
 2020-04-02 11:08 UTC 

[RFC] btrfs: ssd_metadata: storing metadata on SSD
 2020-04-02  9:33 UTC  (4+ messages)
` [PATCH] btrfs: add ssd_metadata mode

[PATCH] btrfs: qgroup: Mark qgroup inconsistent if we're inherting snapshot to a new qgroup
 2020-04-02  6:37 UTC 

Btrfs transid corruption
 2020-04-02  1:56 UTC  (6+ messages)

[PATCH v2 00/39] btrfs: qgroup: Use backref cache based backref walk for commit roots
 2020-04-02  1:32 UTC  (50+ messages)
` [PATCH v2 01/39] btrfs: backref: Introduce the skeleton of btrfs_backref_iter
` [PATCH v2 02/39] btrfs: backref: Implement btrfs_backref_iter_next()
` [PATCH v2 03/39] btrfs: relocation: Use btrfs_backref_iter infrastructure
` [PATCH v2 04/39] btrfs: relocation: Rename mark_block_processed() and __mark_block_processed()
` [PATCH v2 05/39] btrfs: relocation: Add backref_cache::pending_edge and backref_cache::useless_node members
` [PATCH v2 06/39] btrfs: relocation: Add backref_cache::fs_info member
` [PATCH v2 07/39] btrfs: relocation: Make reloc root search specific for relocation backref cache
` [PATCH v2 08/39] btrfs: relocation: Refactor direct tree backref processing into its own function
` [PATCH v2 09/39] btrfs: relocation: Refactor indirect "
` [PATCH v2 10/39] btrfs: relocation: Use wrapper to replace open-coded edge linking
` [PATCH v2 11/39] btrfs: relocation: Specify essential members for alloc_backref_node()
` [PATCH v2 12/39] btrfs: relocation: Remove the open-coded goto loop for breadth-first search
` [PATCH v2 13/39] btrfs: relocation: Refactor the finishing part of upper linkage into finish_upper_links()
` [PATCH v2 14/39] btrfs: relocation: Refactor the useless nodes handling into its own function
` [PATCH v2 15/39] btrfs: relocation: Add btrfs_ prefix for backref_node/edge/cache
` [PATCH v2 16/39] btrfs: Move btrfs_backref_(node|edge|cache) structures to backref.h
` [PATCH v2 17/39] btrfs: Rename tree_entry to simple_node and export it
` [PATCH v2 18/39] btrfs: Rename backref_cache_init() to btrfs_backref_cache_init() and move it to backref.c
` [PATCH v2 19/39] btrfs: Rename alloc_backref_node() to btrfs_backref_alloc_node() and move it backref.c
` [PATCH v2 20/39] btrfs: Rename alloc_backref_edge() to btrfs_backref_alloc_edge() "
` [PATCH v2 21/39] btrfs: Rename link_backref_edge() to btrfs_backref_link_edge() and move it backref.h
` [PATCH v2 22/39] btrfs: Rename free_backref_(node|edge) to btrfs_backref_free_(node|edge) and move them to backref.h
` [PATCH v2 23/39] btrfs: Rename drop_backref_node() to btrfs_backref_drop_node() and move its needed facilities "
` [PATCH v2 24/39] btrfs: Rename remove_backref_node() to btrfs_backref_cleanup_node() and move it to backref.c
` [PATCH v2 25/39] btrfs: Rename backref_cache_cleanup() to btrfs_backref_release_cache() "
` [PATCH v2 26/39] btrfs: Rename backref_tree_panic() to btrfs_backref_panic(), "
` [PATCH v2 27/39] btrfs: Rename should_ignore_root() to btrfs_should_ignore_reloc_root() and export it
` [PATCH v2 28/39] btrfs: relocation: Open-code read_fs_root() for handle_indirect_tree_backref()
` [PATCH v2 29/39] btrfs: Rename handle_one_tree_block() to btrfs_backref_add_tree_node() and move it to backref.c
` [PATCH v2 30/39] btrfs: Rename finish_upper_links() to btrfs_backref_finish_upper_links() "
` [PATCH v2 31/39] btrfs: relocation: Move error handling of build_backref_tree() "
` [PATCH v2 32/39] btrfs: backref: Only ignore reloc roots for indrect backref resolve if the backref cache is for reloction purpose
` [PATCH v2 33/39] btrfs: qgroup: Introduce qgroup backref cache
` [PATCH v2 34/39] btrfs: qgroup: Introduce qgroup_backref_cache_build() function
` [PATCH v2 35/39] btrfs: qgroup: Introduce a function to iterate through backref_cache to find all parents for specified node
` [PATCH v2 36/39] btrfs: qgroup: Introduce helpers to get needed tree block info
` [PATCH v2 37/39] btrfs: qgroup: Introduce verification for function to ensure old roots ulist matches btrfs_find_all_roots() result
` [PATCH v2 38/39] btrfs: qgroup: Introduce a new function to get old_roots ulist using backref cache
` [PATCH v2 39/39] btrfs: qgroup: Use backref cache to speed up old_roots search

FIDEDUPERANGE woes may continue (or unrelated issue?)
 2020-04-01 23:31 UTC  (12+ messages)

[PATCH v2] btrfs-progs: add warning for mixed profiles filesystem
 2020-04-01 19:05 UTC  (12+ messages)
` [PATCH 1/4] Complete the implementation of RAID1C[34]
` [PATCH 2/4] btrfs-progs: Add BTRFS_EXTENDED_PROFILE_MASK mask
` [PATCH 3/4] btrfs-progs: Add btrfs_check_for_mixed_profiles_by_* function
` [PATCH 4/4] btrfs-progs: Add mixed profiles check to some btrfs sub-commands

[PATCH 1/2] btrfs-progs: fix fsck-test/037 skip corrupt FREE_SPACE_BITMAP
 2020-04-01 18:35 UTC  (6+ messages)
` [PATCH 2/2] btrfs-progs: fix misc-test/029 provide device for mount
  ` [PATCH 2/2 v2] "

[PATCH] btrfs-progs: check: Sanitize the return value for qgroup error
 2020-04-01 17:57 UTC  (3+ messages)

[PATCH][next] btrfs: inode: Fix uninitialized variable bug
 2020-04-01 16:00 UTC  (2+ messages)

[PATCH 5/7] btrfs: Add missing annotation for btrfs_lock_cluster()
 2020-04-01 15:57 UTC  (3+ messages)
  ` [PATCH 6/7] btrfs: Add missing annotation for btrfs_tree_lock()

[PATCH] btrfs: re-instantiate the removed BTRFS_SUBVOL_CREATE_ASYNC definition
 2020-04-01  6:47 UTC  (2+ messages)

[PATCH] btrfs-progs: add RAID5/6 support to btrfs fi us
 2020-03-31 21:55 UTC  (3+ messages)

[GIT PULL] Btrfs updates for 5.7
 2020-03-31 21:50 UTC  (2+ messages)

Using Intel Optane to accelerate a BTRFS array? (equivalent of ZLOG/SIL for ZFS?)
 2020-03-31 21:44 UTC  (11+ messages)

Btrfs progs pre-release 5.6-rc1
 2020-03-31 21:28 UTC 

[RFC] btrfs-progs: use the new ioctl BTRFS_IOC_GET_CHUNK_INFO
 2020-03-31 19:18 UTC  (3+ messages)

[PATCH] btrfs-progs: lots of typo fixes (codespell)
 2020-03-31 16:20 UTC  (2+ messages)

btrfs-transacti hangs system for several seconds every few minutes
 2020-03-31  4:20 UTC  (5+ messages)

btrfs-transacti hangs system for several seconds every few minutes
 2020-03-31  4:04 UTC  (6+ messages)

Corrupted btrfs after cpu overheat
 2020-03-30 23:42 UTC  (3+ messages)

How do damaged root trees happen and how to protect against power cut?
 2020-03-30 22:43 UTC  (4+ messages)
    ` Fwd: "

[PATCH] btrfs-progs: tests: Introduce expand_command() to inject aruguments more accurately
 2020-03-30  7:02 UTC 

Device Delete Stuck
 2020-03-29 19:24 UTC  (5+ messages)

btrfs-transacti hangs system for several seconds every few minutes
 2020-03-29 18:09 UTC  (4+ messages)

BUG_ON in btrfs check & fs/btrfs/extent-tree.c:3071
 2020-03-29 17:39 UTC  (2+ messages)

nullptr deref bug in btrfs compress_file_range
 2020-03-28 21:43 UTC 

Q: what exactly does SSD mode still do?
 2020-03-28 21:31 UTC  (5+ messages)

[PATCH v7 0/5] readmirror feature (sysfs and in-memory only approach; with new read_policy device)
 2020-03-28  5:48 UTC  (2+ messages)

[PATCH v2 00/16] btrfs-progs: global verbose and quiet option
 2020-03-28  5:45 UTC  (4+ messages)

Unable to open files - Bus Error
 2020-03-28  5:43 UTC 

[PATCH 0/9 v7] btrfs direct-io using iomap
 2020-03-27 16:13 UTC  (15+ messages)
` [PATCH 1/9] fs: Export generic_file_buffered_read()
` [PATCH 2/9] iomap: add a filesystem hook for direct I/O bio submission
` [PATCH 3/9] iomap: Remove lockdep_assert_held()
` [PATCH 4/9] btrfs: Switch to iomap_dio_rw() for dio
` [PATCH 5/9] btrfs: Use ->iomap_end() instead of btrfs_dio_data
` [PATCH 6/9] fs: Remove dio_end_io()
` [PATCH 7/9] btrfs: remove BTRFS_INODE_READDIO_NEED_LOCK
` [PATCH 8/9] btrfs: btrfs: split btrfs_direct_IO
` [PATCH 9/9] btrfs: unlock extents in ->iomap_end() for DIO reads

[PATCH 0/6] btrfs-progs: Fixes for valgrind errors during fsck-tests
 2020-03-27 15:27 UTC  (4+ messages)

[PATCH] btrfs-progs: check: typo in an error message: "boudnary"
 2020-03-27 15:17 UTC  (3+ messages)

Kernels 4.15..5.0.3: "WARNING: CPU: 2 PID: 4150 at fs/fs-writeback.c:2363 __writeback_inodes_sb_nr+0xa9/0xc0"
 2020-03-27  5:59 UTC  (5+ messages)
` Kernels 4.15..5.5: "
      ` Kernel 5.5.8 : "

[PATCH AUTOSEL 5.5 22/28] btrfs: fix removal of raid[56|1c34} incompat flags after removing block group
 2020-03-26 23:23 UTC 

[PATCH 0/5] Fix up some stupid delayed ref flushing behaviors
 2020-03-26 19:58 UTC  (5+ messages)

Q: btrfs and device readahead
 2020-03-26 18:22 UTC 

btrfs-progs: RAID1C3/C4 missing some info in btrfs_raid_array
 2020-03-26 17:36 UTC  (5+ messages)

[RFC][PATCH] btrfs-progs: add warning for mixed prfofiles filesystem
 2020-03-26 17:28 UTC  (4+ messages)
` [PATCH 1/4] btrfs-progs: Add missing fields to btrfs_raid_array[] for raid1c[34]

[PATCH] btrfs-progs: restore: Avoid SYMLINK messages
 2020-03-26 17:25 UTC  (2+ messages)

[PATCH RFC] btrfs: send: Emit all xattr of an inode if the uid/gid changed
 2020-03-26 17:14 UTC  (4+ messages)

[PATCH v10 00/25] Change readahead API
 2020-03-26 16:53 UTC  (3+ messages)
` [PATCH v10 17/25] btrfs: Convert from readpages to readahead

Request about "Page cache invalidation failure on direct I/O."
 2020-03-26 13:53 UTC  (3+ messages)

[PATCH U-BOOT v2 0/3] fs: btrfs: Fix false LZO decompression error due to missing page boundary check
 2020-03-26  9:03 UTC  (7+ messages)
` [PATCH U-BOOT v2 1/3] fs: btrfs: Use LZO_LEN to replace immediate number
` [PATCH U-BOOT v2 2/3] fs: btrfs: Reject fs with sector size other than PAGE_SIZE
` [PATCH U-BOOT v2 3/3] fs: btrfs: Fix LZO false decompression error caused by pending zero

[PATCH v2] btrfs: Only require sector size alignment for parent eb bytenr
 2020-03-26  5:54 UTC 

5.4.20: cannot mount device that blipped off the bus: duplicate device fsid:devid for
 2020-03-26  4:26 UTC  (7+ messages)

Question: how understand the raid profile of a btrfs filesystem
 2020-03-26  3:10 UTC  (6+ messages)

Question: how understand the raid profile of a btrfs filesystem
 2020-03-26  2:51 UTC  (11+ 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).