public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-04-21 09:57:20 to 2022-04-27 19:17:21 UTC [more...]

[PATCH v4 0/9] btrfs: refactor scrub entrances for each profile
 2022-04-27 19:10 UTC  (4+ messages)

Rebuilding 24TB Raid5 array (was btrfs corruption: parent transid verify failed + open_ctree failed)
 2022-04-27 18:24 UTC  (41+ messages)

[syzbot] general protection fault in btrfs_stop_all_workers
 2022-04-27 17:42 UTC 

[PATCH 00/16] support non power of 2 zoned devices
 2022-04-27 16:02 UTC  (17+ messages)
  ` [PATCH 01/16] block: make blkdev_nr_zones and blk_queue_zone_no generic for npo2 zsze
  ` [PATCH 02/16] block: add blk_queue_zone_aligned and bdev_zone_aligned helper
  ` [PATCH 03/16] block: add bdev_zone_no helper
  ` [PATCH 04/16] block: allow blk-zoned devices to have non-power-of-2 zone size
  ` [PATCH 05/16] nvme: zns: Allow ZNS drives that have non-power_of_2 "
  ` [PATCH 06/16] nvmet: use blk_queue_zone_no()
  ` [PATCH 07/16] btrfs: zoned: Cache superblock location in btrfs_zoned_device_info
  ` [PATCH 08/16] btrfs: zoned: add generic btrfs helpers for zoned devices
  ` [PATCH 09/16] btrfs: zoned: Make sb_zone_number function non power of 2 compatible
  ` [PATCH 10/16] btrfs: zoned: use btrfs zone helpers to support non po2 zoned devices
  ` [PATCH 11/16] btrfs: zoned: relax the alignment constraint for "
  ` [PATCH 12/16] zonefs: allow non power of 2 "
  ` [PATCH 13/16] null_blk: "
  ` [PATCH 14/16] f2fs: call bdev_zone_sectors() only once on init_blkz_info()
  ` [PATCH 15/16] f2fs: ensure only power of 2 zone sizes are allowed
  ` [PATCH 16/16] dm-zoned: "

[PATCH] btrfs: Turn fs_roots_radix in btrfs_fs_info into an XArray
 2022-04-27 14:51 UTC  (2+ messages)

[PATCH v2] btrfs: Turn name_cache radix tree into XArray in send_ctx
 2022-04-27 14:36 UTC  (3+ messages)

[PATCH v2] btrfs: improve error reporting in lookup_inline_extent_backref
 2022-04-27 12:14 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] btrfs: Derive compression type from extent map during reads
 2022-04-27  9:06 UTC  (2+ messages)

[PATCH RFC v2 01/12] btrfs: introduce a pure data checksum checking helper
 2022-04-27  7:18 UTC  (12+ messages)
` [PATCH RFC v2 02/12] btrfs: always save bio::bi_iter into btrfs_bio::iter before submitting
` [PATCH RFC v2 03/12] btrfs: remove duplicated parameters from submit_data_read_repair()
` [PATCH RFC v2 04/12] btrfs: add btrfs_read_repair_ctrl to record corrupted sectors
` [PATCH RFC v2 05/12] btrfs: add a helper to queue a corrupted sector for read repair
` [PATCH RFC v2 06/12] btrfs: introduce a helper to repair from one mirror
` [PATCH RFC v2 07/12] btrfs: allow btrfs read repair to submit all writes in one go
` [PATCH RFC v2 08/12] btrfs: switch buffered read to the new btrfs_read_repair_* based repair routine
` [PATCH RFC v2 09/12] btrfs: switch direct IO routine to use btrfs_read_repair_ctrl
` [PATCH RFC v2 10/12] btrfs: cleanup btrfs_repair_one_sector()
` [PATCH RFC v2 11/12] btrfs: remove io_failure_record infrastructure completely
` [PATCH RFC v2 12/12] btrfs: remove btrfs_inode::io_failure_tree

[PATCH RFC v2 00/12] btrfs: make read repair work in synchronous mode
 2022-04-27  7:18 UTC 

[PATCH v9 0/5] tests for btrfs fsverity
 2022-04-26 22:40 UTC  (6+ messages)
` [PATCH v9 1/5] common/verity: require corruption functionality
` [PATCH v9 2/5] common/verity: support btrfs in generic fsverity tests
` [PATCH v9 3/5] btrfs: test btrfs specific fsverity corruption
` [PATCH v9 4/5] btrfs: test verity orphans with dmlogwrites
` [PATCH v9 5/5] generic: test fs-verity EFBIG scenarios

[GIT PULL] Btrfs fixes for 5.18-rc5
 2022-04-26 19:06 UTC  (2+ messages)

[PATCH v5] btrfs: Turn delayed_nodes_tree into an XArray
 2022-04-26 17:52 UTC  (8+ messages)

Btrfs progs release 5.17
 2022-04-26 17:24 UTC 

[PATCH v6] btrfs: Turn delayed_nodes_tree into an XArray
 2022-04-26 14:31 UTC  (3+ messages)

[PATCH] btrfs: Derive compression type from extent map during reads
 2022-04-26 13:46 UTC 

cleanup btrfs bio handling, part 2
 2022-04-26 13:24 UTC  (32+ messages)
` [PATCH 01/10] btrfs: move more work into btrfs_end_bioc
` [PATCH 02/10] btrfs: cleanup btrfs_submit_dio_bio
` [PATCH 03/10] btrfs: split btrfs_submit_data_bio
` [PATCH 04/10] btrfs: don't double-defer bio completions for compressed reads
` [PATCH 05/10] btrfs: defer I/O completion based on the btrfs_raid_bio
` [PATCH 06/10] btrfs: don't use btrfs_bio_wq_end_io for compressed writes
` [PATCH 07/10] btrfs: centralize setting REQ_META
` [PATCH 08/10] btrfs: remove btrfs_end_io_wq
` [PATCH 09/10] btrfs: refactor btrfs_map_bio
` [PATCH 10/10] btrfs: do not allocate a btrfs_bio for low-level bios

[PATCH v2] fstests: btrfs: test setting compression via xattr on nodatacow files
 2022-04-26  9:59 UTC  (2+ messages)

[PATCH] Turn name_cache radix tree into XArray in send_ctx
 2022-04-26  9:44 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION e7d6987e09a328d4a949701db40ef63fbb970670
 2022-04-26  5:42 UTC 

[PATCH 0/2] btrfs-progs: fsck: fix false warning on sprouted filesystems
 2022-04-25 23:15 UTC  (8+ messages)
` [PATCH 2/2] btrfs-progs: fsck-tests: check warning for seed and "

[PATCH 0/8] btrfs-progs: add RAID56 rebuild ability at read time
 2022-04-25 22:38 UTC  (4+ messages)

[PATCH] btrfs-progs: fix a wrong return value for write_and_map_eb()
 2022-04-25 17:13 UTC  (2+ messages)

[PATCH v2] btrfs: repair super block num_devices automatically
 2022-04-25 17:07 UTC  (8+ messages)

[PATCH v2 0/2] btrfs-progs: bug fixes exposed during delayed chunk items insertion
 2022-04-25 16:56 UTC  (2+ messages)

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

[PATCH] btrfs: skip compression property for anything other than files and dirs
 2022-04-25 15:42 UTC  (5+ messages)

[PATCH v2 0/2] btrfs-progs: make "btrfstune -S1" to reject fs with dirty log
 2022-04-25 12:11 UTC  (2+ messages)

[PATCH v2 0/3] btrfs: vairous bug fixes related to generic/475 failure with subpage cases
 2022-04-24 23:26 UTC  (7+ messages)
` [PATCH v2 1/3] btrfs: avoid double clean up when submit_one_bio() failed

'btrfs rescue' command (recommended by btrfs check) fails on old BTRFS RAID1 on (currently) openSUSE Leap 15.3
 2022-04-24  9:21 UTC  (4+ messages)

btrfs check fail
 2022-04-23 22:32 UTC  (5+ messages)

space still allocated post deletion
 2022-04-23  6:04 UTC  (4+ messages)

btrfs_workqueue cleanups
 2022-04-23  5:45 UTC  (7+ messages)
` [PATCH 1/3] btrfs: simplify WQ_HIGHPRI handling in struct btrfs_workqueue

[PATCH v8 0/5] tests for btrfs fsverity
 2022-04-23  0:59 UTC  (5+ messages)
` [PATCH v8 2/5] common/verity: support btrfs in generic fsverity tests

[PATCH v2] btrfs: Turn fs_info member buffer_radix into XArray
 2022-04-22 20:32 UTC  (2+ messages)

[PATCH v3 0/2] btrfs: re-define btrfs_raid_types
 2022-04-22 20:30 UTC  (2+ messages)

[PATCH] btrfs: Fix a memory leak in btrfs_ioctl_balance()
 2022-04-22 20:28 UTC  (10+ messages)

[PATCH] fstests: btrfs: test setting compression via xattr on nodatacow files
 2022-04-22 14:31 UTC  (6+ messages)

[PATCH] btrfs: Improve error reporting in lookup_inline_extent_backref
 2022-04-22 10:11 UTC  (3+ messages)

[PATCH] btrfs: zoned: Fix non-kernel-doc comment
 2022-04-21 20:25 UTC 

[PATCH v2 00/17] btrfs: add subpage support for RAID56
 2022-04-21 16:24 UTC  (13+ messages)
` [PATCH v2 07/17] btrfs: make rbio_add_io_page() subpage compatible

[PATCH] Turn fs_info member 'buffer_radix' into an XArray
 2022-04-21 15:41 UTC  (2+ messages)

[PATCH] btrfs: do not BUG_ON() on failure to update inode when setting xattr
 2022-04-21 15:05 UTC  (4+ messages)

[PATCH] btrfs: always log symlinks in full mode
 2022-04-21 14:59 UTC  (2+ messages)

[btrfs] 05fd9564e9: fio.write_iops 29.1% improvement
 2022-04-21 14:08 UTC 

[PATCH] generic: test fsync of directory with renamed symlink
 2022-04-21  9:57 UTC 


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