messages from 2025-06-18 16:15:18 to 2025-06-26 06:05:52 UTC [more...]
[syzbot] [btrfs?] possible deadlock in btrfs_read_chunk_tree
2025-06-26 6:05 UTC (9+ messages)
` [PATCH next] btrfs: fix "
[PATCH] common/rc: add btrfs support for _small_fs_size_mb()
2025-06-26 3:44 UTC (2+ messages)
[PATCH] btrfs: Two data races in btrfs
2025-06-26 3:08 UTC
[PATCH 0/6] btrfs: add remove_bdev() callback
2025-06-25 23:53 UTC (7+ 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
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/2] Device name and RCU string
2025-06-25 13:37 UTC (3+ messages)
` [PATCH v2 1/2] btrfs: open code RCU for device name
` [PATCH v2 2/2] btrfs: remove struct rcu_string
[PATCH 00/12] btrfs: log tree fixes and cleanups
2025-06-25 11:37 UTC (28+ 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 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 (24+ messages)
` [PATCH RFC 1/6] btrfs: introduce a new fs state, EMERGENCY_SHUTDOWN
` [PATCH RFC 2/6] btrfs: reject file operations if in shutdown state
` [PATCH RFC 3/6] btrfs: reject delalloc ranges if the fs is shutdown
` [PATCH RFC 4/6] btrfs: implement shutdown ioctl
` [PATCH RFC 5/6] fs: introduce a shutdown_bdev super block operation
` [PATCH RFC 6/6] btrfs: implement shutdown_bdev super operation callback
[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 (12+ messages)
` [PATCH v4 1/8] btrfs: always open the device read-only in btrfs_scan_one_device
` [PATCH v4 2/8] btrfs: get rid of the re-entry of btrfs_get_tree()
` [PATCH v4 3/8] btrfs: add comments to make super block creation more clear
` [PATCH v4 4/8] btrfs: call btrfs_close_devices from ->kill_sb
` [PATCH v4 5/8] btrfs: call bdev_fput() to reclaim the blk_holder immediately
` [PATCH v4 6/8] btrfs: delay btrfs_open_devices() until super block is created
` [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 (3+ messages)
` [PATCH V2 2/2] mm/filemap: Extend __filemap_get_folio() to support NUMA memory policies
[PATCH v3 0/6] btrfs: use the super_block as bdev holder
2025-06-23 1:10 UTC (5+ messages)
[PATCH] btrfs-progs: filesystems: Check DATA profile before creating swapfile
2025-06-22 23:03 UTC (4+ messages)
[PATCH 0/3] Device name and RCU string
2025-06-21 16:00 UTC (7+ messages)
` [PATCH 2/3] btrfs: open code RCU for device name
[PATCH RFC 00/10] btrfs: new performance-based chunk allocation using device roles
2025-06-21 1:11 UTC (4+ messages)
[PATCH 0/3] btrfs-progs: tune: bgt resume related fix and enhancement
2025-06-20 23:29 UTC (5+ messages)
` [PATCH 3/3] btrfs-progs: misc-tests: add an image for btrfstune bgt conversion
[PATCH] btrfs: use our message helpers instead of pr_err/pr_warn/pr_info
2025-06-20 22:29 UTC (2+ messages)
[PATCH v4] btrfs: replace deprecated strcpy with strscpy
2025-06-20 16:49 UTC
[PATCH RFC 00/14] btrfs-progs: add support for device role-based chunk allocation
2025-06-20 16:46 UTC (2+ messages)
[PATCH] btrfs-progs: restore: Remove stale debug message
2025-06-20 16:34 UTC (2+ messages)
[PATCH 0/4] io_uring/btrfs: remove struct io_uring_cmd_data
2025-06-20 15:47 UTC (6+ messages)
` [PATCH 1/4] btrfs/ioctl: don't skip accounting in early ENOTTY return
` [PATCH 2/4] io_uring/cmd: introduce IORING_URING_CMD_REISSUE flag
` [PATCH 3/4] btrfs/ioctl: store btrfs_uring_encoded_data in io_btrfs_cmd
` [PATCH 4/4] io_uring/cmd: remove struct io_uring_cmd_data
[PATCH] btrfs: increase usage of folio_next_index() helper
2025-06-20 13:16 UTC (2+ messages)
[PATCH 0/3] Folio conversions in extent-io-tests
2025-06-20 13:14 UTC (7+ messages)
` [PATCH 1/3] btrfs: Convert test_find_delalloc() to use a folio
[PATCH] btrfs: replace deprecated strcpy with strscpy
2025-06-20 12:27 UTC (11+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH 00/10] convert the majority of file systems to mmap_prepare
2025-06-19 17:47 UTC (4+ messages)
` [PATCH 10/10] fs: replace mmap hook with .mmap_prepare for simple mappings
[PATCH 0/3] btrfs: search_tree ioctl performance improvements and cleanups
2025-06-19 14:31 UTC (5+ messages)
` [PATCH 3/3] btrfs: replace key_in_sk() with a simple btrfs_key compare
[PATCH] btrfs: simplify btrfs_lookup_inode_extref() by removing unused parameters
2025-06-19 13:33 UTC (2+ messages)
[PATCH 0/2] Simplify the shash wrappers for the CRC32 library
2025-06-19 12:59 UTC (7+ messages)
` [PATCH 2/2] crypto/crc32[c]: register only "-lib" drivers
[PATCH] generic/032: fix failure due to attempt to wait for non-child process
2025-06-18 16:15 UTC (6+ 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;
as well as URLs for NNTP newsgroup(s).