public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-12-17 00:31:55 to 2024-12-23 19:55:08 UTC [more...]

[PATCH v3 0/6] reduce boilerplate code within btrfs
 2024-12-23 19:54 UTC  (8+ messages)
` [PATCH v3 1/6] rbtree: add rb_find_add_cached() to rbtree.h
` [PATCH v3 2/6] btrfs: update btrfs_add_block_group_cache() to use rb helper
` [PATCH v3 3/6] btrfs: update prelim_ref_insert() to use rb helpers
` [PATCH v3 4/6] btrfs: update __btrfs_add_delayed_item() to use rb helper
` [PATCH v3 5/6] btrfs: update btrfs_add_chunk_map() to use rb helpers
` [PATCH v3 6/6] btrfs: update tree_insert() "

[PATCH 0/9] btrfs: some header cleanups and move things around
 2024-12-23 19:36 UTC  (19+ messages)
` [PATCH 2/9] btrfs: move csum related functions from ctree.c into fs.c
` [PATCH 4/9] btrfs: move btrfs_is_empty_uuid() from ioctl.c "

[PATCH] btrfs: don't include '<linux/rwlock_types.h>' directly
 2024-12-23 19:18 UTC  (4+ messages)

Help with data carving/recovery
 2024-12-23 14:42 UTC 

Using btrfs raid5/6
 2024-12-23  7:42 UTC  (14+ messages)
                    ` Proposal for RAID-PN (was Re: Using btrfs raid5/6)

Use of --convert-to-block-group-tree makes fs unmountable
 2024-12-23  7:38 UTC  (3+ messages)

[syzbot] [btrfs?] WARNING in btrfs_rename2
 2024-12-22  2:20 UTC 

[PATCH] btrfs-progs: docs: extra notes about read-only scrub on read-write fs
 2024-12-22  0:10 UTC 

[PATCH v2] btrfs: validate system chunk array at btrfs_validate_super()
 2024-12-21  5:45 UTC 

dev extent physical offset [...] on devid 1 doesn't have corresponding chunk
 2024-12-20 23:51 UTC  (7+ messages)

[PATCH AUTOSEL 5.10 2/7] btrfs: flush delalloc workers queue before stopping cleaner kthread during unmount
 2024-12-20 17:14 UTC 

[PATCH AUTOSEL 5.15 3/9] btrfs: flush delalloc workers queue before stopping cleaner kthread during unmount
 2024-12-20 17:13 UTC 

[PATCH AUTOSEL 6.1 03/12] btrfs: flush delalloc workers queue before stopping cleaner kthread during unmount
 2024-12-20 17:13 UTC 

[PATCH AUTOSEL 6.6 04/16] btrfs: flush delalloc workers queue before stopping cleaner kthread during unmount
 2024-12-20 17:12 UTC 

[PATCH AUTOSEL 6.12 09/29] btrfs: handle bio_split() errors
 2024-12-20 17:11 UTC  (2+ messages)
` [PATCH AUTOSEL 6.12 10/29] btrfs: flush delalloc workers queue before stopping cleaner kthread during unmount

btrfs check reports backpointer mismatch / owner ref check failed
 2024-12-20  9:01 UTC  (4+ messages)

qemu-arm64: CONFIG_ARM64_64K_PAGES=y kernel crash on qemu-arm64 with Linux next-20241210 and above
 2024-12-19 23:33 UTC  (8+ messages)

btrfs: add btrfs_read_policy_to_enum helper and refactor read, policy store
 2024-12-19 19:30 UTC  (4+ messages)

[syzbot] Monthly btrfs report (Dec 2024)
 2024-12-19 18:39 UTC 

[syzbot] [btrfs?] general protection fault in put_pwq_unlocked (2)
 2024-12-19 16:50 UTC  (3+ messages)
` [syzbot] [bcachefs?] "

[PATCH v2 0/6] reduce boilerplate code within btrfs
 2024-12-19 16:07 UTC  (8+ messages)

[PATCH v3 1/2] configure: use pkg-config to find liburing
 2024-12-19 14:55 UTC  (2+ messages)
` [PATCH v3 2/2] btrfs: add test for encoded reads

[PATCH v2] btrfs: handle free space tree rebuild in multiple transactions
 2024-12-19 14:22 UTC  (2+ messages)

[PATCH 00/14] btrfs: more RST delete fixes
 2024-12-19 10:03 UTC  (32+ messages)
` [PATCH 01/14] btrfs: don't try to delete RAID stripe-extents if we don't need to
` [PATCH 02/14] btrfs: assert RAID stripe-extent length is always greater than 0
` [PATCH 03/14] btrfs: fix search when deleting a RAID stripe-extent
` [PATCH 04/14] btrfs: fix front delete range calculation for RAID stripe extents
` [PATCH 05/14] btrfs: fix tail delete of RAID stripe-extents
` [PATCH 06/14] btrfs: fix deletion of a range spanning parts two RAID stripe extents
` [PATCH 07/14] btrfs: implement hole punching for "
` [PATCH 08/14] btrfs: don't use btrfs_set_item_key_safe on RAID stripe-extents
` [PATCH 09/14] btrfs: selftests: check for correct return value of failed lookup
` [PATCH 10/14] btrfs: selftests: don't split RAID extents in half
` [PATCH 11/14] btrfs: selftests: test RAID stripe-tree deletion spanning two items
` [PATCH 12/14] btrfs: selftests: add selftest for punching holes into the RAID stripe extents
` [PATCH 13/14] btrfs: selftests: add test for punching a hole into 3 RAID stripe-extents
` [PATCH 14/14] btrfs: selftests: add a selftest for deleting two out of three extents

[PATCH 00/20] btrfs: remove plenty of redundant btrfs_mark_buffer_dirty() calls
 2024-12-19  7:43 UTC  (22+ messages)
` [PATCH 01/20] btrfs: tree-log: remove unnecessary calls to btrfs_mark_buffer_dirty()
` [PATCH 02/20] btrfs: free-space-tree: "
` [PATCH 03/20] btrfs: extent-tree: "
` [PATCH 04/20] btrfs: block-group: "
` [PATCH 05/20] btrfs: delayed-inode: remove unnecessary call "
` [PATCH 06/20] btrfs: dev-replace: "
` [PATCH 07/20] btrfs: dir-item: remove unnecessary calls "
` [PATCH 08/20] btrfs: file: "
` [PATCH 09/20] btrfs: file-item: "
` [PATCH 10/20] btrfs: free-space-cache: "
` [PATCH 11/20] btrfs: inode: "
` [PATCH 12/20] btrfs: inode-item: "
` [PATCH 13/20] btrfs: ioctl: remove unnecessary call "
` [PATCH 14/20] btrfs: qgroup: remove unnecessary calls "
` [PATCH 15/20] btrfs: raid-stripe-tree: remove unnecessary call "
` [PATCH 16/20] btrfs: relocation: remove unnecessary calls "
` [PATCH 17/20] btrfs: root-tree: "
` [PATCH 18/20] btrfs: uuid-tree: remove unnecessary call "
` [PATCH 19/20] btrfs: volumes: remove unnecessary calls "
` [PATCH 20/20] btrfs: xattr: remove unnecessary call "

[RFC v2] lsm: fs: Use inode_free_callback to free i_security in RCU callback
 2024-12-19  3:03 UTC  (3+ messages)

[PATCH] btrfs: validate system chunk array at btrfs_validate_super()
 2024-12-19  1:08 UTC  (2+ messages)

[GIT PULL] Btrfs fixes for 6.13-rc4
 2024-12-18 22:20 UTC  (2+ messages)

[PATCH 00/18] btrfs: migrate to "block size" to describe the
 2024-12-18 21:15 UTC  (23+ messages)
` [PATCH 01/18] btrfs: rename btrfs_fs_info::sectorsize to blocksize for disk-io.c
` [PATCH 02/18] btrfs: migrate subpage.[ch] to use block size terminology
` [PATCH 03/18] btrfs: migrate tree-checker.c "
` [PATCH 04/18] btrfs: migrate scrub.c "
` [PATCH 05/18] btrfs: migrate extent_io.[ch] "
` [PATCH 06/18] btrfs: migrate compression related code "
` [PATCH 07/18] btrfs: migrate free space cache "
` [PATCH 08/18] btrfs: migrate file-item.c "
` [PATCH 09/18] btrfs: migrate file.c "
` [PATCH 10/18] btrfs: migrate inode.c and btrfs_inode.h "
` [PATCH 11/18] btrfs: migrate raid56.[ch] "
` [PATCH 12/18] btrfs: migrate defrag.c "
` [PATCH 13/18] btrfs: migrate bio.[ch] "
` [PATCH 14/18] btrfs: migrate the remaining sector size users "
` [PATCH 15/18] btrfs: migrate selftests "
` [PATCH 16/18] btrfs: finish the rename of btrfs_fs_info::sectorsize
` [PATCH 17/18] btrfs: migrate btrfs_super_block::sectorsize to blocksize
` [PATCH 18/18] btrfs: migrate the ioctl interfaces to use block size terminology

[PATCH] generic: test swap activation on file that used to have clones
 2024-12-18 20:19 UTC  (8+ messages)

[PATCH] btrfs: handle free space tree rebuild in multiple transactions
 2024-12-18 20:04 UTC  (7+ messages)

[PATCH] btrfs: sysfs: fix direct super block member read
 2024-12-18 17:43 UTC  (4+ messages)

[PATCH v1 3/3] btrfs: replace kmalloc() and memcpy() with kmemdup()
 2024-12-18 17:03 UTC  (3+ messages)

[PATCH v4 00/10] raid1 balancing methods
 2024-12-18 15:20 UTC  (9+ messages)
` [PATCH v4 1/9] btrfs: initialize fs_devices->fs_info earlier
` [PATCH v4 3/9] btrfs: add btrfs_read_policy_to_enum helper and refactor read policy store
` [PATCH v4 5/9] btrfs: introduce RAID1 round-robin read balancing

[PATCH v2] btrfs: Fix avail_in bytes for s390 zlib HW compression path
 2024-12-18 10:32 UTC 

97% full system, dusage didn't help, musage strange
 2024-12-17 21:44 UTC  (7+ messages)

[PATCH] btrfs: use uuid_is_null() to verify if an uuid is empty
 2024-12-17 20:50 UTC  (4+ messages)

[RFC] lsm: fs: Use i_callback to free i_security in RCU callback
 2024-12-17 18:19 UTC  (7+ messages)

[PATCH v3 1/4] io_uring/cmd: rename struct uring_cache to io_uring_cmd_data
 2024-12-17 18:02 UTC  (4+ messages)
` [PATCH v3 2/4] io_uring/cmd: add per-op data to struct io_uring_cmd_data
` [PATCH v3 3/4] io_uring: add io_uring_cmd_get_async_data helper
` [PATCH v3 4/4] btrfs: don't read from userspace twice in btrfs_uring_encoded_read()

btrfs-progs: -q/--quiet not accepted for "btrfs subvolume" subcommands
 2024-12-17 14:56 UTC 

[PATCH 1/2] configure: use pkg-config to find liburing
 2024-12-17 13:24 UTC  (3+ messages)
` [PATCH 2/2] btrfs: add test for encoded reads

[PATCH] btrfs: fix an assertion failure related to squota feature
 2024-12-17 13:20 UTC  (3+ messages)

[PATCH] generic/590: fix test failure when running against fs other than xfs
 2024-12-17  8:13 UTC  (2+ messages)

[PATCH] generic/442: fix failure due to missing test number argument for fsync-err
 2024-12-17  8:13 UTC  (3+ messages)

[PATCH] btrfs/146: fix failure due to missing test number argument for fsync-err
 2024-12-17  7:57 UTC  (2+ messages)

[PATCH] btrfs/142, btrfs/143: fix dmdust device names
 2024-12-17  7:54 UTC  (2+ messages)

[PATCH] btrfs/100, btrfs/101: fix device name in their golden output
 2024-12-17  7:53 UTC  (2+ messages)

[PATCH] fstests: fix argument passing to _run_fsstress and _run_fsstress_bg
 2024-12-17  7:53 UTC  (2+ messages)

clear space cache v1 fails with Unable to find block group for 0
 2024-12-17  6:55 UTC  (13+ messages)

[PATCH v4 9/9] btrfs: modload to print RAID1 balancing status
 2024-12-17  3:53 UTC  (2+ messages)
` [PATCH] btrfs: fix smatch warning inconsistent indenting


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