summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)Author
2025-04-10Merge tag 'bcachefs-2025-04-10' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-04-08Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-04-06bcachefs: Use sort_nonatomic() instead of sort()Kent Overstreet
2025-04-06bcachefs: Remove unnecessary softdep on xxhashEric Biggers
2025-04-06bcachefs: use library APIs for ChaCha20 and Poly1305Eric Biggers
2025-04-06bcachefs: Fix duplicate "ro,read_only" in opts at startupKent Overstreet
2025-04-06bcachefs: Fix UAF in bchfs_read()Kent Overstreet
2025-04-06bcachefs: Use cpu_to_le16 for dirent lengthsGabriel Shahrouzi
2025-04-06bcachefs: Fix type for parameter in journal_advance_devs_to_next_bucketGabriel Shahrouzi
2025-04-06bcachefs: Fix escape sequence in prt_printfGabriel Shahrouzi
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-04lib/crc: remove CONFIG_LIBCRC32CEric Biggers
2025-04-03Merge tag 'bcachefs-2025-04-03' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-04-03bcachefs: Fix "journal stuck" during recoveryKent Overstreet
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