summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)Author
2025-04-03bcachefs: backpointer_get_key: check for null from peek_slot()Kent Overstreet
2025-04-03bcachefs: Fix null ptr deref in invalidate_one_bucket()Kent Overstreet
2025-04-03bcachefs: Fix check_snapshot_exists() restart handlingKent Overstreet
2025-04-03bcachefs: use nonblocking variant of print_string_as_lines in error pathBharadwaj Raju
2025-04-03bcachefs: Fix scheduling while atomic from logging changesKent Overstreet
2025-04-03bcachefs: Add error handling for zlib_deflateInit2()Wentao Liang
2025-04-02bcachefs: add missing selection of XARRAY_MULTIEric Biggers
2025-04-02bcachefs: bch_dev_usage_fullKent Overstreet
2025-04-02bcachefs: Kill btree_iter.transKent Overstreet
2025-04-02bcachefs: do_trace_key_cache_fill()Kent Overstreet
2025-04-02bcachefs: Split up bch_dev.io_refKent Overstreet
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-04-01bcachefs: fix ref leak in btree_node_read_all_replicasKent Overstreet
2025-03-31Merge tag 'bcachefs-2025-03-31' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-03-31bcachefs: Fix null ptr deref in bch2_write_endio()Kent Overstreet
2025-03-31bcachefs: Fix field spanning write warningKent Overstreet
2025-03-31bcachefs: Fix striping behaviourKent Overstreet
2025-03-30bcachefs: fix bch2_write_point_to_text() unitsKent Overstreet
2025-03-30bcachefs: Log original key being moved in data updatesKent Overstreet
2025-03-30bcachefs: BCH_JSET_ENTRY_log_bkeyKent Overstreet
2025-03-30bcachefs: Reorder error messages that include journal debugKent Overstreet
2025-03-30bcachefs: Don't use designated initializers for disk_accounting_posKent Overstreet
2025-03-30bcachefs: Silence errors after emergency shutdownKent Overstreet
2025-03-30bcachefs: fix units in rebalance_statusKent Overstreet
2025-03-30bcachefs: bch2_ioctl_subvolume_destroy() fixesKent Overstreet
2025-03-29bcachefs: Clear fs_path_parent on subvolume unlinkKent Overstreet
2025-03-29bcachefs: Change btree_insert_node() assertion to errorKent Overstreet
2025-03-29bcachefs: Better printing of inconsistency errorsKent Overstreet
2025-03-29bcachefs: bch2_count_fsck_err()Kent Overstreet
2025-03-28bcachefs: Better helpers for inconsistency errorsKent Overstreet
2025-03-28bcachefs: Consistent indentation of multiline fsck errorsKent Overstreet
2025-03-28bcachefs: Add an "ignore unknown" option to bch2_parse_mount_opts()Kent Overstreet
2025-03-28bcachefs: bch2_time_stats_init_no_pcpu()Kent Overstreet
2025-03-28bcachefs: Fix bch2_fs_get_tree() error pathFlorian Albrechtskirchinger
2025-03-28bcachefs: fix logging in journal_entry_err_msg()Kent Overstreet
2025-03-28bcachefs: add missing newline in bch2_trans_updates_to_text()Kent Overstreet
2025-03-28bcachefs: print_string_as_lines: fix extra newlineKent Overstreet
2025-03-28bcachefs: Fix WARN() in bch2_bkey_pick_read_device()Kent Overstreet
2025-03-28bcachefs: Don't return 0 size holes from bch2_seek_hole()Kent Overstreet
2025-03-28bcachefs: Fix bch2_seek_hole() lockingKent Overstreet
2025-03-28bcachefs: Recovery no longer holds state_lockKent Overstreet
2025-03-28bcachefs: Fix permissions on version modparamKent Overstreet
2025-03-27Merge tag 'bcachefs-2025-03-24' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-03-26bcachefs: cond_resched() in journal_key_sort_cmp()Kent Overstreet
2025-03-26bcachefs: Fix 'hung task' messages in btree node scanKent Overstreet
2025-03-26bcachefs: Fix btree iter flags in data move (2)Kent Overstreet
2025-03-26bcachefs: Don't unnecessarily decrypt data when movingKent Overstreet
2025-03-26bcachefs: Document disk accounting keys and conutersKent Overstreet
2025-03-26bcachefs: Validate number of counters for accounting keysKent Overstreet
2025-03-25bcachefs: Use print_string_as_lines() for journal stuck messagesKent Overstreet