Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2026-08-31 22:09:06 to 2026-09-07 12:11:50 UTC [more...]

[PATCH] btrfs: zstd: avoid a copy in zstd_decompress_bio()
 2026-09-07 12:11 UTC  (2+ messages)

[PATCH] btrfs: reflow comments left awkward by the typo fixes
 2026-09-07 11:48 UTC  (2+ messages)

[PATCH v3 0/6] btrfs: handle -ENOMEM errors in some synchronous dirops without aborting
 2026-09-07 11:38 UTC  (7+ messages)
` [PATCH v3 1/6] btrfs: use an on-stack path in btrfs_insert_orphan_item()

[PATCH v4 0/4] btrfs: handle -ENOMEM errors in some synchronous dirops without aborting
 2026-09-07 10:47 UTC  (2+ messages)

How to exclude other filesystems but include subvolumes?
 2026-09-07 10:33 UTC 

[PATCH v2] btrfs: fix typos and repeated words in comments
 2026-09-07 10:06 UTC  (5+ messages)

[PATCH] btrfs: move async csum generation out of experimental features
 2026-09-07  9:59 UTC  (14+ messages)

[PATCH 00/10] btrfs: convert some struct page users to folios
 2026-09-07  6:51 UTC  (23+ messages)
` [PATCH 01/10] btrfs: tests: rename process_page_range() to process_folio_range()
` [PATCH 02/10] btrfs: tests: convert test_find_delalloc() to use folios
` [PATCH 03/10] btrfs: tests: use eb folio helpers in extent buffer memory checks
` [PATCH 04/10] btrfs: convert btrfs_compr_pool_scan() to use folios
` [PATCH 05/10] btrfs: convert heuristic_collect_sample() "
` [PATCH 06/10] btrfs: fix stale function references in compression comments
` [PATCH 07/10] btrfs: use folios for reading super blocks from the block device
` [PATCH 08/10] btrfs: keep the free space cache inode mapping at order 0
` [PATCH 09/10] btrfs: convert struct btrfs_io_ctl to use folios
` [PATCH 10/10] btrfs: rename io_ctl page helpers to folio helpers

[PATCH 0/4] btrfs-progs: enhance the backup root behavior
 2026-09-07  5:07 UTC  (5+ messages)
` [PATCH 1/4] btrfs-progs: docs: update the rescue=usebackuproot option
` [PATCH 2/4] btrfs-progs: unexport btrfs_setup_chunk_tree_and_device_map()
` [PATCH 3/4] btrfs-progs: check: use correct generation when -r option is provided
` [PATCH 4/4] btrfs-progs: check: introduce --backup-slot option

[PATCH v2 0/2] btrfs: allow more fine control to rescue=usebackuproot
 2026-09-06  7:03 UTC  (3+ messages)
` [PATCH v2 1/2] btrfs: always use the second newest slot for rescue=usebackuproot
` [PATCH v2 2/2] btrfs: introduce more accurate usebackuproot options

[PATCH 0/2] btrfs: allow more fine control to rescue=usebackuproot
 2026-09-06  5:26 UTC  (3+ messages)
` [PATCH 1/2] btrfs: always use the second newest slot for rescue=usebackuproot
` [PATCH 2/2] btrfs: introduce more accurate usebackuproot options

[PATCH 0/2] btrfs: introduce a new experimental feature, RAID56_VSL
 2026-09-05 22:25 UTC  (9+ messages)
` [PATCH 1/2] btrfs: split sectorsize into datasize and sectorsize
` [PATCH 2/2] btrfs: implement a new incompat feature, raid56_vsl

[GIT PULL] Btrfs fixes for 7.3-rc2
 2026-09-05 18:40 UTC  (2+ messages)

[PATCH v6] loop: Fix NULL pointer dereference in lo_rw_aio()
 2026-09-05 14:25 UTC  (18+ messages)
                    ` [PATCH v7] "
                            ` [PATCH v7.1] "
                              ` [PATCH v8] "

[PATCH] btrfs: wait for RCU readers before freeing a new device
 2026-09-05 11:06 UTC 

[PATCH v2 0/3] btrfs: async checksumming cleanups
 2026-09-04 22:50 UTC  (9+ messages)
` [PATCH v2 1/3] btrfs: consume the given iter directly instead of copying in csum_one_bio()
` [PATCH v2 2/3] btrfs: use bio::remaining for async checksumming synchronization
` [PATCH v2 3/3] btrfs: promote async checksumming out of EXPERIMENTAL

[PATCH v2] btrfs: tree-checker: add qgroup status item check
 2026-09-04 21:57 UTC  (5+ messages)

[syzbot] Monthly btrfs report (Sep 2026)
 2026-09-04 20:33 UTC 

[PATCH 1/2] btrfs: fix typos in comments
 2026-09-04 16:38 UTC  (3+ messages)
` [PATCH 2/2] btrfs: fix repeated words "

Device for root volume appears as '/dev/root', 7.3-rc1 regression
 2026-09-04 16:33 UTC  (2+ messages)

[PATCH] btrfs: fix deadlocks with transaction commit when cloning inline extents
 2026-09-04 15:34 UTC  (7+ messages)

[PATCH RFC v2 00/18] fs: support freeze/thaw/mark_dead/sync with shared devices
 2026-09-04 11:24 UTC  (5+ messages)
` [PATCH RFC v2 08/18] fs: add dedicated block device open helpers for filesystems

[PATCH RFC 0/8] fs: support freeze/thaw/mark_dead/sync with shared devices
 2026-09-04  9:34 UTC  (4+ messages)
` [PATCH RFC 4/8] xfs: port to fs_bdev_file_open_by_path()

[PATCH v2 0/2] btrfs-progs: fix stale active zone after mkfs
 2026-09-04  6:24 UTC  (3+ messages)
` [PATCH v2 1/2] btrfs-progs: zoned: refresh stale cached zone state in btrfs_reset_dev_zone()
` [PATCH v2 2/2] btrfs-progs: check: detect leaked active zones on zoned devices

[PATCH v8 0/13] fstests: add test coverage for cloned filesystem ids
 2026-09-04  6:14 UTC  (31+ messages)
` [PATCH v8 01/13] fstests: add _loop_image_create_clone() helper
` [PATCH v8 02/13] fstests: add _clone_mount_option() helper
` [PATCH v8 03/13] fstests: add FSNOTIFYWAIT_PROG
` [PATCH v8 04/13] fstests: add _require_fanotify_function
` [PATCH v8 05/13] fstests: add _require_unique_f_fsid() helper
` [PATCH v8 07/13] fstests: verify fanotify isolation on cloned filesystems
` [PATCH v8 08/13] fstests: verify f_fsid for "
` [PATCH v8 09/13] fstests: verify libblkid resolution of duplicate UUIDs
` [PATCH v8 10/13] fstests: verify IMA isolation on cloned filesystems
` [PATCH v8 11/13] fstests: verify exportfs file handles "
` [PATCH v8 12/13] fstests: add _change_metadata_uuid helper
` [PATCH v8 13/13] fstests: test UUID consistency for clones with metadata_uuid

[PATCH v2 0/3] btrfs: avoid unnecessary transaction commit and tree-checker updates
 2026-09-03 21:47 UTC  (10+ messages)
` [PATCH 1/3] btrfs: fix unnecessary transaction commit fallback from btrfs_log_all_parents()
` [PATCH 2/3] btrfs: tree-checker: validate key offset for inode ref keys
` [PATCH 3/3] btrfs: tree-checker: validate parent field for inode extref items
` [PATCH v3 0/3] btrfs: avoid unnecessary transaction commit and tree-checker updates
  ` [PATCH v3 1/3] btrfs: fix unnecessary transaction commit fallback from btrfs_log_all_parents()
  ` [PATCH v3 2/3] btrfs: tree-checker: validate key offset for inode ref keys
  ` [PATCH v3 3/3] btrfs: tree-checker: validate parent field for inode extref items

[PATCH] btrfs: tree-checker: validate name length for extref items
 2026-09-03 21:41 UTC  (3+ messages)

[PATCH] btrfs: fix unnecessary transaction commit fallback from btrfs_log_all_parents()
 2026-09-03 20:48 UTC  (2+ messages)

[PATCH v3 RESEND 0/4] btrfs: removal of on-stack paddrs[], final part
 2026-09-03 20:38 UTC  (2+ messages)

Device for root volume appears as '/dev/root', 7.3-rc1 regression
 2026-09-03 12:25 UTC 

[PATCH v3] btrfs: use ordered extent to grab the logical address for submission
 2026-09-03  6:30 UTC  (6+ messages)

[PATCH v2 0/7] btrfs: introduce btrfs_bio::async_csum
 2026-09-03  5:41 UTC  (5+ messages)
` [PATCH v2 7/7] "

[PATCH 0/2] btrfs: async checksumming cleanups
 2026-09-03  4:49 UTC  (8+ messages)
` [PATCH 1/2] btrfs: consume the given iter directly instead of copying in csum_one_bio()
` [PATCH 2/2] btrfs: use bio::remaining for async checksumming synchronization

[PATCH 7.2.y] btrfs: write-protect folios during data writeback
 2026-09-02 22:14 UTC  (2+ messages)

[PATCH RFC 00/11] mm/migrate: separate migration paths and carry migration policy
 2026-09-02 11:19 UTC  (14+ messages)
` [PATCH RFC 01/11] mm/migrate: extract folio unmap phase
` [PATCH RFC 02/11] mm/migrate: handle retries in migrate_folios_move()
` [PATCH RFC 03/11] mm/migrate: factor out folio splitting on allocation failure
` [PATCH RFC 04/11] mm/migrate: use a dedicated list for hugetlb folios
` [PATCH RFC 05/11] mm/migrate: add a dedicated movable_ops migration pass
` [PATCH RFC 06/11] mm/migrate: rename migrate_pages_batch() to migrate_folios_batch()
` [PATCH RFC 07/11] mm/migrate: add migrate_lru_folios() entry point
` [PATCH RFC 08/11] mm/migrate: move LRU batching into migrate_lru_folios()
` [PATCH RFC 09/11] mm/migrate: thread migration policy through a control struct
  ` [sos-linux-ext-patches] "
` [PATCH RFC 10/11] mm/migrate: pass migrate_control to migrate_pages()
` [PATCH RFC 11/11] mm/migrate: pass migrate_control to migrate_folio()

[PATCH v2] btrfs/273: add missing _require_scratch check
 2026-09-02 10:43 UTC  (2+ messages)

[PATCH RESEND v2] btrfs: fix use-after-free in mark_block_group_to_copy
 2026-09-02  9:55 UTC  (2+ messages)

[PATCH] btrfs/273: add missing _require_scratch check
 2026-09-02  7:32 UTC  (2+ messages)

[PATCH v3] btrfs/333: require scratch before checking encoded reads
 2026-09-02  7:11 UTC 

[PATCH v2] btrfs/333: require scratch before checking encoded reads
 2026-09-02  5:15 UTC  (2+ messages)

[PATCH] btrfs-progs: scrub: only restore the old scrub limit after scrub is finished
 2026-09-01 23:52 UTC 

[PATCH v4] iomap: follow the alignment requirement for iomap_dio_hole_iter()
 2026-09-01 22:47 UTC  (2+ messages)

WinBtrfs v1.10
 2026-09-01 21:24 UTC 

[PATCH v2] btrfs: fix a lockdep caused by path resolution during device scan
 2026-09-01 20:07 UTC  (2+ messages)

[PATCH v7] loop: Fix NULL pointer dereference in lo_rw_aio()
 2026-09-01 13:08 UTC  (4+ messages)

[PATCH v7 00/43] btrfs: add fscrypt support
 2026-09-01 12:33 UTC  (11+ messages)
` [PATCH v7 04/43] fscrypt: conditionally don't wipe mk secret until the last active user is done
` [PATCH v7 05/43] blk-crypto: add a process bio callback

[PATCH] fstests: generic: Add test of seek in directories
 2026-09-01  9:18 UTC  (6+ messages)

[PATCH v2] btrfs: tree-checker: reject file extent items for special files
 2026-09-01  7:14 UTC  (2+ messages)

[PATCH v3 0/5] btrfs: fix io_uring encoded IO cleanup
 2026-09-01  2:09 UTC  (2+ messages)

[PATCH] btrfs: remove runtime tweakable feature sysfs interface
 2026-09-01  0:12 UTC  (3+ messages)

[PATCH] btrfs/333: require scratch before checking encoded reads
 2026-08-31 23:09 UTC  (2+ messages)

[PATCH v2] btrfs: use ordered extent to grab the logical address for submission
 2026-08-31 22:27 UTC  (4+ messages)

[PATCH] btrfs: tests: do not touch page cache if root/inode allocation failed
 2026-08-31 22:13 UTC  (2+ messages)

[PATCH] btrfs: tree-checker: reject file extent items for special files
 2026-08-31 22:08 UTC  (2+ messages)


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