public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-04-20 08:38:46 to 2025-04-24 07:30:49 UTC [more...]

Pytanie o samochód
 2025-04-24  7:30 UTC 

[PATCH v2] fstests: btrfs/315: fix golden output mismatch caused by newer util-linux
 2025-04-24  7:29 UTC 

[PATCH] fstests: btrfs/315: fix golden output mismatch caused by newer util-linux
 2025-04-24  7:21 UTC  (3+ messages)

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

[PATCH 00/12] Cleanups of blk_status_t use
 2025-04-24  6:09 UTC  (15+ messages)
` [PATCH 01/12] btrfs: drop redundant local variable in raid_wait_write_end_io()
` [PATCH 02/12] btrfs: change return type of btrfs_lookup_bio_sums() to int
` [PATCH 03/12] btrfs: change return type of btrfs_csum_one_bio() "
` [PATCH 04/12] btrfs: change return type of btree_csum_one_bio() "
` [PATCH 05/12] btrfs: change return type of btrfs_bio_csum() "
` [PATCH 06/12] btrfs: rename ret to status in btrfs_submit_chunk()
` [PATCH 07/12] btrfs: rename error to ret "
` [PATCH 08/12] btrfs: simplify reading bio status in end_compressed_writeback()
` [PATCH 09/12] btrfs: rename ret to status in btrfs_submit_compressed_read()
` [PATCH 10/12] btrfs: rename ret2 to ret "
` [PATCH 11/12] btrfs: change return type of btrfs_alloc_dummy_sum() to int
` [PATCH 12/12] btrfs: raid56: rename parameter err to status in endio helpers

[PATCH 0/3] Bool return cleanups
 2025-04-24  1:54 UTC  (6+ messages)
` [PATCH 1/3] btrfs: trivial conversion to return bool instead of int
` [PATCH 2/3] btrfs: switch int dev_replace_is_ongoing variables/parameters to bool
` [PATCH 3/3] btrfs: reformat comments in acls_after_inode_item()

[PATCH v4 0/2] btrfs: fix corner cases for subpage generic/363 failures
 2025-04-24  0:56 UTC  (7+ messages)
` [PATCH v4 1/2] btrfs: make btrfs_truncate_block() to zero involved blocks in a folio
` [PATCH v4 2/2] btrfs: make btrfs_truncate_block() zero folio range for certain subpage corner cases

Errors on newly created file system
 2025-04-23 23:24 UTC  (6+ messages)

[PATCH v3 0/3] btrfs: simplify extent buffer writeback
 2025-04-23 16:00 UTC  (7+ messages)
` [PATCH v3 1/3] btrfs: convert the buffer_radix to an xarray
` [PATCH v3 2/3] btrfs: set DIRTY and WRITEBACK tags on the buffer_tree
` [PATCH v3 3/3] btrfs: use buffer radix for extent buffer writeback operations

[PATCH] fstests: common/btrfs: add _ prefix to temp fsid helper functions
 2025-04-23 14:29 UTC  (3+ messages)

[PATCH 00/22] btrfs: some io tree optimizations and cleanups
 2025-04-23 14:20 UTC  (23+ messages)
` [PATCH 01/22] btrfs: remove duplicate error check at btrfs_clear_extent_bit_changeset()
` [PATCH 02/22] btrfs: exit after state split error "
` [PATCH 03/22] btrfs: add missing error return to btrfs_clear_extent_bit_changeset()
` [PATCH 04/22] btrfs: use bools for local variables at btrfs_clear_extent_bit_changeset()
` [PATCH 05/22] btrfs: avoid extra tree search "
` [PATCH 06/22] btrfs: simplify last record detection "
` [PATCH 07/22] btrfs: remove duplicate error check at btrfs_convert_extent_bit()
` [PATCH 08/22] btrfs: exit after state split error "
` [PATCH 09/22] btrfs: exit after state insertion failure "
` [PATCH 10/22] btrfs: avoid unnecessary next node searches when clearing bits from extent range
` [PATCH 11/22] btrfs: avoid repeated extent state processing when converting extent bits
` [PATCH 12/22] btrfs: avoid researching tree when converting bits in an extent range
` [PATCH 13/22] btrfs: simplify last record detection at btrfs_convert_extent_bit()
` [PATCH 14/22] btrfs: exit after state insertion failure at set_extent_bit()
` [PATCH 15/22] btrfs: exit after state split error "
` [PATCH 16/22] btrfs: simplify last record detection "
` [PATCH 17/22] btrfs: avoid repeated extent state processing when setting extent bits
` [PATCH 18/22] btrfs: avoid researching tree when setting bits in an extent range
` [PATCH 19/22] btrfs: remove unnecessary NULL checks before freeing extent state
` [PATCH 20/22] btrfs: don't BUG_ON() when unpinning extents during transaction commit
` [PATCH 21/22] btrfs: remove variable to track trimmed bytes at btrfs_finish_extent_commit()
` [PATCH 22/22] btrfs: make extent unpinning more efficient when committing transaction

[PATCH] btrfs: harden parsing of compress mount option
 2025-04-23 13:22 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] btrfs: subpage: reject tree blocks which are not node size aligned
 2025-04-23 11:26 UTC  (2+ messages)

[PATCH] btrfs: enable experimental large data folio support
 2025-04-23 10:24 UTC 

[PATCH] btrfs: fiemap: make the assert more explicit after handling the error cases
 2025-04-23  9:58 UTC  (5+ messages)

[PATCH v2 0/8] btrfs: do not poking into the implementation details of bio_vec
 2025-04-23  9:40 UTC  (6+ messages)
` [PATCH v2 6/8] btrfs: raid56: store a physical address in structure sector_ptr

[PATCH] btrfs: a small cleanup in attach_eb_folio_to_filemap()
 2025-04-23  8:51 UTC 

[syzbot] Monthly btrfs report (Apr 2025)
 2025-04-23  7:50 UTC 

[PATCH] btrfs: merge __setup_root() to btrfs_alloc_root()
 2025-04-23  7:30 UTC 

[PATCH] btrfs: on unknown chunk allocation policy fallback to regular
 2025-04-23  6:29 UTC 

[PATCH v4 00/13] btrfs: zoned: split out space_info for dedicated block groups
 2025-04-23  2:43 UTC  (14+ messages)
` [PATCH v4 01/13] btrfs: take btrfs_space_info in btrfs_reserve_data_bytes
` [PATCH v4 02/13] btrfs: take struct btrfs_inode in btrfs_free_reserved_data_space_noquota
` [PATCH v4 03/13] btrfs: factor out init_space_info()
` [PATCH v4 04/13] btrfs: spin out do_async_reclaim_{data,metadata}_space()
` [PATCH v4 05/13] btrfs: factor out check_removing_space_info()
` [PATCH v4 06/13] btrfs: introduce space_info argument to btrfs_chunk_alloc
` [PATCH v4 07/13] btrfs: pass space_info for block group creation
` [PATCH v4 08/13] btrfs: introduce btrfs_space_info sub-group
` [PATCH v4 09/13] btrfs: introduce tree-log sub-space_info
` [PATCH v4 10/13] btrfs: tweak extent/chunk allocation for space_info sub-space
` [PATCH v4 11/13] btrfs: use proper data space_info
` [PATCH v4 12/13] btrfs: add block_rsv for treelog
` [PATCH v4 13/13] btrfs: reclaim from sub-space space_info

[PATCH] btrfs: use list_first_entry() everywhere
 2025-04-22 23:54 UTC  (2+ messages)

[PATCH 0/3] btrfs: fsstress hang fix for large data folios
 2025-04-22 22:47 UTC  (3+ messages)
` [PATCH 3/3] btrfs: get rid of filemap_get_folios_contig() calls

[GIT PULL] Btrfs fixes for 6.15-rc4
 2025-04-22 20:54 UTC  (2+ messages)

[PATCH] btrfs: use unsigned types for constants defined as bit shifts
 2025-04-22 15:55 UTC 

[PATCH] btrfs: remove unused btrfs_io_stripe::length
 2025-04-22 15:32 UTC 

[PATCH v3] btrfs: fix broken drop_caches on extent_buffer folios
 2025-04-22 15:21 UTC  (4+ messages)

[PATCH v2] btrfs: fix nonzero lowest level handling in btrfs_search_forward()
 2025-04-22 12:56 UTC 

[PATCH] btrfs: unlock all extent buffer folios in failure case
 2025-04-22 12:57 UTC 

[PATCH v2 0/5] Assertion and debugging helpers
 2025-04-22 12:06 UTC  (3+ messages)
` [PATCH v2 5/5] btrfs: convert ASSERT(0) to DEBUG_WARN()

[PATCH v2] btrfs: remove BTRFS_REF_LAST from btrfs_ref_type
 2025-04-22 11:48 UTC  (2+ messages)

[PATCH 01/13] btrfs: update btrfs_insert_inode_defrag to to use rb helper
 2025-04-22 11:24 UTC  (15+ messages)
` [PATCH 02/13] btrfs: update __btrfs_lookup_delayed_item "
` [PATCH 03/13] btrfs: update ulist_rbtree_search "
` [PATCH 04/13] btrfs: update ulist_rbtree_insert "
` [PATCH 05/13] btrfs: update lookup_block_entry "
` [PATCH 06/13] btrfs: update insert_block_entry "
` [PATCH 07/13] btrfs: update lookup_root_entry "
` [PATCH 08/13] btrfs: update insert_root_entry "
` [PATCH 09/13] btrfs: update insert_ref_entry "
` [PATCH 10/13] btrfs: update find_qgroup_rb "
` [PATCH 11/13] btrfs: update add_qgroup_rb "
` [PATCH 12/13] btrfs: update btrfs_qgroup_trace_subtree_after_cow "
` [PATCH 13/13] btrfs: update btrfs_qgroup_add_swapped_blocks "

[PATCH v3] mm: alloc_pages_bulk: support both simple and full-featured API
 2025-04-22 11:22 UTC  (3+ messages)

[PATCH] btrfs: fix the resource leak issue in btrfs_iget()
 2025-04-22  4:09 UTC  (5+ messages)
  ` [PATCH v2] "

Sleep inside atomic for aarch64, triggered by generic/482
 2025-04-22  1:10 UTC  (4+ messages)

[PATCH] btrfs: adjust subpage bit start based on sectorsize
 2025-04-21 20:17 UTC  (2+ messages)

[PATCH] fstests: btrfs/271: specify "-m raid1" to avoid false alerts
 2025-04-21 10:42 UTC  (3+ messages)

[PATCH v2] fstests: btrfs/253: fix false alert due to _set_fs_sysfs_attr changes
 2025-04-21 10:35 UTC  (2+ messages)

btrfs: VFS: Busy inodes after unmount (use-after-free)
 2025-04-21 10:24 UTC 

[PATCH] fstests: btrfs/253: fix false alert due to _set_fs_sysfs_attr changes
 2025-04-21  7:57 UTC  (3+ messages)


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