summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)Author
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
2025-04-24bcachefs: Rework fiemap transaction restart handlingKent Overstreet
2025-04-24bcachefs: add fiemap delalloc extent detectionBrian Foster
2025-04-24bcachefs: refactor fiemap processing into extent helper and structBrian Foster
2025-04-24bcachefs: track current fiemap offset in start variableBrian Foster
2025-04-24bcachefs: drop duplicate fiemap sync flagBrian Foster
2025-04-24bcachefs: Fix btree_iter_peek_prev() at end of inodeKent Overstreet
2025-04-24bcachefs: Make btree_iter_peek_prev() assert more preciseKent Overstreet
2025-04-24bcachefs: Unit test fixesKent Overstreet
2025-04-24bcachefs: Print mount opts earlierKent Overstreet
2025-04-24bcachefs: unlink: casefold d_invalidateKent Overstreet
2025-04-24bcachefs: Fix casefold lookupsKent Overstreet
2025-04-24bcachefs: Casefold is now a regular opts.h optionKent Overstreet
2025-04-21bcachefs: Implement fileattr_(get|set)Kent Overstreet
2025-04-21bcachefs: Allocator now copes with unaligned bucketsKent Overstreet
2025-04-21bcachefs: Start copygc, rebalance threads earlierKent Overstreet
2025-04-21bcachefs: Refactor bch2_run_recovery_passes()Kent Overstreet
2025-04-20bcachefs: bch2_copygc_wakeup()Kent Overstreet
2025-04-20bcachefs: Fix ref leak in write_super()Kent Overstreet