summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * bcachefs: fix memleak in bch2_split_devsSu Yue2024-01-211-3/+5
* | bcachefs: Replace strlcpy() with strscpy()Kees Cook2024-01-181-2/+2
* | Merge tag 'pull-bcachefs-fix' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-01-131-14/+17
|\ \
| * | bch2_ioctl_subvolume_destroy(): fix lockingAl Viro2023-11-161-14/+17
* | | Merge tag 'bcachefs-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-11123-5887/+7025
|\ \ \ | | |/ | |/|
| * | bcachefs: eytzinger0_find() search should be constKent Overstreet2024-01-061-5/+5
| * | bcachefs: move "ptrs not changing" optimization to bch2_trigger_extent()Kent Overstreet2024-01-062-8/+12
| * | bcachefs: fix simulateously upgrading & downgradingKent Overstreet2024-01-061-3/+12
| * | bcachefs: Restart recovery passes more reliablyKent Overstreet2024-01-061-1/+4
| * | bcachefs: bch2_dump_bset() doesn't choke on u64s == 0Kent Overstreet2024-01-061-0/+6
| * | bcachefs: improve checksum error messagesKent Overstreet2024-01-065-29/+78
| * | bcachefs: improve validate_bset_keys()Kent Overstreet2024-01-061-20/+55
| * | bcachefs: print sb magic when relevantKent Overstreet2024-01-061-1/+8
| * | bcachefs: __bch2_sb_field_to_text()Kent Overstreet2024-01-062-7/+14
| * | bcachefs: %pg is banishedKent Overstreet2024-01-064-16/+52
| * | bcachefs: Improve would_deadlock trace eventKent Overstreet2024-01-065-17/+42
| * | bcachefs: fsck_err()s don't need to manually check c->sb.version anymoreKent Overstreet2024-01-068-55/+42
| * | bcachefs: Upgrades now specify errors to fix, like downgradesKent Overstreet2024-01-066-99/+116
| * | bcachefs: no thread_with_file in userspaceKent Overstreet2024-01-061-0/+3
| * | bcachefs: Don't autofix errors we can't fixKent Overstreet2024-01-061-1/+2
| * | bcachefs: add missing bch2_latency_acct() callKent Overstreet2024-01-061-1/+1
| * | bcachefs: increase max_active on io_complete_wqKent Overstreet2024-01-061-1/+1
| * | bcachefs: add time_stats for btree_node_read_done()Kent Overstreet2024-01-062-0/+3
| * | bcachefs: don't clear accessed bit in btree node fillKent Overstreet2024-01-061-6/+0
| * | bcachefs: Add an option to control btree node prefetchingKent Overstreet2024-01-062-3/+11
| * | bcachefs: kill useless return retKent Overstreet2024-01-061-3/+1
| * | bcachefs: Combine .trans_trigger, .atomic_triggerKent Overstreet2024-01-0611-91/+61
| * | bcachefs: unify extent triggerKent Overstreet2024-01-065-96/+39
| * | bcachefs: bch2_trigger_stripe_ptr()Kent Overstreet2024-01-061-67/+61
| * | bcachefs: Online fsck can now fix errorsKent Overstreet2024-01-064-11/+20
| * | bcachefs: bch2_trigger_pointer()Kent Overstreet2024-01-061-234/+209
| * | bcachefs: unify stripe triggerKent Overstreet2024-01-062-97/+76
| * | bcachefs: move stripe triggers to ec.cKent Overstreet2024-01-064-340/+352
| * | bcachefs: unify alloc triggerKent Overstreet2024-01-062-165/+137
| * | bcachefs: move bch2_mark_alloc() to alloc_background.cKent Overstreet2024-01-064-128/+132
| * | bcachefs: unify reservation triggerKent Overstreet2024-01-063-63/+40
| * | bcachefs: unify reflink_p triggerKent Overstreet2024-01-062-82/+58
| * | bcachefs: unify inode triggerKent Overstreet2024-01-062-50/+33
| * | bcachefs: kill mem_trigger_run_overwrite_then_insert()Kent Overstreet2024-01-063-7/+4
| * | bcachefs: BTREE_TRIGGER_TRANSACTIONALKent Overstreet2024-01-061-4/+22
| * | bcachefs: Kill BTREE_TRIGGER_NOATOMICKent Overstreet2024-01-062-6/+1
| * | bcachefs: mark now takes bkey_sKent Overstreet2024-01-0611-29/+43
| * | bcachefs: trans_mark now takes bkey_sKent Overstreet2024-01-0612-62/+62
| * | bcachefs: Upgrading uses bch_sb.recovery_passes_requiredKent Overstreet2024-01-061-8/+6
| * | bcachefs: factor out thread_with_file, thread_with_stdioKent Overstreet2024-01-069-245/+459
| * | bcachefs: Fix printing of device durabilityKent Overstreet2024-01-061-1/+1
| * | bcachefs: __bch2_journal_key_to_wb -> bch2_journal_key_to_wb_slowpathKent Overstreet2024-01-062-3/+3
| * | bcachefs: __journal_keys_sort() refactoringKent Overstreet2024-01-061-3/+1
| * | bcachefs: wb_key_cmp -> wb_key_ref_cmpKent Overstreet2024-01-061-6/+6
| * | bcachefs: track transaction durationsKent Overstreet2024-01-063-12/+27