summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)Author
2025-05-21bcachefs: Fix bch2_dirent_create_snapshot() for casefoldingKent Overstreet
2025-05-21bcachefs: Fix casefold opt via xattr interfaceKent Overstreet
2025-05-19bcachefs: mkwrite() now only dirties one pageKent Overstreet
2025-05-18bcachefs: fix extent_has_stripe_ptr()Kent Overstreet
2025-05-17bcachefs: Fix bch2_btree_path_traverse_cached() when paths reallocedKent Overstreet
2025-05-14bcachefs: fix wrong arg to fsck_err()Kent Overstreet
2025-05-14bcachefs: Fix missing commit in backpointer to missing targetKent Overstreet
2025-05-14bcachefs: Fix accidental O(n^2) in fiemapKent Overstreet
2025-05-14bcachefs: Fix set_should_be_locked() call in peek_slot()Kent Overstreet
2025-05-14bcachefs: Fix self deadlockAlan Huang
2025-05-14bcachefs: Don't set btree nodes as accessed on fillKent Overstreet
2025-05-14bcachefs: Fix livelock in journal_entry_open()Kent Overstreet
2025-05-14bcachefs: Fix broken btree_path lock invariants in next_node()Kent Overstreet
2025-05-14bcachefs: Don't strip rebalance_opts from indirect extentsKent Overstreet
2025-05-12crypto: lib/chacha - add strongly-typed state zeroizationEric Biggers
2025-05-12crypto: lib/chacha - strongly type the ChaCha stateEric Biggers
2025-05-11sort.h: hoist cmp_int() into generic header fileFedor Pchelkin
2025-05-08treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()Ingo Molnar
2025-05-07bcachefs: Don't aggressively discard the journalKent Overstreet
2025-05-07bcachefs: Ensure superblock gets written when we go EROKent Overstreet
2025-05-07bcachefs: Filter out harmless EROFS error messagesKent Overstreet
2025-05-07bcachefs: journal_shutdown is EROFS, not EIOKent Overstreet
2025-05-05bcachefs: Call bch2_fs_start before getting vfs superblockKent Overstreet
2025-05-05bcachefs: fix hung task timeout in journal readKent Overstreet
2025-05-05bcachefs: Add missing barriers before wake_up_bit()Kent Overstreet
2025-05-05bcachefs: Ensure proper write alignmentKent Overstreet
2025-05-05bcachefs: Improve want_cached_ptr()Kent Overstreet
2025-05-04bcachefs: thread_with_stdio: fix spinning instead of exitingKent Overstreet
2025-05-01bcachefs: Remove incorrect __counted_by annotationAlan Huang
2025-05-01bcachefs: add missing sched_annotate_sleep()Kent Overstreet
2025-05-01bcachefs: Fix __bch2_dev_group_set()Kent Overstreet
2025-05-01bcachefs: Kill ERO for i_blocks check in truncateKent Overstreet
2025-05-01bcachefs: check for inode.bi_sectors underflowKent Overstreet
2025-05-01bcachefs: Kill ERO in __bch2_i_sectors_acct()Kent Overstreet
2025-04-30bcachefs: readdir fixesKent Overstreet
2025-04-30bcachefs: improve missing journal write device error messageKent Overstreet
2025-04-28bcachefs: Topology error after insert is now an EROKent Overstreet
2025-04-28bcachefs: Use bch2_kvmalloc() for journal keys arrayKent Overstreet
2025-04-28bcachefs: More informative error message when shutting down due to errorKent Overstreet
2025-04-28bcachefs: btree_root_unreadable_and_scan_found_nothing autofix for non data b...Kent Overstreet
2025-04-28bcachefs: btree_node_data_missing is now autofixKent Overstreet
2025-04-28bcachefs: Don't generate alloc updates to invalid bucketsKent Overstreet
2025-04-28bcachefs: Improve bch2_dev_bucket_missing()Kent Overstreet
2025-04-28bcachefs: fix bch2_dev_buckets_resize()Kent Overstreet
2025-04-28bcachefs: Add upgrade table entry from 0.14Kent Overstreet
2025-04-28bcachefs: Run BCH_RECOVERY_PASS_reconstruct_snapshots on missing subvol -> sn...Kent Overstreet
2025-04-28bcachefs: Add missing utf8_unload()Kent Overstreet
2025-04-28bcachefs: Emit unicode version message on startupKent Overstreet
2025-04-28bcachefs: Use generic_set_sb_d_ops for standard casefolding d_opsKent Overstreet
2025-04-28bcachefs: Fix losing return code in next_fiemap_extent()Kent Overstreet