summaryrefslogtreecommitdiff
path: root/fs/bcachefs/io_misc.c
AgeCommit message (Expand)AuthorFilesLines
2025-04-02bcachefs: Kill btree_iter.transKent Overstreet1-9/+9
2025-03-14bcachefs: bch2_inum_offset_err_msg_trans() no longer handles transaction rest...Kent Overstreet1-1/+2
2024-12-21bcachefs: bch2_inum_to_path()Kent Overstreet1-5/+7
2024-12-21bcachefs: Implement bch2_btree_iter_prev_min()Kent Overstreet1-1/+1
2024-12-21bcachefs: Rename btree_iter_peek_upto() -> btree_iter_peek_max()Kent Overstreet1-3/+3
2024-12-21bcachefs: io_opts_to_rebalance_opts()Kent Overstreet1-1/+1
2024-10-18bcachefs: fix restart handling in __bch2_resume_logged_op_finsert()Kent Overstreet1-1/+1
2024-10-04bcachefs: Rework logged op error handlingKent Overstreet1-20/+43
2024-08-07bcachefs: Make allocator stuck timeout configurable, ratelimit messagesKent Overstreet1-5/+1
2024-07-14bcachefs: Print allocator stuck on timeout in fallocate pathKent Overstreet1-1/+5
2024-07-11bcachefs; Use trans_unlock_long() when waiting on allocatorKent Overstreet1-1/+1
2024-05-08bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet1-5/+5
2024-03-31bcachefs: Add error messages to logged ops fnsKent Overstreet1-0/+2
2024-01-21bcachefs: opts->compression can now also be applied in the backgroundKent Overstreet1-3/+1
2024-01-01bcachefs: bkey_for_each_ptr() now declares loop iterKent Overstreet1-1/+0
2024-01-01bcachefs: clean up some dead fallocate codeBrian Foster1-23/+12
2024-01-01bcachefs: Make sure allocation failure errors are loggedKent Overstreet1-2/+7
2024-01-01bcachefs: Rename BTREE_INSERT flagsKent Overstreet1-6/+6
2023-11-01bcachefs: Fix an integer overflowKent Overstreet1-2/+2
2023-11-01bcachefs: rebalance_workKent Overstreet1-1/+10
2023-10-22bcachefs: snapshot_create_lockKent Overstreet1-2/+20
2023-10-22bcachefs: Fix -Wself-assignNick Desaulniers1-2/+2
2023-10-22bcachefs: Heap allocate btree_transKent Overstreet1-10/+9
2023-10-22bcachefs: Log finsert/fcollapse operationsKent Overstreet1-92/+119
2023-10-22bcachefs: Log truncate operationsKent Overstreet1-17/+47
2023-10-22bcachefs: New io_misc.c helpersKent Overstreet1-0/+226
2023-10-22bcachefs: Break up io.cKent Overstreet1-0/+215