public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-26 03:31:33 to 2024-11-07 20:58:29 UTC [more...]

[PATCH v7 00/27] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-11-07 20:58 UTC 

fix a few zoned append issues v2 (now with Ccs)
 2024-11-07 12:05 UTC  (8+ messages)
` [PATCH 1/5] block: take chunk_sectors into account in bio_split_write_zeroes
` [PATCH 2/5] block: fix bio_split_rw_at to take zone_write_granularity into account
` [PATCH 3/5] block: lift bio_is_zone_append to bio.h
` [PATCH 4/5] btrfs: use bio_is_zone_append in the completion handler
` [PATCH 5/5] btrfs: split bios to the fs sector size boundary

[PATCH v4] btrfs: a new test case to verify mount behavior with background remounting
 2024-11-07  7:43 UTC  (4+ messages)

[PATCH 6.11 000/245] 6.11.7-rc1 review
 2024-11-07  6:33 UTC  (3+ messages)

[PATCH] btrfs: open-code btrfs_copy_from_user()
 2024-11-07  4:05 UTC 

[PATCH] btrfs: avoid superfluous calls to free_extent_map() in btrfs_encoded_read()
 2024-11-06 22:43 UTC  (3+ messages)

[PATCH] btrfs: fix warning on PTR_ERR() against NULL device at btrfs_control_ioctl()
 2024-11-06 21:29 UTC  (3+ messages)

[PATCH] btrfs: remove check for NULL fs_info at btrfs_folio_end_lock_bitmap()
 2024-11-06 21:28 UTC  (3+ messages)

[PATCH] btrfs: fix a typo in btrfs_use_zone_append
 2024-11-06 20:42 UTC  (2+ messages)

[PATCH] btrfs: add struct io_btrfs_cmd as type for io_uring_cmd_to_pdu()
 2024-11-06 20:32 UTC  (3+ messages)

[PATCH] io_uring/cmd: let cmds to know about dying task
 2024-11-06 19:04 UTC  (5+ messages)

[PATCH 0/2] btrfs: some fixes around check send root flags
 2024-11-06 18:31 UTC  (4+ messages)
` [PATCH 1/2] btrfs: send: check for dead send root under critical section
` [PATCH 2/2] btrfs: send: check for read-only "

[PATCH] btrfs: reinitialize delayed ref list after deleting it from the list
 2024-11-06 11:06 UTC  (2+ messages)

[PATCH] btrfs: update stale comment for struct btrfs_delayed_ref_node::add_list
 2024-11-06 11:01 UTC  (2+ messages)

[PATCH v3] btrfs: a new test case to verify mount behavior with background remounting
 2024-11-06  4:40 UTC 

[u-boot PATCH] fs: btrfs: hide 'Cannot lookup file' errors on 'load'
 2024-11-06  4:23 UTC  (2+ messages)

FAILED: Patch "btrfs: fix use-after-free of block device file in __btrfs_free_extra_devids()" failed to apply to v4.19-stable tree
 2024-11-06  2:14 UTC 

FAILED: Patch "btrfs: fix use-after-free of block device file in __btrfs_free_extra_devids()" failed to apply to v5.4-stable tree
 2024-11-06  2:13 UTC 

FAILED: Patch "btrfs: fix use-after-free of block device file in __btrfs_free_extra_devids()" failed to apply to v5.10-stable tree
 2024-11-06  2:12 UTC 

FAILED: Patch "btrfs: fix use-after-free of block device file in __btrfs_free_extra_devids()" failed to apply to v5.15-stable tree
 2024-11-06  2:11 UTC 

FAILED: Patch "btrfs: fix defrag not merging contiguous extents due to merged extent maps" failed to apply to v6.1-stable tree
 2024-11-06  2:10 UTC 

FAILED: Patch "btrfs: fix extent map merging not happening for adjacent extents" failed to apply to v6.1-stable tree
 2024-11-06  2:10 UTC 

FAILED: Patch "btrfs: fix use-after-free of block device file in __btrfs_free_extra_devids()" failed to apply to v6.1-stable tree
 2024-11-06  2:10 UTC 

FAILED: Patch "btrfs: fix defrag not merging contiguous extents due to merged extent maps" failed to apply to v6.6-stable tree
 2024-11-06  2:09 UTC 

FAILED: Patch "btrfs: fix extent map merging not happening for adjacent extents" failed to apply to v6.6-stable tree
 2024-11-06  2:09 UTC 

FAILED: Patch "btrfs: fix use-after-free of block device file in __btrfs_free_extra_devids()" failed to apply to v6.6-stable tree
 2024-11-06  2:09 UTC 

FAILED: Patch "btrfs: fix error propagation of split bios" failed to apply to v6.6-stable tree
 2024-11-06  2:08 UTC 

[PATCH] btrfs: simplify logic to decrement snapshot counter at btrfs_mksnapshot()
 2024-11-05 20:51 UTC  (3+ messages)

[PATCH] btrfs: remove hole from struct btrfs_delayed_node
 2024-11-05 20:50 UTC  (3+ messages)

[PATCH] btrfs: add a test for defrag of contiguous file extents
 2024-11-05 20:20 UTC  (8+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH v6 00/27] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-11-05 18:38 UTC  (2+ messages)
` [PATCH v6 01/27] range: Add range_overlaps()

[PATCH 0/2] btrfs-progs: refactor around btrfs_insert_file_extent()
 2024-11-05  6:48 UTC  (3+ messages)
` [PATCH 1/2] btrfs-progs: do not call btrfs_record_file_extent() out of btrfs-convert
` [PATCH 2/2] btrfs-progs: make btrfs_insert_file_extent() to accept an on-stack file extent item

fix a few zoned append issues
 2024-11-05  6:09 UTC  (16+ messages)
` [PATCH 1/4] block: fix bio_split_rw_at to take zone_write_granularity into account
` [PATCH 2/4] block: lift bio_is_zone_append to bio.h
` [PATCH 3/4] btrfs: use bio_is_zone_append in the completion handler
` [PATCH 4/4] btrfs: split bios to the fs sector size boundary

[PATCH v3] btrfs: handle bio_split() error
 2024-11-04 12:13 UTC 

[PATCH v2] btrfs: handle bio_split() error
 2024-11-04  7:24 UTC  (3+ messages)

[syzbot] [btrfs?] VFS: Busy inodes after unmount (use-after-free)
 2024-11-04  6:57 UTC  (3+ messages)
  ` [syzbot] [ocfs2?] "

[PATCH 1/2] io_uring/cmd: let cmds to know about dying task
 2024-11-04  0:13 UTC  (4+ messages)

[syzbot] [btrfs?] general protection fault in btrfs_search_slot
 2024-11-03 21:44 UTC  (2+ messages)

[syzbot] [btrfs?] WARNING in tree_insert_offset
 2024-11-02 14:36 UTC 

[PATCH] btrfs: Fix data race in log_conflicting_inodes
 2024-11-02  6:47 UTC  (5+ messages)

[PATCH v2] btrfs: a new test case to verify mount behavior with background remounting
 2024-11-01 20:38 UTC  (4+ messages)

[GIT PULL] Btrfs fixes for 6.12-rc6
 2024-11-01 17:48 UTC  (3+ messages)

[PATCH] btrfs: a new test case to verify mount behavior with background remounting
 2024-11-01  9:36 UTC  (3+ messages)

[syzbot] kernel BUG in close_ctree
 2024-11-01  6:17 UTC  (5+ messages)
  ` [syzbot] [btrfs?] "

[PATCH v8 8/9] tmpfs: Expose filesystem features via sysfs
 2024-10-31 19:11 UTC  (3+ messages)

[PATCH v4 0/5] btrfs: io_uring interface for encoded reads
 2024-10-31 18:26 UTC  (15+ messages)
` [PATCH 1/5] btrfs: remove pointless addition in btrfs_encoded_read
` [PATCH 5/5] btrfs: add io_uring command for encoded reads

[PATCH] btrfs: add struct io_btrfs_cmd as type for io_uring_cmd_to_pdu()
 2024-10-31 16:23 UTC 

[PATCH v5 00/27] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-10-31 15:55 UTC  (4+ messages)
` [PATCH v5 01/27] range: Add range_overlaps()

[PATCH next] btrfs: fix error code in add_delayed_ref_head()
 2024-10-31 11:59 UTC  (2+ messages)

[PATCH] btrfs: handle bio_split() error
 2024-10-31  9:29 UTC  (8+ messages)

[PATCH v2 0/2] btrfs: fix the length of reserved qgroup to free
 2024-10-30 22:01 UTC  (7+ messages)
` [PATCH 2/2] btrfs: simplify regions mark and keep start unchanged in err handling

[PATCH 0/2] btrfs: a couple fixes for extent map merging and defrag
 2024-10-30  7:57 UTC  (6+ messages)
` [PATCH 1/2] btrfs: fix extent map merging not happening for adjacent extents
` [PATCH 2/2] btrfs: fix defrag not merging contiguous extents due to merged extent maps

[PATCH 0/6] btrfs: sector size < page size enhancement
 2024-10-30  6:34 UTC  (7+ messages)
` [PATCH 1/6] btrfs: fix double accounting of ordered extents during errors
` [PATCH 2/6] btrfs: extract the inner loop of cow_file_range() to enhance the error handling
` [PATCH 3/6] btrfs: use FGP_STABLE to wait for folio writeback
` [PATCH 4/6] btrfs: make btrfs_do_readpage() to do block-by-block read
` [PATCH 5/6] btrfs: avoid deadlock when reading a partial uptodate folio
` [PATCH 6/6] btrfs: allow buffered write to skip full page if it's sector aligned

[PATCH] btrfs/287: make the test work when compression is enabled
 2024-10-30  2:10 UTC  (2+ messages)

[PATCH v2] fstests: generic/366: add a new test case to verify if certain fio load will hang the filesystem
 2024-10-30  2:00 UTC  (5+ messages)

[PATCH 0/2] btrfs: fixes for the new fd-based API
 2024-10-30  0:55 UTC  (3+ messages)
` [PATCH 1/2] btrfs: fix per-subvolume RO/RW flags with new mount API
` [PATCH 2/2] btrfs: fix mount failure due to remount races

[PATCH v2] btrfs: fix mount failure due to remount races
 2024-10-30  0:08 UTC  (7+ messages)

[PATCH v4 0/2] btrfs: iget_path cleanup
 2024-10-29 23:53 UTC  (2+ messages)

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

[PATCH 00/18] btrfs: convert delayed head refs to xarray and cleanups
 2024-10-29 20:49 UTC  (7+ messages)

[PATCH v2] btrfs: add new ioctl to wait for cleaned subvolumes
 2024-10-29 20:41 UTC 

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

[PATCH] fs/writeback: convert wbc_account_cgroup_owner to take a folio
 2024-10-28 12:27 UTC  (2+ messages)

[PATCH] fstests: generic/366: add a new test case to verify if certain fio load will hang the filesystem
 2024-10-28  9:35 UTC  (2+ messages)

[PATCH] btrfs: fix double accounting of ordered extents during errors
 2024-10-28  8:37 UTC 

[linux-next:master] [btrfs] b0d710f69d: sysbench-fileio.write_operations/s -5.2% regression
 2024-10-28  7:19 UTC 

[syzbot] [btrfs?] WARNING in btrfs_free_reserved_data_space_noquota (3)
 2024-10-26  5:29 UTC  (2+ messages)

[syzbot] [btrfs?] WARNING in btrfs_create_uuid_tree
 2024-10-26  3:31 UTC 


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