aboutsummaryrefslogtreecommitdiffstats
path: root/fs/bcachefs
AgeCommit message (Expand)AuthorFilesLines
39 hoursbcachefs: Add missing sched_annotate_sleep() in bch2_journal_flush_seq_async()Kent Overstreet1-0/+6
39 hoursbcachefs: Fix race in bch2_write_super()Kent Overstreet1-15/+32
3 daysbcachefs: BCH_SB_LAYOUT_SIZE_BITS_MAXKent Overstreet2-1/+3
3 daysbcachefs: Add missing skcipher_request_set_callback() callKent Overstreet1-0/+1
3 daysbcachefs: Fix snapshot_t() usage in bch2_fs_quota_read_inode()Kent Overstreet1-5/+3
3 daysbcachefs: Fix shift-by-64 in bformat_needs_redo()Kent Overstreet1-8/+14
3 daysbcachefs: Guard against unknown k.k->type in __bkey_invalid()Kent Overstreet1-2/+2
3 daysbcachefs: Add missing validation for superblock section cleanKent Overstreet1-0/+14
3 daysbcachefs: Fix assert in bch2_alloc_v4_invalid()Kent Overstreet2-4/+8
3 daysbcachefs: fix overflow in fiemapReed Riley1-1/+1
3 daysbcachefs: Add a better limit for maximum number of bucketsKent Overstreet4-3/+17
3 daysbcachefs: Fix lifetime issue in device iterator helpersKent Overstreet1-2/+2
3 daysbcachefs: Fix bch2_dev_lookup() refcountingKent Overstreet1-6/+2
3 daysbcachefs: Initialize bch_write_op->failed in inline data pathKent Overstreet1-0/+2
3 daysbcachefs: Fix refcount put in sb_field_resize error pathKent Overstreet1-1/+1
3 daysbcachefs: Inodes need extra padding for varint_decode_fast()Kent Overstreet1-10/+18
3 daysbcachefs: Fix early error path in bch2_fs_btree_key_cache_exit()Kent Overstreet1-7/+9
3 daysbcachefs: bucket_pos_to_bp_noerror()Kent Overstreet2-5/+11
3 daysbcachefs: don't free error pointersKent Overstreet1-1/+2
3 daysbcachefs: Fix a scheduler splat in __bch2_next_write_buffer_flush_journal_buf()Kent Overstreet1-0/+2
10 daysbcachefs: fix integer conversion bugKent Overstreet1-1/+1
10 daysbcachefs: btree node scan now fills in sectors_writtenKent Overstreet2-2/+6
10 daysbcachefs: Remove accidental debug assertKent Overstreet1-2/+0
2024-04-22Merge tag 'bcachefs-2024-04-22' of https://evilpiepirate.org/git/bcachefsLinus Torvalds19-52/+105
2024-04-22bcachefs: If we run merges at a lower watermark, they must be nonblockingKent Overstreet1-1/+5
2024-04-20bcachefs: Fix inode early destruction pathKent Overstreet1-3/+6
2024-04-20bcachefs: Fix deadlock in journal write pathKent Overstreet1-18/+42
2024-04-20bcachefs: Tweak btree key cache shrinker so it actually freesKent Overstreet1-15/+4
2024-04-20bcachefs: bkey_cached.btree_trans_barrier_seq needs to be a ulongKent Overstreet1-1/+1
2024-04-20bcachefs: Fix missing call to bch2_fs_allocator_background_exit()Kent Overstreet1-0/+1
2024-04-20bcachefs: Check for journal entries overruning end of sb clean sectionKent Overstreet2-1/+10
2024-04-17bcachefs: Fix bio alloc in check_extent_checksum()Kent Overstreet1-1/+1
2024-04-17bcachefs: fix leak in bch2_gc_write_reflink_keyKent Overstreet1-1/+2
2024-04-17bcachefs: KEY_TYPE_error is allowed for reflinkKent Overstreet1-1/+2
2024-04-17bcachefs: Fix bch2_dev_btree_bitmap_marked_sectors() shiftKent Overstreet2-5/+5
2024-04-16bcachefs: make sure to release last journal pin in replayKent Overstreet1-1/+4
2024-04-16bcachefs: node scan: ignore multiple nodes with same seq if interiorKent Overstreet1-0/+2
2024-04-16bcachefs: Fix format specifier in validate_bset_keys()Nathan Chancellor1-1/+1
2024-04-16bcachefs: Fix null ptr deref in twf from BCH_IOCTL_FSCK_OFFLINEKent Overstreet3-3/+19
2024-04-15Merge tag 'bcachefs-2024-04-15' of https://evilpiepirate.org/git/bcachefsLinus Torvalds34-182/+432
2024-04-15bcachefs: set_btree_iter_dontneed also clears should_be_lockedKent Overstreet1-2/+7
2024-04-15bcachefs: fix error path of __bch2_read_super()Chao Yu1-2/+5
2024-04-14bcachefs: Check for backpointer bucket_offset >= bucket sizeKent Overstreet3-10/+9
2024-04-14bcachefs: bch_member.btree_allocated_bitmapKent Overstreet9-6/+131
2024-04-14bcachefs: sysfs internal/trigger_journal_flushKent Overstreet1-1/+10
2024-04-14bcachefs: Fix bch2_btree_node_fill() for !pathKent Overstreet1-26/+18
2024-04-14bcachefs: add safety checks in bch2_btree_node_fill()Kent Overstreet1-1/+24
2024-04-14bcachefs: Interior known are required to have known key typesKent Overstreet1-1/+2
2024-04-14bcachefs: add missing bounds check in __bch2_bkey_val_invalid()Kent Overstreet1-1/+4
2024-04-13bcachefs: Fix btree node merging on write buffer btreesKent Overstreet1-2/+12
2024-04-13bcachefs: Disable merges from interior update pathKent Overstreet1-0/+10
2024-04-13bcachefs: Run merges at BCH_WATERMARK_btreeKent Overstreet1-0/+6
2024-04-13bcachefs: Fix missing write refs in fs fio pathsKent Overstreet3-14/+23
2024-04-13bcachefs: Fix deadlock in journal replayKent Overstreet1-3/+4
2024-04-13bcachefs: Go rw if running any explicit recovery passesKent Overstreet1-1/+1
2024-04-13bcachefs: Standardize helpers for printing enum strs with bounds checksKent Overstreet10-56/+69
2024-04-13bcachefs: don't queue btree nodes for rewrites during scanKent Overstreet1-1/+3
2024-04-13bcachefs: fix race in bch2_btree_node_evict()Kent Overstreet1-1/+3
2024-04-13bcachefs: fix unsafety in bch2_stripe_to_text()Kent Overstreet2-21/+27
2024-04-13bcachefs: fix unsafety in bch2_extent_ptr_to_text()Kent Overstreet1-1/+3
2024-04-13bcachefs: btree node scan: handle encrypted nodesKent Overstreet1-0/+10
2024-04-13bcachefs: Check for packed bkeys that are too bigKent Overstreet2-7/+14
2024-04-13bcachefs: Fix UAFs of btree_insert_entry arrayKent Overstreet1-13/+14
2024-04-11bcachefs: Don't use bch2_btree_node_lock_write_nofail() in btree split pathKent Overstreet1-15/+26
2024-04-11Merge tag 'bcachefs-2024-04-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds24-238/+359
2024-04-10bcachefs: Fix __bch2_btree_and_journal_iter_init_node_iter()Kent Overstreet1-5/+7
2024-04-10bcachefs: Kill read lock dropping in bch2_btree_node_lock_write_nofail()Kent Overstreet1-27/+1
2024-04-10bcachefs: Fix a race in btree_update_nodes_written()Kent Overstreet1-3/+7
2024-04-09bcachefs: btree_node_scan: Respect member.data_allowedKent Overstreet1-0/+3
2024-04-09bcachefs: Don't scan for btree nodes when we can reconstructKent Overstreet4-18/+29
2024-04-09bcachefs: Fix check_topology() when using node scanKent Overstreet1-1/+1
2024-04-08bcachefs: fix eytzinger0_find_gt()Kent Overstreet1-6/+20
2024-04-07bcachefs: fix bch2_get_acl() transaction restart handlingKent Overstreet1-16/+14
2024-04-07bcachefs: fix the count of nr_freed_pcpu after changing bc->freed_nonpcpu listHongbo Li1-0/+2
2024-04-07bcachefs: Fix gap buffer bug in bch2_journal_key_insert_take()Kent Overstreet1-10/+45
2024-04-06bcachefs: Rename struct field swap to prevent macro naming collisionThorsten Blum1-4/+4
2024-04-06bcachefs: JOURNAL_SPACE_LOWKent Overstreet5-12/+19
2024-04-06bcachefs: Disable errors=panic for BCH_IOCTL_FSCK_OFFLINEKent Overstreet1-0/+4
2024-04-06bcachefs: Fix BCH_IOCTL_FSCK_OFFLINE for encrypted filesystemsKent Overstreet1-44/+50
2024-04-05bcachefs: fix rand_delete unit testKent Overstreet1-1/+1
2024-04-05bcachefs: fix ! vs ~ typo in __clear_bit_le64()Dan Carpenter1-1/+1
2024-04-05Merge tag 'vfs-6.9-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2024-04-05bcachefs: Fix rebalance from durability=0 deviceKent Overstreet1-4/+13
2024-04-04bcachefs: Print shutdown journal sequence numberKent Overstreet1-0/+5
2024-04-04bcachefs: Further improve btree_update_to_text()Kent Overstreet2-55/+48
2024-04-04bcachefs: Move btree_updates to debugfsKent Overstreet2-9/+42
2024-04-04bcachefs: Bump limit in btree_trans_too_many_iters()Kent Overstreet2-1/+15
2024-04-04bcachefs: Make snapshot_is_ancestor() safeKent Overstreet1-6/+13
2024-04-03bcachefs: create debugfs dir for each btreeThomas Bertschinger1-15/+15
2024-04-03bcachefs: reconstruct_inode()Kent Overstreet1-2/+50
2024-04-03bcachefs: Subvolume reconstructionKent Overstreet1-19/+148
2024-04-03bcachefs: Check for extents that point to same spaceKent Overstreet2-8/+168
2024-04-03bcachefs: Reconstruct missing snapshot nodesKent Overstreet6-6/+199
2024-04-03bcachefs: Flag btrees with missing dataKent Overstreet6-5/+44
2024-04-03bcachefs: Topology repair now uses nodes found by scanning to fill holesKent Overstreet2-107/+199
2024-04-03bcachefs: Repair pass for scanning for btree nodesKent Overstreet12-51/+605
2024-04-03bcachefs: Don't skip fake btree roots in fsckKent Overstreet1-3/+0
2024-04-03bcachefs: bch2_btree_root_alloc() -> bch2_btree_root_alloc_fake()Kent Overstreet3-7/+7
2024-04-03bcachefs: Etyzinger cleanupsKent Overstreet7-182/+285
2024-04-03bcachefs: bch2_shoot_down_journal_keys()Kent Overstreet3-10/+35
2024-04-03bcachefs: Clear recovery_passes_required as they complete without errorsKent Overstreet3-12/+43
2024-04-02bcachefs: ratelimit informational fsck errorsKent Overstreet1-4/+4
2024-04-02bcachefs: Check for bad needs_discard before doing discardKent Overstreet1-21/+26
2024-04-02bcachefs: Improve bch2_btree_update_to_text()Kent Overstreet2-22/+43
2024-04-02mean_and_variance: Drop always failing testsGuenter Roeck1-27/+1
2024-04-02bcachefs: fix nocow lock deadlockKent Overstreet1-2/+1
2024-04-01bcachefs: BCH_WATERMARK_interior_updatesKent Overstreet6-7/+12
2024-04-01bcachefs: Fix btree node reserveKent Overstreet1-1/+1
2024-04-01bcachefs: On emergency shutdown, print out current journal sequence numberKent Overstreet1-1/+3
2024-04-01bcachefs: Fix overlapping extent repairKent Overstreet1-4/+6
2024-04-01bcachefs: Fix remove_dirent()Kent Overstreet1-3/+4
2024-04-01bcachefs: Logged op errors should be ignoredKent Overstreet1-4/+3
2024-03-31bcachefs: Improve -o norecovery; opts.recovery_pass_limitKent Overstreet6-14/+26
2024-03-31bcachefs: bch2_run_explicit_recovery_pass_persistent()Kent Overstreet2-0/+19
2024-03-31bcachefs: Ensure bch_sb_field_ext always existsKent Overstreet2-17/+16
2024-03-31bcachefs: Flush journal immediately after replay if we did early repairKent Overstreet1-0/+20
2024-03-31bcachefs: Resume logged ops after fsckKent Overstreet1-1/+1
2024-03-31bcachefs: Add error messages to logged ops fnsKent Overstreet1-0/+2
2024-03-31bcachefs: Split out recovery_passes.cKent Overstreet16-286/+313
2024-03-31bcachefs: fix backpointer for missing alloc key msgKent Overstreet1-1/+1
2024-03-31bcachefs: Fix bch2_btree_increase_depth()Kent Overstreet1-2/+5
2024-03-31bcachefs: Kill bch2_bkey_ptr_data_type()Kent Overstreet5-66/+67
2024-03-31bcachefs: Fix use after free in check_root_trans()Kent Overstreet1-7/+11
2024-03-31bcachefs: Fix repair path for missing indirect extentsKent Overstreet1-2/+1
2024-03-31bcachefs: Fix use after free in bch2_check_fix_ptrs()Kent Overstreet1-6/+6
2024-03-31bcachefs: Fix btree node keys accounting in topology repair pathKent Overstreet4-4/+14
2024-03-31bcachefs: Check btree ptr min_key in .invalidKent Overstreet2-3/+9
2024-03-31bcachefs: add REQ_SYNC and REQ_IDLE in write diozhuxiaohui1-2/+2
2024-03-31bcachefs: Improved topology repair checksKent Overstreet8-165/+137
2024-03-31bcachefs: Be careful about btree node splits during journal replayKent Overstreet3-3/+26
2024-03-31bcachefs: btree_and_journal_iter now respects trans->journal_replay_not_finishedKent Overstreet1-5/+8
2024-03-31bcachefs: fix trans->mem realloc in __bch2_trans_kmallocHongbo Li1-3/+30
2024-03-31bcachefs: Don't do extent merging before journal replay is finishedKent Overstreet1-0/+6
2024-03-31bcachefs: Add checks for invalid snapshot IDsKent Overstreet5-39/+40
2024-03-31bcachefs: Move snapshot table size to struct snapshot_tableKent Overstreet4-13/+21
2024-03-31bcachefs: Add an assertion for trying to evict btree rootKent Overstreet1-0/+2
2024-03-31bcachefs: fix mount error pathKent Overstreet1-0/+1
2024-03-31bcachefs: fix misplaced newline in __bch2_inode_unpacked_to_text()Thomas Bertschinger1-1/+1
2024-03-31bcachefs: Fix journal pins in btree write bufferKent Overstreet1-0/+14
2024-03-31bcachefs: Fix assert in bch2_backpointer_invalid()Kent Overstreet1-0/+5
2024-03-27fs,block: yield devices earlyChristian Brauner1-1/+1
2024-03-19Merge tag 'bcachefs-2024-03-19' of https://evilpiepirate.org/git/bcachefsLinus Torvalds26-111/+157
2024-03-18bcachefs: Fix lost wakeup on journal shutdownKent Overstreet1-6/+6
2024-03-18bcachefs; Fix deadlock in bch2_btree_update_start()Kent Overstreet1-4/+9
2024-03-18bcachefs: ratelimit errors from async_btree_node_rewriteKent Overstreet1-1/+1
2024-03-18bcachefs: Run check_topology() firstKent Overstreet1-1/+1
2024-03-18bcachefs: Improve bch2_fatal_error()Kent Overstreet15-35/+35
2024-03-18bcachefs: Fix lost transaction restart errorKent Overstreet1-4/+6
2024-03-17bcachefs: Don't corrupt journal keys gap buffer when dropping alloc infoKent Overstreet3-2/+9
2024-03-17bcachefs: fix for building in userspaceKent Overstreet1-16/+16
2024-03-17bcachefs: bch2_snapshot_is_ancestor() now safe to call in early recoveryKent Overstreet1-14/+18
2024-03-17bcachefs: Fix nested transaction restart handling in bch2_bucket_gens_init()Kent Overstreet1-6/+7
2024-03-17bcachefs: Improve sysfs internal/btree_updatesKent Overstreet2-6/+8
2024-03-17bcachefs: Split out btree_node_rewrite_workerKent Overstreet2-2/+11
2024-03-17bcachefs: Fix locking in bch2_alloc_write_key()Kent Overstreet1-1/+1
2024-03-17bcachefs: Avoid extent entry type assertions in .invalid()Kent Overstreet1-3/+3
2024-03-17bcachefs: Fix spurious -BCH_ERR_transaction_restart_nestedKent Overstreet1-8/+21
2024-03-17bcachefs: Fix check_key_has_snapshot() callKent Overstreet1-1/+3
2024-03-17bcachefs: Change "accounting overran journal reservation" to a warningKent Overstreet1-1/+2
2024-03-15Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefsLinus Torvalds84-2191/+3638
2024-03-13bcachefs: time_stats: shrink time_stat_buffer for better alignmentDarrick J. Wong1-1/+1
2024-03-13bcachefs: time_stats: split stats-with-quantiles into a separate structureDarrick J. Wong7-15/+41
2024-03-13bcachefs: mean_and_variance: put struct mean_and_variance_weighted on a dietDarrick J. Wong6-67/+84
2024-03-13bcachefs: time_stats: add larger unitsDarrick J. Wong1-0/+3
2024-03-13bcachefs: pull out time_stats.[ch]Kent Overstreet11-279/+326
2024-03-13bcachefs: reconstruct_alloc cleanupKent Overstreet7-95/+113
2024-03-13bcachefs: fix bch_folio_sector paddingKent Overstreet1-6/+3
2024-03-13bcachefs: Fix btree key cache coherency during replayKent Overstreet2-4/+6
2024-03-13bcachefs: Always flush write buffer in delete_dead_inodes()Kent Overstreet1-5/+10
2024-03-13bcachefs: Fix order of gc_done passesKent Overstreet1-4/+4
2024-03-13bcachefs: fix deletion of indirect extents in btree_gcKent Overstreet1-2/+2
2024-03-13bcachefs: Prefer struct_size over open coded arithmeticErick Archer2-3/+2
2024-03-13bcachefs: Kill unused flags argument to btree_split()Kent Overstreet1-11/+8
2024-03-13bcachefs: Check for writing superblocks with nonsense member seq fieldsKent Overstreet1-0/+8
2024-03-13bcachefs: fix bch2_journal_buf_to_text()Kent Overstreet1-5/+1
2024-03-13bcachefs: copy_(to|from)_user_errcode()Kent Overstreet2-6/+16
2024-03-13bcachefs: Split out bkey_types.hKent Overstreet2-201/+214
2024-03-13bcachefs: fix lost journal buf wakeup due to improved pipeliningBrian Foster1-1/+1
2024-03-13bcachefs: intercept mountoption value for bool typeHongbo Li2-1/+2
2024-03-13bcachefs: avoid returning private error code in bch2_xattr_bcachefs_setHongbo Li1-2/+3
2024-03-13bcachefs: Buffered write path now can avoid the inode lockKent Overstreet2-41/+111
2024-03-13bcachefs: Fix bch2_journal_noflush_seq()Kent Overstreet2-5/+6
2024-03-13bcachefs: fix the error code when mounting with incorrect options.Hongbo Li3-4/+9
2024-03-13bcachefs: split out ignore_blacklisted, ignore_not_dirtyKent Overstreet5-21/+33
2024-03-13bcachefs: improve move_gap()Kent Overstreet3-8/+9
2024-03-13bcachefs: journal_keys now uses darray helpersKent Overstreet2-61/+25
2024-03-13bcachefs: Rename journal_keys.d -> journal_keys.dataKent Overstreet3-42/+42
2024-03-13bcachefs: jset_entry for loops declare loop iterKent Overstreet4-9/+2
2024-03-13bcachefs: Errcode tracepoint, documentationKent Overstreet3-6/+29
2024-03-13bcachefs: remove redundant assignment to variable retColin Ian King1-1/+0
2024-03-13bcachefs: Silence gcc warnings about arm arch ABI driftCalvin Owens1-0/+3
2024-03-13bcachefs: Add journal.blocked to journal_debug_to_text()Kent Overstreet1-0/+1
2024-03-13bcachefs: Fix journal_buf bitfield accessesKent Overstreet2-6/+13
2024-03-13bcachefs: Split out discard fastpathKent Overstreet3-7/+146
2024-03-13bcachefs: improve bch2_journal_buf_to_text()Kent Overstreet1-9/+24
2024-03-13bcachefs: Drop redundant btree_path_downgrade()sKent Overstreet1-1/+2
2024-03-13bcachefs: rebalance_status now shows correct unitsDaniel Hill1-2/+2
2024-03-13bcachefs: more informative write path error messageKent Overstreet1-5/+11
2024-03-13bcachefs: check_path() now only needs to walk up to subvolume rootKent Overstreet1-3/+3
2024-03-13bcachefs: bch2_check_subvolume_structure()Kent Overstreet3-27/+135