public inbox for linux-bcachefs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-22 07:35:29 to 2024-11-06 21:17:54 UTC [more...]

[PATCH 1/2] ktest README.md: update location of test file
 2024-11-06 21:17 UTC  (3+ messages)
` [PATCH 2/2] ktest README.md: fix typo "standard"

[PATCH v2] Change OPT_STR max to be 1 less than the size of choices array
 2024-11-06 20:57 UTC  (2+ messages)

[PATCH] Fix wrong max check in bch2_opt_validate
 2024-11-06 19:34 UTC  (5+ messages)

[syzbot] [bcachefs?] KMSAN: uninit-value in bch2_bucket_alloc_early
 2024-11-06 13:58 UTC 

[syzbot] [bcachefs?] kernel BUG in bch2_btree_path_traverse_one
 2024-11-06 13:24 UTC 

[PATCH] bcachefs: fix uninitialized percpu variable
 2024-11-06  3:38 UTC  (2+ messages)

[PATCH] bcachefs: fix io_read/write counter with wrong unit
 2024-11-05 14:28 UTC  (2+ messages)

[PATCH] bcachefs-tools: Fix TODO "Show bcachefs version"
 2024-11-05  8:36 UTC 

[syzbot] [bcachefs?] kernel BUG in bch2_run_recovery_pass
 2024-11-05  2:09 UTC  (2+ messages)

[PATCH] Add support for true/false, yes/no & on/off in bool-type options
 2024-11-04 17:30 UTC  (15+ messages)
` [PATCH v2] bcachefs: add support for true/false & yes/no "
    ` [PATCH v3] "
        ` [PATCH v4] libbcachefs: "
            ` [PATCH v5] bcachefs: "

[PATCH 1/3] bcachefs: Reserve 8 bits in bch_reflink_p
 2024-11-04  7:11 UTC  (3+ messages)
` [PATCH 2/3] bcachefs: Reorganize reflink.c a bit
` [PATCH 3/3] bcachefs: Don't delete reflink pointers to missing indirect extents

[syzbot] [bcachefs?] kernel panic: bcachefs (loop0): panic after error
 2024-11-04  1:37 UTC 

[PATCH 0/5] bcachefs hotfixes
 2024-11-03 22:32 UTC  (6+ messages)
` [PATCH 1/5] bcachefs: Fix null ptr deref in bucket_gen_get()
` [PATCH 2/5] bcachefs: Fix error handling in bch2_btree_node_prefetch()
` [PATCH 3/5] bcachefs: Ancient versions with bad bkey_formats are no longer supported
` [PATCH 4/5] bcachefs: Fix topology errors on split after merge
` [PATCH 5/5] bcachefs: Ensure BCH_FS_may_go_rw is set before exiting recovery

[syzbot] [bcachefs?] kernel BUG in bch2_btree_path_level_init (2)
 2024-11-03 12:51 UTC  (2+ messages)

[PATCH] bcachefs: Fix a typo
 2024-11-02 13:06 UTC 

[syzbot] [bcachefs?] kernel BUG in bch2_dev_btree_bitmap_mark
 2024-11-02 11:57 UTC  (2+ messages)

[syzbot] [bcachefs?] WARNING in bch2_writepage_io_done (2)
 2024-11-02  0:53 UTC 

[syzbot] [bcachefs?] WARNING: suspicious RCU usage in bucket_gen
 2024-11-01 18:30 UTC 

[GIT PULL] bcachefs fixes for 6.12-rc6
 2024-11-01 17:48 UTC  (2+ messages)

[syzbot] [bcachefs?] kernel BUG in bch2_inconsistent_error
 2024-10-31 23:00 UTC  (3+ messages)

[PATCH] bcachefs: Correct the description of the '--bucket=size' options
 2024-10-31  8:05 UTC  (2+ messages)

[syzbot] [bcachefs?] kernel BUG in __bkey_unpack_pos
 2024-10-31  7:19 UTC  (3+ messages)

[PATCH] bcachefs: use attribute define helper for sysfs attribute
 2024-10-31  7:16 UTC  (2+ messages)

[PATCH] bcachefs: add check NULL return of bio_kmalloc in journal_read_bucket
 2024-10-31  7:14 UTC  (2+ messages)

[PATCH] bcachefs: move sysfs macro from util to sysfs
 2024-10-30  1:44 UTC 

[PATCH] jfs: add a check to prevent array-index-out-of-bounds
 2024-10-29 22:39 UTC  (2+ messages)

bcachefs security with untrusted block device
 2024-10-29 19:59 UTC 

[PATCH] bcachefs: remove write permission for gc_gens_pos sysfs interface
 2024-10-29 12:53 UTC 

[PATCH] bcachefs: check the invalid parameter for perf test
 2024-10-29 12:53 UTC 

[syzbot] [bcachefs?] kernel BUG in bch2_btree_write_buffer_flush_locked
 2024-10-28 15:49 UTC 

[PATCH v2 00/10] Enhance min heap API with non-inline functions and optimizations
 2024-10-28  6:10 UTC  (7+ messages)
` [PATCH v2 10/10] Documentation/core-api: Add min heap API introduction

[PATCH v3] bcachefs: Fix NULL ptr dereference in btree_node_iter_and_journal_peek
 2024-10-27 20:19 UTC  (2+ messages)

[PATCH] mm: Drop INT_MAX limit from kvmalloc()
 2024-10-27 19:58 UTC  (11+ messages)

[PATCH v2] bcachefs: Fix NULL ptr dereference in btree_node_iter_and_journal_peek
 2024-10-27 19:15 UTC  (6+ messages)

[PATCH] bcachefs-tools: replace multiple if with match to improve readability
 2024-10-27 14:21 UTC 

[syzbot] [bcachefs] WARNING in srcu_check_nmi_safety (2)
 2024-10-27 13:55 UTC 

[syzbot] [bcachefs?] kernel BUG in bch2_bkey_pack_pos_lossy
 2024-10-27  1:10 UTC 

[PATCH 0/9] transaction restarts and other iterator work
 2024-10-27  0:51 UTC  (10+ messages)
` [PATCH 1/9] bcachefs: Assert we're not in a restart in bch2_trans_put()
` [PATCH 2/9] bcachefs: Better in_restart error
` [PATCH 3/9] bcachefs: CONFIG_BCACHEFS_INJECT_TRANSACTION_RESTARTS
` [PATCH 4/9] bcachefs: Assert that we're not violating key cache coherency rules
` [PATCH 5/9] bcachefs: Rename btree_iter_peek_upto() -> btree_iter_peek_max()
` [PATCH 6/9] bcachefs: Simplify btree_iter_peek() filter_snapshots
` [PATCH 7/9] bcachefs: Kill unnecessary iter_rewind() in bkey_get_empty_slot()
` [PATCH 8/9] bcachefs: Implement bch2_btree_iter_prev_min()
` [PATCH 9/9] bcachefs: peek_prev_min(): Search forwards for extents, snapshots

[PATCH -next] bcachefs: fix possible null-ptr-deref in __bch2_ec_stripe_head_get()
 2024-10-27  0:43 UTC  (3+ messages)

[PATCH v3] bcachefs: init freespace inited bits to 0 in bch2_fs_initialize
 2024-10-27  0:31 UTC  (5+ messages)

[RESEND PATCH] bcachefs: Annotate struct bucket_gens with __counted_by()
 2024-10-27  0:30 UTC  (2+ messages)

[PATCH] bcachefs-tools: fix in fuse feature in RUSTFLAGS
 2024-10-26 14:18 UTC 

[PATCH] bcachefs-tools: update VERSION in Makefile to 1.13.0
 2024-10-26 12:51 UTC 

[PATCH] bcachefs: Use str_write_read() helper in write_super_endio()
 2024-10-26 10:47 UTC 

[syzbot] [bcachefs?] kernel BUG in bch2_fs_btree_write_buffer_exit
 2024-10-26  7:13 UTC  (3+ messages)

[PATCH resend] bcachefs-tools: fix build failure when BCACHEFS_FUSE=1
 2024-10-26  5:48 UTC  (2+ messages)

[PATCH] bcachefs: Improve trace_rebalance_extent
 2024-10-26  5:46 UTC 

[PATCH] Fix build failure when BCACHEFS_FUSE=1
 2024-10-26  4:26 UTC 

[syzbot] [bcachefs?] KASAN: slab-use-after-free Read in bch2_reconstruct_alloc
 2024-10-26  4:21 UTC  (7+ messages)
  ` [PATCH] bcachefs: Retrieve ext again after sb is reallocated

[PATCH] bcachefs: Fix unhandled transaction restart in fallocate
 2024-10-26  3:34 UTC 

[PATCH] bcachefs: Fix NULL ptr dereference in btree_node_iter_and_journal_peek
 2024-10-26  0:33 UTC  (9+ messages)

[PATCH v2] bcachefs: init freespace inited bits to 0 in bch2_fs_initialize
 2024-10-25 23:49 UTC  (3+ messages)

[PATCH] Revert "bcachefs: Add asserts to bch2_dev_btree_bitmap_marked_sectors()"
 2024-10-25 23:02 UTC  (8+ messages)

[PATCH] Allow multiple targets for subvolume delete
 2024-10-25 18:52 UTC 

[PATCH v2] bcachefs: fix null-ptr-deref in have_stripes()
 2024-10-25 17:17 UTC  (4+ messages)

[PATCH] bcachefs: Fix UAF in bch2_reconstruct_alloc()
 2024-10-25 17:15 UTC 

[REGRESSION][BISECTED] erroneous buffer overflow detected in bch2_xattr_validate
 2024-10-25 15:27 UTC  (14+ messages)

[syzbot] [bcachefs?] WARNING: locking bug in rcu_pending_pcpu_dequeue
 2024-10-25 12:19 UTC 

[Syzkaller & bisect] There is INFO: task hung in __rq_qos_throttle
 2024-10-25 10:02 UTC  (4+ messages)

[syzbot] [bcachefs?] kernel BUG in bch2_trans_node_iter_init
 2024-10-25  6:49 UTC 

[syzbot] [bcachefs?] kernel BUG in __bch2_bkey_cmp_packed_format_checked
 2024-10-25  6:49 UTC 

[syzbot] [bcachefs?] kernel BUG in bch2_bkey_cmp_packed
 2024-10-25  6:48 UTC 

[syzbot] [bcachefs?] kernel BUG in bch2_journal_res_get (2)
 2024-10-25  6:48 UTC 

[syzbot] [bcachefs?] general protection fault in bch2_btree_path_traverse_one
 2024-10-25  6:48 UTC 

[syzbot] [bcachefs?] INFO: task hung in do_rmdir (6)
 2024-10-25  0:44 UTC 

[GIT PULL] bcachefs fixes for 6.12-rc5
 2024-10-24 22:19 UTC  (12+ messages)

bcachefs extent_entry_type setters
 2024-10-24 21:27 UTC  (2+ messages)

[syzbot] [bcachefs?] possible deadlock in bch2_btree_cache_scan
 2024-10-24 17:03 UTC 

[syzbot] [bcachefs?] general protection fault in __bch2_fsck_err
 2024-10-24 13:34 UTC 

[PATCH v5 00/18] fanotify: add pre-content hooks
 2024-10-24 13:06 UTC  (3+ messages)
` [PATCH v5 03/18] fsnotify: generate pre-content permission event on open

[PATCH] bcachefs: Fix invalid shift in validate_sb_layout()
 2024-10-24 11:51 UTC  (5+ messages)

[PATCH] bcachefs: Add missing btree_bitmap_shift check in bch2_dev_btree_bitmap_marked_sectors
 2024-10-24 11:33 UTC  (2+ messages)

[PATCH v3] bcachefs: fix shift oob in alloc_lru_idx_fragmentation
 2024-10-24 11:30 UTC  (6+ messages)

[PATCH] bcachefs: Allocator now directly wakes up copygc when necessary
 2024-10-24  3:46 UTC  (2+ messages)

[PATCH] bcachefs: fix null-ptr-deref in have_stripes()
 2024-10-24  2:37 UTC  (2+ messages)

[syzbot] [bcachefs?] UBSAN: shift-out-of-bounds in validate_sb_layout
 2024-10-23 21:16 UTC  (2+ messages)

[PATCH] bcachefs: Explicitly select CRYPTO from BCACHEFS_FS
 2024-10-23 19:00 UTC  (3+ messages)

[syzbot] [bcachefs?] possible deadlock in __bch2_trans_relock
 2024-10-23 18:30 UTC 

[syzbot] [bcachefs?] kernel BUG in wb_flush_one
 2024-10-23 13:00 UTC 

[syzbot] [bcachefs?] KASAN: null-ptr-deref Read in bch2_sb_set_upgrade_extra
 2024-10-23  7:18 UTC 

[syzbot] [bcachefs?] kernel BUG in bch2_ptr_swab
 2024-10-23  4:12 UTC 

[syzbot] [bcachefs?] general protection fault in bch2_opts_apply
 2024-10-22 23:54 UTC  (2+ messages)

[syzbot] [bcachefs?] INFO: task hung in __closure_sync_timeout
 2024-10-22 22:39 UTC  (2+ messages)

[syzbot] [bcachefs?] kernel BUG in bch2_journal_key_insert_take
 2024-10-22 20:21 UTC  (2+ messages)

[syzbot] [bcachefs?] general protection fault in btree_node_iter_and_journal_peek
 2024-10-22  7:35 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