public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-04-26 12:01:03 to 2023-05-03 10:31:42 UTC [more...]

[syzbot] [ntfs3?] [btrfs?] BUG: unable to handle kernel paging request in clear_user_rep_good
 2023-05-03 10:31 UTC  (4+ messages)
` [syzbot] [xfs?] "

[PATCH v2] btrfs: output affected files when relocation failed
 2023-05-03 10:03 UTC  (2+ messages)

[PATCH 00/10] btrfs-progs: prep work for syncing ctree.c
 2023-05-03  9:54 UTC  (2+ messages)

[PATCH 0/8] btrfs-progs: sync basic code from the kernel
 2023-05-03  9:26 UTC  (9+ messages)
` [PATCH 1/8] btrfs-progs: sync uapi/btrfs.h into btrfs-progs
` [PATCH 3/8] btrfs-progs: sync messages.* from the kernel
` [PATCH 4/8] btrfs-progs: add struct va_format support to our btrfs_no_printk helper

Unprivileged snapshot removal after unpriv. snapshot creation
 2023-05-03  9:13 UTC  (2+ messages)

don't offload CRCs generation to helpers if it is fast v2
 2023-05-03  7:49 UTC  (7+ messages)
` [PATCH 1/3] btrfs: never defer I/O submission for fast CRC implementations
` [PATCH 2/3] btrfs: don't reinvent synchronous writer detection logic
` [PATCH 3/3] btrfs: remove hipri_workers workqueue

[PATCH v2 0/7] btrfs-progs: fix -Wmissing-prototypes warnings and enable that warning option
 2023-05-03  6:03 UTC  (8+ messages)
` [PATCH v2 1/7] btrfs-progs: remove function btrfs_check_allocatable_zones()
` [PATCH v2 2/7] btrfs-progs: libbtrfs: remove the support for fs without uuid tree
` [PATCH v2 3/7] btrfs-progs: crypto/blake2: remove blake2 simple API
` [PATCH v2 4/7] btrfs-progs: crypto/blake2: move optimized declarations to blake2b.h
` [PATCH v2 5/7] btrfs-progs: crypto/sha: declare the x86 optimized implementation
` [PATCH v2 6/7] btrfs-progs: fix -Wmissing-prototypes warnings
` [PATCH v2 7/7] btrfs-progs: Makefile: enable -Wmissing-prototypes

[PATCH] btrfs: don't free qgroup space unless specified
 2023-05-03  4:52 UTC  (2+ messages)

[PATCH RFC 0/9] btrfs: simple quotas
 2023-05-03  4:47 UTC  (13+ messages)
` [PATCH 1/9] btrfs: simple quotas mode
` [PATCH 2/9] btrfs: new function for recording simple quota usage
` [PATCH 3/9] btrfs: track original extent subvol in a new inline ref
` [PATCH 4/9] btrfs: track metadata owning root in delayed refs
` [PATCH 5/9] btrfs: record simple quota deltas
` [PATCH 6/9] btrfs: auto hierarchy for simple qgroups of nested subvols
` [PATCH 7/9] btrfs: check generation when recording simple quota delta
` [PATCH 8/9] btrfs: expose the qgroup mode via sysfs
` [PATCH 9/9] btrfs: free qgroup rsv on io failure

[PATCH] btrfs: output affected files when relocation failed
 2023-05-02 23:20 UTC  (3+ messages)

bug: btrfs receive: ERROR: clone: did not find source subvol
 2023-05-02 21:22 UTC  (5+ messages)
      ` btrfs receive: ERROR: clone: did not find source subvol (user error, not a bug)

[PATCH 00/11] btrfs-progs: prep work for syncing files into kernel-shared
 2023-05-02 20:56 UTC  (4+ messages)
` [PATCH 06/11] btrfs-progs: remove the _on() related message helpers

[PATCH 0/3] btrfs-progs: add the ability to enable fst for btrfstune
 2023-05-02 18:25 UTC  (5+ messages)
` [PATCH 1/3] btrfs-progs: make check/clear-cache.c to be separate from check/main.c
` [PATCH 2/3] btrfs-progs: tune: add --convert-to-free-space-tree option
` [PATCH 3/3] btrfs-progs: misc-tests: add test case to verify btrfstune "

[linus:master] [btrfs] 52bb7a2166: filebench.sum_operations/s -4.0% regression
 2023-05-02 16:27 UTC  (2+ messages)

[PATCH] btrfs: Avoid potential integer overflow when left-shifting 32-bit int
 2023-05-02 16:11 UTC  (3+ messages)

[PATCH] btrfs: use SECTOR_SHIFT in issue discard
 2023-05-02 16:00 UTC  (3+ messages)
` [PATCH] btrfs: use SECTOR_SHIFT to convert phy to lba

[PATCH] btrfs: use SECTOR_SHIFT to convert lba to phys
 2023-05-02 15:59 UTC  (2+ messages)

[PATCH 0/2] btrfs: small improvement to leaf dump
 2023-05-02 15:34 UTC  (4+ messages)
` [PATCH 1/2] btrfs: print-tree: accept const extent buffer pointer
` [PATCH 2/2] btrfs: improve leaf dump and error handling

[PATCH] btrfs-progs: enable -Wmissing-prototypes for debug builds
 2023-05-02 14:51 UTC  (7+ messages)

[PATCH] btrfs: replace else-statement with initialization
 2023-05-02 14:51 UTC 

[PATCH] btrfs-progs: tests/nullb fix kernel support check
 2023-05-02 14:04 UTC  (2+ messages)

[PATCH 00/12] btrfs: various cleanups to make ctree.c sync easier
 2023-05-02 12:35 UTC  (25+ messages)
` [PATCH 01/12] btrfs: move btrfs_check_trunc_cache_free_space into block-rsv.c
` [PATCH 02/12] btrfs: remove level argument from btrfs_set_block_flags
` [PATCH 03/12] btrfs: simplify btrfs_check_leaf_* helpers into a single helper
` [PATCH 04/12] btrfs: add btrfs_tree_block_status definitions to tree-checker.h
` [PATCH 05/12] btrfs: use btrfs_tree_block_status for leaf item errors
` [PATCH 06/12] btrfs: extend btrfs_leaf_check to return btrfs_tree_block_status
` [PATCH 07/12] btrfs: add __btrfs_check_node helper
` [PATCH 08/12] btrfs: move btrfs_verify_level_key into tree-checker.c
` [PATCH 09/12] btrfs: move split_flags/combine_flags helpers to inode-item.h
` [PATCH 10/12] btrfs: add __KERNEL__ check for btrfs_no_printk
` [PATCH 11/12] btrfs: add a btrfs_csum_type_size helper
` [PATCH 12/12] btrfs: rename del_ptr -> btrfs_del_ptr and export it

[PATCH] btrfs: fix encoded write i_size corruption
 2023-05-02 12:20 UTC  (3+ messages)

[PATCH 1/2] btrfs-progs: doc: fix the indent on the ORPHAN_OBJECTID
 2023-05-02 12:06 UTC  (3+ messages)
` [PATCH 2/2] btrfs-progs: tests: mkfs/021: update to use -O instead of deprecated -R

[PATCH RFC] btrfs: fix qgroup rsv leak in subvol create
 2023-05-02  3:34 UTC  (6+ messages)

[PATCH 0/2] btrfs-progs: convert: follow default v2 cache setting
 2023-05-02  0:34 UTC  (5+ messages)
` [PATCH 1/2] btrfs-progs: make check/clear-cache.c to be separate from check/main.c

6.1 Replacement warnings and papercuts
 2023-05-01 15:41 UTC  (4+ messages)

Tree block corrupted, bad tree block start
 2023-04-30 14:55 UTC  (5+ messages)

Filesystem inconsistency on power cycle
 2023-04-30 10:20 UTC 

[syzbot] [btrfs?] general protection fault in btrfs_orphan_cleanup
 2023-04-30  6:42 UTC  (2+ messages)

[PATCH 16/22] btrfs: Use alloc_ordered_workqueue() to create ordered workqueues
 2023-04-30  4:40 UTC  (2+ messages)

[PATCH 00/26] btrfs-progs: sync ctree.c into btrfs-progs
 2023-04-29 20:19 UTC  (27+ messages)
` [PATCH 01/26] btrfs-progs: stop using add_root_to_dirty_list in check
` [PATCH 02/26] btrfs-progs: remove useless add_root_to_dirty_list call in mkfs
` [PATCH 03/26] btrfs-progs: remove add_root_to_dirty_list call when creating free space tree
` [PATCH 04/26] btrfs-progs: make add_root_to_dirty_list static and unexport it
` [PATCH 05/26] btrfs-progs: pass btrfs_trans_handle through btrfs_clear_buffer_dirty
` [PATCH 06/26] btrfs-progs: update read_node_slot to match the kernel definition
` [PATCH 07/26] btrfs-progs: update btrfs_bin_search "
` [PATCH 08/26] btrfs-progs: update btrfs_set_item_key_safe to match "
` [PATCH 09/26] btrfs-progs: update btrfs_print_leaf to match the "
` [PATCH 10/26] btrfs-progs: update btrfs_truncate_item "
` [PATCH 11/26] btrfs-progs: update btrfs_extend_item "
` [PATCH 12/26] btrfs-progs: sync memcpy_extent_buffer from the kernel
` [PATCH 13/26] btrfs-progs: change how we check supported csum type
` [PATCH 14/26] btrfs-progs: drop btrfs_init_path
` [PATCH 15/26] btrfs-progs: move btrfs_set_item_key_unsafe to check/
` [PATCH 16/26] btrfs-progs: move btrfs_record_file_extent and code into a new file
` [PATCH 17/26] btrfs-progs: make a local copy of btrfs_next_sibling_block in print-tree.c
` [PATCH 18/26] btrfs-progs: don't set the ->commit_root in btrfs_create_tree
` [PATCH 19/26] btrfs-progs: remove btrfs_create_root
` [PATCH 20/26] btrfs-progs: move btrfs_uuid_tree_add into mkfs/main.c
` [PATCH 21/26] btrfs-progs: make btrfs_del_ptr a void
` [PATCH 22/26] btrfs-progs: replace blocksize with parent argument for btrfs_alloc_tree_block
` [PATCH 23/26] btrfs-progs: use path->search_for_extension
` [PATCH 24/26] btrfs-progs: add write_extent_buffer_chunk_tree_uuid helper
` [PATCH 25/26] btrfs-progs: init new tree blocks in btrfs_alloc_tree_block
` [PATCH 26/26] btrfs-progs: sync ctree.c from the kernel

[PATCH] btrfs: scrub: avoid crash if scrub is trying to do recovery for a removed block group
 2023-04-28 17:15 UTC  (2+ messages)

[PATCH RFC] btrfs: make dev-scrub as an exclusive operation
 2023-04-28 16:55 UTC  (2+ messages)

[PATCH] btrfs: parent bytenr must be aligned to sector size
 2023-04-28 16:44 UTC  (4+ messages)

[PATCH v2] btrfs: export bitmap_test_range_all_{set,zero}
 2023-04-28 15:18 UTC  (2+ messages)

/sys/devices/virtual/bdi/btrfs-* entries
 2023-04-28 14:17 UTC  (3+ messages)

[PATCH 0/2] btrfs: fix extent state leaks after device replace
 2023-04-28 13:07 UTC  (12+ messages)
` [PATCH 1/2] btrfs: fix leak of source device allocation state "
` [PATCH 2/2] btrfs: make btrfs_free_device() static

[GIT PULL] Btrfs updates for 6.3
 2023-04-28  7:34 UTC  (6+ messages)

[PATCH] btrfs: make clear_cache mount option to rebuild FST without disabling it
 2023-04-28  6:13 UTC 

[PATCH] btrfs: properly reject clear_cache and v1 cache for block-group-tree
 2023-04-28  0:12 UTC  (5+ messages)

[PATCH 0/3] btrfs: improve sibling keys check failure report
 2023-04-27 23:13 UTC  (12+ messages)
` [PATCH 2/3] btrfs: print extent buffers when sibling keys check fails
` [PATCH 3/3] btrfs: tag as unlikely the key comparison when checking sibling keys

[PATCH] btrfs: export bitmap_test_range_all_{set,zero}
 2023-04-27 22:40 UTC  (3+ messages)

Btrfs progs release 6.3
 2023-04-27 20:29 UTC  (3+ messages)

Failed to recover log tree
 2023-04-27 16:06 UTC  (9+ messages)

fstests(generic/251) triggered a warn(bad key order, sibling blocks)
 2023-04-27 14:16 UTC  (2+ messages)

[syzbot] Monthly btrfs report (Apr 2023)
 2023-04-27 10:13 UTC 

[GIT PULL] Btrfs updates for 6.4
 2023-04-26 17:06 UTC  (2+ messages)


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