linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-04 22:02:41 to 2022-04-07 03:42:52 UTC [more...]

use block_device based APIs in block layer consumers
 2022-04-07  3:36 UTC  (55+ 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-06 18:24 UTC 

[PATCH] Btrfs: remove redundant judgment
 2022-04-07  1:57 UTC  (3+ messages)

Rebuilding 24TB Raid5 array (was btrfs corruption: parent transid verify failed + open_ctree failed)
 2022-04-07  1:18 UTC  (88+ 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-06 20:40 UTC  (5+ 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 v4 0/4] btrfs: inode creation cleanups and fixes
 2022-04-06 20:18 UTC  (5+ messages)
` [PATCH v4 4/4] btrfs: move common inode creation code into btrfs_create_new_inode()

[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

cleanup btrfs bio handling, part 1
 2022-04-06 18:00 UTC  (9+ messages)
` [PATCH 02/12] btrfs: split submit_bio from btrfsic checking
` [PATCH 05/12] btrfs: simplify scrub_recheck_block

[PATCH] btrfs: fix leaked plug after falilure syncing log on zoned filesystems
 2022-04-06 16:08 UTC  (3+ messages)
` [PATCH v2] btrfs: fix leaked plug after failure "

cleanup bio_kmalloc v3
 2022-04-06 16:25 UTC  (9+ 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 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

[PATCH 0/4] btrfs-progs: zoned: fix mkfs failure on various zone size
 2022-04-06  1:43 UTC  (5+ 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()

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

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

[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  (3+ messages)

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


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