messages from 2025-03-07 04:27:11 to 2025-03-13 18:55:06 UTC [more...]
[PATCH 5.10 458/462] btrfs: bring back the incorrectly removed extent buffer lock recursion support
2025-03-13 18:54 UTC
[PATCH v2 1/1] btrfs-progs: add slack space for mkfs --shrink
2025-03-13 18:35 UTC
[PATCH 0/7] btrfs: some cleanups and minor optimization for log trees
2025-03-13 17:55 UTC (8+ messages)
` [PATCH 1/7] btrfs: avoid unnecessary memory allocation and copy at overwrite_item()
` [PATCH 2/7] btrfs: use variables to store extent buffer and slot "
` [PATCH 3/7] btrfs: update outdated comment for overwrite_item()
` [PATCH 4/7] btrfs: use memcmp_extent_buffer() at replay_one_extent()
` [PATCH 5/7] btrfs: remove redundant else statement from btrfs_log_inode_parent()
` [PATCH 6/7] btrfs: simplify condition for logging new dentries at btrfs_log_inode_parent()
` [PATCH 7/7] btrfs: remove end_no_trans label from btrfs_log_inode_parent()
[PATCH v2 0/6] btrfs: prepare for larger folios support
2025-03-13 15:21 UTC (14+ messages)
` [PATCH 1/6] btrfs: subpage: make btrfs_is_subpage() check against a folio
` [PATCH 2/6] btrfs: add a @fsize parameter to btrfs_alloc_subpage()
` [PATCH 3/6] btrfs: replace PAGE_SIZE with folio_size for subpage.[ch]
` [PATCH 4/6] btrfs: prepare btrfs_launcher_folio() for larger folios support
` [PATCH 5/6] btrfs: prepare extent_io.c for future larger folio support
` [PATCH 6/6] btrfs: prepare btrfs_page_mkwrite() for larger folios
[bug report] NULL pointer dereference after a balance error on zoned device
2025-03-13 15:18 UTC (15+ messages)
[RFC PATCH v2 0/2] introduce io_uring_cmd_import_fixed_vec
2025-03-13 14:21 UTC (10+ messages)
` [RFC PATCH v2 1/2] io_uring: cmd: "
` [RFC PATCH v2 2/2] btrfs: ioctl: use registered buffer for IORING_URING_CMD_FIXED
[PATCH] btrfs: fix nonzero lowest level handling in btrfs_search_forward()
2025-03-13 5:34 UTC
[PATCH 0/7] btrfs: remove ASSERT()s for folio_order() and folio_test_large()
2025-03-13 4:20 UTC (8+ messages)
` [PATCH 1/7] btrfs: send: remove the again label inside put_file_data()
` [PATCH 2/7] btrfs: send: prepare put_file_data() for larger data folios
` [PATCH 3/7] btrfs: prepare btrfs_page_mkwrite() "
` [PATCH 4/7] btrfs: prepare prepare_one_folio() "
` [PATCH 5/7] btrfs: prepare end_bbio_data_write() "
` [PATCH 6/7] btrfs: subpage: prepare "
` [PATCH 7/7] btrfs: zlib: prepare copy_data_into_buffer() "
[PATCH 0/2] btrfs: zoned: skip reporting zone for new block group
2025-03-13 2:24 UTC (11+ messages)
` [PATCH 1/2] block: introduce zone capacity helper
` [PATCH 2/2] btrfs: zoned: skip reporting zone for new block group
[PATCH v2 0/2] Avoid setting folio->private
2025-03-12 23:54 UTC (5+ messages)
` [PATCH 1/2] btrfs: add mapping_set_release_always to inode's mapping
` [PATCH 2/2] btrfs: kill EXTENT_FOLIO_PRIVATE
[PATCH] btrfs: don't clobber ret in btrfs_validate_super()
2025-03-12 14:26 UTC (6+ messages)
[RFC PATCH v2 0/2] introduce io_uring_cmd_import_fixed_vec
2025-03-12 13:09 UTC (2+ messages)
` [RFC PATCH v2 2/2] btrfs: ioctl: use registered buffer for IORING_URING_CMD_FIXED
[RFC PATCH v2 0/2] introduce io_uring_cmd_import_fixed_vec
2025-03-12 13:04 UTC
[PATCH v2] mm: alloc_pages_bulk: remove assumption of populating only NULL elements
2025-03-12 12:41 UTC (12+ messages)
[PATCH v2 0/6] Ioctl to clear unused space in various ways
2025-03-12 11:12 UTC (7+ messages)
` [PATCH v2 1/6] btrfs: extend trim callchains to pass the operation type
` [PATCH v2 2/6] btrfs: add new ioctl CLEAR_FREE
` [PATCH v2 3/6] btrfs: add zeroout mode to CLEAR_FREE ioctl
` [PATCH v2 4/6] btrfs: add secure erase "
` [PATCH v2 5/6] btrfs: add more zeroout modes "
` [PATCH v2 6/6] btrfs: add mode to clear chunk map status "
[RFC PATCH 0/2] introduce io_uring_cmd_import_fixed_vec
2025-03-12 3:08 UTC (7+ messages)
` [RFC PATCH 1/2] io_uring: cmd: "
` [RFC PATCH 2/2] btrfs: ioctl: use registered buffer for IORING_URING_CMD_FIXED
[PATCH] btrfs-progs: fi defrag: allow passing compression levels
2025-03-11 21:53 UTC (2+ messages)
[PATCH] btrfs-progs: add slack space for mkfs --shrink
2025-03-11 21:33 UTC (3+ messages)
[PATCH] btrfs: tests: fix chunk map leak after failure to add it to the tree
2025-03-11 21:25 UTC (3+ messages)
[PATCH v2 0/3] btrfs: random code cleanup
2025-03-11 19:07 UTC (5+ messages)
` [PATCH v2 1/3] btrfs: simplify the return value handling in search_ioctl()
` [PATCH v2 2/3] btrfs: remove the unnecessary local variable in btrfs_search_forward()
` [PATCH v2 3/3] btrfs: avoid redundant slot assignment "
[PATCH v2 0/5] btrfs: block_group refcounting fixes
2025-03-11 19:03 UTC (9+ messages)
` [PATCH v2 1/5] btrfs: fix bg refcount race in btrfs_create_pending_block_groups
` [PATCH v2 2/5] btrfs: harden bg->bg_list against list_del races
` [PATCH v2 3/5] btrfs: make discard_workfn block_group ref explicit
` [PATCH v2 4/5] btrfs: explicitly ref count block_group on new_bgs list
` [PATCH v2 5/5] btrfs: codify pattern for adding block_group to bg_list
[PATCH 0/5] Ioctl to clear unused space in various ways
2025-03-11 18:39 UTC (6+ messages)
` [PATCH 2/5] btrfs: add new ioctl CLEAR_FREE
[PATCH 5.10 458/462] btrfs: bring back the incorrectly removed extent buffer lock recursion support
2025-03-11 15:02 UTC
[PATCH] btrfs: avoid linker error in btrfs_find_create_tree_block()
2025-03-11 14:09 UTC (4+ messages)
[PATCH v3] btrfs: add extra warning if delayed iput is added when it's not allowed
2025-03-11 11:32 UTC (2+ messages)
[PATCH 0/8] btrfs: some trivial cleanups
2025-03-11 9:40 UTC (15+ messages)
` [PATCH 1/8] btrfs: return a btrfs_inode from btrfs_iget_logging()
` [PATCH 2/8] btrfs: return a btrfs_inode from read_one_inode()
` [PATCH 3/8] btrfs: pass a btrfs_inode to fixup_inode_link_count()
` [PATCH 4/8] btrfs: make btrfs_iget() return a btrfs inode instead
` [PATCH 5/8] btrfs: make btrfs_iget_path() "
` [PATCH 6/8] btrfs: remove unnecessary fs_info argument from create_reloc_inode()
` [PATCH 7/8] btrfs: remove unnecessary fs_info argument from delete_block_group_cache()
` [PATCH 8/8] btrfs: remove unnecessary fs_info argument from btrfs_add_block_group_cache()
btrfs filesystem mounting failure (bad superblock):
2025-03-11 7:17 UTC
[PATCH] btrfs: add extra warning if delayed iput is added when it's not allowed
2025-03-11 3:02 UTC (3+ messages)
[PATCH v3 00/16] Converge on using secs_to_jiffies() part two
2025-03-11 2:29 UTC (4+ messages)
` (subset) "
[PATCH 0/3] btrfs: random code cleanup
2025-03-10 19:51 UTC (7+ messages)
` [PATCH 1/3] btrfs: improve readability in search_ioctl()
` [PATCH 2/3] btrfs: remove unnecessary 'found_key' local variable in btrfs_search_forward()
` [PATCH 3/3] btrfs: avoid redundant slot assignment "
[PATCH 0/5] btrfs: block_group refcounting fixes
2025-03-10 19:28 UTC (21+ messages)
` [PATCH 1/5] btrfs: fix bg refcount race in btrfs_create_pending_block_groups
` [PATCH 2/5] btrfs: fix bg->bg_list list_del refcount races
` [PATCH 3/5] btrfs: make discard_workfn block_group ref explicit
` [PATCH 4/5] btrfs: explicitly ref count block_group on new_bgs list
` [PATCH 5/5] btrfs: codify pattern for adding block_group to bg_list
BUG: MAX_LOCKDEP_CHAIN_HLOCKS too low!
2025-03-10 16:37 UTC (18+ messages)
Tangible offerings Deliver vger
2025-03-10 14:54 UTC
[PATCH v2] mm: alloc_pages_bulk: remove assumption of populating only NULL elements
2025-03-10 0:10 UTC (6+ messages)
[syzbot] [btrfs?] WARNING in btrfs_create_new_inode (2)
2025-03-08 19:48 UTC
[GIT PULL] Btrfs fixes for 6.15-rc6
2025-03-07 22:30 UTC (2+ messages)
[PATCH 0/2] btrfs: fix the delayed iputs ASSERT() when the fs
2025-03-07 21:27 UTC (6+ messages)
` [PATCH 1/2] btrfs: run btrfs_error_commit_super() early
` [PATCH 2/2] btrfs: add extra warning if delayed iput is added when it's not allowed
Corrupted Filesystem after using btrfstune --convert-to-block-group-tree
2025-03-07 20:16 UTC
[PATCH 0/2] Avoid setting folio->private
2025-03-07 11:23 UTC (4+ messages)
` [PATCH 2/2] btrfs: kill EXTENT_FOLIO_PRIVATE
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