messages from 2025-03-13 13:56:10 to 2025-03-20 16:10:06 UTC [more...]
[RFC PATCH v5 0/5] introduce io_uring_cmd_import_fixed_vec
2025-03-20 16:10 UTC (15+ messages)
` [RFC PATCH v5 1/5] io_uring: rename the data cmd cache
` [RFC PATCH v5 2/5] io_uring/cmd: don't expose entire cmd async data
` [RFC PATCH v5 3/5] io_uring/cmd: add iovec cache for commands
` [RFC PATCH v5 4/5] io_uring/cmd: introduce io_uring_cmd_import_fixed_vec
` [RFC PATCH v5 5/5] btrfs: ioctl: introduce btrfs_uring_import_iovec()
` (subset) [RFC PATCH v5 0/5] introduce io_uring_cmd_import_fixed_vec
[PATCH v2 00/13] btrfs: zoned: split out space_info for dedicated block groups
2025-03-20 12:21 UTC (21+ messages)
` [PATCH v2 01/13] btrfs: take btrfs_space_info in btrfs_reserve_data_bytes
` [PATCH v2 02/13] btrfs: take struct btrfs_inode in btrfs_free_reserved_data_space_noquota
` [PATCH v2 03/13] btrfs: factor out init_space_info()
` [PATCH v2 04/13] btrfs: spin out do_async_reclaim_{data,metadata}_space()
` [PATCH v2 05/13] btrfs: factor out check_removing_space_info()
` [PATCH v2 06/13] btrfs: introduce space_info argument to btrfs_chunk_alloc
` [PATCH v2 07/13] btrfs: pass space_info for block group creation
` [PATCH v2 08/13] btrfs: introduce btrfs_space_info sub-group
` [PATCH v2 09/13] btrfs: introduce tree-log sub-space_info
` [PATCH v2 10/13] btrfs: tweak extent/chunk allocation for space_info sub-space
` [PATCH v2 11/13] btrfs: use proper data space_info
` [PATCH v2 12/13] btrfs: add block_rsv for treelog
` [PATCH v2 13/13] btrfs: reclaim from sub-space space_info
[LSF/MM/BPF TOPIC] File system checksum offload
2025-03-20 5:48 UTC (13+ messages)
[PATCH 0/4] btrfs: refactor btrfs_buffered_write() for the incoming large data folios
2025-03-20 5:34 UTC (5+ messages)
` [PATCH 1/4] btrfs: remove force_page_uptodate variable from btrfs_buffered_write()
` [PATCH 2/4] btrfs: cleanup the reserved space inside the loop of btrfs_buffered_write()
` [PATCH 3/4] btrfs: extract the space reservation code from btrfs_buffered_write()
` [PATCH 4/4] btrfs: extract the main loop of btrfs_buffered_write() into a helper
btrfs-progs: -q/--quiet not accepted for "btrfs subvolume" subcommands
2025-03-20 1:18 UTC (4+ messages)
[PATCH] btrfs: remove force_page_uptodate variable from btrfs_buffered_write()
2025-03-19 23:54 UTC
[PATCH] btrfs: correctly escape subvol in btrfs_show_options
2025-03-19 23:52 UTC (2+ messages)
[PATCH 0/2] btrfs-progs: allowing 2K block size for experimental builds
2025-03-19 23:27 UTC (4+ messages)
[PATCH] btrfs-progs: cmds: show child subvolumes during recursive delete
2025-03-19 22:03 UTC (2+ messages)
[PATCH v2 1/1] btrfs-progs: add slack space for mkfs --shrink
2025-03-19 22:01 UTC (3+ messages)
[PATCH] btrfs-progs: cmds/qgroup: use sysfs to detect inconsistent status early
2025-03-19 21:56 UTC (2+ messages)
[PATCH 1/1] btrfs: ioctl: don't free iov when -EAGAIN in uring encoded read
2025-03-19 18:04 UTC (2+ messages)
mount compress=zstd leaves files uncompressed, that used to compress well with before
2025-03-19 17:07 UTC
[PATCH] btrfs: fix typo in space info explanation
2025-03-19 14:26 UTC (2+ messages)
[PATCH] btrfs: remove call to btrfs_delete_unused_bgs() in close_ctree()
2025-03-19 14:26 UTC (3+ messages)
[PATCH] btrfs: fix signedness issue in min()
2025-03-19 12:40 UTC (5+ messages)
[PATCH] btrfs/058: fix test to actually have an open tmpfile during the send operation
2025-03-19 12:13 UTC
[PATCH v4] fstests: btrfs: zoned: verify RAID conversion with write pointer mismatch
2025-03-19 11:09 UTC
[PATCH v3] fstests: btrfs: zoned: verify RAID conversion with write pointer mismatch
2025-03-19 11:07 UTC (5+ messages)
[PATCH v3 0/2] btrfs: zoned: skip reporting zone for new block group
2025-03-19 2:06 UTC (4+ messages)
` [PATCH v3 1/2] block: introduce zone capacity helper
` [PATCH v3 2/2] btrfs: zoned: skip reporting zone for new block group
[PATCH] btrfs: remove EXTENT_BUFFER_IN_TREE flag
2025-03-18 17:16 UTC (7+ messages)
[PATCH] btrfs: move block perfect compression out of experimental features
2025-03-18 16:30 UTC (3+ messages)
[RFC PATCH v4 0/5] introduce io_uring_cmd_import_fixed_vec
2025-03-18 13:19 UTC (18+ messages)
` [RFC PATCH v4 1/5] io_uring/cmd: introduce io_async_cmd for hide io_uring_cmd_data
` [RFC PATCH v4 2/5] io-uring/cmd: add iou_vec field for io_uring_cmd
` [RFC PATCH v4 3/5] io-uring/cmd: introduce io_uring_cmd_import_fixed_vec
` [RFC PATCH v4 4/5] btrfs: ioctl: introduce btrfs_uring_import_iovec()
` [RFC PATCH v4 5/5] btrfs: ioctl: don't free iov when -EAGAIN in uring encoded read
[PATCH v2] fstests: btrfs: zoned: verify RAID conversion with write pointer mismatch
2025-03-18 12:52 UTC (2+ messages)
[PATCH] fstests: btrfs: zoned: verify RAID conversion with write pointer mismatch
2025-03-18 10:35 UTC (7+ messages)
[PATCH 0/2] btrfs: zoned: fix zone management on degraded filesystems
2025-03-18 10:10 UTC (5+ messages)
` [PATCH 1/2] btrfs: zoned: fix zone activation with missing devices
` [PATCH 2/2] btrfs: zoned: fix zone finishing "
[PATCH] btrfs: zoned: return EIO on RAID1 block group write pointer mismatch
2025-03-18 9:48 UTC (2+ messages)
[PATCH] btrfs-progs: resize: remove the misleading warning for the 'max' option
2025-03-18 9:46 UTC (2+ messages)
[PATCH v2 0/2] btrfs: zoned: skip reporting zone for new block group
2025-03-18 8:04 UTC (9+ messages)
` [PATCH v2 1/2] block: introduce zone capacity helper
` [PATCH v2 2/2] btrfs: zoned: skip reporting zone for new block group
[PATCH] btrfs: fix broken drop_caches on extent_buffer folios
2025-03-17 23:47 UTC
[PATCH v2 0/6] Ioctl to clear unused space in various ways
2025-03-17 20:11 UTC (2+ messages)
[PATCH v3 0/9] btrfs: remove ASSERT()s for folio_order() and folio_test_large()
2025-03-17 15:13 UTC (12+ messages)
` [PATCH v3 1/9] btrfs: send: remove the again label inside put_file_data()
` [PATCH v3 2/9] btrfs: send: prepare put_file_data() for larger data folios
` [PATCH v3 3/9] btrfs: prepare btrfs_page_mkwrite() "
` [PATCH v3 4/9] btrfs: prepare prepare_one_folio() "
` [PATCH v3 5/9] btrfs: prepare end_bbio_data_write() "
` [PATCH v3 6/9] btrfs: subpage: prepare "
` [PATCH v3 7/9] btrfs: zlib: prepare copy_data_into_buffer() "
` [PATCH v3 8/9] btrfs: prepare btrfs_end_repair_bio() "
` [PATCH v3 9/9] btrfs: enable larger data folios support for defrag
[PATCH 0/7] btrfs: some cleanups and minor optimization for log trees
2025-03-17 14:59 UTC (9+ messages)
` [PATCH 1/7] btrfs: avoid unnecessary memory allocation and copy at overwrite_item()
` [PATCH 2/7] btrfs: use variables to store extent buffer and slot "
` [PATCH 3/7] btrfs: update outdated comment for overwrite_item()
` [PATCH 4/7] btrfs: use memcmp_extent_buffer() at replay_one_extent()
` [PATCH 5/7] btrfs: remove redundant else statement from btrfs_log_inode_parent()
` [PATCH 6/7] btrfs: simplify condition for logging new dentries at btrfs_log_inode_parent()
` [PATCH 7/7] btrfs: remove end_no_trans label from btrfs_log_inode_parent()
[PATCH v2 0/2] Avoid setting folio->private
2025-03-17 14:56 UTC (5+ messages)
` [PATCH 2/2] btrfs: kill EXTENT_FOLIO_PRIVATE
[RFC PATCH v3 0/3] introduce io_uring_cmd_import_fixed_vec
2025-03-17 13:56 UTC (10+ messages)
` [RFC PATCH v3 1/3] io-uring/cmd: add iou_vec field for io_uring_cmd
` [RFC PATCH v3 2/3] io-uring/cmd: introduce io_uring_cmd_import_fixed_vec
` [RFC PATCH v3 3/3] btrfs: ioctl: introduce btrfs_uring_import_iovec()
Errors found in extent allocation tree or chunk allocation
2025-03-15 16:52 UTC (4+ messages)
strangely uncorrectable errors with RAID-5
2025-03-15 5:19 UTC (8+ messages)
[PATCH v2 0/7] btrfs: remove ASSERT()s for folio_order() and folio_test_large()
2025-03-15 0:42 UTC (8+ messages)
` [PATCH v2 1/7] btrfs: send: remove the again label inside put_file_data()
` [PATCH v2 2/7] btrfs: send: prepare put_file_data() for larger data folios
` [PATCH v2 3/7] btrfs: prepare btrfs_page_mkwrite() "
` [PATCH v2 4/7] btrfs: prepare prepare_one_folio() "
` [PATCH v2 5/7] btrfs: prepare end_bbio_data_write() "
` [PATCH v2 6/7] btrfs: subpage: prepare "
` [PATCH v2 7/7] btrfs: zlib: prepare copy_data_into_buffer() "
[PATCH 0/7] btrfs: remove ASSERT()s for folio_order() and folio_test_large()
2025-03-14 23:38 UTC (7+ messages)
` [PATCH 1/7] btrfs: send: remove the again label inside put_file_data()
[bug report] btrfs: make btrfs_iget() return a btrfs inode instead
2025-03-14 10:53 UTC (2+ messages)
[PATCH v2 0/6] btrfs: prepare for larger folios support
2025-03-13 20:50 UTC (4+ messages)
[PATCH 5.10 458/462] btrfs: bring back the incorrectly removed extent buffer lock recursion support
2025-03-13 18:54 UTC
[bug report] NULL pointer dereference after a balance error on zoned device
2025-03-13 15:18 UTC (13+ messages)
[RFC PATCH v2 0/2] introduce io_uring_cmd_import_fixed_vec
2025-03-13 14:21 UTC (8+ 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