public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-31 03:29:33 to 2026-01-08 14:21:27 UTC [more...]

re-enable IOCB_NOWAIT writes to files v6
 2026-01-08 14:19 UTC  (10+ messages)
` [PATCH 01/11] fs: remove inode_update_time
` [PATCH 02/11] fs: allow error returns from generic_update_time
` [PATCH 03/11] nfs: split nfs_update_timestamps
` [PATCH 04/11] fat: cleanup the flags for fat_truncate_time
` [PATCH 05/11] fs: refactor ->update_time handling
` [PATCH 06/11] fs: factor out a sync_lazytime helper
` [PATCH 07/11] fs: add a ->sync_lazytime method
` [PATCH 08/11] fs: add support for non-blocking timestamp updates
` [PATCH 09/11] fs: refactor file_update_time_flags

[PATCH 0/4] btrfs: stop duplicating VFS code for subvolume/snapshot dentry
 2026-01-08 13:35 UTC  (5+ messages)
` [PATCH 1/4] fs: export may_delete() as may_delete_dentry()
` [PATCH 2/4] fs: export may_create() as may_create_dentry()
` [PATCH 3/4] btrfs: use may_delete_dentry() in btrfs_ioctl_snap_destroy()
` [PATCH 4/4] btrfs: use may_create_dentry() in btrfs_mksubvol()

[syzbot] [btrfs?] general protection fault in create_empty_buffers (5)
 2026-01-08 13:00 UTC 

[PATCH] btrfs: automatically cleanup aborted transaction on fs close
 2026-01-08  8:56 UTC 

[PATCH] btrfs-progs: mkfs: use device_discard_blocks() to replace prepare_discard_device()
 2026-01-08  5:38 UTC  (5+ messages)

[PATCH] btrfs: remove offload csum mode
 2026-01-08  4:11 UTC 

[PATCH 00/12] Short cleanups
 2026-01-07 22:01 UTC  (17+ messages)
` [PATCH 01/12] btrfs: remove duplicate calculation of eb offset in btrfs_bin_search()
` [PATCH 02/12] btrfs: unify types for binary search variables
` [PATCH 03/12] btrfs: rename local variable for offset in folio
` [PATCH 04/12] btrfs: read eb folio index right before loops
` [PATCH 05/12] btrfs: use common eb range validation in read_extent_buffer_to_user_nofault()
` [PATCH 06/12] btrfs: lzo: inline read/write length helpers
` [PATCH 07/12] btrfs: zlib: drop redundant folio address variable
` [PATCH 08/12] btrfs: zlib: don't cache sectorsize in a local variable
` [PATCH 09/12] btrfs: zlib: remove local variable nr_dest_folios in zlib_compress_folios()
` [PATCH 10/12] btrfs: zstd: reuse total in and out parameters for calculations
` [PATCH 11/12] btrfs: zstd: don't cache sectorsize in a local variable
` [PATCH 12/12] btrfs: zstd: remove local variable nr_dest_folios in zstd_compress_folios()

[PATCH] btrfs: dump the leaf if we failed to locate an inode ref
 2026-01-07 19:08 UTC  (2+ messages)

[PATCH] btrfs-progs: corrupt-block: allow to specify the value for key corruption
 2026-01-07 18:22 UTC  (2+ messages)

[PATCH v2 0/7] btrfs: fix periodic reclaim condition with some cleanup
 2026-01-07 17:57 UTC  (15+ messages)
` [PATCH v2 1/7] btrfs: fix periodic reclaim condition
` [PATCH v2 2/7] btrfs: use u8 for reclaim threshold type
` [PATCH v2 3/7] btrfs: clarify reclaim sweep control flow
` [PATCH v2 4/7] btrfs: change block group reclaim_mark to bool
` [PATCH v2 5/7] btrfs: reorder btrfs_block_group members to reduce struct size
` [PATCH v2 6/7] btrfs: use proper types for btrfs_block_group fields
` [PATCH v2 7/7] btrfs: consolidate reclaim readiness checks in btrfs_should_reclaim()

refcount_warn_saturate in __btrfs_release_delayed_node for 6.18.2-arch2-1
 2026-01-07 17:45 UTC  (5+ messages)

[PATCH v2] btrfs: simplify async csum synchronization
 2026-01-07 17:00 UTC  (4+ messages)

[BUG] 6.18-rc7 cannot mount RAID1 zoned btrfs
 2026-01-07 14:11 UTC  (10+ messages)

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

re-enable IOCB_NOWAIT writes to files v5
 2026-01-07  7:43 UTC  (25+ messages)
` [PATCH 01/11] fs: remove inode_update_time
` [PATCH 02/11] fs: allow error returns from generic_update_time
` [PATCH 03/11] nfs: split nfs_update_timestamps
` [PATCH 04/11] fat: cleanup the flags for fat_truncate_time
` [PATCH 05/11] fs: refactor ->update_time handling
` [PATCH 06/11] fs: factor out a sync_lazytime helper
` [PATCH 07/11] fs: add a ->sync_lazytime method
` [PATCH 08/11] fs: add support for non-blocking timestamp updates
` [PATCH 09/11] fs: refactor file_update_time_flags
` [PATCH 10/11] xfs: implement ->sync_lazytime
` [PATCH 11/11] xfs: enable non-blocking timestamp updates

re-enable IOCB_NOWAIT writes to files v4
 2026-01-07  7:32 UTC  (5+ messages)

[PATCH v7 00/16] Remap tree
 2026-01-06 18:28 UTC  (7+ messages)
` [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] btrfs: tests: fix return 0 on rmap test failure
 2026-01-06 17:23 UTC  (3+ messages)

[PATCH] btrfs: do not sync fs when the fs is not yet fully mounted
 2026-01-06 17:13 UTC  (6+ messages)

[PATCH] btrfs: split btrfs_fs_closing() and change return type to bool
 2026-01-06 17:00 UTC  (2+ messages)

[PATCH v2] btrfs: test power failure after fsync and rename exchanging directories
 2026-01-06 13:20 UTC  (2+ messages)

[PATCH v2] btrfs: tests: Fix memory leak in btrfs_test_qgroups()
 2026-01-06 12:38 UTC  (2+ messages)

[PATCH v2] btrfs: reject single block sized compression early
 2026-01-06 12:29 UTC  (3+ messages)

[PATCH v2] btrfs: send: check for inline extents in range_is_hole_in_parent()
 2026-01-06 12:24 UTC  (2+ messages)

[PATCH] btrfs: test power failure after fsync and rename exchanging directories
 2026-01-06 12:22 UTC  (4+ messages)

[PATCH] btrfs: update outdated comment
 2026-01-06 11:32 UTC  (2+ messages)

[syzbot] [btrfs?] WARNING in btrfs_put_transaction (5)
 2026-01-06 10:47 UTC  (2+ messages)

re-enable IOCB_NOWAIT writes to files v5
 2026-01-06  7:54 UTC  (6+ messages)
` [PATCH 01/11] fs: remove inode_update_time
` [PATCH 02/11] fs: allow error returns from generic_update_time
` [PATCH 03/11] nfs: split nfs_update_timestamps
` [PATCH 04/11] fat: cleanup the flags for fat_truncate_time

[PATCH v3 0/3] kbuild: remove gcc's -Wtype-limits
 2026-01-05 23:56 UTC  (13+ messages)
` [PATCH v3 3/3] overflow: Remove is_non_negative() and is_negative()
          ` [PATCH] overflow: Update is_non_negative() and is_negative() comment

[GIT PULL] Btrfs fixes for 6.19-rc5
 2026-01-05 23:17 UTC  (2+ messages)

[PATCH v4 0/2] kbuild: remove gcc's -Wtype-limits
 2026-01-05 20:47 UTC  (5+ messages)
` [PATCH v4 1/2] "
` [PATCH v4 2/2] kbuild: cleanup local -Wno-type-limits exceptions

Cancel of "btrfs dev delete" not working
 2026-01-05 19:07 UTC 

[PATCH] btrfs: release path before iget_failed() in btrfs_read_locked_inode()
 2026-01-05 17:15 UTC  (2+ messages)

[PATCH v3] btrfs: add mount time auto fix for orphan fst entries
 2026-01-05 16:37 UTC  (2+ messages)

[syzbot] [btrfs?] possible deadlock in btrfs_quota_disable
 2026-01-05 16:01 UTC 

[PATCH] btrfs: reject single block sized compression early
 2026-01-05 15:28 UTC  (2+ messages)

[PATCH] btrfs: check inlined file extent before accessing members after type
 2026-01-05 11:43 UTC  (2+ messages)

[PATCH 0/7] btrfs: fix periodic reclaim condition with some cleanup
 2026-01-03 11:17 UTC  (14+ messages)
` [PATCH 1/7] btrfs: change block group reclaim_mark to bool
` [PATCH 2/7] btrfs: reorder btrfs_block_group members to reduce struct size
` [PATCH 3/7] btrfs: use proper types for btrfs_block_group fields
` [PATCH 4/7] btrfs: consolidate reclaim readiness checks in btrfs_should_reclaim()
` [PATCH 5/7] btrfs: use u8 for reclaim threshold type
` [PATCH 6/7] btrfs: clarify reclaim sweep control flow
` [PATCH 7/7] btrfs: fix periodic reclaim condition

TeraCopy can be used to copy files even when the source harddisk has bad sectors (confirmed)
 2026-01-03  5:25 UTC 

Request for assistance: Error on rerun of btrfstune convert-to-block-group-tree after accidental Ctrl-C
 2026-01-02 17:57 UTC  (3+ messages)

backup best practise?
 2026-01-02 10:39 UTC  (4+ messages)

[syzbot] [btrfs?] possible deadlock in btrfs_create_qgroup
 2026-01-01 14:50 UTC 

[PATCH v2] fstests: generic/746: update the parser to handle block group tree
 2026-01-01 13:12 UTC  (4+ messages)

[6.19-rc3] xxhash invalid access during BTRFS mount
 2026-01-01  6:02 UTC  (10+ messages)
      ` Soft tag and inline kasan triggering NULL pointer dereference, but not for hard tag and outline mode (was Re: [6.19-rc3] xxhash invalid access during BTRFS mount)


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