linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-12 08:22:24 to 2025-06-20 13:11:16 UTC [more...]

[PATCH 0/3] Folio conversions in extent-io-tests
 2025-06-20 13:11 UTC  (10+ 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] btrfs: index buffer_tree using node size
 2025-06-20 12:57 UTC  (5+ messages)
` [PATCH v2] "

[PATCH] btrfs: replace deprecated strcpy with strscpy
 2025-06-20 12:27 UTC  (11+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH v3 0/6] btrfs: use the super_block as bdev holder
 2025-06-20 12:18 UTC  (11+ 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/3] Device name and RCU string
 2025-06-20 12:10 UTC  (7+ messages)
` [PATCH 1/3] btrfs: protect reading device name by RCU in update_dev_time()
` [PATCH 2/3] btrfs: open code RCU for device name
` [PATCH 3/3] btrfs: remove struct rcu_string

[PATCH] btrfs-progs: filesystems: Check DATA profile before creating swapfile
 2025-06-20 12:09 UTC  (2+ messages)

[PATCH RFC 0/6] btrfs: go fs_holder_ops and add shutdown_bdev() callback
 2025-06-20  5:47 UTC  (7+ messages)
` [PATCH RFC 1/6] btrfs: introduce a new fs state, EMERGENCY_SHUTDOWN
` [PATCH RFC 2/6] btrfs: reject file operations if in shutdown state
` [PATCH RFC 3/6] btrfs: reject delalloc ranges if the fs is shutdown
` [PATCH RFC 4/6] btrfs: implement shutdown ioctl
` [PATCH RFC 5/6] fs: introduce a shutdown_bdev super block operation
` [PATCH RFC 6/6] btrfs: implement shutdown_bdev super operation callback

[PATCH 0/4] io_uring/btrfs: remove struct io_uring_cmd_data
 2025-06-19 19:27 UTC  (5+ messages)
` [PATCH 1/4] btrfs/ioctl: don't skip accounting in early ENOTTY return
` [PATCH 2/4] io_uring/cmd: introduce IORING_URING_CMD_REISSUE flag
` [PATCH 3/4] btrfs/ioctl: store btrfs_uring_encoded_data in io_btrfs_cmd
` [PATCH 4/4] io_uring/cmd: remove struct io_uring_cmd_data

[PATCH 00/10] convert the majority of file systems to mmap_prepare
 2025-06-19 17:47 UTC  (49+ 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 0/3] btrfs: search_tree ioctl performance improvements and cleanups
 2025-06-19 14:31 UTC  (5+ messages)
` [PATCH 3/3] btrfs: replace key_in_sk() with a simple btrfs_key compare

[PATCH] btrfs: simplify btrfs_lookup_inode_extref() by removing unused parameters
 2025-06-19 13:33 UTC  (3+ messages)

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

[PATCH] btrfs: increase usage of folio_next_index() helper
 2025-06-19 10:15 UTC 

[PATCH] generic/032: fix failure due to attempt to wait for non-child process
 2025-06-18 16:15 UTC  (6+ messages)

[PATCH v3] btrfs: fix nonzero lowest level handling in btrfs_search_forward()
 2025-06-18 14:49 UTC  (3+ messages)

[syzbot] [net?] [btrfs?] KASAN: slab-use-after-free Read in lane_ioctl
 2025-06-18 14:02 UTC 

[PATCH 00/16] btrfs: free space tree optimization and cleanups
 2025-06-18 11:50 UTC  (22+ 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 04/16] btrfs: make free_space_test_bit() "
` [PATCH 05/16] btrfs: remove pointless out label from modify_free_space_bitmap()
` [PATCH 06/16] btrfs: remove pointless out label from remove_free_space_extent()
` [PATCH 07/16] btrfs: remove pointless out label from add_free_space_extent()
` [PATCH 08/16] btrfs: remove pointless out label from load_free_space_bitmaps()
` [PATCH 09/16] btrfs: remove pointless out label from load_free_space_extents()
` [PATCH 10/16] btrfs: add btrfs prefix to free space tree exported functions
` [PATCH 11/16] btrfs: rename free_space_set_bits() and make it less confusing
` [PATCH 12/16] btrfs: turn remove argument of modify_free_space_bitmap() to boolean
` [PATCH 13/16] btrfs: avoid double slot decrement at btrfs_convert_free_space_to_extents()
` [PATCH 14/16] btrfs: use fs_info from local variable in btrfs_convert_free_space_to_extents()
` [PATCH 15/16] btrfs: add and use helper to determine if using bitmaps in free space tree
` [PATCH 16/16] btrfs: cache if we are using free space bitmaps for a block group

[PATCH 0/5] Return value name unifications
 2025-06-18 11:29 UTC  (6+ messages)
` [PATCH 1/5] btrfs: rename error to ret in btrfs_may_delete()
` [PATCH 2/5] btrfs: rename error to ret in btrfs_mksubvol()
` [PATCH 3/5] btrfs: rename error to ret in btrfs_sysfs_add_fsid()
` [PATCH 4/5] btrfs: rename error to ret in btrfs_sysfs_add_mounted()
` [PATCH 5/5] btrfs: rename error to ret in device_list_add()

Stuck in CHANGING_BG_TREE state after interrupted btrfstune --convert-to-block-group-tree
 2025-06-18  5:29 UTC  (7+ messages)

[PATCH 0/3] btrfs-progs: tune: bgt resume related fix and enhancement
 2025-06-18  5:23 UTC  (4+ messages)
` [PATCH 1/3] btrfs-progs: tune: fix uninitialized value which leads to failed resume
` [PATCH 2/3] btrfs-progs: optimize the block group item load for half converted fs
` [PATCH 3/3] btrfs-progs: misc-tests: add an image for btrfstune bgt conversion

[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  (11+ messages)
` [PATCH v2 3/5] btrfs: split btrfs_fs_devices.opened

[PATCH 0/3] btrfs: free space tree fixes and cleanups
 2025-06-16 21:47 UTC  (7+ messages)
` [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 00/12] btrfs: remap tree
 2025-06-14  0:04 UTC  (16+ 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 v3] btrfs: zoned: fix alloc_offset calculation for partly conventional block groups
 2025-06-12 21:59 UTC  (3+ 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  (2+ 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).