public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-08-26 15:39:09 to 2024-08-31 12:41:59 UTC [more...]

[syzbot] [btrfs?] kernel BUG in btrfs_get_ordered_extents_for_logging
 2024-08-31 12:41 UTC  (4+ messages)
` [PATCH] btrfs: Add assert or condition

[PATCH 6.1.y] btrfs: fix extent map use-after-free when adding pages to compressed bio
 2024-08-31  5:27 UTC  (2+ messages)

[PATCH] btrfs: zoned: handle broken write pointer on zones
 2024-08-31  3:55 UTC  (2+ messages)

[PATCH v3 0/3] btrfs path auto free
 2024-08-30 20:46 UTC  (6+ messages)
` [PATCH v3 1/3] btrfs: DEFINE_FREE for btrfs_free_path
` [PATCH v3 2/3] btrfs: BTRFS_PATH_AUTO_FREE in zoned.c
` [PATCH v3 3/3] btrfs: BTRFS_PATH_AUTO_FREE in orphan.c

[PATCH v4 0/2] btrfs: iget_path cleanup
 2024-08-30 20:24 UTC  (3+ messages)
` [PATCH v4 1/2] btrfs: push cleanup into read_locked_inode
` [PATCH v4 2/2] btrfs: remove conditional path allocation

[PATCH 0/2] Const parameter updates
 2024-08-30 19:04 UTC  (6+ messages)
` [PATCH 1/2] btrfs: rework BTRFS_I as macro to preserve parameter const
` [PATCH 2/2] btrfs: constify more pointer parameters

[PATCH v3] btrfs: interrupt fstrim if the current process is freezing
 2024-08-30 18:51 UTC  (2+ messages)

[PATCH v2] btrfs: subpage: fix the bitmap dump which can cause bitmap corruption
 2024-08-30 18:40 UTC  (2+ messages)

[syzbot] [btrfs?] BUG: MAX_LOCKDEP_CHAIN_HLOCKS too low! (6)
 2024-08-30 16:00 UTC  (6+ messages)

[PATCH v3 00/25] DCD: Add support for Dynamic Capacity Devices (DCD)
 2024-08-30  9:21 UTC  (39+ messages)
` [PATCH v3 02/25] printk: Add print format (%par) for struct range
` [PATCH v3 18/25] cxl/extent: Process DCD events and realize region extents
` [PATCH v3 19/25] cxl/region/extent: Expose region extent information in sysfs
` [PATCH v3 20/25] dax/bus: Factor out dev dax resize logic
` [PATCH v3 21/25] dax/region: Create resources on sparse DAX regions
` [PATCH v3 22/25] cxl/region: Read existing extents on region creation
` [PATCH v3 23/25] cxl/mem: Trace Dynamic capacity Event Record
` [PATCH v3 24/25] tools/testing/cxl: Make event logs dynamic
` [PATCH v3 25/25] tools/testing/cxl: Add DC Regions to mock mem data

recovering btrfs filesystem from synology raid5
 2024-08-30  7:18 UTC  (3+ messages)

[PATCH] btrfs: remove btrfs_folio_end_all_writers()
 2024-08-30  7:18 UTC 

[PATCH] btrfs: subpage: fix the bitmap dump which can cause bitmap corruption
 2024-08-30  5:54 UTC 

[PATCH v2 0/3] btrfs path auto free
 2024-08-29 23:20 UTC  (15+ messages)
` [PATCH v2 1/3] btrfs: DEFINE_FREE for btrfs_free_path
` [PATCH v2 2/3] btrfs: BTRFS_PATH_AUTO_FREE in zoned.c
` [PATCH v2 3/3] btrfs: BTRFS_PATH_AUTO_FREE in orphan.c

[PATCH] generic: test concurrent direct IO writes and fsync using same fd
 2024-08-29 23:10 UTC 

[PATCH 0/2] btrfs: fix a regression with concurrent DIO writes and fsync on the same fd
 2024-08-29 23:09 UTC  (3+ messages)
` [PATCH 1/2] btrfs: fix race between direct IO write and fsync when using "
` [PATCH 2/2] btrfs: add and use helper to verify the calling task has locked the inode

[PATCH v2] btrfs: interrupt long running operations if the current process is freezing
 2024-08-29 22:35 UTC  (6+ messages)

[PATCH 0/2] Reduce scope of extent locking while reading
 2024-08-29 21:59 UTC  (3+ messages)

[PATCH 0/2] btrfs: reduce extent map lookup overhead for data write
 2024-08-29 21:40 UTC  (3+ messages)

[PATCH] btrfs: Remove duplicate 'unlikely()' usage
 2024-08-29 16:21 UTC  (2+ messages)

[PATCH -next v2 00/14] btrfs: Cleaned up folio->page conversion
 2024-08-29 15:26 UTC  (16+ messages)
` [PATCH -next v2 01/14] btrfs: convert clear_page_extent_mapped() to take a folio
` [PATCH -next v2 02/14] btrfs: convert get_next_extent_buffer() "
` [PATCH -next v2 03/14] btrfs: convert try_release_subpage_extent_buffer() "
` [PATCH -next v2 04/14] btrfs: convert try_release_extent_buffer() "
` [PATCH -next v2 05/14] btrfs: convert read_key_bytes() "
` [PATCH -next v2 06/14] btrfs: convert submit_eb_subpage() "
` [PATCH -next v2 07/14] btrfs: convert submit_eb_page() "
` [PATCH -next v2 08/14] btrfs: convert try_release_extent_state() "
` [PATCH -next v2 09/14] btrfs: convert try_release_extent_mapping() "
` [PATCH -next v2 10/14] btrfs: convert zlib_decompress() "
` [PATCH -next v2 11/14] btrfs: convert lzo_decompress() "
` [PATCH -next v2 12/14] btrfs: convert zstd_decompress() "
` [PATCH -next v2 13/14] btrfs: convert btrfs_decompress() "
` [PATCH -next v2 14/14] btrfs: convert copy_inline_to_page() to use folio

fix unintentional splitting of zone append bios
 2024-08-29 10:33 UTC  (17+ messages)
` [PATCH 1/4] block: rework bio splitting
` [PATCH 2/4] block: constify the lim argument to queue_limits_max_zone_append_sectors
` [PATCH 3/4] block: properly handle REQ_OP_ZONE_APPEND in __bio_split_to_limits
` [PATCH 4/4] block: don't use bio_split_rw on misc operations

[PATCH] btrfs: interrupt long running operations if the current process is freezing
 2024-08-28 23:50 UTC  (3+ messages)

[syzbot] [btrfs?] kernel BUG in __extent_writepage_io (2)
 2024-08-28 22:59 UTC  (2+ messages)

[PATCH] btrfs: qgroup: add missing extent changeset release
 2024-08-28 21:56 UTC  (9+ messages)
    ` [PATCH v2] btrfs: qgroup: don't use extent changeset when not needed

Root filesystem read access for firmware load during hibernation image writing
 2024-08-28 19:08 UTC 

[GIT PULL] Btrfs fixes for 6.11-rc6
 2024-08-28 19:11 UTC  (4+ messages)

[PATCH] vfs: fix race between evice_inodes() and find_inode()&iput()
 2024-08-28 16:36 UTC  (2+ messages)

[PATCH 0/2] Limit scope of extent locks in btrfs_buffered_write()
 2024-08-28 14:21 UTC  (6+ messages)
` [PATCH 1/2] btrfs: btrfs_has_ordered_extent() to check for ordered extent in range
` [PATCH 2/2] btrfs: reduce scope of extent locks during buffered write

[PATCH next] btrfs: Fix reversed condition in copy_inline_to_page()
 2024-08-28 13:13 UTC  (4+ messages)

[PATCH -next 00/14] btrfs: Cleaned up folio->page conversion
 2024-08-28 13:08 UTC  (15+ messages)
` [PATCH 02/14] btrfs: convert get_next_extent_buffer() to take a folio
              ` [f2fs-dev] "
  ` [f2fs-dev] [PATCH -next 00/14] btrfs: Cleaned up folio->page conversion

Errors found in extent allocation tree (single bit flipped)
 2024-08-28  9:06 UTC  (10+ messages)

[PATCH 00/12] Renames and defrag cleanups
 2024-08-28  0:13 UTC  (19+ messages)
` [PATCH 01/12] btrfs: rename btrfs_submit_bio() to btrfs_submit_bbio()
` [PATCH 02/12] btrfs: rename __btrfs_submit_bio() and drop double underscores
` [PATCH 03/12] btrfs: rename __extent_writepage() "
` [PATCH 04/12] btrfs: rename __compare_inode_defrag() "
` [PATCH 05/12] btrfs: constify arguments of compare_inode_defrag()
` [PATCH 06/12] btrfs: rename __need_auto_defrag() and drop double underscores
` [PATCH 07/12] btrfs: rename __btrfs_add_inode_defrag() "
` [PATCH 08/12] btrfs: rename __btrfs_run_defrag_inode() "
` [PATCH 09/12] btrfs: clear defragmented inodes using postorder in btrfs_cleanup_defrag_inodes()
` [PATCH 10/12] btrfs: return void from btrfs_add_inode_defrag()
` [PATCH 11/12] btrfs: drop transaction parameter "
` [PATCH 12/12] btrfs: always pass readahead state to defrag

[PATCH v2 0/3] btrfs: no longer hold the extent lock for the entire read
 2024-08-27 19:00 UTC  (6+ messages)
` [PATCH v2 1/3] btrfs: introduce EXTENT_DIO_LOCKED
` [PATCH v2 2/3] btrfs: take the dio extent lock during O_DIRECT operations
` [PATCH v2 3/3] btrfs: do not hold the extent lock for entire read

[PATCH] btrfs: fix uninitialized return value from btrfs_reclaim_sweep()
 2024-08-27 10:57 UTC  (3+ messages)

[PATCH v3] fstests: btrfs: test reading data with a corrupted checksum tree leaf
 2024-08-27 10:10 UTC  (3+ messages)

[syzbot] [btrfs?] kernel BUG in btrfs_run_defrag_inodes (2)
 2024-08-27  9:42 UTC  (2+ messages)

[PATCH 0/6] btrfs: add io_uring for encoded reads
 2024-08-27  1:12 UTC  (5+ messages)
` [PATCH 1/6] btrfs: remove iocb from btrfs_encoded_read
` [PATCH 2/6] btrfs: store encoded read state in struct btrfs_encoded_read_private

[PATCH] btrfs: subpage: remove btrfs_fs_info::subpage_info member
 2024-08-27  0:26 UTC  (2+ messages)

[PATCH v4] btrfs: fix a use-after-free bug when hitting errors inside btrfs_submit_chunk()
 2024-08-26 23:31 UTC  (2+ messages)

[PATCH v2] fstests: btrfs/125: do not use raid5 for metadata
 2024-08-26 22:47 UTC 

[PATCH v2] fstests: btrfs: a new test case to verify a use-after-free bug
 2024-08-26 22:15 UTC  (3+ messages)

[PATCH] btrfs: fix the race between umount and btrfs-cleaner
 2024-08-26 15:39 UTC  (3+ messages)


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