summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2024-01-01bcachefs: journal->buf_lockKent Overstreet
2024-01-01bcachefs: Unwritten journal buffers are always dirtyKent Overstreet
2024-01-01bcachefs: bch2_trans_node_add no longer uses trans_for_each_path()Kent Overstreet
2024-01-01bcachefs: Improve trans->extra_journal_entriesKent Overstreet
2024-01-01bcachefs; kill bch2_btree_key_cache_flush()Kent Overstreet
2024-01-01bcachefs: kill btree_path->(alloc_seq|downgrade_seq)Kent Overstreet
2024-01-01bcachefs: Fix snapshot.c assertion for online fsckKent Overstreet
2024-01-01bcachefs: six lock: fix typosRandy Dunlap
2024-01-01bcachefs: reserve path idx 0 for sentinalKent Overstreet
2024-01-01bcachefs: Rename for_each_btree_key2() -> for_each_btree_key()Kent Overstreet
2024-01-01bcachefs: Kill for_each_btree_key()Kent Overstreet
2024-01-01bcachefs: continue now works in for_each_btree_key2()Kent Overstreet
2024-01-01bcachefs: Fix bch2_read_btree()Kent Overstreet
2024-01-01bcachefs: Fix open coded set_btree_iter_dontneed()Kent Overstreet
2024-01-01bcachefs: BCH_IOCTL_FSCK_ONLINEKent Overstreet
2024-01-01bcachefs: BCH_IOCTL_FSCK_OFFLINEKent Overstreet
2024-01-01bcachefs: bch2_run_online_recovery_passes()Kent Overstreet
2024-01-01bcachefs: Mark recovery passses that are safe to run onlineKent Overstreet
2024-01-01bcachefs: Add ability to redirect log outputKent Overstreet
2024-01-01bcachefs: thread_with_fileKent Overstreet
2024-01-01bcachefs: c->ro_refKent Overstreet
2024-01-01bcachefs: Improve error message when finding wrong btree nodeKent Overstreet
2024-01-01bcachefs: return from fsync on writeback error to avoid early shutdownBrian Foster
2024-01-01bcachefs: BCH_ERR_opt_parse_errorKent Overstreet
2024-01-01bcachefs: Refactor trans->paths_allocated to be standard bitmapKent Overstreet
2024-01-01bcachefs: Move reflink_p triggers into reflink.cKent Overstreet
2024-01-01bcachefs: Remove obsolete comment about zstdRichard Davies
2024-01-01bcachefs: Include btree_trans in more tracepointsKent Overstreet
2024-01-01bcachefs: remove sb lock and flags update on explicit shutdownBrian Foster
2024-01-01bcachefs: Make backpointer fsck wb flush check more rigorousKent Overstreet
2024-01-01bcachefs: On missing backpointer to interior node, flush interior updatesKent Overstreet
2024-01-01bcachefs: remove redundant condition from data_update_index_updateDaniel Hill
2024-01-01bcachefs: copygc shouldn't try moving buckets on errorDaniel Hill
2024-01-01bcachefs: Explicity go RW for fsckKent Overstreet
2024-01-01bcachefs: copygc should wakeup on shutdown if disabledDaniel Hill
2024-01-01bcachefs: rebalance should wakeup on shutdown if disabledDaniel Hill
2024-01-01bcachefs: remove dead bch2_evacuate_bucket()Daniel Hill
2024-01-01bcachefs: Replace zero-length arrays with flexible-array membersGustavo A. R. Silva
2024-01-01bcachefs: more write buffer refactoringKent Overstreet
2024-01-01bcachefs: wb_flush_one_slowpath()Kent Overstreet
2024-01-01bcachefs: ONLY_SPECIFIED_DEVS doesn't mean ignore durability anymoreKent Overstreet
2024-01-01bcachefs: Don't open code bch2_dev_exists2()Kent Overstreet
2024-01-01bcachefs: Improve trace_trans_restart_would_deadlockKent Overstreet
2024-01-01bcachefs: Improve trace_trans_restart_too_many_iters()Kent Overstreet
2024-01-01bcachefs: count_event()Kent Overstreet
2024-01-01bcachefs: bch2_btree_write_buffer_flush() -> bch2_btree_write_buffer_tryflush()Kent Overstreet
2024-01-01bcachefs: bch2_btree_write_buffer_flush_locked()Kent Overstreet
2024-01-01bcachefs: Clean up btree write buffer write ref handlingKent Overstreet
2024-01-01bcachefs: delete useless commit_do()Kent Overstreet
2024-01-01bcachefs: kill journal->preres_waitKent Overstreet