public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-16 11:10:25 to 2024-10-25 04:20:04 UTC [more...]

[syzbot] [btrfs?] general protection fault in btrfs_search_slot
 2024-10-25  4:19 UTC  (4+ messages)

[GIT PULL] Btrfs fixes for 6.12-rc5
 2024-10-24 20:33 UTC  (2+ messages)

[PATCH v2] btrfs: avoid deadlock when reading a partial uptodate folio
 2024-10-24 20:24 UTC  (6+ messages)

[PATCH] fstests: btrfs/330: enable the test case for both new and old APIs
 2024-10-24 19:43 UTC  (2+ messages)

[PATCH 00/18] btrfs: convert delayed head refs to xarray and cleanups
 2024-10-24 18:57 UTC  (21+ messages)
` [PATCH 01/18] btrfs: remove BUG_ON() at btrfs_destroy_delayed_refs()
` [PATCH 02/18] btrfs: move btrfs_destroy_delayed_refs() to delayed-ref.c
` [PATCH 03/18] btrfs: remove fs_info parameter from btrfs_destroy_delayed_refs()
` [PATCH 04/18] btrfs: remove fs_info parameter from btrfs_cleanup_one_transaction()
` [PATCH 05/18] btrfs: remove duplicated code to drop delayed ref during transaction abort
` [PATCH 06/18] btrfs: use helper to find first ref head at btrfs_destroy_delayed_refs()
` [PATCH 07/18] btrfs: remove num_entries atomic counter from delayed ref root
` [PATCH 08/18] btrfs: change return type of btrfs_delayed_ref_lock() to boolean
` [PATCH 09/18] btrfs: simplify obtaining a delayed ref head
` [PATCH 10/18] btrfs: move delayed ref head unselection to delayed-ref.c
` [PATCH 11/18] btrfs: pass fs_info to functions that search for delayed ref heads
` [PATCH 12/18] btrfs: pass fs_info to btrfs_cleanup_ref_head_accounting
` [PATCH 13/18] btrfs: assert delayed refs lock is held at find_ref_head()
` [PATCH 14/18] btrfs: assert delayed refs lock is held at find_first_ref_head()
` [PATCH 15/18] btrfs: assert delayed refs lock is held at add_delayed_ref_head()
` [PATCH 16/18] btrfs: add comments regarding locking to struct btrfs_delayed_ref_root
` [PATCH 17/18] btrfs: track delayed ref heads in an xarray
` [PATCH 18/18] btrfs: remove no longer used delayed ref head search functionality

[PATCH v5 00/18] fanotify: add pre-content hooks
 2024-10-24 13:06 UTC  (3+ messages)
` [PATCH v5 03/18] fsnotify: generate pre-content permission event on open

[PATCH] btrfs: reduce extent tree lock contention when searching for inline backref
 2024-10-24 10:39 UTC  (2+ messages)

Help recovering data from Btrfs filesystem on Raspberry Pi
 2024-10-24  9:09 UTC 

[PATCH v5 0/2] implement truncation for RAID stripe-extents
 2024-10-24  7:50 UTC  (7+ messages)
` [PATCH v5 1/2] btrfs: implement partial deletion of RAID stripe extents
` [PATCH v5 2/2] btrfs: implement self-tests for partial RAID srtipe-tree delete

[PATCH v2 0/3] raid1 balancing methods
 2024-10-24  4:39 UTC  (9+ messages)

[PATCH v4 00/28] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-10-24  3:50 UTC  (70+ messages)
` [PATCH v4 02/28] printk: Add print format (%pra) for struct range
` [PATCH v4 05/28] dax: Document dax dev range tuple
` [PATCH v4 08/28] cxl/mem: Read dynamic capacity configuration from the device
` [PATCH v4 13/28] cxl/mem: Expose DCD partition capabilities in sysfs
` [PATCH v4 14/28] cxl/port: Add endpoint decoder DC mode support to sysfs
` [PATCH v4 15/28] cxl/region: Refactor common create region code
` [PATCH v4 17/28] cxl/events: Split event msgnum configuration from irq setup
` [PATCH v4 19/28] cxl/mem: Configure dynamic capacity interrupts
` [PATCH v4 20/28] cxl/core: Return endpoint decoder information from region search
` [PATCH v4 21/28] cxl/extent: Process DCD events and realize region extents
` [PATCH v4 22/28] cxl/region/extent: Expose region extent information in sysfs
` [PATCH v4 23/28] dax/bus: Factor out dev dax resize logic
` [PATCH v4 24/28] dax/region: Create resources on sparse DAX regions
` [PATCH v4 25/28] cxl/region: Read existing extents on region creation
` [PATCH v4 26/28] cxl/mem: Trace Dynamic capacity Event Record
` [PATCH v4 27/28] tools/testing/cxl: Make event logs dynamic
` [PATCH v4 28/28] tools/testing/cxl: Add DC Regions to mock mem data

[PATCH] btrfs: reduce lock contention with not always use keep locks when insert extent backref
 2024-10-24  2:20 UTC  (3+ messages)

[syzbot] [btrfs?] general protection fault in btrfs_lookup_csums_bitmap
 2024-10-23 21:07 UTC  (3+ messages)
` [PATCH] btrfs: add a sanity check for csum root before fill the data csum

[PATCH v2] btrfs: fix mount failure due to remount races
 2024-10-23 20:53 UTC  (3+ messages)

[PATCH] generic: add test for missing btrfs csums in log when doing async on subpage vol
 2024-10-23 10:34 UTC  (7+ messages)

[PATCH] btrfs/012: fix false alerts when SELinux is enabled
 2024-10-23  9:27 UTC  (6+ messages)

[PATCH] btrfs: fix per-subvolume RO/RW flags with new mount API
 2024-10-23  6:26 UTC 

[PATCH v3] btrfs: add test for cleaner thread under seed-sprout
 2024-10-23  3:09 UTC  (3+ messages)

[PATCH] fstests: btrfs/002: fix the OOM caused by too large block size
 2024-10-22 21:08 UTC  (3+ messages)

[PATCH] btrfs: avoid deadlock when reading a partial uptodate folio
 2024-10-22 21:04 UTC  (3+ messages)

[PATCH v4 0/2] implement truncation for RAID stripe-extents
 2024-10-22 15:41 UTC  (7+ messages)
` [PATCH v4 1/2] btrfs: implement partial deletion of RAID stripe extents
` [PATCH v4 2/2] btrfs: implement self-tests for partial RAID srtipe-tree delete

[PATCH v4 0/5] btrfs: io_uring interface for encoded reads
 2024-10-22 14:50 UTC  (6+ messages)
` [PATCH 1/5] btrfs: remove pointless addition in btrfs_encoded_read
` [PATCH 2/5] btrfs: change btrfs_encoded_read so that reading of extent is done by caller
` [PATCH 3/5] btrfs: don't sleep in btrfs_encoded_read if IOCB_NOWAIT set
` [PATCH 4/5] btrfs: move priv off stack in btrfs_encoded_read_regular_fill_pages
` [PATCH 5/5] btrfs: add io_uring command for encoded reads

[syzbot] [btrfs?] WARNING in btrfs_free_reserved_data_space_noquota (3)
 2024-10-22 14:15 UTC 

[PATCH v2] btrfs: Fix passing 0 to ERR_PTR in btrfs_search_dir_index_item()
 2024-10-22 13:48 UTC  (3+ messages)

[PATCH v3 0/5] btrfs: encoded reads via io_uring
 2024-10-22  9:12 UTC  (9+ messages)
` [PATCH 2/5] btrfs: change btrfs_encoded_read_regular_fill_pages to take a callback
` [PATCH 5/5] btrfs: add io_uring command for encoded reads

[PATCH] btrfs: Fix passing 0 to ERR_PTR in btrfs_search_dir_index_item()
 2024-10-22  7:16 UTC  (6+ messages)

[PATCH v2] btrfs: reject ro->rw reconfiguration if there are hard ro requirements
 2024-10-22  7:15 UTC  (2+ messages)

[PATCH] btrfs: fix mount failure due to remount races
 2024-10-22  4:08 UTC 

[PATCH 0/2] btrfs: convert btrfs_buffered_write() to folio interface
 2024-10-22  2:35 UTC  (3+ messages)

[syzbot] [btrfs?] kernel BUG in extent_writepage_io
 2024-10-22  1:03 UTC 

[PATCH] btrfs: Use str_yes_no() helper function in btrfs_dump_free_space()
 2024-10-21 22:21 UTC  (2+ messages)

[PATCH v5] btrfs: try to search for data csums in commit root
 2024-10-21 20:35 UTC  (4+ messages)

[PATCH] btrfs: do not clear read-only when adding sprout device
 2024-10-21 19:29 UTC  (9+ messages)

[PATCH] btrfs: add new ioctl to wait for cleaned subvolumes
 2024-10-21 19:28 UTC 

[PATCH v4] btrfs: fix read corruption due to race with extent map merging
 2024-10-21 19:09 UTC 

[PATCH] btrfs: Fix UAF in __btrfs_free_extra_devids()
 2024-10-21 14:02 UTC 

[PATCH v4] btrfs: try to search for data csums in commit root
 2024-10-21 13:11 UTC  (2+ messages)

[PATCH v3] btrfs: make dropped merge extent_map immutable
 2024-10-21 10:24 UTC  (2+ messages)

strangely uncorrectable errors with RAID-5
 2024-10-21  4:26 UTC  (4+ messages)

[syzbot] [btrfs?] general protection fault in put_pwq_unlocked (2)
 2024-10-20  6:45 UTC 

btrfs filesystem so full I cannot mount it
 2024-10-19 13:45 UTC 

btrfs filesystem so full I cannot mount it
 2024-10-19 14:52 UTC 

[PATCH v2] btrfs: make dropped merge extent_map immutable
 2024-10-18 23:37 UTC  (2+ messages)

[PATCH] btrfs: hold merge refcount during extent_map merge
 2024-10-18 21:17 UTC  (2+ messages)

[PATCH RFC] btrfs: do not release the folio if it still has pinned extent maps
 2024-10-18  4:23 UTC 

btrfs corruption issue on Pine64 PinePhone
 2024-10-17 20:17 UTC  (11+ messages)

[syzbot] Monthly btrfs report (Oct 2024)
 2024-10-17  7:41 UTC 

[PATCH 1/2] btrfs: make buffered write to copy one page a time
 2024-10-17  7:08 UTC  (2+ messages)

[GIT PULL] Btrfs fixes for 6.12-rc4
 2024-10-16 20:51 UTC  (2+ messages)

kernel 6.8.5, bad tree block start, couldn't read tree root, including any of the backup roots
 2024-10-16 18:36 UTC  (3+ messages)

[PATCH v2] btrfs: add test for cleaner thread under seed-sprout
 2024-10-16 17:35 UTC  (2+ messages)

[PATCH 0/4] btrfs: some cleanups around read_block_for_search()
 2024-10-16 16:41 UTC  (8+ messages)
` [PATCH 1/4] btrfs: remove redundant level argument from read_block_for_search()
` [PATCH 2/4] btrfs: simplify arguments for btrfs_verify_level_key()
` [PATCH 3/4] btrfs: remove redundant initialization from btrfs_readahead_tree_block()
` [PATCH 4/4] btrfs: remove local generation variable from read_block_for_search()

[PATCH v2 0/2] btrfs: unify the read and writer locks for btrfs_subpage
 2024-10-16 15:28 UTC  (2+ messages)

[PATCH v3 0/2] btrfs: fixes related to btrfs_folio_start_writer_lock()
 2024-10-16 15:16 UTC  (2+ messages)

[linux-next:master 4584/4954] ERROR: modpost: "__cmpxchg_small" [fs/btrfs/btrfs.ko] undefined!
 2024-10-16 13:49 UTC 


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