public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-21 07:21:48 to 2025-10-24 14:51:15 UTC [more...]

[PATCH 0/4] btrfs: introduce async_csum feature
 2025-10-24 14:51 UTC  (7+ messages)
` [PATCH 1/4] btrfs: make sure all btrfs_bio::end_io is called in task context
` [PATCH 2/4] btrfs: remove btrfs_fs_info::compressed_write_workers
` [PATCH 3/4] btrfs: relax btrfs_inode::ordered_tree_lock
` [PATCH 4/4] btrfs: introduce btrfs_bio::async_csum

[PATCH] generic: test fsync of directory after renaming new symlink
 2025-10-24 13:41 UTC  (2+ messages)

[PATCH] btrfs: set inode flag BTRFS_INODE_COPY_EVERYTHING when logging new name
 2025-10-24 13:34 UTC  (2+ messages)

filemap_* writeback interface cleanups v2
 2025-10-24 12:13 UTC  (14+ messages)
` [PATCH 01/10] mm: don't opencode filemap_fdatawrite_range in filemap_invalidate_inode
` [PATCH 02/10] 9p: don't opencode filemap_fdatawrite_range in v9fs_mmap_vm_close
` [PATCH 03/10] ocfs2: don't opencode filemap_fdatawrite_range in ocfs2_journal_submit_inode_data_buffers
` [PATCH 04/10] btrfs: use the local tmp_inode variable in start_delalloc_inodes
` [PATCH 05/10] btrfs: push struct writeback_control into start_delalloc_inodes
` [PATCH 06/10] mm,btrfs: add a filemap_flush_nr helper
` [PATCH 07/10] mm: remove __filemap_fdatawrite
` [PATCH 08/10] mm: remove filemap_fdatawrite_wbc
` [PATCH 09/10] mm: remove __filemap_fdatawrite_range
` [PATCH 10/10] mm: rename filemap_fdatawrite_range_kick to filemap_flush_range

Symlink entry is not persisted after rename if system crashes
 2025-10-24 11:59 UTC  (2+ messages)

Damaged filesystem - request for support
 2025-10-24 10:26 UTC  (4+ messages)

dm bug: hibernate to swap located on dm-integrity doesn't work (how to get data redundancy for swap?)
 2025-10-24 10:23 UTC  (3+ messages)
  ` [PATCH] pm-hibernate: flush block device cache when hibernating

[PATCH v2 0/4] btrfs: define and apply the AUTO_K(V)FREE_PTR macros
 2025-10-24 10:21 UTC  (5+ messages)
` [PATCH v2 1/4] btrfs: declare free_ipath() via DEFINE_FREE()
` [PATCH v2 2/4] btrfs: define the AUTO_K(V)FREE helper macros
` [PATCH v2 3/4] btrfs: apply the AUTO_K(V)FREE macros throughout the tree
` [PATCH v2 4/4] btrfs: add ASSERTs on prealloc in qgroup functions

[PATCH] btrfs: make sure no dirty metadata write is submitted after btrfs_stop_all_workers()
 2025-10-24  9:16 UTC  (8+ messages)

[PATCH v2] btrfs: ensure no dirty metadata is written back for an fs with errors
 2025-10-24  8:10 UTC  (2+ messages)

[PATCH 00/28] btrfs: some small optimizations around space_info locking and cleanups
 2025-10-24  8:02 UTC  (39+ messages)
` [PATCH 01/28] btrfs: return real error when failing tickets in maybe_fail_all_tickets()
` [PATCH 02/28] btrfs: avoid recomputing used space in btrfs_try_granting_tickets()
` [PATCH 03/28] btrfs: make btrfs_can_overcommit() return bool instead of int
` [PATCH 04/28] btrfs: avoid used space computation when trying to grant tickets
` [PATCH 05/28] btrfs: avoid used space computation when reserving space
` [PATCH 06/28] btrfs: inline btrfs_space_info_used()
` [PATCH 07/28] btrfs: bail out earlier from need_preemptive_reclaim() if we have tickets
` [PATCH 08/28] btrfs: increment loop count outside critical section during metadata reclaim
` [PATCH 09/28] btrfs: shorten critical section in btrfs_preempt_reclaim_metadata_space()
` [PATCH 10/28] btrfs: avoid unnecessary reclaim calculation in priority_reclaim_metadata_space()
` [PATCH 11/28] btrfs: assert space_info is locked in steal_from_global_rsv()
` [PATCH 12/28] btrfs: assign booleans to global reserve's full field
` [PATCH 13/28] btrfs: process ticket outside global reserve critical section
` [PATCH 14/28] btrfs: remove double underscore prefix from __reserve_bytes()
` [PATCH 15/28] btrfs: reduce space_info critical section in btrfs_chunk_alloc()
` [PATCH 16/28] btrfs: reduce block group critical section in btrfs_free_reserved_bytes()
` [PATCH 17/28] btrfs: reduce block group critical section in btrfs_add_reserved_bytes()
` [PATCH 18/28] btrfs: reduce block group critical section in do_trimming()
` [PATCH 19/28] btrfs: reduce block group critical section in pin_down_extent()
` [PATCH 20/28] btrfs: use local variable for space_info "
` [PATCH 21/28] btrfs: remove 'reserved' argument from btrfs_pin_extent()
` [PATCH 22/28] btrfs: change 'reserved' argument from pin_down_extent() to bool
` [PATCH 23/28] btrfs: reduce block group critical section in unpin_extent_range()
` [PATCH 24/28] btrfs: remove pointless label and goto from unpin_extent_range()
` [PATCH 25/28] btrfs: add data_race() in btrfs_account_ro_block_groups_free_space()
` [PATCH 26/28] btrfs: move ticket wakeup and finalization to remove_ticket()
` [PATCH 27/28] btrfs: avoid space_info locking when checking if tickets are served
` [PATCH 28/28] btrfs: tag as unlikely fs aborted checks in space flushing code

Bug#1116067: linux-image-6.1.0-32-amd64: btrfs compression quietly stopped around 60TB in
 2025-10-24  7:29 UTC  (7+ messages)

[syzbot] [btrfs?] possible deadlock in btrfs_finish_one_ordered (2)
 2025-10-24  4:42 UTC 

[PATCH v2 0/3] io_uring/uring_cmd: avoid double indirect call in task work dispatch
 2025-10-24  4:21 UTC  (9+ messages)
` [PATCH v2 1/3] io_uring: expose io_should_terminate_tw()
` [PATCH v2 2/3] io_uring/uring_cmd: call io_should_terminate_tw() when needed
` [PATCH v2 3/3] io_uring/uring_cmd: avoid double indirect call in task work dispatch

[syzbot] [btrfs?] general protection fault in btrfs_evict_inode
 2025-10-24  3:01 UTC  (2+ messages)

[syzbot] [btrfs?] possible deadlock in write_all_supers
 2025-10-24  2:07 UTC 

[PATCH] btrfs: make periodic dynamic reclaim the default for data
 2025-10-23 23:27 UTC  (6+ messages)

[PATCH 0/3] io_uring/uring_cmd: avoid double indirect call in task work dispatch
 2025-10-23 19:49 UTC  (8+ messages)
` [PATCH 1/3] io_uring: expose io_should_terminate_tw()
` [PATCH 2/3] io_uring/uring_cmd: call io_should_terminate_tw() when needed
` [PATCH 3/3] io_uring/uring_cmd: avoid double indirect call in task work dispatch

[PATCH 00/10] BLAKE2b library API
 2025-10-23 18:45 UTC  (6+ messages)
` [PATCH 10/10] btrfs: switch to library APIs for checksums

[PATCH] btrfs: send: don't send rmdir for same target multiple times with multi hardlink situation
 2025-10-23 18:10 UTC  (2+ messages)

[PATCH v3 00/17] Remap tree
 2025-10-23 17:35 UTC  (4+ messages)
` [PATCH v3 16/17] btrfs: handle discarding fully-remapped block groups

[GIT PULL] Btrfs fixes for 6.18-rc3
 2025-10-23 17:03 UTC  (2+ messages)

[PATCH 0/2] Kbuild: enable -fms-extensions, make btrfs the first user
 2025-10-23 16:45 UTC  (13+ messages)
` [PATCH 1/2] Kbuild: enable -fms-extensions
` [PATCH 2/2] btrfs: send: make use of -fms-extensions for defining struct fs_path

[PATCH] btrfs: subpage: simplify the PAGECACHE_TAG_TOWRITE handling
 2025-10-22 15:25 UTC  (3+ messages)

[PATCH v7 0/3] fstests: basic smoke test on zoned loop device
 2025-10-22  9:27 UTC  (4+ messages)
` [PATCH v7 1/3] common/zoned: add _require_zloop
` [PATCH v7 2/3] common/zoned: add helpers for creation and teardown of zloop devices
` [PATCH v7 3/3] generic: basic smoke for filesystems on zoned block devices

[PATCH 0/4] btrfs: define and apply the AUTO_K(V)FREE_PTR macros
 2025-10-22  9:21 UTC  (9+ messages)
` [PATCH 1/4] btrfs: declare free_ipath() via DEFINE_FREE() instead
` [PATCH 2/4] btrfs: define the AUTO_K(V)FREE_PTR helper macros
` [PATCH 3/4] btrfs: apply the AUTO_K(V)FREE_PTR macros throughout the tree
` [PATCH 4/4] btrfs: add ASSERTs on prealloc in qgroup functions

[PATCH] btrfs: zoned: show statistics for zoned filesystems
 2025-10-22  9:19 UTC 

[PATCH v5 0/3] fstests: basic smoke test on zoned loop device
 2025-10-22  7:34 UTC  (14+ messages)
` [PATCH v5 3/3] generic: basic smoke for filesystems on zoned block devices

[PATCH v2] iomap: add IOMAP_DIO_FSBLOCK_ALIGNED flag
 2025-10-22  7:23 UTC  (3+ messages)

[PATCH] fix IS_ERR() vs NULL Check in btrfs_build_ref_tree()
 2025-10-22  6:46 UTC  (2+ messages)

[PATCH] btrfs: fix delayed_node ref_tracker use after free
 2025-10-22  6:42 UTC  (2+ messages)

[PATCH] btrfs-progs: btrfs-find-root: fix incorrect command name in usage text
 2025-10-22  6:40 UTC  (2+ messages)

[PATCH] btrfs: never trust the bio from direct IO
 2025-10-22  6:24 UTC  (26+ messages)
` O_DIRECT vs BLK_FEAT_STABLE_WRITES, was "

[GIT PULL] Btrfs fixes for 6.18-rc2
 2025-10-22  4:52 UTC  (5+ messages)

btrfs RAID5 or btrfs on md RAID5?
 2025-10-21 22:19 UTC  (11+ messages)

[PATCH 2/2] btrfs: handle bio split errors for append
 2025-10-21 21:03 UTC  (2+ messages)

[PATCH 0/2] btrfs: do not trust direct IO page at all
 2025-10-21 20:41 UTC  (5+ messages)
` [PATCH 1/2] btrfs: force stable writes for all inodes
` [PATCH 2/2] btrfs: allocate bounce pages for direct IO

btrfsmaintenance?
 2025-10-21 18:55 UTC  (3+ messages)

[PATCH v2 0/3] btrfs: More test fixes for large block/node sizes
 2025-10-21 11:49 UTC  (4+ messages)
` [PATCH v2 3/3] btrfs/290: Make the test compatible with all supported block sizes

[syzbot] [btrfs?] kernel BUG in btrfs_backref_release_cache (2)
 2025-10-21 10:52 UTC 

[PATCH] btrfs: fix NULL dereference on root when tracing inode eviction
 2025-10-21  9:11 UTC 


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