summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-12bcachefs: Improve move path tracepointsKent Overstreet
2023-05-12bcachefs: Drop a redundant error messageKent Overstreet
2023-05-12bcachefs: remove bucket_gens btree keys on device removalBrian Foster
2023-05-12bcachefs: fix NULL bch_dev deref when checking bucket_gens keysBrian Foster
2023-05-12bcachefs: folio pos to bch_folio_sector index helperBrian Foster
2023-05-12bcachefs: Fix a null ptr deref in fsck check_extents()Kent Overstreet
2023-05-12bcachefs: Fix a slab-out-of-boundsKent Overstreet
2023-05-12bcachefs: Allow answering y or n to all fsck errors of given typeKent Overstreet
2023-05-12bcachefs: use u64 for folio end pos to avoid overflowsBrian Foster
2023-05-12bcachefs: clean up post-eof folios on -ENOSPCBrian Foster
2023-05-12bcachefs: fix truncate overflow if folio is beyond EOFBrian Foster
2023-05-12bcachefs: Enable large foliosKent Overstreet
2023-05-12bcachefs: Check for folios that don't have bch_folio attachedKent Overstreet
2023-05-12bcachefs: bch2_readahead() large folio conversionKent Overstreet
2023-05-12bcachefs: filemap_get_contig_folios_d()Kent Overstreet
2023-05-12bcachefs: bch_folio_sector_state improvementsKent Overstreet
2023-05-12bcachefs: bch2_truncate_page() large folio conversionKent Overstreet
2023-05-12bcachefs: bch2_buffered_write large folio conversionKent Overstreet
2023-05-12bcachefs: bch_folio can now handle multi-order foliosKent Overstreet
2023-05-12bcachefs: More assorted large folio conversionKent Overstreet
2023-05-12bcachefs: bch2_seek_pagecache_data() folio conversionKent Overstreet
2023-05-12bcachefs: bch2_seek_pagecache_hole() folio conversionKent Overstreet
2023-05-12bcachefs: bio_for_each_segment_all() -> bio_for_each_folio_all()Kent Overstreet
2023-05-12bcachefs: Initial folio conversionKent Overstreet
2023-05-12bcachefs: Rename bch_page_state -> bch_folioKent Overstreet
2023-05-12bcachefs: Add a bch_page_state assertKent Overstreet
2023-05-12bcachefs: Add a cond_resched() call to journal_keys_sort()Kent Overstreet
2023-05-12bcachefs: Improve trace_move_extent_fail()Kent Overstreet
2023-05-12bcachefs: Print out counters correctlyKent Overstreet
2023-05-12bcachefs: Add missing bch2_err_class() callKent Overstreet
2023-05-12bcachefs: Rip out code for storing backpointers in alloc keysKent Overstreet
2023-05-12bcachefs: use reservation for log messages during recoveryBrian Foster
2023-05-12bcachefs: Improve trans_restart_split_race tracepointKent Overstreet
2023-05-12bcachefs: Data update path no longer leaves cached replicasKent Overstreet
2023-05-12bcachefs: Rhashtable based buckets_in_flight for copygcKent Overstreet
2023-05-12bcachefs: Use BTREE_ITER_INTENT in ec_stripe_update_extent()Kent Overstreet
2023-05-12bcachefs: CONFIG_BCACHEFS_NO_LATENCY_ACCT for bch2_quantiles_update()Kent Overstreet
2023-05-12bcachefs: move snapshot_t to subvolume_types.hKent Overstreet
2023-05-12bcachefs: Fix bch2_get_key_or_hole()Kent Overstreet
2023-05-12bcachefs: Check return code from need_whiteout_for_snapshot()Kent Overstreet
2023-05-12bcachefs: bch2_dev_freespace_init() Print out status every 10 secondsKent Overstreet
2023-05-12bcachefs: Run freespace init in device hot add pathKent Overstreet
2023-05-12bcachefs: Improved copygc wait debuggingKent Overstreet
2023-05-12bcachefs: Call bch2_path_put_nokeep() before bch2_path_put()Kent Overstreet
2023-05-12bcachefs: drop unnecessary journal stuck check from space calculationBrian Foster
2023-05-12bcachefs: refactor journal stuck checking into standalone helperBrian Foster
2023-05-12bcachefs: gracefully unwind journal res slowpath on shutdownBrian Foster
2023-05-12bcachefs: more aggressive fast path write buffer key flushingBrian Foster
2023-05-12bcachefs: use dedicated workqueue for tasks holding write refsBrian Foster
2023-05-12bcachefs: remove unused bch2_trans_log_msg()Brian Foster