public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-05-06 17:25:05 to 2025-05-12 18:10:53 UTC [more...]

[PATCH RFC 00/10] btrfs: new performance-based chunk allocation using device roles
 2025-05-12 18:09 UTC  (20+ messages)
` [PATCH 01/10] btrfs: fix thresh scope in should_alloc_chunk()
` [PATCH 02/10] btrfs: refactor should_alloc_chunk() arg type
` [PATCH 03/10] btrfs: introduce btrfs_split_sysfs_arg() for argument parsing
` [PATCH 04/10] btrfs: introduce device allocation method
` [PATCH 05/10] btrfs: sysfs: show "
` [PATCH 06/10] btrfs: skip device sorting when only one device is present
` [PATCH 07/10] btrfs: refactor chunk allocation device handling to use list_head
` [PATCH 08/10] btrfs: introduce explicit device roles for block groups
` [PATCH 09/10] btrfs: introduce ROLE_THEN_SPACE device allocation method
` [PATCH 10/10] btrfs: pass device roles through device add ioctl
` [PATCH RFC 00/14] btrfs-progs: add support for device role-based chunk allocation
  ` [PATCH 01/14] btrfs-progs: minor spelling correction in the list-chunk help text
  ` [PATCH 02/14] btrfs-progs: refactor devid comparison function
  ` [PATCH 03/14] btrfs-progs: rename local dev_list to devices in btrfs_alloc_chunk
  ` [PATCH 04/14] btrfs-progs: mkfs: prepare to merge duplicate if-else blocks
  ` [PATCH 05/14] btrfs-progs: mkfs: eliminate duplicate code in if-else
  ` [PATCH 06/14] btrfs-progs: mkfs: refactor test_num_disk_vs_raid - split data and metadata
  ` [PATCH 07/14] btrfs-progs: mkfs: device argument handling with a list
  ` [PATCH 08/14] btrfs-progs: import device role handling from the kernel

[PATCH AUTOSEL 5.4 1/3] btrfs: correct the order of prelim_ref arguments in btrfs__prelim_ref
 2025-05-12 18:05 UTC 

[PATCH AUTOSEL 5.10 1/3] btrfs: correct the order of prelim_ref arguments in btrfs__prelim_ref
 2025-05-12 18:05 UTC 

[PATCH AUTOSEL 5.15 1/3] btrfs: correct the order of prelim_ref arguments in btrfs__prelim_ref
 2025-05-12 18:05 UTC 

[PATCH AUTOSEL 6.1 1/4] btrfs: correct the order of prelim_ref arguments in btrfs__prelim_ref
 2025-05-12 18:05 UTC 

[PATCH AUTOSEL 6.6 1/6] btrfs: correct the order of prelim_ref arguments in btrfs__prelim_ref
 2025-05-12 18:04 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 2/6] btrfs: avoid NULL pointer dereference if no valid csum tree

[PATCH AUTOSEL 6.12 01/11] btrfs: compression: adjust cb->compressed_folios allocation type
 2025-05-12 18:04 UTC  (4+ messages)
` [PATCH AUTOSEL 6.12 02/11] btrfs: correct the order of prelim_ref arguments in btrfs__prelim_ref
` [PATCH AUTOSEL 6.12 03/11] btrfs: handle empty eb->folios in num_extent_folios()
` [PATCH AUTOSEL 6.12 04/11] btrfs: avoid NULL pointer dereference if no valid csum tree

[PATCH AUTOSEL 6.14 04/15] btrfs: compression: adjust cb->compressed_folios allocation type
 2025-05-12 18:03 UTC  (4+ messages)
` [PATCH AUTOSEL 6.14 05/15] btrfs: correct the order of prelim_ref arguments in btrfs__prelim_ref
` [PATCH AUTOSEL 6.14 06/15] btrfs: handle empty eb->folios in num_extent_folios()
` [PATCH AUTOSEL 6.14 07/15] btrfs: avoid NULL pointer dereference if no valid csum tree

[PATCH] btrfs: correct the assert for subpage case
 2025-05-12 17:53 UTC  (2+ messages)

[RFC PATCH 0/6] btrfs: offload zlib-deflate to accelerators
 2025-05-12 17:52 UTC  (11+ messages)
` [RFC PATCH 6/6] btrfs: zlib: add support for zlib-deflate through acomp

[PATCH v2] btrfs: fix folio leak in submit_one_async_extent()
 2025-05-12 17:31 UTC  (2+ messages)

[PATCH] btrfs: remove superfluous return value check at btrfs_dio_iomap_begin()
 2025-05-12 17:30 UTC  (3+ messages)

[PATCH v2] btrfs: Implement warning for commit values exceeding 300
 2025-05-12 17:29 UTC  (4+ messages)

[PATCH] btrfs: return real error from __filemap_get_folio() calls
 2025-05-12 17:25 UTC  (3+ messages)

[PATCH] btrfs: simplify error return logic when getting folio at prepare_one_folio()
 2025-05-12 17:24 UTC  (4+ messages)

[PATCH] btrfs: index buffer_tree using node size
 2025-05-12 17:23 UTC 

[PATCH] btrfs: log error codes during failures when writing super blocks
 2025-05-12 17:22 UTC  (4+ messages)

[PATCH] btrfs: fix harmless race getting delayed ref head count when running delayed refs
 2025-05-12 17:21 UTC  (2+ messages)

[PATCH v5] btrfs: fix broken drop_caches on extent buffer folios
 2025-05-12 17:14 UTC  (8+ messages)

[PATCH 6.12.y] btrfs: always fallback to buffered write if the inode requires checksum
 2025-05-12 14:00 UTC  (2+ messages)

[BUG] Data race on delayed_refs->num_heads_ready between btrfs_delete_ref_head and btrfs_run_delayed_refs
 2025-05-12 11:53 UTC  (2+ messages)

[PATCH] fstests: btrfs: add git commit ID to btrfs/335
 2025-05-12 11:20 UTC  (2+ messages)

[PATCH v2] fstests: btrfs: a new test case to verify scrub and rescue=idatacsums
 2025-05-12 11:16 UTC  (2+ messages)

[PATCH] fstests: btrfs: a new test case to verify scrub and rescue=idatacsums
 2025-05-12  7:54 UTC  (5+ messages)

[syzbot] [btrfs?] VFS: Busy inodes after unmount (use-after-free) (2)
 2025-05-11  8:46 UTC 

[PATCH 0/3] btrfs-progs: introduce a skeleton version of "btrfs rescue fix-data-csums"
 2025-05-11  6:48 UTC  (4+ messages)
` [PATCH 1/3] btrfs-progs: introduce "
` [PATCH 2/3] btrfs-progs: fix a bug in btrfs_find_item()
` [PATCH 3/3] btrfs-progs: fix-data-csums: show affected files

[syzbot] [btrfs?] possible deadlock in btrfs_quota_enable (2)
 2025-05-10 20:51 UTC 

[PATCH] btrfs: fix invalid data space release when truncating block in NOCOW mode
 2025-05-09 21:07 UTC  (2+ messages)

[PATCH 5.10.y] btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info()
 2025-05-09 10:03 UTC 

[PATCH 5.15.y] btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info()
 2025-05-09 10:01 UTC 

[PATCH 6.1.y] btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info()
 2025-05-09  9:59 UTC 

[PATCH 6.6.y] btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info()
 2025-05-09  9:51 UTC 

[PATCH] btrfs: use unsigned types for constants defined as bit shifts
 2025-05-09  8:43 UTC  (6+ messages)

[PATCH] fstests: btrfs/020: use device pool to avoid busy TEST_DEV
 2025-05-09  5:37 UTC 

[PATCH v2] btrfs: track current commit duration in commit_stats
 2025-05-09  0:54 UTC 

[PATCH 0/5] btrfs: fixes and cleanups for ordered extent allocation
 2025-05-08 21:57 UTC  (16+ messages)
` [PATCH 1/5] btrfs: fix qgroup reservation leak on failure to allocate ordered extent
` [PATCH 2/5] btrfs: check we grabbed inode reference when allocating an "
` [PATCH 3/5] btrfs: fold error checks when allocating ordered extent and update comments
` [PATCH 4/5] btrfs: use boolean for delalloc argument to btrfs_free_reserved_bytes()
` [PATCH 5/5] btrfs: use boolean for delalloc argument to btrfs_free_reserved_extent()

[PATCH] btrfs: fix folio leak in submit_one_async_extent()
 2025-05-08 16:42 UTC  (4+ messages)

What is the point of the wbc->for_kupdate check in btree_writepages
 2025-05-08 16:11 UTC  (4+ messages)

add more bio helpers v3
 2025-05-08 13:23 UTC  (25+ messages)
` [PATCH 01/19] block: add a bio_add_virt_nofail helper
` [PATCH 02/19] block: add a bdev_rw_virt helper
` [PATCH 03/19] block: add a bio_add_max_vecs helper
` [PATCH 04/19] block: add a bio_add_vmalloc helpers
` [PATCH 05/19] block: remove the q argument from blk_rq_map_kern
` [PATCH 06/19] block: pass the operation to bio_{map,copy}_kern
` [PATCH 07/19] block: simplify bio_map_kern
` [PATCH 08/19] bcache: use bio_add_virt_nofail
` [PATCH 09/19] rnbd-srv: "
` [PATCH 10/19] gfs2: use bdev_rw_virt in gfs2_read_super
` [PATCH 11/19] zonefs: use bdev_rw_virt in zonefs_read_super
` [PATCH 12/19] PM: hibernate: split and simplify hib_submit_io
` [PATCH 13/19] dm-bufio: use bio_add_virt_nofail
` [PATCH 14/19] dm-integrity: "
` [PATCH 15/19] xfs: simplify xfs_buf_submit_bio
` [PATCH 16/19] xfs: simplify xfs_rw_bdev
` [PATCH 17/19] xfs: simplify building the bio in xlog_write_iclog
` [PATCH 18/19] btrfs: use bdev_rw_virt in scrub_one_super
` [PATCH 19/19] hfsplus: use bdev_rw_virt in hfsplus_submit_bio

[linux-next-20250320][btrfs] Kernel OOPs while running btrfs/108
 2025-05-08 10:44 UTC  (4+ messages)

[RFC][PATCH] btrfs_get_tree_subvol(): switch from fc_mount() to vfs_create_mount()
 2025-05-08  9:29 UTC  (19+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[linux-next:master] [btrfs_get_tree_subvol()] 25efcff066: Oops:general_protection_fault,probably_for_non-canonical_address#:#[##]SMP_KASAN_NOPTI
 2025-05-08  7:42 UTC 

[PATCH 6.6.y v2] btrfs: always fallback to buffered write if the inode requires checksum
 2025-05-08  7:06 UTC 

[PATCH 6.6.y] btrfs: always fallback to buffered write if the inode requires checksum
 2025-05-08  7:05 UTC  (4+ messages)
` [PATCH] "

[PATCH] btrfs: handle subpage releasepage properly with xarray
 2025-05-07 22:29 UTC  (2+ messages)

parent transid verify failed on raid1
 2025-05-07 21:53 UTC  (2+ messages)

[next-20250506][btrfs] Kernel OOPS while btrfs/001 TC
 2025-05-07 21:18 UTC  (4+ messages)

[PATCH] btrfs: fix use-after-free on extent state when clearing or converting range
 2025-05-07 17:56 UTC  (4+ messages)

[PATCH v2] btrfs: send: remove btrfs_debug() calls
 2025-05-07 16:28 UTC 

[PATCH] btrfs-progs: check: fix false alert on missing csum for hole
 2025-05-07 16:18 UTC  (2+ messages)

[PATCH] btrfs: scrub: reduce memory usage of scrub_sector_verification
 2025-05-07 16:16 UTC  (3+ messages)

[PATCH v5 0/3] btrfs: simplify extent buffer writeback
 2025-05-07  9:31 UTC  (3+ messages)
` [PATCH v5 1/3] btrfs: convert the buffer_radix to an xarray

[PATCH v5 0/2] btrfs: fix beyond EOF truncation for subpage generic/363 failures
 2025-05-06 17:29 UTC  (5+ messages)
` [PATCH v5 1/2] btrfs: handle unaligned EOF truncation correctly for subpage cases
` [PATCH v5 2/2] btrfs: handle aligned "


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