linux-bcachefs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-04 06:45:20 to 2025-06-18 21:55:11 UTC [more...]

[PATCH 00/37] 6.16-rc3 hotfixes series
 2025-06-18 21:54 UTC  (34+ messages)
` [PATCH 01/37] bcachefs: trace_extent_trim_atomic
` [PATCH 02/37] bcachefs: btree iter tracepoints
` [PATCH 03/37] bcachefs: Don't allocate new memory when mempool is exhausted
` [PATCH 04/37] bcachefs: Fix alloc_req use after free
` [PATCH 05/37] bcachefs: Add missing EBUG_ON
` [PATCH 06/37] bcachefs: Delay calculation of trans->journal_u64s
` [PATCH 07/37] bcachefs: Fix bch2_journal_keys_peek_prev_min()
` [PATCH 08/37] bcachefs: btree_iter: fix updates, journal overlay
` [PATCH 09/37] bcachefs: better __bch2_snapshot_is_ancestor() assert
` [PATCH 10/37] bcachefs: pass last_seq into fs_journal_start()
` [PATCH 11/37] bcachefs: Fix "now allowing incompatible features" message
` [PATCH 12/37] bcachefs: Fix snapshot_key_missing_inode_snapshot repair
` [PATCH 13/37] bcachefs: fsck: fix add_inode()
` [PATCH 14/37] bcachefs: fsck: fix extent past end of inode repair
` [PATCH 15/37] bcachefs: opts.journal_rewind
` [PATCH 16/37] bcachefs: Kill unused tracepoints
` [PATCH 17/37] bcachefs: mark more errors autofix
` [PATCH 18/37] bcachefs: Move bset size check before csum check
` [PATCH 19/37] bcachefs: Fix pool->alloc NULL pointer dereference
` [PATCH 20/37] bcachefs: don't return fsck_fix for unfixable node errors in __btree_err
` [PATCH 21/37] bcachefs: fsck: Improve check_key_has_inode()
` [PATCH 22/37] bcachefs: Call bch2_fs_init_rw() early if we'll be going rw
` [PATCH 23/37] bcachefs: Fix __bch2_inum_to_path() when crossing subvol boundaries
` [PATCH 24/37] bcachefs: fsck: Print path when we find a subvol loop
` [PATCH 25/37] bcachefs: fsck: Fix remove_backpointer() for subvol roots
` [PATCH 26/37] bcachefs: fsck: Fix reattach_inode() "
` [PATCH 27/37] bcachefs: fsck: check_directory_structure runs in reverse order
` [PATCH 28/37] bcachefs: fsck: additional diagnostics for reattach_inode()
` [PATCH 29/37] bcachefs: fsck: check_subdir_count logs path
` [PATCH 30/37] bcachefs: fsck: Fix check_path_loop() + snapshots
` [PATCH 31/37] bcachefs: Fix bch2_read_bio_to_text()
` [PATCH 32/37] bcachefs: Fix restart handling in btree_node_scrub_work()
` [PATCH 33/37] bcachefs: fsck: Fix check_directory_structure when no check_dirents

[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

[syzbot] [bcachefs?] kernel BUG in __journal_res_get (3)
 2025-06-18 13:07 UTC 

[syzbot] [bcachefs?] INFO: task hung in bch2_page_fault
 2025-06-17 16:52 UTC  (2+ messages)

[syzbot] [bcachefs?] KASAN: slab-out-of-bounds Write in bch2_dirent_init_name
 2025-06-17 15:56 UTC 

[PATCH] bcachefs: Return EROFS for BCH_IOCTL_DATA ioctl requests in ro mount mode
 2025-06-17 14:56 UTC  (3+ messages)

[syzbot] [bcachefs?] KMSAN: uninit-value in __bch2_alloc_v4_to_text
 2025-06-17  8:11 UTC 

[PATCH v2 RESEND] bcachefs: use union for bch_compression_opt to make encode & decode easier
 2025-06-17  7:00 UTC 

[PATCH] docs: bcachefs: fix spelling of 'hierarchy' in idle_work.rst
 2025-06-16 19:51 UTC 

Issues setting durability on new devices in bcachefs
 2025-06-16  0:33 UTC  (10+ messages)

[PATCH v2] bcachefs: don't return fsck_fix for unfixable node errors in __btree_err
 2025-06-15 17:16 UTC  (2+ messages)

[PATCH] bcachefs: don't return early from __btree_err for bad or incompatible node read errors
 2025-06-15 16:46 UTC  (5+ messages)

[syzbot] [bcachefs?] kernel BUG in __bch2_bkey_compat
 2025-06-15 15:38 UTC  (2+ messages)

[syzbot] [bcachefs?] KASAN: use-after-free Read in poly1305_update
 2025-06-15  9:56 UTC  (2+ messages)

[PATCH v2] bcachefs: Fix pool->alloc NULL pointer dereference
 2025-06-15  5:41 UTC 

[PATCH] bcachefs: Fix pool->alloc NULL pointer dereference
 2025-06-14 17:58 UTC  (2+ messages)

[PATCH] bcachefs: Move bset size check before csum check
 2025-06-14  9:18 UTC 

[PATCH] bcachefs: opts.journal_rewind
 2025-06-13 23:25 UTC 

[GIT PULL] bcachefs fixes for 6.16-rc2
 2025-06-13 18:04 UTC  (2+ messages)

[syzbot] [bcachefs?] BUG: unable to handle kernel NULL pointer dereference in bch2_btree_update_start
 2025-06-13 17:50 UTC  (2+ messages)

[PATCH] bcachefs: Fix alloc_req use after free
 2025-06-13 14:54 UTC 

[PATCH] bcachefs: Don't allocate new memory when mempool is exhausted
 2025-06-13 13:19 UTC 

Unused trace events in bcachefs
 2025-06-13  2:40 UTC 

[PATCH 1/2] bcachefs: Add missing EBUG_ON
 2025-06-12 19:01 UTC  (2+ messages)
` [PATCH 2/2] bcachefs: Delay calculation of trans->journal_u64s

[syzbot] [rcu?] [bcachefs?] BUG: unable to handle kernel NULL pointer dereference in rcu_core (3)
 2025-06-12 17:20 UTC  (20+ messages)
` [syzbot] [bcachefs?] [rcu?] "

Size of directory entry 16 EiB according to "ls -l"
 2025-06-12 15:51 UTC  (11+ messages)

[PATCH] bcachefs: fix size used to calculate `nr` of devices in member_to_text()
 2025-06-12 15:27 UTC  (2+ messages)

[syzbot] [bcachefs?] WARNING in __init_work (2)
 2025-06-12  7:52 UTC 

[syzbot] [bcachefs?] KASAN: slab-use-after-free Read in bch2_bucket_alloc_trans
 2025-06-12  7:51 UTC 

[syzbot] [bcachefs?] KASAN: slab-out-of-bounds Read in bch2_sb_members_v1_to_text
 2025-06-11 18:25 UTC  (2+ messages)

[syzbot] [bcachefs?] WARNING in bch2_fs_btree_iter_exit
 2025-06-11 12:36 UTC 

[syzbot] [bcachefs?] divide error in bch2_sb_members_v2_to_text
 2025-06-11  6:47 UTC  (3+ messages)

[syzbot] [bcachefs?] KASAN: slab-use-after-free Read in bch2_str_hash_repair_key
 2025-06-10 19:15 UTC 

[PATCH] bcachefs: ioctl: avoid stack overflow warning
 2025-06-10 13:37 UTC  (2+ messages)

[PATCH] fix : slab-out-of-bounds Read in bch2_sb_members_v2_to_text
 2025-06-09 13:37 UTC  (2+ messages)

[syzbot] [kernfs?] [bcachefs?] general protection fault in kernfs_dop_revalidate
 2025-06-09  7:02 UTC  (5+ messages)
` [syzbot] [kernfs?] "

[PATCH] bcachefs: Re-add seemingly duplicate bch2_trans_begin()
 2025-06-08 12:08 UTC  (3+ messages)

[syzbot] [bcachefs?] kernel BUG in vfs_get_tree (2)
 2025-06-08  5:52 UTC 

[PATCH v4 0/6] Enable strict percpu address space checks
 2025-06-07 14:31 UTC  (17+ messages)
` [PATCH v4 6/6] percpu/x86: Enable strict percpu checks via named AS qualifiers
  ` Large modules with 6.15 [was: [PATCH v4 6/6] percpu/x86: Enable strict percpu checks via named AS qualifiers]

[GIT PULL] bcachefs fixes for 6.15 stable
 2025-06-07  8:36 UTC  (2+ messages)

[GIT PULL] bcachefs changes for 6.16, part 2
 2025-06-05  3:04 UTC  (2+ messages)

[PATCH 1/2] bcachefs: Simplify bch2_bio_map()
 2025-06-05  2:14 UTC  (3+ messages)
` [PATCH 2/2] bcachefs: Use bio_add_folio_nofail() for unfailable operations

[syzbot] [bcachefs?] WARNING in bch2_writepage_io_done (3)
 2025-06-05  1:20 UTC  (2+ messages)

[PATCH] bcachefs: Fix -Wc23-extensions in bch2_check_dirents()
 2025-06-04 19:38 UTC 

linux-next: Tree for Jun 4 (fs/bcachefs/dirent.o)
 2025-06-04 11:21 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).