summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: BTREE_ID_snapshot_treeKent Overstreet2023-10-229-80/+588
* bcachefs: bch2_bkey_get_empty_slot()Kent Overstreet2023-10-224-19/+41
* bcachefs: bch2_bkey_make_mut() now calls bch2_trans_update()Kent Overstreet2023-10-228-22/+45
* bcachefs: bch2_bkey_get_mut() now calls bch2_trans_update()Kent Overstreet2023-10-224-32/+44
* bcachefs: bch2_bkey_alloc() now calls bch2_trans_update()Kent Overstreet2023-10-222-17/+18
* bcachefs: bch2_bkey_get_mut() improvementsKent Overstreet2023-10-225-77/+104
* bcachefs: Move bch2_bkey_make_mut() to btree_update.hKent Overstreet2023-10-222-43/+43
* bcachefs: bch2_bkey_get_iter() helpersKent Overstreet2023-10-2215-218/+162
* bcachefs: bkey_ops.min_val_sizeKent Overstreet2023-10-2223-115/+37
* bcachefs: Converting to typed bkeys is now allowed for err, null ptrsKent Overstreet2023-10-223-12/+14
* bcachefs: Btree iterator, update flags no longer conflictKent Overstreet2023-10-222-1/+2
* bcachefs: remove unused key cache coherency flagBrian Foster2023-10-222-6/+1
* bcachefs: fix accounting corruption race between reclaim and dev addBrian Foster2023-10-221-6/+16
* bcachefs: Mark bch2_copygc() noinlineKent Overstreet2023-10-221-0/+1
* bcachefs: Delete obsolete btree ptr checkKent Overstreet2023-10-221-7/+0
* bcachefs: Always run topology error when CONFIG_BCACHEFS_DEBUG=yKent Overstreet2023-10-221-3/+4
* bcachefs: Fix a userspace build errorKent Overstreet2023-10-221-0/+2
* bcachefs: Make sure hash info gets initialized in fsckKent Overstreet2023-10-222-13/+17
* bcachefs: Kill bch2_verify_bucket_evacuated()Kent Overstreet2023-10-223-88/+0
* bcachefs: Improve move path tracepointsKent Overstreet2023-10-223-22/+91
* bcachefs: Drop a redundant error messageKent Overstreet2023-10-221-2/+3
* bcachefs: remove bucket_gens btree keys on device removalBrian Foster2023-10-221-0/+2
* bcachefs: fix NULL bch_dev deref when checking bucket_gens keysBrian Foster2023-10-221-5/+9
* bcachefs: folio pos to bch_folio_sector index helperBrian Foster2023-10-221-11/+17
* bcachefs: Fix a null ptr deref in fsck check_extents()Kent Overstreet2023-10-221-3/+8
* bcachefs: Fix a slab-out-of-boundsKent Overstreet2023-10-221-1/+1
* bcachefs: Allow answering y or n to all fsck errors of given typeKent Overstreet2023-10-222-4/+60
* bcachefs: use u64 for folio end pos to avoid overflowsBrian Foster2023-10-221-11/+17
* bcachefs: clean up post-eof folios on -ENOSPCBrian Foster2023-10-221-2/+11
* bcachefs: fix truncate overflow if folio is beyond EOFBrian Foster2023-10-221-4/+13
* bcachefs: Enable large foliosKent Overstreet2023-10-221-0/+2
* bcachefs: Check for folios that don't have bch_folio attachedKent Overstreet2023-10-221-1/+7
* bcachefs: bch2_readahead() large folio conversionKent Overstreet2023-10-221-35/+83
* bcachefs: filemap_get_contig_folios_d()Kent Overstreet2023-10-221-27/+43
* bcachefs: bch_folio_sector_state improvementsKent Overstreet2023-10-221-59/+94
* bcachefs: bch2_truncate_page() large folio conversionKent Overstreet2023-10-221-31/+30
* bcachefs: bch2_buffered_write large folio conversionKent Overstreet2023-10-222-80/+114
* bcachefs: bch_folio can now handle multi-order foliosKent Overstreet2023-10-221-8/+20
* bcachefs: More assorted large folio conversionKent Overstreet2023-10-221-30/+29
* bcachefs: bch2_seek_pagecache_data() folio conversionKent Overstreet2023-10-221-7/+5
* bcachefs: bch2_seek_pagecache_hole() folio conversionKent Overstreet2023-10-221-34/+26
* bcachefs: bio_for_each_segment_all() -> bio_for_each_folio_all()Kent Overstreet2023-10-221-14/+12
* bcachefs: Initial folio conversionKent Overstreet2023-10-221-296/+317
* bcachefs: Rename bch_page_state -> bch_folioKent Overstreet2023-10-221-58/+66
* bcachefs: Add a bch_page_state assertKent Overstreet2023-10-221-0/+2
* bcachefs: Add a cond_resched() call to journal_keys_sort()Kent Overstreet2023-10-221-0/+2
* bcachefs: Improve trace_move_extent_fail()Kent Overstreet2023-10-222-7/+90
* bcachefs: Print out counters correctlyKent Overstreet2023-10-221-2/+2
* bcachefs: Add missing bch2_err_class() callKent Overstreet2023-10-221-1/+1
* bcachefs: Rip out code for storing backpointers in alloc keysKent Overstreet2023-10-2211-336/+135