summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)Author
2023-06-20bcachefs: bch2_bkey_get_mut() improvementsKent Overstreet
2023-06-20bcachefs: Move bch2_bkey_make_mut() to btree_update.hKent Overstreet
2023-06-20bcachefs: bch2_bkey_get_iter() helpersKent Overstreet
2023-06-20bcachefs: bkey_ops.min_val_sizeKent Overstreet
2023-06-20bcachefs: Converting to typed bkeys is now allowed for err, null ptrsKent Overstreet
2023-06-20bcachefs: Btree iterator, update flags no longer conflictKent Overstreet
2023-06-20bcachefs: remove unused key cache coherency flagBrian Foster
2023-06-20bcachefs: fix accounting corruption race between reclaim and dev addBrian Foster
2023-06-20bcachefs: Mark bch2_copygc() noinlineKent Overstreet
2023-06-20bcachefs: Delete obsolete btree ptr checkKent Overstreet
2023-06-20bcachefs: Always run topology error when CONFIG_BCACHEFS_DEBUG=yKent Overstreet
2023-06-20bcachefs: Fix a userspace build errorKent Overstreet
2023-06-20bcachefs: Make sure hash info gets initialized in fsckKent Overstreet
2023-06-20bcachefs: Kill bch2_verify_bucket_evacuated()Kent Overstreet
2023-06-20bcachefs: Improve move path tracepointsKent Overstreet
2023-06-20bcachefs: Drop a redundant error messageKent Overstreet
2023-06-20bcachefs: remove bucket_gens btree keys on device removalBrian Foster
2023-06-20bcachefs: fix NULL bch_dev deref when checking bucket_gens keysBrian Foster
2023-06-20bcachefs: folio pos to bch_folio_sector index helperBrian Foster
2023-06-20bcachefs: Fix a null ptr deref in fsck check_extents()Kent Overstreet
2023-06-20bcachefs: Fix a slab-out-of-boundsKent Overstreet
2023-06-20bcachefs: Allow answering y or n to all fsck errors of given typeKent Overstreet
2023-06-20bcachefs: use u64 for folio end pos to avoid overflowsBrian Foster
2023-06-20bcachefs: clean up post-eof folios on -ENOSPCBrian Foster
2023-06-20bcachefs: fix truncate overflow if folio is beyond EOFBrian Foster
2023-06-20bcachefs: Enable large foliosKent Overstreet
2023-06-20bcachefs: Check for folios that don't have bch_folio attachedKent Overstreet
2023-06-20bcachefs: bch2_readahead() large folio conversionKent Overstreet
2023-06-20bcachefs: filemap_get_contig_folios_d()Kent Overstreet
2023-06-20bcachefs: bch_folio_sector_state improvementsKent Overstreet
2023-06-20bcachefs: bch2_truncate_page() large folio conversionKent Overstreet
2023-06-20bcachefs: bch2_buffered_write large folio conversionKent Overstreet
2023-06-20bcachefs: bch_folio can now handle multi-order foliosKent Overstreet
2023-06-20bcachefs: More assorted large folio conversionKent Overstreet
2023-06-20bcachefs: bch2_seek_pagecache_data() folio conversionKent Overstreet
2023-06-20bcachefs: bch2_seek_pagecache_hole() folio conversionKent Overstreet
2023-06-20bcachefs: bio_for_each_segment_all() -> bio_for_each_folio_all()Kent Overstreet
2023-06-20bcachefs: Initial folio conversionKent Overstreet
2023-06-20bcachefs: Rename bch_page_state -> bch_folioKent Overstreet
2023-06-20bcachefs: Add a bch_page_state assertKent Overstreet
2023-06-20bcachefs: Add a cond_resched() call to journal_keys_sort()Kent Overstreet
2023-06-20bcachefs: Improve trace_move_extent_fail()Kent Overstreet
2023-06-20bcachefs: Print out counters correctlyKent Overstreet
2023-06-20bcachefs: Add missing bch2_err_class() callKent Overstreet
2023-06-20bcachefs: Rip out code for storing backpointers in alloc keysKent Overstreet
2023-06-20bcachefs: use reservation for log messages during recoveryBrian Foster
2023-06-20bcachefs: Improve trans_restart_split_race tracepointKent Overstreet
2023-06-20bcachefs: Data update path no longer leaves cached replicasKent Overstreet
2023-06-20bcachefs: Rhashtable based buckets_in_flight for copygcKent Overstreet
2023-06-20bcachefs: Use BTREE_ITER_INTENT in ec_stripe_update_extent()Kent Overstreet