summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)AuthorFilesLines
2024-01-01bcachefs: Fix snapshot.c assertion for online fsckKent Overstreet3-1/+7
2024-01-01bcachefs: six lock: fix typosRandy Dunlap1-3/+3
2024-01-01bcachefs: reserve path idx 0 for sentinalKent Overstreet2-4/+6
2024-01-01bcachefs: Rename for_each_btree_key2() -> for_each_btree_key()Kent Overstreet11-53/+54
2024-01-01bcachefs: Kill for_each_btree_key()Kent Overstreet9-177/+152
2024-01-01bcachefs: continue now works in for_each_btree_key2()Kent Overstreet1-68/+34
2024-01-01bcachefs: Fix bch2_read_btree()Kent Overstreet1-2/+4
2024-01-01bcachefs: Fix open coded set_btree_iter_dontneed()Kent Overstreet1-3/+3
2024-01-01bcachefs: BCH_IOCTL_FSCK_ONLINEKent Overstreet4-2/+107
2024-01-01bcachefs: BCH_IOCTL_FSCK_OFFLINEKent Overstreet2-3/+229
2024-01-01bcachefs: bch2_run_online_recovery_passes()Kent Overstreet3-19/+46
2024-01-01bcachefs: Mark recovery passses that are safe to run onlineKent Overstreet1-10/+11
2024-01-01bcachefs: Add ability to redirect log outputKent Overstreet4-17/+77
2024-01-01bcachefs: thread_with_fileKent Overstreet1-44/+70
2024-01-01bcachefs: c->ro_refKent Overstreet2-0/+27
2024-01-01bcachefs: Improve error message when finding wrong btree nodeKent Overstreet1-2/+10
2024-01-01bcachefs: return from fsync on writeback error to avoid early shutdownBrian Foster1-5/+9
2024-01-01bcachefs: BCH_ERR_opt_parse_errorKent Overstreet2-2/+3
2024-01-01bcachefs: Refactor trans->paths_allocated to be standard bitmapKent Overstreet4-32/+18
2024-01-01bcachefs: Move reflink_p triggers into reflink.cKent Overstreet4-204/+205
2024-01-01bcachefs: Remove obsolete comment about zstdRichard Davies1-4/+0
2024-01-01bcachefs: Include btree_trans in more tracepointsKent Overstreet7-67/+115
2024-01-01bcachefs: remove sb lock and flags update on explicit shutdownBrian Foster1-10/+2
2024-01-01bcachefs: Make backpointer fsck wb flush check more rigorousKent Overstreet1-13/+19
2024-01-01bcachefs: On missing backpointer to interior node, flush interior updatesKent Overstreet1-0/+5
2024-01-01bcachefs: remove redundant condition from data_update_index_updateDaniel Hill1-1/+1
2024-01-01bcachefs: copygc shouldn't try moving buckets on errorDaniel Hill1-4/+12
2024-01-01bcachefs: Explicity go RW for fsckKent Overstreet6-53/+27
2024-01-01bcachefs: copygc should wakeup on shutdown if disabledDaniel Hill1-1/+2
2024-01-01bcachefs: rebalance should wakeup on shutdown if disabledDaniel Hill3-3/+12
2024-01-01bcachefs: remove dead bch2_evacuate_bucket()Daniel Hill3-27/+3
2024-01-01bcachefs: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva4-5/+5
2024-01-01bcachefs: more write buffer refactoringKent Overstreet1-40/+41
2024-01-01bcachefs: wb_flush_one_slowpath()Kent Overstreet1-28/+29
2024-01-01bcachefs: ONLY_SPECIFIED_DEVS doesn't mean ignore durability anymoreKent Overstreet1-3/+1
2024-01-01bcachefs: Don't open code bch2_dev_exists2()Kent Overstreet1-2/+1
2024-01-01bcachefs: Improve trace_trans_restart_would_deadlockKent Overstreet3-7/+28
2024-01-01bcachefs: Improve trace_trans_restart_too_many_iters()Kent Overstreet3-15/+55
2024-01-01bcachefs: count_event()Kent Overstreet4-4/+7
2024-01-01bcachefs: bch2_btree_write_buffer_flush() -> bch2_btree_write_buffer_tryflush()Kent Overstreet5-9/+8
2024-01-01bcachefs: bch2_btree_write_buffer_flush_locked()Kent Overstreet3-13/+22
2024-01-01bcachefs: Clean up btree write buffer write ref handlingKent Overstreet7-24/+41
2024-01-01bcachefs: delete useless commit_do()Kent Overstreet1-1/+1
2024-01-01bcachefs: kill journal->preres_waitKent Overstreet2-2/+0
2024-01-01bcachefs: Improve btree write buffer tracepointsKent Overstreet3-10/+33
2024-01-01bcachefs: No need to allocate keys for write bufferKent Overstreet4-44/+37
2024-01-01bcachefs: convert bch_fs_flags to x-macroKent Overstreet21-121/+141
2024-01-01bcachefs: Kill journal_seq/gc args to bch2_dev_usage_update_m()Kent Overstreet1-8/+5
2024-01-01bcachefs: Refactor bch2_check_alloc_to_lru_ref()Kent Overstreet1-29/+25
2024-01-01bcachefs: Add a rebalance, data_update tracepointsKent Overstreet3-11/+52