linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-15 22:57:24 to 2022-11-24 01:22:42 UTC [more...]

[PATCH v5 00/18] btrfs: add fscrypt integration
 2022-11-24  1:22 UTC  (7+ messages)

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

[PATCH v3 00/29] prep and initial sync of kernel code
 2022-11-23 22:37 UTC  (30+ 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 "

Speed up mount time?
 2022-11-23 22:15 UTC  (4+ messages)

[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  (7+ messages)

move the low-level btrfs_bio code into a separate file v3
 2022-11-23 17:17 UTC  (6+ 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  (8+ messages)
` [PATCH 03/16] btrfs: wait ordered range before locking during truncate

[syzbot] kernel BUG in close_ctree
 2022-11-23  8:10 UTC 

[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 07/16] btrfs: Lock extents before folio for read()s
 2022-11-22 17:11 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 v2 0/2] fs: clear a UBSAN shift-out-of-bounds warning
 2022-11-21 19:57 UTC  (6+ 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 0/3] btrfs: fix a rare deadlock case when logging inodes
 2022-11-21 19:23 UTC  (6+ 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

[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  (20+ 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 

[PATCH] btrsf: rcu_string: Replace strncpy() with strscpy()
 2022-11-18 19:50 UTC 

[PATCH v3 0/4] btrfs: data block group size classes
 2022-11-18 18:28 UTC  (5+ messages)
` [PATCH v3 1/4] btrfs: use ffe_ctl in btrfs allocator tracepoints
` [PATCH v3 2/4] btrfs: add more ffe tracepoints
` [PATCH v3 3/4] btrfs: introduce size class to block group allocator
` [PATCH v3 4/4] btrfs: load block group size class when caching

[PATCH v2 0/4] btrfs: data block group size classes
 2022-11-18 16:56 UTC  (12+ messages)
` [PATCH v2 1/4] btrfs: use ffe_ctl in btrfs allocator tracepoints
` [PATCH v2 2/4] btrfs: add more ffe tracepoints
` [PATCH v2 3/4] btrfs: introduce size class to block group allocator
` [PATCH v2 4/4] btrfs: load block group size class when caching

[PATCH v6 0/2] btrfs: fix sleep from invalid context bug in update_qgroup_limit_item()
 2022-11-18 16:37 UTC  (5+ messages)
` [PATCH v6 1/2] btrfs: add might_sleep() to some places "
` [PATCH v6 2/2] btrfs: qgroup: fix sleep from invalid context bug "

[PATCH] btrfs: send: avoid unaligned encoded writes when attempting to clone range
 2022-11-18 16:11 UTC  (4+ messages)

[PATCH 00/11] btrfs: a variety of header file cleanups
 2022-11-18 16:02 UTC  (2+ messages)

[PATCH] btrfs: do not try to handle a ticket for FLUSH_EMERGENCY
 2022-11-18 15:54 UTC  (2+ messages)

[PATCH v2] fstests: shared: generic: check if one fs can detect damage at fs thaw
 2022-11-17  9:17 UTC 

[PATCH] btrfs: check the superblock to ensure the fs is not modified at thaw time
 2022-11-17  7:27 UTC  (3+ messages)

property designating root subvolumes
 2022-11-16 23:00 UTC  (7+ messages)

About duplicate fsid images in different devices
 2022-11-16 21:30 UTC 

[PATCH v4 0/3] btrfs: fix sleep from invalid context bug in update_qgroup_limit_item()
 2022-11-16 12:26 UTC  (7+ messages)
` [PATCH v4 1/3] btrfs: add might_sleep() to some places "

[PATCH v5 0/2] btrfs: fix sleep from invalid context bug in update_qgroup_limit_item()
 2022-11-16 13:07 UTC  (4+ messages)
` [PATCH v5 1/2] btrfs: add might_sleep() to btrfs_search_slot()
` [PATCH v5 2/2] btrfs: qgroup: fix sleep from invalid context bug in update_qgroup_limit_item()

Change BTRFS filesystem back to R/W from R/O
 2022-11-16  6:40 UTC 

[PATCH 0/5] btrfs: raid56: destructive RMW fix for RAID5 data profiles
 2022-11-16  3:21 UTC  (3+ messages)

[PATCH] btrfs: scrub: expand scrub block size for data range scrub
 2022-11-15 22:57 UTC  (5+ 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).