messages from 2025-06-23 10:47:23 to 2025-06-28 17:15:44 UTC [more...]
2 PB filesystem ok?
2025-06-28 17:15 UTC (5+ messages)
[PATCH] btrfs: replace nested usage of min & max with clamp in btrfs_compress_set_level()
2025-06-28 5:26 UTC (4+ messages)
` [PATCH v2] "
[BUG] btrfs: Data race between btrfs_quota_disable and btrfs_qgroup_rescan leads to a UAF
2025-06-27 22:49 UTC (3+ messages)
[PATCH 0/4] Set/get accessor cleanups
2025-06-27 14:03 UTC (5+ messages)
` [PATCH 1/4] btrfs: don't use token set/get accessors for btrfs_item members
` [PATCH 2/4] btrfs: don't use token set/get accessors in inode.c:fill_inode_item()
` [PATCH 3/4] btrfs: tree-log: don't use token set/get accessors in fill_inode_item()
` [PATCH 4/4] btrfs: accessors: delete token versions of set/get helpers
[PATCH] btrfs: avoid extra calls to strlen() in gen_unique_name()
2025-06-27 12:53 UTC (5+ messages)
[PATCH RFC 0/9] btrfs: zoned: fixes for garbage collection under preassure
2025-06-27 12:42 UTC (17+ messages)
` [PATCH RFC 1/9] btrfs: zoned: do not select metadata BG as finish target
` [PATCH RFC 2/9] btrfs: zoned: get rid of relocation_bg_lock
` [PATCH RFC 3/9] btrfs: zoned: get rid of treelog_bg_lock
` [PATCH RFC 4/9] btrfs: zoned: don't hold space_info lock on zoned allocation
` [PATCH RFC 5/9] btrfs: remove delalloc_root_mutex
` [PATCH RFC 6/9] btrfs: remove btrfs_root's delalloc_mutex
` [PATCH RFC 7/9] btrfs: lower auto-reclaim message log level
` [PATCH RFC 8/9] btrfs: lower log level of relocation messages
` [PATCH RFC 9/9] btrfs: remove unused bgs on allocation failure
[PATCH 00/12] btrfs: log tree fixes and cleanups
2025-06-27 12:09 UTC (34+ messages)
` [PATCH 01/12] btrfs: fix missing error handling when searching for inode refs during log replay
` [PATCH 02/12] btrfs: fix iteration of extrefs "
` [PATCH 03/12] btrfs: fix inode lookup error handling "
` [PATCH 04/12] btrfs: record new subvolume in parent dir earlier to avoid dir logging races
` [PATCH 05/12] btrfs: propagate last_unlink_trans earlier when doing a rmdir
` [PATCH 06/12] btrfs: use btrfs_record_snapshot_destroy() during rmdir
` [PATCH 07/12] btrfs: use inode already stored in local variable at btrfs_rmdir()
` [PATCH 08/12] btrfs: use btrfs inodes in btrfs_rmdir() to avoid so much usage of BTRFS_I()
` [PATCH 09/12] btrfs: split inode ref processing from __add_inode_ref() into a helper
` [PATCH 10/12] btrfs: split inode rextef "
` [PATCH 11/12] btrfs: add btrfs prefix to is_fsstree() and make it return bool
` [PATCH 12/12] btrfs: split btrfs_is_fsstree() into multiple if statements for readability
[PATCH] btrfs: use pgoff_t for page index variables
2025-06-27 11:01 UTC
[PATCH] btrfs: qgroup: avoid memory allocation if qgroups are not enabled
2025-06-27 10:13 UTC (5+ messages)
` [PATCH v2] "
[PATCH 00/12] btrfs: remap tree
2025-06-27 5:59 UTC (3+ messages)
[PATCH v2] btrfs: fix a use-after-free race if btrfs_open_devices() failed
2025-06-27 2:46 UTC
[PATCH] btrfs: fix a use-after-free race if btrfs_open_devices() failed
2025-06-27 2:37 UTC (3+ messages)
[syzbot] [btrfs?] KASAN: slab-use-after-free Read in close_fs_devices
2025-06-27 0:01 UTC (2+ messages)
[PATCH] common/rc: add btrfs support for _small_fs_size_mb()
2025-06-26 20:05 UTC (3+ messages)
using snapshot for backup: best practise?
2025-06-26 19:35 UTC (3+ messages)
[PATCH v2 0/2] Device name and RCU string
2025-06-26 14:46 UTC (4+ messages)
` [PATCH v2 1/2] btrfs: open code RCU for device name
` [PATCH v2 2/2] btrfs: remove struct rcu_string
[PATCH 0/4] Parameter cleanups for subvolume/snapshots ioctls
2025-06-26 14:30 UTC (5+ messages)
` [PATCH 1/4] btrfs: use struct qstr for subvolume ioctl helpers
` [PATCH 2/4] btrfs: pass dentry to btrfs_mksubvol() and btrfs_mksnapshot()
` [PATCH 3/4] btrfs: pass bool to indicate subvolume/snapshot creation type
` [PATCH 4/4] btrfs: rename inode number parameter passed to btrfs_check_dir_item_collision()
[BUG] btrfs: Assertion failed in btrfs_exclop_balance on balance ioctl
2025-06-26 14:16 UTC (4+ messages)
[PATCH] tests: btrfs/237: skip test on devices with conventional zones
2025-06-26 13:18 UTC
[PATCH] btrfs: Two data races in btrfs
2025-06-26 12:37 UTC (2+ messages)
[syzbot] [btrfs?] possible deadlock in btrfs_read_chunk_tree
2025-06-26 12:30 UTC (12+ messages)
` [PATCH next] btrfs: fix "
[PATCH 0/6] btrfs: add remove_bdev() callback
2025-06-26 11:02 UTC (15+ messages)
` [PATCH 1/6] fs: add a new remove_bdev() super operations callback
` [PATCH 2/6] btrfs: introduce a new fs state, EMERGENCY_SHUTDOWN
` [PATCH 3/6] btrfs: reject file operations if in shutdown state
` [PATCH 4/6] btrfs: reject delalloc ranges if the fs is shutdown
` [PATCH 5/6] btrfs: implement shutdown ioctl
` [PATCH 6/6] btrfs: implement remove_bdev super operation callback
[syzbot] [btrfs?] possible deadlock in btrfs_join_transaction (2)
2025-06-26 10:05 UTC
[BUG] Five data races in btrfs
2025-06-26 9:10 UTC (2+ messages)
Portable HDD Keeps Going Read Only
2025-06-25 23:20 UTC (8+ messages)
[PATCH] btrfs: qgroup: remove redundant check for add_qgroup_rb() call
2025-06-25 21:30 UTC (3+ messages)
[PATCH v1 5/8] iomap: add iomap_writeback_dirty_folio()
2025-06-25 16:44 UTC
[BUG] btrfs: KASAN: slab-use-after-free in qgroup_rescan_zero_tracking
2025-06-25 14:45 UTC
(no subject)
2025-06-25 14:42 UTC
[PATCH v5 0/8] btrfs: use fs_holder_ops for btrfs
2025-06-25 14:31 UTC (10+ messages)
` [PATCH v5 1/8] btrfs: always open the device read-only in btrfs_scan_one_device
` [PATCH v5 2/8] btrfs: get rid of the re-entry of btrfs_get_tree()
` [PATCH v5 3/8] btrfs: add comments to make super block creation more clear
` [PATCH v5 4/8] btrfs: call btrfs_close_devices from ->kill_sb
` [PATCH v5 5/8] btrfs: call bdev_fput() to reclaim the blk_holder immediately
` [PATCH v5 6/8] btrfs: delay btrfs_open_devices() until super block is created
` [PATCH v5 7/8] btrfs: use the super_block as holder when mounting file systems
` [PATCH v5 8/8] btrfs: use fs_holder_ops for all opened devices
[PATCH v2 0/3] btrfs: zoned: reduce lock contention in zoned extent allocator
2025-06-25 10:28 UTC (6+ messages)
` [PATCH v2 1/3] btrfs: zoned: get rid of relocation_bg_lock
` [PATCH v2 2/3] btrfs: zoned: get rid of treelog_bg_lock
` [PATCH v2 3/3] btrfs: zoned: don't hold space_info lock on zoned allocation
[PATCH] btrfs: fix a stupid bug masked by CONFIG_BTRFS_DEBUG
2025-06-25 5:37 UTC (4+ messages)
[PATCH RFC 0/6] btrfs: go fs_holder_ops and add shutdown_bdev() callback
2025-06-24 21:06 UTC (18+ messages)
` [PATCH RFC 5/6] fs: introduce a shutdown_bdev super block operation
[syzbot] Monthly btrfs report (Jun 2025)
2025-06-24 7:33 UTC
[RFC] DEPT report on around btrfs, unlink, and truncate
2025-06-24 3:07 UTC (10+ messages)
[PATCH 0/3] btrfs: zoned: reduce lock contention in zoned extent allocator
2025-06-24 1:33 UTC (6+ messages)
` [PATCH 1/3] btrfs: zoned: get rid of relocation_bg_lock
` [PATCH 2/3] btrfs: zoned: get rid of treelog_bg_lock
` [PATCH 3/3] btrfs: zoned: don't hold space_info lock on zoned allocation
[GIT PULL] Btrfs fixes for 6.16-rc4
2025-06-23 22:10 UTC (2+ messages)
[PATCH v4 0/8] btrfs: use fs_holder_ops for btrfs
2025-06-23 21:56 UTC (7+ messages)
` [PATCH v4 3/8] btrfs: add comments to make super block creation more clear
` [PATCH v4 7/8] btrfs: use the super_block as holder when mounting file systems
` [PATCH v4 8/8] btrfs: use fs_holder_ops for all opened devices
(no subject)
2025-06-23 16:30 UTC (6+ messages)
` btrfs dies in RIP: 0010:btrfs_get_64+0x65/0x110
Btrfs progs release 6.15
2025-06-23 14:46 UTC
[PATCH v2] btrfs: index buffer_tree using node size
2025-06-23 14:25 UTC (4+ messages)
[PATCH 0/5] Return value name unifications
2025-06-23 14:20 UTC (2+ messages)
[PATCH V2 1/2] mm/filemap: Add NUMA mempolicy support to filemap_alloc_folio()
2025-06-23 12:22 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox