Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2026-07-30 15:25:07 to 2026-08-06 01:37:59 UTC [more...]

[PATCH v4 00/14] Add dmabuf read/write via io_uring
 2026-08-06  1:37 UTC  (10+ messages)
` [PATCH v4 01/14] dma-buf: introduce initial file I/O infrastructure
    ` [Linaro-mm-sig] "
` [PATCH v4 08/14] nvme-pci: implement dma_token backed requests

[syzbot] [btrfs?] kernel BUG in set_state_bits (2)
 2026-08-06  0:13 UTC 

[PATCH v2 0/5] btrfs: handle -ENOMEM errors in some synchronous dirops without aborting
 2026-08-05 22:43 UTC  (13+ messages)
` [PATCH v2 1/5] btrfs: use an on-stack path in btrfs_insert_orphan_item()
` [PATCH v2 2/5] btrfs: split btrfs_insert_delayed_dir_index() into prealloc and commit phases
` [PATCH v2 3/5] btrfs: pre-allocate delayed dir index before btree modification
` [PATCH v2 4/5] btrfs: handle ENOMEM from btrfs_insert_dir_item() without aborting
` [PATCH v2 5/5] btrfs: pre-allocate delayed dir index for non-overwrite rename

[PATCH v3 0/4] btrfs: removal of on-stack paddrs[], final part
 2026-08-05 21:59 UTC  (2+ messages)

[PATCH] fstests: add a dio-read-into-mmap and sync race test case
 2026-08-05 21:19 UTC  (5+ messages)

[PATCH] btrfs: commit current transaction in btrfs_relocate_block_group
 2026-08-05  9:58 UTC  (2+ messages)

[PATCH 0/3] btrfs: fix io_uring encoded read cleanup paths
 2026-08-05  4:18 UTC  (8+ messages)
` [PATCH 1/3] btrfs: unlock inode and extent on pages alloc failure in uring read
` [PATCH 2/3] btrfs: always return -EIOCBQUEUED after btrfs_uring_read_extent_endio
` [PATCH 3/3] btrfs: free iov when btrfs_uring_read_extent fails

[syzbot] Monthly btrfs report (Aug 2026)
 2026-08-05  0:00 UTC 

[PATCH v4] iomap: follow the alignment requirement for iomap_dio_hole_iter()
 2026-08-04 21:59 UTC 

[PATCH v3] iomap: follow the alignment requirement for iomap_dio_hole_iter()
 2026-08-04 21:31 UTC  (3+ messages)

[PATCH v14 00/21] fs-verity support for XFS with post EOF merkle tree
 2026-08-04 19:28 UTC  (42+ messages)
` [PATCH v14 01/21] fsverity: report validation errors through fserror to fsnotify
` [PATCH v14 02/21] fsverity: expose ensure_fsverity_info()
` [PATCH v14 03/21] fsverity: pass digest size and hash of the all-zeroes block to ->write
` [PATCH v14 04/21] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v14 05/21] fsverity: improve flushing performance of fsverity_fill_zerohash
` [PATCH v14 06/21] fsverity: don't allow setting DAX file attribute on fsverity files
` [PATCH v14 07/21] fsverity: hoist statx reporting of fs-verity flag
` [PATCH v14 08/21] xfs: introduce fsverity on-disk changes
` [PATCH v14 09/21] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v14 10/21] xfs: disable direct read path for fs-verity files
` [PATCH v14 11/21] xfs: don't report dio_mem_align and dio_offset_align for fsverity files
` [PATCH v14 12/21] xfs: handle fsverity I/O in write/read path
` [PATCH v14 13/21] xfs: use read ioend for fsverity data verification
` [PATCH v14 14/21] xfs: add flags to xfs_free_eofblocks() to pass down to block processing
` [PATCH v14 15/21] xfs: add fs-verity support
` [PATCH v14 16/21] xfs: initialize fs-verity on file open
` [PATCH v14 17/21] xfs: add fs-verity ioctls
` [PATCH v14 18/21] xfs: advertise fs-verity being available on filesystem
` [PATCH v14 19/21] xfs: check and repair the verity inode flag state
` [PATCH v14 20/21] xfs: introduce health state for corrupted fsverity metadata
` [PATCH v14 21/21] xfs: enable ro-compat fs-verity flag

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

[PATCH v2] fstests: add a dio-read-into-mmap and sync race test case
 2026-08-03 23:55 UTC 

[PATCH v2] fstests: add a dio-read-into-mmap and sync race test case
 2026-08-03 23:54 UTC 

Lockdep circular dependency: btrfs_swap_activate() calls sysfs_notify()
 2026-08-03  9:44 UTC  (5+ messages)

[PATCH] btrfs: zoned: fix use-after-free in btrfs_reset_unused_block_groups()
 2026-08-02 23:28 UTC 

[PATCH v2] iomap: follow the alignment requirement for iomap_dio_hole_iter()
 2026-08-02 19:14 UTC  (2+ messages)
` [syzbot ci] "

[PATCH v2] btrfs: check if root is readonly when setting posix acl
 2026-08-02 10:02 UTC  (3+ messages)
` [PATCH v3] btrfs: test POSIX ACL changes for RO btrfs property

[syzbot] [btrfs?] WARNING in __btrfs_free_extent (3)
 2026-08-02  4:24 UTC  (2+ messages)

[syzbot] [btrfs?] kernel BUG in compress_file_range
 2026-08-01  5:31 UTC  (2+ messages)

[PATCH] fs: btrfs: fix zstd decompression of sector-padded extents
 2026-08-01  1:13 UTC  (6+ messages)
` [PATCH v2] fs: btrfs: fix zstd decompression of compressed inline extents

[PATCH RFC] btrfs: implement a new compat RO feature, data_io_size
 2026-08-01  1:02 UTC  (9+ messages)

[PATCH] iomap: follow the alignment requirement for iomap_dio_hole_iter()
 2026-07-31 21:29 UTC  (3+ messages)
` [syzbot ci] "

[PATCH] btrfs: fix extent changeset leak in encoded writes
 2026-07-31 15:04 UTC  (3+ messages)

[PATCH] btrfs: fix memory leak in btrfs_do_encoded_write()
 2026-07-31 12:13 UTC  (3+ messages)

[PATCH v2] btrfs: flush the fixup workers during close_ctree
 2026-07-31 11:06 UTC  (3+ messages)

[PATCH] btrfs: skip hole detection during full fsync for files without holes
 2026-07-31  9:27 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/2] btrfs: fix generic/795 crash for bs > ps cases
 2026-07-31  9:22 UTC  (4+ messages)
` [PATCH 1/2] btrfs: initialize inode mapping flags for cached inodes
` [PATCH 2/2] btrfs: add extra ASSERT()s to make sure the folio size is correct

[PATCH v2 3/5] btrfs: move condition for log commit wait into wait_log_commit()
 2026-07-31  2:20 UTC  (4+ messages)

[PATCH] btrfs: disable bs > ps support if no transparent hugepage support
 2026-07-30 15:53 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