linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH v2] btrfs-progs: dump-tree: support simple quota mode status flags
 2024-05-09  1:19 UTC 

[PATCH] btrfs-progs: dump-tree: support simple quota mode status flags
 2024-05-09  1:13 UTC 

[PATCH 0/8] btrfs: inode management and memory consumption improvements
 2024-05-09  0:39 UTC  (15+ messages)
` [PATCH 1/8] btrfs: use an xarray to track open inodes in a root
` [PATCH 2/8] btrfs: preallocate inodes xarray entry to avoid transaction abort
` [PATCH 3/8] btrfs: reduce nesting and deduplicate error handling at btrfs_iget_path()
` [PATCH 4/8] btrfs: remove inode_lock from struct btrfs_root and use xarray locks
` [PATCH 5/8] btrfs: unify index_cnt and csum_bytes from struct btrfs_inode
` [PATCH 6/8] btrfs: don't allocate file extent tree for non regular files
` [PATCH 7/8] btrfs: remove location key from struct btrfs_inode
` [PATCH 8/8] btrfs: remove objectid from struct btrfs_inode on 64 bits platforms

[PATCH] btrfs: enhance compression error messages
 2024-05-08 16:17 UTC  (2+ messages)

[PATCH] btrfs: scrub: fix a compilation warning
 2024-05-08 15:37 UTC  (2+ messages)

[PATCH] btrfs: qgroup: update rescan message levels and error codes
 2024-05-08 15:34 UTC  (2+ messages)

[PATCH] btrfs: zoned: fix use-after-free due to race with dev replace
 2024-05-08 15:29 UTC  (2+ messages)

[PATCH] btrfs: zoned: make btrfs_get_dev_zone() static
 2024-05-08 15:20 UTC  (2+ messages)

[PATCH 00/26] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-05-08 14:43 UTC  (37+ messages)
` [PATCH 05/26] cxl/core: Simplify cxl_dpa_set_mode()
` [PATCH 06/26] cxl/port: Add Dynamic Capacity mode support to endpoint decoders
` [PATCH 07/26] cxl/port: Add dynamic capacity size "
` [PATCH 13/26] cxl/mem: Configure dynamic capacity interrupts
` [PATCH 14/26] cxl/region: Read existing extents on region creation
` [PATCH 16/26] cxl/extent: Realize extent devices
` [PATCH 17/26] dax/region: Create extent resources on DAX region driver load
` [PATCH 18/26] cxl/mem: Handle DCD add & release capacity events

[PATCH v2 0/2] don't hold dev_replace rwsem over whole of btrfs_map_block
 2024-05-08 12:38 UTC  (4+ messages)
` [PATCH v2 1/2] btrfs: "
` [PATCH v2 2/2] btrfs: pass 'struct btrfs_io_geometry' into handle_ops_on_dev_replace

[PATCH] fstests: mkfs the scratch device if we have missing profiles
 2024-05-08 11:53 UTC  (2+ messages)

[PATCH] generic: add gc stress test
 2024-05-08 11:02 UTC  (11+ messages)

[PATCH AUTOSEL 6.8 20/52] btrfs: take the cleaner_mutex earlier in qgroup disable
 2024-05-07 23:06 UTC 

BTRFS w/ quotas hangs on read-write mount using all available RAM - rev2
 2024-05-07 20:44 UTC  (2+ messages)

[PATCH v3 00/15] btrfs: snapshot delete cleanups
 2024-05-07 20:39 UTC  (17+ messages)
` [PATCH v3 01/15] btrfs: don't do find_extent_buffer in do_walk_down
` [PATCH v3 02/15] btrfs: remove all extra btrfs_check_eb_owner() calls
` [PATCH v3 03/15] btrfs: use btrfs_read_extent_buffer in do_walk_down
` [PATCH v3 04/15] btrfs: push lookup_info into walk_control
` [PATCH v3 05/15] btrfs: move the eb uptodate code into it's own helper
` [PATCH v3 06/15] btrfs: remove need_account in do_walk_down
` [PATCH v3 07/15] btrfs: unify logic to decide if we need to walk down into a node
` [PATCH v3 08/15] btrfs: extract the reference dropping code into it's own helper
` [PATCH v3 09/15] btrfs: don't BUG_ON ENOMEM in walk_down_proc
` [PATCH v3 10/15] btrfs: handle errors from ref mods during UPDATE_BACKREF
` [PATCH v3 11/15] btrfs: replace BUG_ON with ASSERT in walk_down_proc
` [PATCH v3 12/15] btrfs: clean up our handling of refs == 0 in snapshot delete
` [PATCH v3 13/15] btrfs: convert correctness BUG_ON()'s to ASSERT()'s in walk_up_proc
` [PATCH v3 14/15] btrfs: handle errors from btrfs_dec_ref properly
` [PATCH v3 15/15] btrfs: add documentation around snapshot delete

[PATCH 0/3] btrfs-progs: convert: proper ext4 unwritten extents handling
 2024-05-07  7:48 UTC  (5+ messages)
` [PATCH 1/3] Revert "btrfs-progs: convert: add raid-stripe-tree to allowed features"
` [PATCH 2/3] btrfs-progs: convert: rework file extent iteration to handle unwritten extents
` [PATCH 3/3] btrfs-progs: tests/convert: add test case for ext4 "

[PATCH] fstests: btrfs/301: handle auto-removed qgroups
 2024-05-07  7:06 UTC 

[PATCH v3 0/2] btrfs: qgroup: stale qgroups related impromvents
 2024-05-07  6:58 UTC  (3+ messages)
` [PATCH v3 1/2] btrfs: slightly loose the requirement for qgroup removal
` [PATCH v3 2/2] btrfs: automatically remove the subvolume qgroup

[PATCH v2 0/4] btrfs-progs: add support ext4 unwritten file extent
 2024-05-07  1:25 UTC  (10+ messages)
` [PATCH v2 1/4] btrfs-progs: convert: refactor ext2_create_file_extents add argument ext2_inode
` [PATCH v2 2/4] btrfs-progs: convert: struct blk_iterate_data, add ext2-specific file inode pointers
` [PATCH v2 3/4] btrfs-progs: convert: refactor __btrfs_record_file_extent to add a prealloc flag
` [PATCH v2 4/4] btrfs-progs: convert: support ext2 unwritten file data extents

[PATCH] btrfs: qgroup: do quick checks if quotas are enabled before starting ioctls
 2024-05-06 21:37 UTC  (2+ messages)

[GIT PULL] Btrfs fixes for 6.9-rc8
 2024-05-06 20:46 UTC  (2+ messages)

[PATCH] btrfs: fix array index in qgroup_auto_inherit()
 2024-05-06 17:38 UTC  (3+ messages)

Btrfsmaintenance 0.5.1
 2024-05-06 16:31 UTC 

You can reproduce it yourself now
 2024-05-06 14:57 UTC  (6+ messages)
` btrfs-convert on 24Gb image corrupts files

[PATCH RFC] btrfs: don't hold dev_replace rwsem over whole of btrfs_map_block
 2024-05-06 13:19 UTC  (2+ messages)

[GIT PULL] fstests: btrfs changes staged-20240418
 2024-05-06 11:49 UTC  (3+ messages)

[PATCH] btrfs-progs: mkfs: skip failed mount check
 2024-05-06  8:46 UTC 

FAILED: patch "[PATCH] btrfs: do not wait for short bulk allocation" failed to apply to 6.6-stable tree
 2024-05-06  8:41 UTC 

btrfs-convert on 24Gb image corrupts files
 2024-05-06  0:33 UTC  (5+ messages)

btrfs-convert on 24Gb image corrupts files
 2024-05-05 22:31 UTC  (2+ messages)

Help with ROFS on Cache Folder Deletion
 2024-05-05 22:26 UTC  (4+ messages)

[PATCH 1/4] btrfs: Remove duplicate included header
 2024-05-05  7:03 UTC  (6+ messages)
` [PATCH 2/4] fscache: "
` [PATCH 3/4] overlayfs: "
` [PATCH 4/4] crash: "

BTRFS w/ quotas hangs on read-write mount using all available RAM - rev2
 2024-05-05  6:09 UTC  (2+ messages)

[PATCH 0/4] btrfs-progs: add support ext4 unwritten file extent
 2024-05-04  0:06 UTC  (14+ messages)
` [PATCH 1/4] btrfs-progs: convert: refactor ext2_create_file_extents add argument ext2_inode
` [PATCH 2/4] btrfs-progs: convert: struct blk_iterate_data, add ext2-specific file inode pointers
` [PATCH 3/4] btrfs-progs: convert: refactor __btrfs_record_file_extent to add a prealloc flag
` [PATCH RFC 4/4] btrfs-progs: convert: support ext2 unwritten file data extents

[PATCH v2 2/2] btrfs: automatically remove the subvolume qgroup
 2024-05-03 22:14 UTC  (18+ messages)

[PATCH 0/3] btrfs-progs: check: detect and repair ram_bytes mismatch for non-compressed data extents
 2024-05-03 13:29 UTC  (5+ messages)
` [PATCH 1/3] btrfs-progs: check/lowmem: detect and repair mismatched ram_bytes
` [PATCH 2/3] btrfs-progs: check/original: detect and repair ram_bytes mismatch
` [PATCH 3/3] btrfs-progs: tests/fsck: add test case for ram_bytes detection and repair

[PATCH v2 00/11] btrfs: extent-map: unify the members with btrfs_ordered_extent
 2024-05-03 11:53 UTC  (13+ messages)
` [PATCH v2 01/11] btrfs: rename extent_map::orig_block_len to disk_num_bytes
` [PATCH v2 02/11] btrfs: export the expected file extent through can_nocow_extent()
` [PATCH v2 03/11] btrfs: introduce new members for extent_map
` [PATCH v2 04/11] btrfs: introduce extra sanity checks for extent maps
` [PATCH v2 05/11] btrfs: remove extent_map::orig_start member
` [PATCH v2 06/11] btrfs: remove extent_map::block_len member
` [PATCH v2 07/11] btrfs: remove extent_map::block_start member
` [PATCH v2 08/11] btrfs: cleanup duplicated parameters related to can_nocow_file_extent_args
` [PATCH v2 09/11] btrfs: cleanup duplicated parameters related to btrfs_alloc_ordered_extent
` [PATCH v2 10/11] btrfs: cleanup duplicated parameters related to create_io_em()
` [PATCH v2 11/11] btrfs: cleanup duplicated parameters related to btrfs_create_dio_extent()

[PATCH][next] btrfs: Fix spelling mistake "decompresssed" -> "decompressed"
 2024-05-03 11:41 UTC  (2+ messages)

[RFC PATCH 0/6] btrfs: offload zlib-deflate to accelerators
 2024-05-03 10:04 UTC  (5+ messages)
` [RFC PATCH 6/6] btrfs: zlib: add support for zlib-deflate through acomp

[PATCHES][RFC] set_blocksize() rework
 2024-05-03  3:23 UTC  (11+ messages)
` [PATCHES v2][RFC] "
  ` [PATCH v2 1/9] bcache_register(): don't bother with set_blocksize()
    ` [PATCH v2 2/9] pktcdvd: sort set_blocksize() calls out
    ` [PATCH v2 3/9] swapon(2)/swapoff(2): don't bother with block size
    ` [PATCH v2 4/9] swapon(2): open swap with O_EXCL
    ` [PATCH v2 5/9] zram: don't bother with reopening - just use O_EXCL for open
    ` [PATCH v2 6/9] swsusp: don't bother with setting block size
    ` [PATCH v2 7/9] btrfs_get_bdev_and_sb(): call set_blocksize() only for exclusive opens
    ` [PATCH v2 8/9] set_blocksize(): switch to passing struct file *
    ` [PATCH v2 9/9] make set_blocksize() fail unless block device is opened exclusive

[PATCH] btrfs: make sure that WRITTEN is set on all metadata blocks
 2024-05-02 21:32 UTC  (4+ messages)

[GIT PULL] Btrfs fixes for 6.9-rc7
 2024-05-02 17:57 UTC  (2+ messages)

[syzbot] [btrfs?] kernel BUG in folio_unlock (2)
 2024-05-02 16:24 UTC 

[PATCH] btrfs: remove the recursive include of btrfs_inode.h from itself
 2024-05-02 15:04 UTC  (2+ messages)

What's the difference between `btrfs sub del -c` and `btrfs fi sync`?
 2024-05-02 13:16 UTC  (6+ messages)

Btrfs progs release 6.8.1
 2024-05-02 12:07 UTC 

2 PB filesystem ok?
 2024-05-01 19:47 UTC  (6+ messages)


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).