summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)Author
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
2025-04-20bcachefs: Change __journal_entry_close() assert to EROKent Overstreet
2025-04-20bcachefs: Ensure journal space is block size alignedKent Overstreet
2025-04-20bcachefs: Stricter checks on "key allowed in this btree"Kent Overstreet
2025-04-20bcachefs: Error ratelimiting is no longer only during fsckKent Overstreet
2025-04-20bcachefs: Fix null ptr deref in bch2_snapshot_tree_oldest_subvol()Kent Overstreet
2025-04-20bcachefs: Fix early startup error pathKent Overstreet
2025-04-17Merge tag 'bcachefs-2025-04-17' of git://evilpiepirate.org/bcachefsLinus Torvalds
2025-04-17bcachefs: Fix snapshotting a subvolume, then renaming itKent Overstreet
2025-04-16bcachefs: Add missing READ_ONCE() for metadata replicasKent Overstreet
2025-04-15bcachefs: snapshot_node_missing is now autofixKent Overstreet
2025-04-15bcachefs: Log message when incompat version requested but not enabledKent Overstreet
2025-04-15bcachefs: Print version_incompat_allowed on startupKent Overstreet
2025-04-15bcachefs: Silence extent_poisoned error messagesKent Overstreet
2025-04-13bcachefs: btree_root_unreadable_and_scan_found_nothing now AUTOFIXKent Overstreet
2025-04-13bcachefs: fix bch2_dev_usage_full_read_fast()Kent Overstreet
2025-04-13bcachefs: Don't print data read retry success on non-errorsKent Overstreet
2025-04-13bcachefs: Add missing error handlingAlan Huang
2025-04-13bcachefs: Prevent granting write refs when filesystem is read-onlyGabriel Shahrouzi
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