public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-02-28 05:55:58 to 2025-03-10 07:36:33 UTC [more...]

[PATCH v2 0/6] btrfs: prepare for larger folios support
 2025-03-10  7:36 UTC  (4+ 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 6/6] btrfs: prepare btrfs_page_mkwrite() for larger folios

[PATCH] btrfs: add extra warning if delayed iput is added when it's not allowed
 2025-03-10  5:14 UTC 

[bug report] NULL pointer dereference after a balance error on zoned device
 2025-03-10  2:49 UTC 

[PATCH v2] mm: alloc_pages_bulk: remove assumption of populating only NULL elements
 2025-03-10  0:32 UTC  (17+ messages)

BUG: MAX_LOCKDEP_CHAIN_HLOCKS too low!
 2025-03-09 22:51 UTC  (13+ messages)

[PATCH 0/3] btrfs: random code cleanup
 2025-03-09  7:58 UTC  (4+ 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 "

[syzbot] [btrfs?] WARNING in btrfs_create_new_inode (2)
 2025-03-08 19:48 UTC 

[PATCH 0/8] btrfs: some trivial cleanups
 2025-03-08 17:48 UTC  (11+ 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()

[PATCH 0/5] btrfs: block_group refcounting fixes
 2025-03-07 22:32 UTC  (17+ 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

[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  (6+ messages)
` [PATCH 1/2] btrfs: add mapping_set_release_always to inode's mapping
` [PATCH 2/2] btrfs: kill EXTENT_FOLIO_PRIVATE

[PATCH] btrfs: fix non-empty delayed iputs list on unmount due to async workers
 2025-03-06 23:59 UTC  (3+ messages)

[PATCH] btrfs: avoid linker error in btrfs_find_create_tree_block()
 2025-03-06 21:56 UTC  (3+ messages)

[PATCH] btrfs/defrag: implement compression levels
 2025-03-06 21:54 UTC  (16+ messages)
` [PATCH v2] "
` [PATCH v3] "

[PATCH 0/2] btrfs: send: a couple trivial cleanups
 2025-03-06 21:53 UTC  (5+ messages)
` [PATCH 1/2] btrfs: send: remove unnecessary inode lookup at send_encoded_inline_extent()
` [PATCH 2/2] btrfs: send: simplify return logic from send_encoded_extent()

[PATCH] btrfs: avoid unnecessary bio dereference at run_one_async_done()
 2025-03-06 21:44 UTC  (3+ messages)

[PATCH 0/4] btrfs: fix unexpected delayed iputs at umount time and cleanups
 2025-03-06 16:00 UTC  (16+ messages)
` [PATCH 1/4] btrfs: fix non-empty delayed iputs list on unmount due to endio workers
` [PATCH 2/4] btrfs: fix non-empty delayed iputs list on unmount due to compressed write workers
` [PATCH 3/4] btrfs: move __btrfs_bio_end_io() code into its single caller
` [PATCH 4/4] btrfs: move btrfs_cleanup_bio() "
` [PATCH v2 0/4] btrfs: fix unexpected delayed iputs at umount time and cleanups
  ` [PATCH v2 1/4] btrfs: fix non-empty delayed iputs list on unmount due to endio workers
  ` [PATCH v2 2/4] btrfs: fix non-empty delayed iputs list on unmount due to compressed write workers
  ` [PATCH v2 3/4] btrfs: move __btrfs_bio_end_io() code into its single caller
  ` [PATCH v2 4/4] btrfs: move btrfs_cleanup_bio() "

[PATCH] generic/363: add annotation for btrfs kernel commit
 2025-03-06 13:24 UTC  (2+ messages)

[PATCH v2 0/4] btrfs: allow creating inline data extents for sector size < page size case
 2025-03-06  9:24 UTC  (7+ messages)
` [PATCH v2 1/4] btrfs: fix inline data extent reads which zero out the remaining part

[PATCH v2] btrfs: reject out-of-band dirty folios during writeback
 2025-03-06  8:43 UTC  (2+ messages)

[PATCH] btrfs: return a literal instead of a variable
 2025-03-06  8:29 UTC  (3+ messages)

[PATCH v2 00/12] btrfs-progs: zoned: support zone capacity and
 2025-03-05 13:20 UTC  (2+ messages)

[PATCH] btrfs: fix a memory leak issue in read_one_chunk()
 2025-03-05 11:53 UTC  (3+ messages)

[PATCH 0/5] Ioctl to clear unused space in various ways
 2025-03-05 11:01 UTC  (10+ messages)
` [PATCH 1/5] btrfs: extend trim callchains to pass the operation type
` [PATCH 2/5] btrfs: add new ioctl CLEAR_FREE
` [PATCH 3/5] btrfs: add zeroout mode to CLEAR_FREE ioctl
` [PATCH 4/5] btrfs: add secure erase "
` [PATCH 5/5] btrfs: add more zeroout modes "

[PATCH] btrfs-progs: fi defrag: allow passing compression levels
 2025-03-05 10:47 UTC  (6+ messages)

[PATCH v2] btrfs: use atomic64_t for free_objectid
 2025-03-05 10:33 UTC  (3+ messages)

Question about donating to Btrfs development
 2025-03-04 19:37 UTC  (2+ messages)

[ANNOUNCE] fstests: for-next branch updated to v2025.02.23
 2025-03-04 18:37 UTC  (5+ messages)

[PATCH RESEND] btrfs: Fix exception handling in relocating_repair_kthread()
 2025-03-04  6:38 UTC  (3+ messages)

Filesystem corrupted? After balance?
 2025-03-04  5:24 UTC  (2+ messages)

[PATCH v3 00/16] Converge on using secs_to_jiffies() part two
 2025-03-04  2:11 UTC  (3+ messages)
` [PATCH v3 02/16] scsi: lpfc: convert timeouts to secs_to_jiffies()

[PATCH] btrfs: use atomic64_t for free_objectid
 2025-03-03 18:24 UTC  (3+ messages)

[PATCH 0/7] More parameter cleanups
 2025-03-03 14:55 UTC  (8+ messages)
` [PATCH 1/7] btrfs: parameter constification in ioctl.c
` [PATCH 2/7] btrfs: pass btrfs_root pointers to send ioctl parameters
` [PATCH 3/7] btrfs: pass root pointers to search tree ioctl helpers
` [PATCH 4/7] btrfs: pass struct btrfs_inode to btrfs_sync_inode_flags_to_i_flags()
` [PATCH 5/7] btrfs: simplify local variables in btrfs_ioctl_resize()
` [PATCH 6/7] btrfs: pass struct to btrfs_ioctl_subvol_getflags()
` [PATCH 7/7] btrfs: unify inode variable naming

[PATCH] btrfs/080: fix sporadic failures starting with kernel 6.13
 2025-03-03  9:48 UTC  (5+ messages)

[PATCH v3 0/8] btrfs: make subpage handling be feature full
 2025-03-03  9:19 UTC  (12+ messages)
` [PATCH v3 1/8] btrfs: disable uncached writes for now
` [PATCH v3 2/8] btrfs: prevent inline data extents read from touching blocks beyond its range
` [PATCH v3 3/8] btrfs: fix the qgroup data free range for inline data extents
` [PATCH v3 4/8] btrfs: introduce a read path dedicated extent lock helper
` [PATCH v3 5/8] btrfs: make btrfs_do_readpage() to do block-by-block read
` [PATCH v3 6/8] btrfs: allow buffered write to avoid full page read if it's block aligned
` [PATCH v3 7/8] btrfs: allow inline data extents creation if block size < page size
` [PATCH v3 8/8] btrfs: remove the subpage related warning message

[PATCH] btrfs: sysfs: accept size suffixes for read policy values
 2025-03-03  9:12 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2 0/8] btrfs: make subpage handling be feature full
 2025-03-02 22:48 UTC  (5+ messages)

btrfs 5.10.234 hangs at shutdown while unmounting
 2025-03-02 12:52 UTC  (2+ messages)

[PATCH for stable 5.10.x] btrfs: bring back the incorrectly removed extent buffer lock recursion support
 2025-03-02 12:47 UTC 

[BUG report] fstests/btrfs/080 fails
 2025-02-28 16:31 UTC  (3+ messages)

[PATCH] fstests: add btrfs standard configuration
 2025-02-28 15:43 UTC 

[PATCH 0/3] btrfs: support 2k block size for debug builds
 2025-02-28 14:19 UTC  (2+ messages)

BTRFS error (device dm-4): failed to run delayed ref for logical 350223581184 num_bytes 16384 type 176 action 1 ref_mod 1: -117 (kernel 6.11.2)
 2025-02-28 13:10 UTC  (9+ messages)

[PATCH] fstests: btrfs/314: fix the failure when SELinux is enabled
 2025-02-28  7:28 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] btrfs/254: fix test failure due to already unmounted scratch device
 2025-02-28  6:25 UTC  (3+ messages)

[PATCH v4 0/5] fstests: btrfs: add test case to validate sysfs input arguments
 2025-02-28  5:55 UTC  (3+ messages)
` [PATCH v4 4/5] fstests: btrfs: testcase for sysfs policy syntax verification
` [PATCH v4 5/5] fstests: btrfs: testcase for sysfs chunk_size attribute validation


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