Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2026-07-22 06:22:17 to 2026-07-29 07:07:33 UTC [more...]

[PATCH v4 00/14] Add dmabuf read/write via io_uring
 2026-07-29  7:07 UTC  (22+ messages)
` [PATCH v4 01/14] dma-buf: introduce initial file I/O infrastructure
` [PATCH v4 02/14] iov_iter: add iterator type for dmabuf maps
` [PATCH v4 03/14] block: rename bi_bvec_done
` [PATCH v4 04/14] block: always adjust bi_offset on bio_advance_iter
` [PATCH v4 05/14] block: move bvec init into __bio_clone
` [PATCH v4 06/14] block: introduce dma map backed bio type
` [PATCH v4 07/14] block: forward init_dma_buf_io_ctx to drivers
` [PATCH v4 08/14] nvme-pci: implement dma_token backed requests
` [PATCH v4 09/14] nvme-pci: add SGL support for the dmabuf path
` [PATCH v4 10/14] io_uring/rsrc: introduce buf registration structure
` [PATCH v4 11/14] io_uring/rsrc: extend buffer update
` [PATCH v4 12/14] io_uring/rsrc: add uncloneable regbuf flag
` [PATCH v4 13/14] io_uring/rsrc: add regbuf import flags
` [PATCH v4 14/14] io_uring/rsrc: add dmabuf backed registered buffers

[GIT PULL] Btrfs fixes for 7.2-rc6
 2026-07-28 17:27 UTC  (3+ messages)

[PATCH v2 0/3] btrfs: add basic alignment checks for extent_state
 2026-07-28  9:50 UTC  (9+ messages)
` [PATCH v2 1/3] btrfs: use aligned range for locking in extent_fiemap()
` [PATCH v2 2/3] btrfs: use aligned range for locking in reflink
` [PATCH v2 3/3] btrfs: add validation for extent states

[PATCH 0/2] btrfs: add basic alignment checks for extent_state
 2026-07-28  9:47 UTC  (10+ messages)
` [PATCH 1/2] btrfs: use proper inclusive end in extent_fiemap()
` [PATCH 2/2] btrfs: add validation for extent states

[PATCH] btrfs: commit current transaction in btrfs_relocate_block_group
 2026-07-28  9:03 UTC  (2+ messages)

[PATCH 00/12] fstests: introduce fscrypt support for btrfs
 2026-07-28  6:07 UTC  (18+ messages)
` [PATCH 01/12] common/encrypt: separate data and inode nonces
` [PATCH 02/12] common/encrypt: add btrfs to get_encryption_*nonce
` [PATCH 03/12] common/encrypt: add btrfs to get_ciphertext_filename
` [PATCH 04/12] common/encrypt: enable making a encrypted btrfs filesystem
` [PATCH 05/12] common/verity: explicitly don't allow btrfs encryption
` [PATCH 06/12] btrfs: add simple test of reflink of encrypted data
` [PATCH 07/12] btrfs: test snapshotting encrypted subvol
` [PATCH 08/12] fstests: properly test for v1 encryption policies in encrypt tests
` [PATCH 09/12] fstests: split generic/580 into two tests
` [PATCH 10/12] fstests: split generic/581 "
` [PATCH 11/12] fstests: split generic/613 "
` [PATCH 12/12] fscrypt-crypt-util: add support for per extent KDF

[PATCH 0/5] fstests: misc fixes for zoned btrfs
 2026-07-28  3:22 UTC  (5+ messages)
` [PATCH 3/5] generic/746: skip on "

[PATCH] btrfs: qgroup: fix a wrong length calculation in qgroup_free_reserved_data()
 2026-07-28  2:39 UTC 

[PATCH v3] btrfs: trigger cow fixup via dirty_folio()
 2026-07-27 23:17 UTC  (2+ messages)

[PATCH v2] btrfs: trigger cow fixup via dirty_folio()
 2026-07-27 23:13 UTC  (4+ messages)

[PATCH] btrfs: fix memory leak in btrfs_do_encoded_write()
 2026-07-27 17:01 UTC  (2+ messages)

[PATCH v2 0/4] allocate extent_buffer GFP_NOFAIL with unlocked retry
 2026-07-27 16:04 UTC  (7+ messages)
` [PATCH v2 2/4] btrfs: add struct btrfs_eb_prealloc

7.2-rc1 regression Folio lock leak in writepage_delalloc()
 2026-07-27 12:59 UTC  (17+ messages)
` [PATCH/RFC] btrfs: fix folio lock leak in writepage_delalloc() for folios dirtied behind btrfs' back

[PATCH v13 00/23] fs-verity support for XFS with post EOF merkle tree
 2026-07-27 11:40 UTC  (21+ messages)
` [PATCH v13 02/23] fsverity: expose ensure_fsverity_info()
` [PATCH v13 05/23] fsverity: improve flushing performance of fsverity_fill_zerohash
` [PATCH v13 06/23] fsverity: don't allow setting DAX file attribute on fsverity files
` [PATCH v13 07/23] fs,fsverity: remove check for fsverity being enabled in setattr_prepare()
` [PATCH v13 08/23] fsverity: hoist statx reporting of fs-verity flag
` [PATCH v13 11/23] xfs: disable direct read path for fs-verity files
` [PATCH v13 16/23] xfs: add fs-verity support
` [PATCH v13 17/23] xfs: remove unwritten extents after preallocations in fsverity metadata

[PATCH] btrfs: convert reflink.c to use btrfs_inode as parameters
 2026-07-27  8:51 UTC  (3+ messages)

[PATCH v2] btrfs: lzo: reject inline extents without compressed data
 2026-07-27  5:47 UTC  (2+ messages)

[RFC PATCH] btrfs: trigger cow fixup via dirty_folio()
 2026-07-27  5:31 UTC  (6+ messages)

[syzbot] [btrfs?] WARNING in prepare_to_merge
 2026-07-25 18:06 UTC 

[PATCH] fstests: add a dio-read-into-mmap and sync race test case
 2026-07-25 11:07 UTC 

[PATCH v8 0/13] fstests: add test coverage for cloned filesystem ids
 2026-07-25  7:39 UTC  (14+ 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 06/13] fstests: add SEMANAGE_PROG
` [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] btrfs: use ordered extent to grab the logical address for submission
 2026-07-24  6:18 UTC  (3+ messages)

[PATCH v2 0/4] btrfs: zoned: btree inode writeback fixes
 2026-07-23 18:33 UTC  (11+ messages)
` [PATCH v2 1/4] btrfs: zoned: flush active metadata block group at btree_writepages() start
` [PATCH v2 2/4] btrfs: zoned: drop stranded dirty metadata on transaction abort
` [PATCH v2 3/4] btrfs: zoned: drop stranded dirty metadata buffers at unmount
` [PATCH v2 4/4] btrfs: zoned: don't clobber the extent buffer when zeroing it out

[PATCH 0/4] btrfs: zoned: btree inode writeback fixes
 2026-07-23 15:40 UTC  (9+ messages)
` [PATCH 1/4] btrfs: zoned: flush active metadata block group at btree_writepages() start
` [PATCH 2/4] btrfs: zoned: drop stranded dirty metadata on transaction abort
` [PATCH 3/4] btrfs: zoned: drop stranded dirty metadata buffers at unmount
` [PATCH 4/4] btrfs: zoned: don't clobber the extent buffer when zeroing it out

[PATCH RFC v2] btrfs: disable direct reads to avoid dirty folios without fs knowing
 2026-07-23 12:37 UTC  (9+ messages)
    ` Help needed to address the dirty folio without fs notification delimma (Re: [PATCH RFC v2] btrfs: disable direct reads to avoid dirty folios without fs knowing)

[PATCH v2] fs: push nr_cached_objects memcg gating into individual filesystems
 2026-07-23  9:35 UTC  (2+ messages)

[PATCH] btrfs: sysfs: fix path of the "read_policy" module parameter in comment
 2026-07-23  3:31 UTC  (2+ messages)

[PATCH v4] btrfs: retry verity reads for not-uptodate Merkle folios
 2026-07-23  3:15 UTC  (3+ messages)

[PATCH] btrfs: disable large folios for systems with highmem
 2026-07-22 15:41 UTC  (3+ messages)

[PATCH 0/7] btrfs: some optimizations and cleanups for log syncing
 2026-07-22 15:35 UTC  (16+ messages)
` [PATCH 1/7] btrfs: stop sleeping for one jiffy in non-ssd mounts during log commit
` [PATCH 2/7] btrfs: remove log batch counter use for fsync
` [PATCH 3/7] btrfs: do an initial lockless committed log transaction check during log syncing
` [PATCH 4/7] btrfs: check for log writers count first in wait_for_writer()
` [PATCH 5/7] btrfs: move condition for log commit wait into wait_log_commit()
` [PATCH 6/7] btrfs: check for exit condition after waking in wait_log_commit()
` [PATCH 7/7] btrfs: use simple booleans for log_commit field in struct btrfs_root
` [PATCH v2 0/5] btrfs: some optimizations and cleanups for log syncing
  ` [PATCH v2 1/5] btrfs: stop sleeping for one jiffy in non-ssd mounts during log commit
  ` [PATCH v2 2/5] btrfs: remove log batch counter use for fsync
  ` [PATCH v2 3/5] btrfs: move condition for log commit wait into wait_log_commit()
  ` [PATCH v2 4/5] btrfs: check for exit condition after waking in wait_log_commit()
  ` [PATCH v2 5/5] btrfs: use simple booleans for log_commit field in struct btrfs_root

[PATCH] btrfs: add missing commit IDs to kernel fixes of some tests
 2026-07-22 14:35 UTC  (2+ messages)

[PATCH] btrfs: raid56: fix inverted bio-list check in scrub read assembly
 2026-07-22 14:21 UTC  (3+ messages)

[PATCH v2] btrfs: use %pe for error code output
 2026-07-22 14:04 UTC  (4+ messages)

[BUG] cow_file_range failed and kernel panic on zoned device
 2026-07-22 11:38 UTC  (3+ messages)

[PATCH RFC] btrfs: implement a new compat RO feature, data_io_size
 2026-07-22 10:03 UTC  (5+ messages)

[PATCH v2] btrfs: check if root is readonly when setting posix acl
 2026-07-22  7:52 UTC  (2+ messages)
` [PATCH v3] btrfs: test POSIX ACL changes for RO btrfs property

[PATCH] btrfs: use %pe for error code output
 2026-07-22  6:22 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