linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-06 09:12:12 to 2022-04-09 04:34:44 UTC [more...]

[PATCH] btrfs: do not allow compression on nocow files
 2022-04-09  4:34 UTC 

[PATCH 00/16] btrfs: add subpage support for RAID56
 2022-04-08 22:59 UTC  (13+ messages)
` [PATCH 04/16] btrfs: introduce btrfs_raid_bio::stripe_sectors
` [PATCH 05/16] btrfs: introduce btrfs_raid_bio::bio_sectors
` [PATCH 07/16] btrfs: make finish_parity_scrub() subpage compatible
` [PATCH 10/16] btrfs: open-code rbio_stripe_page_index()

[PATCH 0/8] btrfs-progs: add RAID56 rebuild ability at read time
 2022-04-08 21:16 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION ff511c1c68a5a35ab0b3efb3c306fd80b10d74be
 2022-04-08 21:04 UTC 

High corrupt count and checksum errors
 2022-04-08 20:56 UTC 

[PATCH 0/4] btrfs-progs: zoned: fix mkfs failure on various zone size
 2022-04-08 20:24 UTC  (7+ messages)
` [PATCH 1/4] btrfs-progs: zoned: export sb_zone_number() and related constants
` [PATCH 2/4] btrfs-progs: zoned: fix initial system BG location
` [PATCH 3/4] btrfs-progs: fix ordering of hole_size setting and dev_extent_hole_check()
` [PATCH 4/4] btrfs-progs: zoned: fix and simplify dev_extent_hole_check_zoned()

Rebuilding 24TB Raid5 array (was btrfs corruption: parent transid verify failed + open_ctree failed)
 2022-04-08 20:09 UTC  (35+ messages)

[PATCH] btrfs: zstd: use spin_lock in timer function
 2022-04-08 18:44 UTC  (2+ messages)

[PATCH] btrfs: restore inode creation before xattr setting
 2022-04-08 18:37 UTC  (2+ messages)

btrfs zoned fixlets
 2022-04-08 16:50 UTC  (3+ messages)

[regression] 5.15 kernel triggering 100x more inode evictions
 2022-04-08 16:50 UTC  (6+ messages)

fixes for handling of split direct I/O bios
 2022-04-08 16:40 UTC  (2+ messages)

[PATCH v4 0/4] btrfs: inode creation cleanups and fixes
 2022-04-08 16:05 UTC  (6+ messages)
` [PATCH v4 4/4] btrfs: move common inode creation code into btrfs_create_new_inode()

cleanup btrfs bio handling, part 1 v2
 2022-04-08 16:00 UTC  (19+ messages)
` [PATCH 01/12] btrfs: refactor __btrfsic_submit_bio
` [PATCH 02/12] btrfs: split submit_bio from btrfsic checking
` [PATCH 03/12] btrfs: simplify btrfsic_read_block
` [PATCH 04/12] btrfs: simplify repair_io_failure
` [PATCH 05/12] btrfs: simplify scrub_recheck_block
` [PATCH 06/12] btrfs: simplify scrub_repair_page_from_good_copy
` [PATCH 07/12] btrfs: move the call to bio_set_dev out of submit_stripe_bio
` [PATCH 08/12] btrfs: pass a block_device to btrfs_bio_clone
` [PATCH 09/12] btrfs: initialize ->bi_opf and ->bi_private in rbio_add_io_page
` [PATCH 10/12] btrfs: don't allocate a btrfs_bio for raid56 per-stripe bios
` [PATCH 11/12] btrfs: don't allocate a btrfs_bio for scrub bios
` [PATCH 12/12] btrfs: stop using the btrfs_bio saved iter in index_rbio_pages

[PATCH v2] fs: remove unnecessary conditional
 2022-04-08 13:58 UTC  (2+ messages)

[PATCH 0/6] Turn delayed_nodes_tree into XArray and adjust usages
 2022-04-07 16:44 UTC  (9+ messages)
` [PATCH 1/6] Turn delayed_nodes_tree into delayed_nodes_xarray in btrfs_root
` [PATCH 2/6] btrfs_get_delayed_node: convert to using XArray API
` [PATCH 3/6] btrfs_get_or_create_delayed_node: "
` [PATCH 4/6] __btrfs_release_delayed_node: "
` [PATCH 5/6] btrfs_kill_all_delayed_nodes: "
` [PATCH 6/6] __setup_root: convert to using XArray API for delayed_nodes_xarray

use block_device based APIs in block layer consumers
 2022-04-07 15:26 UTC  (67+ messages)
` [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction
  ` [dm-devel] "
` [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue
` [PATCH 03/27] target: fix discard alignment on partitions
  ` [dm-devel] "
` [PATCH 04/27] drbd: remove assign_p_sizes_qlim
` [PATCH 05/27] drbd: use bdev based limit helpers in drbd_send_sizes
` [PATCH 06/27] drbd: cleanup decide_on_discard_support
` [PATCH 07/27] btrfs: use bdev_max_active_zones instead of open coding it
` [PATCH 08/27] ntfs3: use bdev_logical_block_size "
` [PATCH 09/27] mm: use bdev_is_zoned in claim_swapfile
` [PATCH 10/27] block: add a bdev_nonrot helper
  ` [Ocfs2-devel] "
` [PATCH 11/27] block: add a bdev_write_cache helper
  ` [Ocfs2-devel] "
` [PATCH 12/27] block: add a bdev_fua helper
  ` [Ocfs2-devel] "
` [PATCH 13/27] block: add a bdev_stable_writes helper
  ` [Ocfs2-devel] "
` [PATCH 14/27] block: add a bdev_max_zone_append_sectors helper
  ` [dm-devel] "
` [PATCH 15/27] block: use bdev_alignment_offset in part_alignment_offset_show
  ` [Ocfs2-devel] "
` [PATCH 16/27] drbd: use bdev_alignment_offset instead of queue_alignment_offset
` [PATCH 17/27] block: use bdev_alignment_offset in disk_alignment_offset_show
  ` [Ocfs2-devel] "
` [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line
  ` [Ocfs2-devel] "
` [PATCH 19/27] block: remove queue_discard_alignment
  ` [Ocfs2-devel] "
` [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show
  ` [Ocfs2-devel] "
` [PATCH 21/27] block: move {bdev,queue_limit}_discard_alignment out of line
  ` [Ocfs2-devel] [PATCH 21/27] block: move {bdev, queue_limit}_discard_alignment "
` [PATCH 22/27] block: refactor discard bio size limiting
  ` [Ocfs2-devel] "
` [PATCH 23/27] block: add a bdev_max_discard_sectors helper
  ` [Cluster-devel] "
  ` [Ocfs2-devel] "
` [PATCH 24/27] block: add a bdev_discard_granularity helper
  ` [Ocfs2-devel] "
` [PATCH 25/27] block: remove QUEUE_FLAG_DISCARD
  ` [Ocfs2-devel] "
` [PATCH 26/27] block: uncouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
  ` [Ocfs2-devel] "
` [PATCH 27/27] direct-io: remove random prefetches

[PATCH] btrfs: wait between incomplete batch allocations
 2022-04-07 14:52 UTC  (2+ messages)

[PATCH] btrfs: fix leaked plug after falilure syncing log on zoned filesystems
 2022-04-07 14:56 UTC  (5+ messages)
` [PATCH v2] btrfs: fix leaked plug after failure "

Rebuilding 24TB Raid5 array (was btrfs corruption: parent transid verify failed + open_ctree failed)
 2022-04-07 12:27 UTC  (18+ messages)
                        ` figuring out why transient double raid failure caused a fair amount of btrfs corruption

[PATCH v3 0/3] Avoid live-lock in btrfs fault-in+uaccess loop
 2022-04-07 11:05 UTC  (6+ messages)
` [PATCH v3 1/3] mm: Add fault_in_subpage_writeable() to probe at sub-page granularity
` [PATCH v3 2/3] arm64: Add support for user sub-page fault probing
` [PATCH v3 3/3] btrfs: Avoid live-lock in search_ioctl() on hardware with sub-page faults

[PATCH] Btrfs: remove redundant judgment
 2022-04-07 10:47 UTC  (4+ messages)

cleanup bio_kmalloc v3
 2022-04-07  8:16 UTC  (10+ messages)
` [PATCH 1/5] btrfs: simplify ->flush_bio handling
` [PATCH 2/5] squashfs: always use bio_kmalloc in squashfs_bio_read
` [PATCH 3/5] target/pscsi: remove pscsi_get_bio
` [PATCH 4/5] block: turn bio_kmalloc into a simple kmalloc wrapper
` [PATCH 5/5] pktcdvd: stop using bio_reset

[PATCH 2/2] btrfs: Fix kernel-doc
 2022-04-07  8:08 UTC  (2+ messages)
` [PATCH 1/2] btrfs: kernel-doc fixes

cleanup btrfs bio handling, part 1
 2022-04-07  7:41 UTC  (7+ messages)

[PATCH 0/5][V12] btrfs: allocation_hint
 2022-04-06 19:32 UTC  (5+ messages)
` [PATCH 1/5] btrfs: add flags to give an hint to the chunk allocator

[PATCH 0/3] cleanup rdonly flag and BTRFS_FS_OPEN flag
 2022-04-06 13:57 UTC  (4+ messages)
` [PATCH 1/3 RFC] btrfs: wrap rdonly check into btrfs_fs_is_rdonly
` [PATCH 2/3] btrfs: wrap check for BTRFS_FS_OPEN flag into function
` [PATCH 3/3] btrfs: set BTRFS_FS_OPEN flag for both rdonly and rw

[GIT PULL] Btrfs fixes for 5.18-rc2
 2022-04-06  6:08 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;
as well as URLs for NNTP newsgroup(s).