public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-11-18 20:09:47 to 2022-11-29 21:11:29 UTC [more...]

[syzbot] kernel BUG in insert_state_fast
 2022-11-29 21:10 UTC 

[syzbot] WARNING: kmalloc bug in btrfs_ioctl_send
 2022-11-29 15:56 UTC  (2+ messages)

[syzbot] possible deadlock in btrfs_join_transaction
 2022-11-29 11:54 UTC  (2+ messages)

[syzbot] WARNING in btrfs_free_reserved_data_space_noquota
 2022-11-29  8:43 UTC 

[syzbot] WARNING in btrfs_commit_transaction
 2022-11-28 21:11 UTC  (2+ messages)

[PATCH v5 00/18] btrfs: add fscrypt integration
 2022-11-28 20:34 UTC  (8+ messages)

[PATCH] btrfs: sync some cleanups from progs into uapi/btrfs.h
 2022-11-28 19:26 UTC 

[PATCH v3 00/29] prep and initial sync of kernel code
 2022-11-28 17:53 UTC  (40+ messages)
` [PATCH v3 01/29] btrfs-progs: turn on more compiler warnings and use -Wall
` [PATCH v3 02/29] btrfs-progs: fix make clean to clean convert properly
` [PATCH v3 03/29] btrfs-progs: properly test for send_stream_version
` [PATCH v3 04/29] btrfs-progs: use -std=gnu11
` [PATCH v3 05/29] btrfs-progs: move btrfs_err_str into common/utils.h
` [PATCH v3 06/29] btrfs-progs: rename qgroup items to match the kernel naming scheme
` [PATCH v3 07/29] btrfs-progs: make btrfs_qgroup_level helper match the kernel
` [PATCH v3 08/29] btrfs-progs: move NO_RESULT definition into replace.c
` [PATCH v3 09/29] btrfs-progs: rename BLOCK_* to IMAGE_BLOCK_* for metadump
` [PATCH v3 10/29] btrfs-progs: rename btrfs_item_end to btrfs_item_data_end
` [PATCH v3 11/29] btrfs-progs: copy ioctl.h into libbtrfs
` [PATCH v3 12/29] btrfs-progs: sync uapi/btrfs.h into btrfs-progs
` [PATCH v3 13/29] btrfs-progs: stop using btrfs_root_item_v0
` [PATCH v3 14/29] btrfs-progs: make the find extent buffer helpers take fs_info
` [PATCH v3 15/29] btrfs-progs: move dirty eb tracking to it's own io_tree
` [PATCH v3 16/29] btrfs-progs: do not pass io_tree into verify_parent_transid
` [PATCH v3 17/29] btrfs-progs: move extent cache code directly into btrfs_fs_info
` [PATCH v3 18/29] btrfs-progs: delete state_private code
` [PATCH v3 19/29] btrfs-progs: rename extent buffer flags to EXTENT_BUFFER_*
` [PATCH v3 20/29] btrfs-progs: sync ondisk definitions from the kernel
` [PATCH v3 21/29] btrfs-progs: sync compression.h "
` [PATCH v3 22/29] btrfs-progs: sync messages.* "
` [PATCH v3 23/29] btrfs-progs: replace btrfs_leaf_data with btrfs_item_nr_offset
` [PATCH v3 24/29] btrfs-progs: don't use btrfs_header_csum helper
` [PATCH v3 25/29] btrfs-progs: make write_extent_buffer take a const eb
` [PATCH v3 26/29] btrfs-progs: sync accessors.[ch] from the kernel
` [PATCH v3 27/29] btrfs-progs: sync file-item.h into progs
` [PATCH v3 28/29] btrfs-progs: sync async-thread.[ch] from the kernel
` [PATCH v3 29/29] btrfs-progs: sync extent-io-tree.[ch] and misc.h "

[PATCH AUTOSEL 5.4 11/16] btrfs: send: avoid unaligned encoded writes when attempting to clone range
 2022-11-28 17:41 UTC 

[PATCH AUTOSEL 5.10 13/19] btrfs: send: avoid unaligned encoded writes when attempting to clone range
 2022-11-28 17:41 UTC 

[PATCH AUTOSEL 5.15 18/24] btrfs: send: avoid unaligned encoded writes when attempting to clone range
 2022-11-28 17:40 UTC 

[PATCH AUTOSEL 6.0 28/39] btrfs: send: avoid unaligned encoded writes when attempting to clone range
 2022-11-28 17:36 UTC 

[PATCH] btrfs: send: initialize backref cache earlier
 2022-11-28 17:05 UTC  (2+ messages)

[PATCH] btrfs: do not BUG_ON() on ENOMEM when dropping extent items for a range
 2022-11-28 16:53 UTC  (3+ messages)

[PATCH 0/4] fstests/btrfs: add a test case for send v2 and an update
 2022-11-28 16:05 UTC  (6+ messages)
` [PATCH 1/4] btrfs: add a _require_btrfs_send_v2 helper
` [PATCH 2/4] common: make _filter_fiemap_flags optionally print the encoded flag
` [PATCH 3/4] btrfs/280: also verify that fiemap reports extents as encoded
` [PATCH 4/4] btrfs: test a case with compressed send stream and a shared extent

[PATCH] fstests: skip btrfs/254 in case MIN_FSSIZE is more than 1G
 2022-11-28 16:03 UTC  (2+ messages)

[PATCH] fstests: skip btrfs/253 for zoned devices
 2022-11-28 16:02 UTC  (2+ messages)

[PATCH 0/3] btrfs: fix a rare deadlock case when logging inodes
 2022-11-28 10:03 UTC  (8+ messages)
` [PATCH 1/3] btrfs: do not modify log tree while holding a leaf from fs tree locked
` [PATCH 2/3] btrfs: unify overwrite_item() and do_overwrite_item()
` [PATCH 3/3] btrfs: remove outdated logic from overwrite_item() and add assertion

[syzbot] WARNING in btrfs_create_pending_block_groups
 2022-11-28 10:01 UTC 

[syzbot] general protection fault in btrfs_ioctl_send
 2022-11-28  9:50 UTC 

[syzbot] memory leak in add_tree_block
 2022-11-28  7:50 UTC 

[syzbot] kernel BUG in btrfs_global_root_delete
 2022-11-27  8:50 UTC 

[PATCH 07/16] btrfs: Lock extents before folio for read()s
 2022-11-27  8:48 UTC  (4+ messages)

[syzbot] WARNING in __kernel_write_iter
 2022-11-27  2:44 UTC  (2+ messages)

[PATCH v3 0/2] fs: clear a UBSAN shift-out-of-bounds warning
 2022-11-26  1:59 UTC  (5+ messages)
` [PATCH v3 1/2] btrfs: replace INT_LIMIT(loff_t) with OFFSET_MAX
` [PATCH v3 2/2] fs: clear a UBSAN shift-out-of-bounds warning

Speed up mount time?
 2022-11-25 22:25 UTC  (10+ messages)

[GIT PULL] Btrfs updates for 6.1-rc7
 2022-11-25 22:00 UTC  (2+ messages)

[syzbot] kernel BUG in clear_state_bit
 2022-11-25 17:49 UTC  (2+ messages)

[syzbot] kernel BUG in close_ctree
 2022-11-25 17:09 UTC  (2+ messages)

[syzbot] kernel BUG in __clear_extent_bit
 2022-11-25 13:58 UTC 

[syzbot] kernel BUG in btrfs_drop_extents
 2022-11-25 13:36 UTC 

[PATCH v2 0/2] fs: clear a UBSAN shift-out-of-bounds warning
 2022-11-25  8:33 UTC  (8+ messages)
` [PATCH v2 1/2] btrfs: replace INT_LIMIT(loff_t) with OFFSET_MAX
` [PATCH v2 2/2] fs: clear a UBSAN shift-out-of-bounds warning

[PATCH v1] btrfs-progs:Support send and receive to remote host
 2022-11-24 19:59 UTC 

Endless "reclaiming chunk"/"relocating block group"
 2022-11-24 19:14 UTC  (6+ messages)

Btrfs progs release 6.0.2
 2022-11-24 16:50 UTC 

[syzbot] possible deadlock in btrfs_search_forward
 2022-11-24  9:13 UTC 

[syzbot] kernel BUG in create_pending_snapshot
 2022-11-24  6:28 UTC 

consolidate btrfs checksumming, repair and bio splitting v2
 2022-11-23 22:44 UTC  (23+ messages)
` [PATCH 01/19] block: export bio_split_rw
` [PATCH 02/19] btrfs: handle checksum validation and repair at the storage layer
` [PATCH 03/19] btrfs: remove the submit_bio_start helpers
` [PATCH 04/19] btrfs: simplify the btrfs_csum_one_bio calling convention
` [PATCH 05/19] btrfs: handle checksum generation in the storage layer
` [PATCH 06/19] btrfs: handle recording of zoned writes "
` [PATCH 07/19] btrfs: support cloned bios in btree_csum_one_bio
` [PATCH 08/19] btrfs: allow btrfs_submit_bio to split bios
` [PATCH 09/19] btrfs: pass the iomap bio to btrfs_submit_bio
` [PATCH 10/19] btrfs: remove stripe boundary calculation for buffered I/O
` [PATCH 11/19] btrfs: remove stripe boundary calculation for compressed I/O
` [PATCH 12/19] btrfs: remove stripe boundary calculation for encoded I/O
` [PATCH 13/19] btrfs: remove struct btrfs_io_geometry
` [PATCH 14/19] btrfs: remove submit_encoded_read_bio
` [PATCH 15/19] btrfs: remove the fs_info argument to btrfs_submit_bio
` [PATCH 16/19] btrfs: remove now spurious bio submission helpers
` [PATCH 17/19] btrfs: calculate file system wide queue limit for zoned mode
` [PATCH 18/19] btrfs: split zone append bios in btrfs_submit_bio
` [PATCH 19/19] iomap: remove IOMAP_F_ZONE_APPEND

[syzbot] possible deadlock in btrfs_search_slot
 2022-11-23 21:12 UTC  (2+ messages)

[PATCH 0/3] btrfs-progs: receive: fix a silent data loss bug with encoded writes
 2022-11-23 18:55 UTC  (2+ messages)

move the low-level btrfs_bio code into a separate file v3
 2022-11-23 17:17 UTC  (5+ messages)
` [PATCH 1/3] btrfs: move struct btrfs_tree_parent_check out of disk-io.h

[PATCH] btrfs: avoid use-after-free when return the error code
 2022-11-23 15:40 UTC  (2+ messages)

[PATCH 01/16] btrfs: check for range correctness while locking or setting extent bits
 2022-11-23 14:35 UTC  (6+ messages)

[syzbot] WARNING in do_chunk_alloc
 2022-11-23  6:38 UTC 

[syzbot] WARNING in btrfs_chunk_alloc
 2022-11-22 17:42 UTC  (3+ messages)

[PATCH v2] btrfs: rcu_string: Replace strncpy() with strscpy()
 2022-11-22 15:52 UTC  (4+ messages)
  ` [PATCH v3] btrfs: "

[PATCH v2] btrfs: normalize the error handling branch in btrfs_init_sysfs()
 2022-11-22 15:25 UTC  (3+ messages)

minor sb clearing improvements
 2022-11-22 11:39 UTC  (4+ messages)
` [PATCH 1/2] btrfs: don't read the disk superblock for zoned devices in btrfs_scratch_superblocks
` [PATCH 2/2] btrfs: stop using write_one_page in btrfs_scratch_superblock

Silikonmischungen
 2022-11-22  9:05 UTC 

[syzbot] WARNING in cleanup_transaction
 2022-11-22  5:39 UTC  (2+ messages)

root item with a more recent gen
 2022-11-21 20:43 UTC  (3+ messages)

[PATCH] btrfs: fix uninitialized variable in find_first_clear_extent_bit
 2022-11-21 18:24 UTC  (2+ messages)

[PATCH] btrfs: fix uninitialized parent in insert_state
 2022-11-21 18:01 UTC  (2+ messages)

[PATCH] btrfs: use kvcalloc in btrfs_get_dev_zone_info
 2022-11-21 17:42 UTC  (6+ messages)

[PATCH v1] btrfs-progs:Support send and receive to remote host
 2022-11-21  7:53 UTC  (5+ messages)

[PATCH] btrfs: fix a resource leak in btrfs_init_sysfs()
 2022-11-21  3:49 UTC  (5+ messages)

block group x has wrong amount of free space
 2022-11-21  1:03 UTC  (18+ messages)
    ` Re[2]: "
              ` Re[3]: "
                ` Re[4]: "

[syzbot] possible deadlock in __btrfs_tree_lock
 2022-11-18 20:49 UTC 

[syzbot] possible deadlock in __btrfs_release_delayed_node
 2022-11-18 20:49 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox