public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-06-06 17:28:14 to 2025-06-17 16:13:14 UTC [more...]

[PATCH 00/16] btrfs: free space tree optimization and cleanups
 2025-06-17 16:12 UTC  (4+ messages)
` [PATCH 01/16] btrfs: remove pointless out label from add_new_free_space_info()
` [PATCH 02/16] btrfs: remove pointless out label from update_free_space_extent_count()
` [PATCH 03/16] btrfs: make extent_buffer_test_bit() return a boolean instead

[PATCH 00/10] convert the majority of file systems to mmap_prepare
 2025-06-17 14:17 UTC  (44+ messages)
` [PATCH 01/10] mm: rename call_mmap/mmap_prepare to vfs_mmap/mmap_prepare
` [PATCH 02/10] mm/nommu: use file_has_valid_mmap_hooks() helper
` [PATCH 03/10] fs: consistently "
` [PATCH 04/10] fs/dax: make it possible to check dev dax support without a VMA
` [PATCH 05/10] fs/ext4: transition from deprecated .mmap hook to .mmap_prepare
` [PATCH 06/10] fs/xfs: "
` [PATCH 07/10] mm/filemap: introduce generic_file_*_mmap_prepare() helpers
` [PATCH 08/10] fs: convert simple use of generic_file_*_mmap() to .mmap_prepare()
` [PATCH 09/10] fs: convert most other generic_file_*mmap() users "
` [PATCH 10/10] fs: replace mmap hook with .mmap_prepare for simple mappings

[PATCH v3 0/6] btrfs: use the super_block as bdev holder
 2025-06-17  7:01 UTC  (8+ messages)
` [PATCH v3 1/6] btrfs: get rid of the re-entry of btrfs_get_tree()
` [PATCH v3 2/6] btrfs: add comments to make super block creation more clear
` [PATCH v3 3/6] btrfs: call btrfs_close_devices from ->kill_sb
` [PATCH v3 4/6] btrfs: call bdev_fput() to reclaim the blk_holder immediately
` [PATCH v3 5/6] btrfs: delay btrfs_open_devices() until super block is created
` [PATCH v3 6/6] btrfs: use the super_block as holder when mounting file systems

[PATCH 0/2] Simplify the shash wrappers for the CRC32 library
 2025-06-17  3:39 UTC  (4+ messages)
` [PATCH 1/2] btrfs: stop parsing crc32c driver name
` [PATCH 2/2] crypto/crc32[c]: register only "-lib" drivers

[PATCH] btrfs: use readahead_expand on compressed extents
 2025-06-16 23:36 UTC  (3+ messages)

[PATCH v2 0/5] btrfs: use the super_block as bdev holder
 2025-06-16 22:37 UTC  (18+ messages)
` [PATCH v2 1/5] btrfs: always open the device read-only in btrfs_scan_one_device
` [PATCH v2 2/5] btrfs: call btrfs_close_devices from ->kill_sb
` [PATCH v2 3/5] btrfs: split btrfs_fs_devices.opened
` [PATCH v2 4/5] btrfs: open block devices after superblock creation
` [PATCH v2 5/5] btrfs: use the super_block as holder when mounting file systems

[PATCH 0/3] btrfs: free space tree fixes and cleanups
 2025-06-16 21:47 UTC  (9+ messages)
` [PATCH 1/3] btrfs: fix failure to rebuild free space tree using multiple transactions
` [PATCH 2/3] btrfs: always abort transaction on failure to add block group to free space tree
` [PATCH 3/3] btrfs: check BLOCK_GROUP_FLAG_NEEDS_FREE_SPACE at __add_block_group_free_space()

[PATCH][RESEND] btrfs: check delayed refs when we're checking if a ref exists
 2025-06-15 15:21 UTC  (3+ messages)

[PATCH] btrfs: simplify btrfs_lookup_inode_extref() by removing unused parameters
 2025-06-14  7:34 UTC  (2+ messages)

[PATCH 0/3] Folio conversions in extent-io-tests
 2025-06-14  0:04 UTC  (6+ messages)
` [PATCH 1/3] btrfs: Convert test_find_delalloc() to use a folio
` [PATCH 2/3] btrfs: Convert test_find_delalloc() to use a folio, part two
` [PATCH 3/3] btrfs: Simplify dump_eb_and_memory_contents()

[PATCH 00/12] btrfs: remap tree
 2025-06-14  0:04 UTC  (25+ messages)
` [PATCH 01/12] btrfs: add definitions and constants for remap-tree
` [PATCH 02/12] btrfs: add REMAP chunk type
` [PATCH 03/12] btrfs: allow remapped chunks to have zero stripes
` [PATCH 04/12] btrfs: remove remapped block groups from the free-space tree
` [PATCH 05/12] btrfs: don't add metadata items for the remap tree to the extent tree
` [PATCH 09/12] btrfs: handle deletions from remapped block group
` [PATCH 10/12] btrfs: handle setting up relocation of block group with remap-tree

[PATCH] btrfs/300: set umask to avoid failure on systems with a different umask
 2025-06-13 22:21 UTC  (2+ messages)

Portable HDD Keeps Going Read Only
 2025-06-13 21:56 UTC  (8+ messages)

[PATCH] generic/032: fix failure due to attempt to wait for non-child process
 2025-06-13 13:02 UTC  (5+ messages)

Stuck in CHANGING_BG_TREE state after interrupted btrfstune --convert-to-block-group-tree
 2025-06-13 10:01 UTC  (6+ messages)

[PATCH v3] btrfs: zoned: fix alloc_offset calculation for partly conventional block groups
 2025-06-12 21:59 UTC  (3+ messages)

[PATCH v3] btrfs: fix nonzero lowest level handling in btrfs_search_forward()
 2025-06-12 15:51 UTC  (2+ messages)

[PATCH v3 0/2] btrfs: harden parsing of compress mount options
 2025-06-12 15:18 UTC  (5+ messages)
` [PATCH v3 2/2] "

[linus:master] [btrfs] 32c523c578: reaim.jobs_per_min 16.1% regression
 2025-06-12 13:17 UTC  (2+ messages)

[PATCH 00/11] Clean up of RCU in message helpers
 2025-06-12 13:02 UTC  (13+ messages)
` [PATCH 01/11] btrfs: open code rcu_string_free() and remove it
` [PATCH 02/11] btrfs: remove unused rcu-string printk helpers
` [PATCH 03/11] btrfs: remove unused levels of message helpers
` [PATCH 04/11] btrfs: switch all message helpers to be RCU safe
` [PATCH 05/11] btrfs: switch RCU helper versions to btrfs_err()
` [PATCH 06/11] btrfs: switch RCU helper versions to btrfs_warn()
` [PATCH 07/11] btrfs: switch RCU helper versions to btrfs_info()
` [PATCH 08/11] btrfs: switch RCU helper versions to btrfs_debug()
` [PATCH 09/11] btrfs: remove remaining unused message helpers
` [PATCH 10/11] btrfs: simplify debug print helpers without enabled printk
` [PATCH 11/11] btrfs: merge btrfs_printk_ratelimited() and it's only caller

[PATCH] btrfs: index buffer_tree using node size
 2025-06-12  8:47 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] btrfs: get rid of the re-entry of btrfs_get_tree()
 2025-06-12  6:35 UTC 

[PATCH 0/3] btrfs: search_tree ioctl performance improvements and cleanups
 2025-06-12  4:31 UTC  (4+ messages)
` [PATCH 1/3] btrfs: narrow loop variable scope in copy_to_sk()
` [PATCH 2/3] btrfs: early exit the searching process in search_tree ioctl
` [PATCH 3/3] btrfs: replace key_in_sk() with a simple btrfs_key compare

[PATCH] btrfs-progs: restore: Remove stale debug message
 2025-06-12  0:34 UTC  (2+ messages)

[PATCH 0/2] btrfs: Improve logging for barrier-related operation
 2025-06-11 17:06 UTC  (10+ messages)
` [PATCH 1/2] btrfs: Raise nobarrier log level to warn

[PATCH v2] btrfs: add extra warning when qgroup is marked inconsistent
 2025-06-11 11:02 UTC  (2+ messages)

[PATCH v2 0/4] Folio pos + size cleanups
 2025-06-11 10:27 UTC  (7+ messages)
` [PATCH v2 1/4] btrfs: simplify range end calculations in truncate_block_zero_beyond_eof()
` [PATCH v2 2/4] btrfs: rename variables for locked range in defrag_prepare_one_folio()
` [PATCH v2 3/4] btrfs: add helper folio_end()
` [PATCH v2 4/4] btrfs: use folio_end() where appropriate

[PATCH] btrfs: use btrfs_root_id() where not done yet
 2025-06-11  7:53 UTC  (2+ messages)

[PATCH] btrfs: use btrfs_is_data_reloc_root() where not done yet
 2025-06-11  7:52 UTC  (2+ messages)

[PATCH] btrfs: tree-log: add and rename extent bits for dirty_log_pages tree
 2025-06-10 16:30 UTC 

WTS Available laptops and Memory
 2025-06-10 14:56 UTC 

[PATCH] btrfs: handle csum tree error with rescue=ibadroots correctly
 2025-06-10 12:20 UTC  (2+ messages)

[PATCH RESEND] btrfs: add extra warning when qgroup is marked inconsistent
 2025-06-10 10:46 UTC  (6+ messages)

[linus:master] [btrfs] 5e85262e54: stress-ng.fallocate.ops_per_sec 40.7% regression
 2025-06-10 10:37 UTC  (2+ messages)

[PATCH 0/5] btrfs: use the super_block as bdev holder
 2025-06-10  5:43 UTC  (3+ messages)
` [PATCH 2/5] btrfs: call btrfs_close_devices from ->kill_sb

[PATCH v2 0/4] btrfs: introduce btrfs specific bdev holder ops and implement mark_dead() call back
 2025-06-09  6:27 UTC  (9+ messages)
` [PATCH v2 1/4] btrfs: use fs_info as the block device holder
` [PATCH v2 2/4] btrfs: replace fput() with bdev_fput() for block devices
` [PATCH v2 3/4] btrfs: implement a basic per-block-device call backs
` [PATCH v2 4/4] btrfs: add a simple dead device detection mechanism

[syzbot] [btrfs?] WARNING in btrfs_rebuild_free_space_tree
 2025-06-08 22:10 UTC 

[PATCH] fstests: generic/741: make cleanup to handle test failure properly
 2025-06-08 12:13 UTC  (6+ messages)

[PATCH] btrfs: remove ASSERT in populate_free_space_tree for empty extent tree btrfs_search_slot_for_read() returns 1 when no items are found
 2025-06-07 12:19 UTC  (2+ messages)

kernel BUG in populate_free_space_tre
 2025-06-07 12:15 UTC  (2+ messages)
` [syzbot] [btrfs?] kernel BUG in populate_free_space_tree

Sequential read(8K) from compressed files are very slow
 2025-06-07  0:37 UTC  (6+ messages)

[Kernel Bug] general protection fault in btrfs_lookup_csum
 2025-06-06 22:52 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