summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Add ability to redirect log outputKent Overstreet2024-01-014-17/+77
* bcachefs: thread_with_fileKent Overstreet2024-01-011-44/+70
* bcachefs: c->ro_refKent Overstreet2024-01-012-0/+27
* bcachefs: Improve error message when finding wrong btree nodeKent Overstreet2024-01-011-2/+10
* bcachefs: return from fsync on writeback error to avoid early shutdownBrian Foster2024-01-011-5/+9
* bcachefs: BCH_ERR_opt_parse_errorKent Overstreet2024-01-012-2/+3
* bcachefs: Refactor trans->paths_allocated to be standard bitmapKent Overstreet2024-01-014-32/+18
* bcachefs: Move reflink_p triggers into reflink.cKent Overstreet2024-01-014-204/+205
* bcachefs: Remove obsolete comment about zstdRichard Davies2024-01-011-4/+0
* bcachefs: Include btree_trans in more tracepointsKent Overstreet2024-01-017-67/+115
* bcachefs: remove sb lock and flags update on explicit shutdownBrian Foster2024-01-011-10/+2
* bcachefs: Make backpointer fsck wb flush check more rigorousKent Overstreet2024-01-011-13/+19
* bcachefs: On missing backpointer to interior node, flush interior updatesKent Overstreet2024-01-011-0/+5
* bcachefs: remove redundant condition from data_update_index_updateDaniel Hill2024-01-011-1/+1
* bcachefs: copygc shouldn't try moving buckets on errorDaniel Hill2024-01-011-4/+12
* bcachefs: Explicity go RW for fsckKent Overstreet2024-01-016-53/+27
* bcachefs: copygc should wakeup on shutdown if disabledDaniel Hill2024-01-011-1/+2
* bcachefs: rebalance should wakeup on shutdown if disabledDaniel Hill2024-01-013-3/+12
* bcachefs: remove dead bch2_evacuate_bucket()Daniel Hill2024-01-013-27/+3
* bcachefs: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva2024-01-014-5/+5
* bcachefs: more write buffer refactoringKent Overstreet2024-01-011-40/+41
* bcachefs: wb_flush_one_slowpath()Kent Overstreet2024-01-011-28/+29
* bcachefs: ONLY_SPECIFIED_DEVS doesn't mean ignore durability anymoreKent Overstreet2024-01-011-3/+1
* bcachefs: Don't open code bch2_dev_exists2()Kent Overstreet2024-01-011-2/+1
* bcachefs: Improve trace_trans_restart_would_deadlockKent Overstreet2024-01-013-7/+28
* bcachefs: Improve trace_trans_restart_too_many_iters()Kent Overstreet2024-01-013-15/+55
* bcachefs: count_event()Kent Overstreet2024-01-014-4/+7
* bcachefs: bch2_btree_write_buffer_flush() -> bch2_btree_write_buffer_tryflush()Kent Overstreet2024-01-015-9/+8
* bcachefs: bch2_btree_write_buffer_flush_locked()Kent Overstreet2024-01-013-13/+22
* bcachefs: Clean up btree write buffer write ref handlingKent Overstreet2024-01-017-24/+41
* bcachefs: delete useless commit_do()Kent Overstreet2024-01-011-1/+1
* bcachefs: kill journal->preres_waitKent Overstreet2024-01-012-2/+0
* bcachefs: Improve btree write buffer tracepointsKent Overstreet2024-01-013-10/+33
* bcachefs: No need to allocate keys for write bufferKent Overstreet2024-01-014-44/+37
* bcachefs: convert bch_fs_flags to x-macroKent Overstreet2024-01-0121-121/+141
* bcachefs: Kill journal_seq/gc args to bch2_dev_usage_update_m()Kent Overstreet2024-01-011-8/+5
* bcachefs: Refactor bch2_check_alloc_to_lru_ref()Kent Overstreet2024-01-011-29/+25
* bcachefs: Add a rebalance, data_update tracepointsKent Overstreet2024-01-013-11/+52
* bcachefs: Print durability in member_to_text()Kent Overstreet2024-01-011-0/+5
* bcachefs: Improve sysfs compression_statsKent Overstreet2024-01-011-51/+65
* bcachefs: Kill dev_usage->buckets_ecKent Overstreet2024-01-017-21/+2
* bcachefs: bch2_dev_usage_to_text()Kent Overstreet2024-01-013-26/+32
* bcachefs: New bucket sector count helpersKent Overstreet2024-01-015-48/+53
* bcachefs: BCH_IOCTL_DEV_USAGE_V2Kent Overstreet2024-01-012-18/+83
* bcachefs: Simplify check_bucket_ref()Kent Overstreet2024-01-011-8/+4
* bcachefs: six locks: Simplify optimistic spinningKent Overstreet2024-01-013-92/+42
* bcachefs: BCH_DATA_OP_drop_extra_replicasKent Overstreet2024-01-012-7/+46
* bcachefs: Convert bch2_move_btree() to bbposKent Overstreet2024-01-011-25/+19
* bcachefs: x-macro-ify bch_data_ops enumKent Overstreet2024-01-013-18/+30
* bcachefs: clean up one inconsistent indentingYang Li2024-01-011-1/+1