summaryrefslogtreecommitdiffstats
path: root/Documentation/spi (unfollow)
Commit message (Expand)AuthorFilesLines
2023-10-22bcachefs: Converting to typed bkeys is now allowed for err, null ptrsKent Overstreet3-12/+14
2023-10-22bcachefs: Btree iterator, update flags no longer conflictKent Overstreet2-1/+2
2023-10-22bcachefs: remove unused key cache coherency flagBrian Foster2-6/+1
2023-10-22bcachefs: fix accounting corruption race between reclaim and dev addBrian Foster1-6/+16
2023-10-22bcachefs: Mark bch2_copygc() noinlineKent Overstreet1-0/+1
2023-10-22bcachefs: Delete obsolete btree ptr checkKent Overstreet1-7/+0
2023-10-22bcachefs: Always run topology error when CONFIG_BCACHEFS_DEBUG=yKent Overstreet1-3/+4
2023-10-22bcachefs: Fix a userspace build errorKent Overstreet1-0/+2
2023-10-22bcachefs: Make sure hash info gets initialized in fsckKent Overstreet2-13/+17
2023-10-22bcachefs: Kill bch2_verify_bucket_evacuated()Kent Overstreet3-88/+0
2023-10-22bcachefs: Improve move path tracepointsKent Overstreet3-22/+91
2023-10-22bcachefs: Drop a redundant error messageKent Overstreet1-2/+3
2023-10-22bcachefs: remove bucket_gens btree keys on device removalBrian Foster1-0/+2
2023-10-22bcachefs: fix NULL bch_dev deref when checking bucket_gens keysBrian Foster1-5/+9
2023-10-22bcachefs: folio pos to bch_folio_sector index helperBrian Foster1-11/+17
2023-10-22bcachefs: Fix a null ptr deref in fsck check_extents()Kent Overstreet1-3/+8
2023-10-22bcachefs: Fix a slab-out-of-boundsKent Overstreet1-1/+1
2023-10-22bcachefs: Allow answering y or n to all fsck errors of given typeKent Overstreet2-4/+60
2023-10-22bcachefs: use u64 for folio end pos to avoid overflowsBrian Foster1-11/+17
2023-10-22bcachefs: clean up post-eof folios on -ENOSPCBrian Foster1-2/+11
2023-10-22bcachefs: fix truncate overflow if folio is beyond EOFBrian Foster1-4/+13
2023-10-22bcachefs: Enable large foliosKent Overstreet1-0/+2
2023-10-22bcachefs: Check for folios that don't have bch_folio attachedKent Overstreet1-1/+7
2023-10-22bcachefs: bch2_readahead() large folio conversionKent Overstreet1-35/+83
2023-10-22bcachefs: filemap_get_contig_folios_d()Kent Overstreet1-27/+43
2023-10-22bcachefs: bch_folio_sector_state improvementsKent Overstreet1-59/+94
2023-10-22bcachefs: bch2_truncate_page() large folio conversionKent Overstreet1-31/+30
2023-10-22bcachefs: bch2_buffered_write large folio conversionKent Overstreet2-80/+114
2023-10-22bcachefs: bch_folio can now handle multi-order foliosKent Overstreet1-8/+20
2023-10-22bcachefs: More assorted large folio conversionKent Overstreet1-30/+29
2023-10-22bcachefs: bch2_seek_pagecache_data() folio conversionKent Overstreet1-7/+5
2023-10-22bcachefs: bch2_seek_pagecache_hole() folio conversionKent Overstreet1-34/+26
2023-10-22bcachefs: bio_for_each_segment_all() -> bio_for_each_folio_all()Kent Overstreet1-14/+12
2023-10-22bcachefs: Initial folio conversionKent Overstreet1-296/+317
2023-10-22bcachefs: Rename bch_page_state -> bch_folioKent Overstreet1-58/+66
2023-10-22bcachefs: Add a bch_page_state assertKent Overstreet1-0/+2
2023-10-22bcachefs: Add a cond_resched() call to journal_keys_sort()Kent Overstreet1-0/+2
2023-10-22bcachefs: Improve trace_move_extent_fail()Kent Overstreet2-7/+90
2023-10-22bcachefs: Print out counters correctlyKent Overstreet1-2/+2
2023-10-22bcachefs: Add missing bch2_err_class() callKent Overstreet1-1/+1
2023-10-22bcachefs: Rip out code for storing backpointers in alloc keysKent Overstreet11-336/+135
2023-10-22bcachefs: use reservation for log messages during recoveryBrian Foster3-14/+38
2023-10-22bcachefs: Improve trans_restart_split_race tracepointKent Overstreet3-5/+32
2023-10-22bcachefs: Data update path no longer leaves cached replicasKent Overstreet1-0/+11
2023-10-22bcachefs: Rhashtable based buckets_in_flight for copygcKent Overstreet2-86/+139
2023-10-22bcachefs: Use BTREE_ITER_INTENT in ec_stripe_update_extent()Kent Overstreet4-7/+10
2023-10-22bcachefs: move snapshot_t to subvolume_types.hKent Overstreet2-12/+12
2023-10-22bcachefs: Fix bch2_get_key_or_hole()Kent Overstreet1-4/+11
2023-10-22bcachefs: Check return code from need_whiteout_for_snapshot()Kent Overstreet1-3/+8
2023-10-22bcachefs: bch2_dev_freespace_init() Print out status every 10 secondsKent Overstreet1-2/+10