public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-20 14:20:15 to 2025-11-28 23:59:18 UTC [more...]

[RFC PATCH 00/16] btrfs: offload compression to hardware accelerators
 2025-11-28 23:59 UTC  (22+ messages)
` [RFC PATCH 01/16] crypto: zstd - fix double-free in per-CPU stream cleanup
` [RFC PATCH 02/16] Revert "crypto: qat - remove unused macros in qat_comp_alg.c"
` [RFC PATCH 03/16] Revert "crypto: qat - Remove zlib-deflate"
` [RFC PATCH 04/16] crypto: qat - use memcpy_*_sglist() in zlib deflate
` [RFC PATCH 05/16] Revert "crypto: testmgr - Remove zlib-deflate"
` [RFC PATCH 06/16] crypto: deflate - add support for deflate rfc1950 (zlib)
` [RFC PATCH 07/16] crypto: scomp - Add setparam interface
` [RFC PATCH 08/16] crypto: acomp "
` [RFC PATCH 09/16] crypto: acomp - Add comp_params helpers
` [RFC PATCH 10/16] crypto: acomp - add NUMA-aware stream allocation
` [RFC PATCH 11/16] crypto: deflate - add support for compression levels
` [RFC PATCH 12/16] crypto: zstd "
` [RFC PATCH 13/16] crypto: qat - increase number of preallocated sgl descriptors
` [RFC PATCH 14/16] crypto: qat - add support for zstd
` [RFC PATCH 15/16] crypto: qat - add support for compression levels
` [RFC PATCH 16/16] btrfs: add compression hw-accelerated offload

Setting owner and permissions of subvolumes in newly-created BTRFS filesystem
 2025-11-28 23:14 UTC  (9+ messages)
      ` mkfs.btrfs reproducibility

Ideas for RAIDZ-like design to solve write-holes, with larger fs block size
 2025-11-28 20:30 UTC  (5+ messages)

[PATCH] btrfs: remove dead assignment in prepare_one_folio()
 2025-11-28 17:47 UTC 

[BUG] 6.18-rc7 cannot mount RAID1 zoned btrfs
 2025-11-28 15:38 UTC  (3+ messages)

[PATCH v2] fstests: generic/746: skip if btrfs' new block-group-tree is involved
 2025-11-28  6:33 UTC  (2+ messages)

[PATCH] fstests: generic/746: update the parser to handle block group tree
 2025-11-28  6:31 UTC 

[PATCH v2 0/2] btrfs: use true/false and simplify boolean parameters in btrfs_{inc,dec}_ref
 2025-11-28  4:13 UTC  (8+ messages)
` [PATCH v2 1/2] btrfs: use true/false for "
` [PATCH v2 2/2] btrfs: simplify boolean argument for btrfs_{inc,dec}_ref

[PATCH next] btrfs: tests: Fix double free in remove_extent_ref()
 2025-11-28  4:11 UTC  (3+ messages)

[GIT PULL] Btrfs updates for 6.19
 2025-11-28  1:43 UTC 

[PATCH] fstests: generic/746: skip if btrfs' new block-group-tree is involved
 2025-11-27 21:30 UTC 

File system corruption after renaming directory and creating a new file with same name if system crashes
 2025-11-27 18:22 UTC  (2+ messages)

[PATCH] generic: test a scenario of power failure after renames and fsyncs
 2025-11-27 18:17 UTC 

[PATCH] btrfs: don't log conflicting inode if it's a dir moved in the current transaction
 2025-11-27 18:17 UTC 

[PATCH] btrfs-progs: do not output extra lines about mismatching device numbers
 2025-11-27  9:52 UTC 

[PATCH 0/8] btrfs-progs: fscrypt updates
 2025-11-27  8:40 UTC  (8+ messages)
` [PATCH 3/8] btrfs-progs: start tracking extent encryption context info

[PATCH v7 00/16] Remap tree
 2025-11-27  8:37 UTC  (21+ messages)
` [PATCH v7 01/16] btrfs: add definitions and constants for remap-tree
` [PATCH v7 02/16] btrfs: add REMAP chunk type
` [PATCH v7 03/16] btrfs: allow remapped chunks to have zero stripes
` [PATCH v7 04/16] btrfs: remove remapped block groups from the free-space tree
` [PATCH v7 05/16] btrfs: don't add metadata items for the remap tree to the extent tree
` [PATCH v7 06/16] btrfs: add extended version of struct block_group_item
` [PATCH v7 07/16] btrfs: allow mounting filesystems with remap-tree incompat flag
` [PATCH v7 08/16] btrfs: redirect I/O for remapped block groups
` [PATCH v7 09/16] btrfs: handle deletions from remapped block group
` [PATCH v7 10/16] btrfs: handle setting up relocation of block group with remap-tree
` [PATCH v7 11/16] btrfs: move existing remaps before relocating block group
` [PATCH v7 12/16] btrfs: replace identity remaps with actual remaps when doing relocations
` [PATCH v7 13/16] btrfs: add do_remap param to btrfs_discard_extent()
` [PATCH v7 14/16] btrfs: allow balancing remap tree
` [PATCH v7 15/16] btrfs: handle discarding fully-remapped block groups
` [PATCH v7 16/16] btrfs: populate fully_remapped_bgs_list on mount

[PATCH v2 0/3] btrfs-progs: add block-group-tree to the default mkfs/convert features
 2025-11-27  7:33 UTC  (4+ messages)
` [PATCH v2 1/3] btrfs-progs: disable block-group-tree feature if dependency is missing
` [PATCH v2 2/3] btrfs-progs: misc-tests: check if free space tree is enabled after mount
` [PATCH v2 3/3] btrfs-progs: add block-group-tree to the default mkfs features

[PATCH 0/3] btrfs-progs: add block-group-tree to the default mkfs/convert features
 2025-11-27  5:53 UTC  (5+ messages)
` [PATCH 1/3] btrfs-progs: tests: disable bgt feature for ^no-holes and ^fst runs
` [PATCH 2/3] btrfs-progs: misc-tests: check if free space tree is enabled after mount
` [PATCH 3/3] btrfs-progs: add block-group-tree to the default mkfs features

[PATCH v2 0/2] btrfs: fix an on-stack path leak and migrate to auto-release for on-stack paths
 2025-11-26 20:40 UTC  (5+ messages)
` [PATCH v2 1/2] btrfs: fix a potential path leak in print_data_reloc_error()
` [PATCH v2 2/2] btrfs: introduce BTRFS_PATH_AUTO_RELEASE() helper

[linus:master] [btrfs] e8513c012d: addition_on#;use-after-free
 2025-11-26 14:23 UTC 

re-enable IOCB_NOWAIT writes to files v2
 2025-11-26 13:51 UTC  (4+ messages)
` (subset) "

WD Red SN700 4000GB, F/W: 11C120WD (Device not ready; aborting reset, CSTS=0x1)
 2025-11-26 12:51 UTC  (6+ messages)

[PATCH 5.15.y 0/2] Backport fix of CVE-2024-37354 to 5.15.y
 2025-11-26 11:35 UTC  (3+ messages)
` [PATCH 5.15.y 1/2] btrfs: add helper to truncate inode items when logging inode
` [PATCH 5.15.y 2/2] btrfs: fix crash on racing fsync and size-extending write into prealloc

[PATCH] btrfs: search for larger extent maps inside btrfs_do_readpage()
 2025-11-26  4:28 UTC 

Requesting guidance on no space left issue
 2025-11-26  2:35 UTC 

[PATCH 0/2] btrfs: fix an on-stack path leak and migrate to auto-release for on-stack paths
 2025-11-25 21:15 UTC  (6+ messages)
` [PATCH 1/2] btrfs: fix a potential path leak in print_data_reloc_error()
` [PATCH 2/2] btrfs: introduce BTRFS_PATH_AUTO_RELEASE() helper

[PATCH v2] btrfs: make sure all ordered extents beyond EOF are properly truncated
 2025-11-25 20:32 UTC  (3+ messages)

[PATCH 0/2] btrfs-progs: enhance error handling of __free_extent()
 2025-11-25 17:05 UTC  (4+ messages)
` [PATCH 1/2] btrfs-progs: do not dump leaf if the path is released inside __free_extent()
` [PATCH 2/2] btrfs-progs: btrfs: refactor the error handling of __free_extent()

[PATCH] btrfs: update comment for visit_node_for_delete()
 2025-11-25 16:24 UTC  (4+ messages)

[PATCH v3 0/4] btrfs: reduce btrfs_get_extent() calls for buffered write path
 2025-11-24 23:16 UTC  (13+ messages)
` [PATCH v3 1/4] btrfs: make sure all ordered extents beyond EOF is properly truncated

[PATCH RESEND] btrfs: make sure all ordered extents beyond EOF are properly truncated
 2025-11-24 21:48 UTC 

[BUG] btrfs-progs 6.17.1: btrfs check --repair aborts with ASSERT in delete_duplicate_records() due to overlapping metadata extent
 2025-11-24 21:15 UTC 

[PATCH 0/3] btrfs: always return the largest hole possible for btrfs_get_extent()
 2025-11-24 20:54 UTC  (6+ messages)
` [PATCH 1/3] btrfs: return the largest hole between two file extent items
` [PATCH 2/3] btrfs: refactor hole cases of btrfs_get_extent()
` [PATCH 3/3] btrfs: return the largest possible hole for EOF cases

[PATCH 1/2] pm-hibernate: flush disk cache when suspending
 2025-11-24 19:51 UTC  (6+ messages)

[PATCH v2] btrfs: simplify async csum synchronization
 2025-11-24 18:09 UTC  (3+ messages)

[PATCH v6 10/16] btrfs: handle setting up relocation of block group with remap-tree
 2025-11-24 18:01 UTC  (3+ messages)

re-enable IOCB_NOWAIT writes to files
 2025-11-24 17:36 UTC  (22+ messages)
` [PATCH 01/14] fs: refactor file timestamp update logic
` [PATCH 02/14] fs: lift the FMODE_NOCMTIME check into file_update_time_flags
` [PATCH 03/14] fs: export vfs_utimes
` [PATCH 05/14] fs: remove inode_update_time
` [PATCH 06/14] organgefs: use inode_update_timestamps directly
` [PATCH 07/14] fs: return a negative error from generic_update_time
` [PATCH 08/14] fs: exit early in generic_update_time when there is no work
` [PATCH 09/14] fs: factor out a mark_inode_dirty_time helper
` [PATCH 10/14] fs: factor out a sync_lazytime helper

[PATCH v2 0/2] Fix data race with transaction->state
 2025-11-24 17:23 UTC  (8+ messages)
` [PATCH v2 1/2] btrfs: fix data race on transaction->state
` [PATCH v2 2/2] btrfs: remove useless smp_mb in start_transaction

[PATCH v6 00/16] Remap tree
 2025-11-24 12:40 UTC  (4+ messages)
` [PATCH v6 09/16] btrfs: handle deletions from remapped block group

[PATCH] btrfs: remove unnecessary inode key in btrfs_log_all_parents()
 2025-11-24  7:01 UTC  (3+ messages)

[PATCH] btrfs: remove redundant zero/NULL initializations in btrfs_alloc_root()
 2025-11-24  7:00 UTC  (3+ messages)

[PATCH] btrfs: refactor the error handling of __btrfs_free_extent()
 2025-11-24  4:00 UTC 

[PATCH] btrfs-progs: docs: add warning for btrfs checksum features
 2025-11-22 14:36 UTC  (8+ messages)

Questions about encryption and (possibly weak) checksum
 2025-11-21 19:08 UTC  (5+ messages)

[PATCH 0/2] btrfs: use true/false and simplify boolean parameters in btrfs_{inc,dec}_ref
 2025-11-21 14:47 UTC  (10+ messages)
` [PATCH 1/2] btrfs: use true/false for "
` [PATCH 2/2] btrfs: simplify boolean argument for btrfs_{inc,dec}_ref

btrfs send: output file corrupted after suspend/resume
 2025-11-20 20:27 UTC 

[PATCH 0/2] btrfs: drop premature generation setting in btrfs_init_new_buffer()
 2025-11-20 18:57 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