messages from 2025-06-10 12:18:12 to 2025-06-19 13:33:44 UTC [more...]
[PATCH] btrfs: simplify btrfs_lookup_inode_extref() by removing unused parameters
2025-06-19 13:33 UTC (3+ messages)
[PATCH v3 0/6] btrfs: use the super_block as bdev holder
2025-06-19 13:29 UTC (9+ 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/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 0/3] Device name and RCU string
2025-06-19 10:16 UTC (6+ 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: increase usage of folio_next_index() helper
2025-06-19 10:15 UTC
[PATCH 0/3] Folio conversions in extent-io-tests
2025-06-19 5:41 UTC (8+ 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 00/10] convert the majority of file systems to mmap_prepare
2025-06-18 17:06 UTC (48+ 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] 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 (18+ messages)
` [PATCH v2 1/5] btrfs: always open the device read-only in btrfs_scan_one_device
` [PATCH v2 2/5] btrfs: call btrfs_close_devices from ->kill_sb
` [PATCH v2 3/5] btrfs: split btrfs_fs_devices.opened
` [PATCH v2 4/5] btrfs: open block devices after superblock creation
` [PATCH v2 5/5] btrfs: use the super_block as holder when mounting file systems
[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 (20+ 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)
[PATCH] btrfs: index buffer_tree using node size
2025-06-12 8:47 UTC (4+ messages)
` [PATCH v2] "
[PATCH] btrfs: get rid of the re-entry of btrfs_get_tree()
2025-06-12 6:35 UTC
[PATCH 0/3] btrfs: search_tree ioctl performance improvements and cleanups
2025-06-12 4:31 UTC (4+ messages)
` [PATCH 1/3] btrfs: narrow loop variable scope in copy_to_sk()
` [PATCH 2/3] btrfs: early exit the searching process in search_tree ioctl
` [PATCH 3/3] btrfs: replace key_in_sk() with a simple btrfs_key compare
[PATCH] btrfs-progs: restore: Remove stale debug message
2025-06-12 0:34 UTC (2+ messages)
[PATCH 0/2] btrfs: Improve logging for barrier-related operation
2025-06-11 17:06 UTC (10+ messages)
` [PATCH 1/2] btrfs: Raise nobarrier log level to warn
[PATCH v2] btrfs: add extra warning when qgroup is marked inconsistent
2025-06-11 11:02 UTC (2+ messages)
[PATCH v2 0/4] Folio pos + size cleanups
2025-06-11 10:27 UTC (5+ messages)
` [PATCH v2 1/4] btrfs: simplify range end calculations in truncate_block_zero_beyond_eof()
` [PATCH v2 3/4] btrfs: add helper folio_end()
[PATCH] btrfs: use btrfs_root_id() where not done yet
2025-06-11 7:53 UTC (2+ messages)
[PATCH] btrfs: use btrfs_is_data_reloc_root() where not done yet
2025-06-11 7:52 UTC (2+ messages)
[PATCH] btrfs: tree-log: add and rename extent bits for dirty_log_pages tree
2025-06-10 16:30 UTC
WTS Available laptops and Memory
2025-06-10 14:56 UTC
[PATCH] btrfs: handle csum tree error with rescue=ibadroots correctly
2025-06-10 12:20 UTC (2+ messages)
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