linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-01 11:24:14 to 2022-04-06 09:15:03 UTC [more...]

use block_device based APIs in block layer consumers
 2022-04-06  6:05 UTC  (28+ messages)
` [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction
` [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue
` [PATCH 03/27] target: fix discard alignment on partitions
` [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
` [PATCH 11/27] block: add a bdev_write_cache helper
` [PATCH 12/27] block: add a bdev_fua helper
` [PATCH 13/27] block: add a bdev_stable_writes helper
` [PATCH 14/27] block: add a bdev_max_zone_append_sectors helper
` [PATCH 15/27] block: use bdev_alignment_offset in part_alignment_offset_show
` [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
` [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line
` [PATCH 19/27] block: remove queue_discard_alignment
` [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show
` [PATCH 21/27] block: move {bdev,queue_limit}_discard_alignment out of line
` [PATCH 22/27] block: refactor discard bio size limiting
` [PATCH 23/27] block: add a bdev_max_discard_sectors helper
` [PATCH 24/27] block: add a bdev_discard_granularity helper
` [PATCH 25/27] block: remove QUEUE_FLAG_DISCARD
` [PATCH 26/27] block: uncouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
` [PATCH 27/27] direct-io: remove random prefetches

[GIT PULL] Btrfs fixes for 5.18-rc2
 2022-04-06  6:08 UTC  (6+ messages)

5.6 pretty massive unexplained btrfs corruption: parent transid verify failed + open_ctree failed
 2022-04-06  1:40 UTC  (74+ messages)
    ` Rebuilding 24TB Raid5 array (was btrfs corruption: parent transid verify failed + open_ctree failed)

[RFC PATCH] btrfs-progs: prop: add datacow inode property
 2022-04-05 22:35 UTC  (4+ messages)

[PATCH] btrfs: rename BTRFS_FS_OPEN add comment
 2022-04-05 23:27 UTC  (3+ messages)

cleanup btrfs bio handling, part 1
 2022-04-05 15:09 UTC  (20+ 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] btrfs: replace a wrong memset() with memzero_page()
 2022-04-05 14:04 UTC  (6+ messages)

[PATCH 0/8] btrfs-progs: add RAID56 rebuild ability at read time
 2022-04-05 12:48 UTC  (9+ messages)
` [PATCH 1/8] btrfs-progs: remove the unnecessary BTRFS_SUPER_INFO_OFFSET path for tree block read
` [PATCH 2/8] btrfs-progs: extract metadata restore read code into its own helper
` [PATCH 3/8] btrfs-progs: don't use write_extent_to_disk() directly
` [PATCH 4/8] btrfs-progs: use write_data_to_disk() to replace write_extent_to_disk()
` [PATCH 5/8] btrfs-progs: use read_data_from_disk() to replace read_extent_from_disk() and replace read_extent_data()
` [PATCH 6/8] btrfs-progs: remove extent_buffer::fd and extent_buffer::dev_bytes
` [PATCH 7/8] btrfs-progs: allow read_data_from_disk() to rebuild RAID56 using P/Q
` [PATCH 8/8] btrfs-progs: tests/fsck: add test case for data csum check on raid5

[PATCH 00/17 stable-5.15.y] Fix mmap + page fault deadlocks
 2022-04-05 11:32 UTC  (20+ messages)
` [PATCH 01/17 stable-5.15.y] powerpc/kvm: Fix kvm_use_magic_page
` [PATCH 02/17 stable-5.15.y] gup: Turn fault_in_pages_{readable,writeable} into fault_in_{readable,writeable}
` [PATCH 03/17 stable-5.15.y] iov_iter: Turn iov_iter_fault_in_readable into fault_in_iov_iter_readable
` [PATCH 04/17 stable-5.15.y] iov_iter: Introduce fault_in_iov_iter_writeable
` [PATCH 05/17 stable-5.15.y] gfs2: Add wrapper for iomap_file_buffered_write
` [PATCH 06/17 stable-5.15.y] gfs2: Clean up function may_grant
` [PATCH 07/17 stable-5.15.y] gfs2: Move the inode glock locking to gfs2_file_buffered_write
` [PATCH 08/17 stable-5.15.y] gfs2: Eliminate ip->i_gh
` [PATCH 09/17 stable-5.15.y] gfs2: Fix mmap + page fault deadlocks for buffered I/O
` [PATCH 10/17 stable-5.15.y] iomap: Fix iomap_dio_rw return value for user copies
` [PATCH 11/17 stable-5.15.y] iomap: Support partial direct I/O on user copy failures
` [PATCH 12/17 stable-5.15.y] iomap: Add done_before argument to iomap_dio_rw
` [PATCH 13/17 stable-5.15.y] gup: Introduce FOLL_NOFAULT flag to disable page faults
` [PATCH 14/17 stable-5.15.y] iov_iter: Introduce nofault "
` [PATCH 15/17 stable-5.15.y] gfs2: Fix mmap + page fault deadlocks for direct I/O
` [PATCH 16/17 stable-5.15.y] gfs2: Introduce flag for glock holder auto-demotion
` [PATCH 17/17 stable-5.15.y] btrfs: fix deadlock due to page faults during direct IO reads and writes

[PATCH 0/2 stable-5.15.y] Fix mmap + page fault deadlocks part2
 2022-04-05 11:33 UTC  (3+ messages)
` [PATCH 1/2 stable-5.15.y] btrfs: fallback to blocking mode when doing async dio over multiple extents
` [PATCH 2/2 stable-5.15.y] mm: gup: make fault_in_safe_writeable() use fixup_user_fault()

[PATCH] btrfs-progs: remove unnecessary type casting in format string
 2022-04-05  6:20 UTC 

Computer stalled, apparently from filesystem corruption
 2022-04-04 23:05 UTC  (4+ messages)

[PATCH v15 0/7] btrfs: add send/receive support for reading/writing compressed data
 2022-04-04 17:29 UTC  (8+ messages)
` [PATCH v15 1/7] btrfs: send: remove unused send_ctx::{total,cmd}_send_size
` [PATCH v15 2/7] btrfs: send: explicitly number commands and attributes
` [PATCH v15 3/7] btrfs: add send stream v2 definitions
` [PATCH v15 4/7] btrfs: send: write larger chunks when using stream v2
` [PATCH v15 5/7] btrfs: send: get send buffer pages for protocol v2
` [PATCH v15 6/7] btrfs: send: send compressed extents with encoded writes
` [PATCH v15 7/7] btrfs: send: enable support for stream v2 and compressed writes

[PATCH v1 0/3] btrfs: add sysfs switch to get/set metadata size
 2022-04-04 17:02 UTC  (8+ messages)
` [PATCH v1 1/3] btrfs: store chunk size in space-info struct
` [PATCH v1 2/3] btrfs: expose chunk size in sysfs
` [PATCH v1 3/3] btrfs: add force_chunk_alloc sysfs entry to force allocation

[PATCH v2][RESEND] btrfs: allow single disk devices to mount with older generations
 2022-04-04 20:44 UTC  (2+ messages)

[PATCH v2 0/4] btrfs: rework background block group relocation
 2022-04-04 15:50 UTC  (4+ messages)
` [PATCH v2 4/4] btrfs: zoned: make auto-reclaim less aggressive

[regression] 5.15 kernel triggering 100x more inode evictions
 2022-04-04  5:29 UTC  (2+ messages)

BUG: MAX_LOCKDEP_CHAIN_HLOCKS too low
 2022-04-03 23:06 UTC  (3+ messages)

Adding a 4TB disk to a 2x4TB btrfs (data:single) filesystem and balancing takes extremely long (over a month). Filesystem has been deduped with bees
 2022-04-03 13:43 UTC  (6+ messages)

[GIT PULL] zstd changes for v5.16
 2022-04-03 11:13 UTC  (5+ messages)

[PATCH] btrfs: mkfs: use sectorsize as nodesize for mixed profiles
 2022-04-03  7:20 UTC 

btrfs/011 crashing on v5.17-rc7 with null pointer dereference on raid6_avx5121_gen_syndrome+0x99
 2022-04-01 23:50 UTC 

[PATCH] btrfs: force v2 space cache usage for subpage mount
 2022-04-01 22:57 UTC  (4+ messages)

[PATCH 0/1] btrfs: compressed writeback cgroup attribution
 2022-04-01 16:52 UTC  (3+ messages)
` [PATCH 1/1] btrfs: fix btrfs_submit_compressed_write "

[PATCH] fs: btrfs: fix possible use-after-free bug in error handling code of btrfs_get_root_ref()
 2022-04-01 15:54 UTC  (4+ messages)

[PATCH v2 0/2] btrfs: zoned: activate new BG only from extent allocation context
 2022-04-01 14:22 UTC  (4+ messages)
` [PATCH v2 2/2] btrfs: zoned: activate block group only for extent allocation

[PATCH v3 0/2] btrfs: allocate page arrays more efficiently
 2022-04-01 13:26 UTC  (5+ messages)
` [PATCH v3 2/2] btrfs: allocate page arrays using bulk page allocator

[PATCH 00/16] btrfs: add subpage support for RAID56
 2022-04-01 11:23 UTC  (2+ messages)
` [PATCH 16/16] btrfs: enable "


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).