summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/io_write.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: bch2_dev_get_ioref() checks for device not presentKent Overstreet13 days1-2/+2
* bcachefs: bch2_dev_get_ioref2(); io_write.cKent Overstreet13 days1-10/+11
* bcachefs: Move nocow unlock to bch2_write_endio()Kent Overstreet2024-05-081-19/+7
* bcachefs: bch2_dev_have_ref()Kent Overstreet2024-05-081-2/+2
* bcachefs: extent_ptr_durability() -> bch2_dev_rcu()Kent Overstreet2024-05-081-1/+6
* bcachefs: move replica_set from bch_dev to bch_fsKent Overstreet2024-05-081-4/+4
* bcachefs: PTR_BUCKET_POS() now takes bch_devKent Overstreet2024-05-081-4/+7
* bcachefs: bch2_print_allocator_stuck()Kent Overstreet2024-05-081-1/+5
* bcachefs: bch2_bkey_drop_ptrs() declares loop iterKent Overstreet2024-05-081-1/+0
* bcachefs: bch2_trans_unlock() must always be followed by relock() or begin()Kent Overstreet2024-05-081-0/+4
* bcachefs: member helper cleanupsKent Overstreet2024-05-081-6/+6
* bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet2024-05-081-8/+8
* bcachefs: prt_printf() now respects \r\n\tKent Overstreet2024-05-081-2/+1
* bcachefs: Initialize bch_write_op->failed in inline data pathKent Overstreet2024-05-061-0/+2
* bcachefs: Inodes need extra padding for varint_decode_fast()Kent Overstreet2024-05-061-10/+18
* bcachefs: time_stats: split stats-with-quantiles into a separate structureDarrick J. Wong2024-03-131-1/+1
* bcachefs: more informative write path error messageKent Overstreet2024-03-131-5/+11
* bcachefs: Clamp replicas_required to replicasKent Overstreet2024-02-131-0/+1
* bcachefs: opts->compression can now also be applied in the backgroundKent Overstreet2024-01-211-3/+1
* bcachefs: Don't log errors if BCH_WRITE_ALLOC_NOWAITKent Overstreet2024-01-211-4/+5
* bcachefs: for_each_keylist_key() declares loop iterKent Overstreet2024-01-011-6/+3
* bcachefs: bkey_for_each_ptr() now declares loop iterKent Overstreet2024-01-011-15/+5
* bcachefs: for_each_btree_key() now declares loop iterKent Overstreet2024-01-011-2/+0
* bcachefs: darray_for_each() now declares loop iterKent Overstreet2024-01-011-1/+0
* bcachefs: Make sure allocation failure errors are loggedKent Overstreet2024-01-011-0/+4
* bcachefs: Don't open code bch2_dev_exists2()Kent Overstreet2024-01-011-2/+1
* bcachefs: Rename BTREE_INSERT flagsKent Overstreet2024-01-011-3/+3
* bcachefs: fix buffer overflow in nocow write pathKent Overstreet2024-01-011-41/+41
* closures: CLOSURE_CALLBACK() to fix type punningKent Overstreet2023-11-241-7/+7
* bcachefs: Fix no_data_io mode checksum checkKent Overstreet2023-11-141-1/+1
* bcachefs: x-macro-ify inode flags enumKent Overstreet2023-11-051-1/+1
* bcachefs: Add a comment for BTREE_INSERT_NOJOURNAL usageKent Overstreet2023-11-041-0/+11
* bcachefs: Add IO error counts to bch_memberKent Overstreet2023-11-011-1/+1
* bcachefs: rebalance_workKent Overstreet2023-11-011-13/+7
* bcachefs: Check for too-large encoded extentsKent Overstreet2023-10-311-3/+1
* bcachefs: Ensure we don't exceed encoded_extent_maxKent Overstreet2023-10-311-0/+1
* bcachefs: nocow locking: Fix lock leakKent Overstreet2023-10-221-1/+3
* bcachefs: More minor smatch fixesKent Overstreet2023-10-221-1/+1
* bcachefs: Heap allocate btree_transKent Overstreet2023-10-221-23/+20
* bcachefs: Fix W=12 build errorsKent Overstreet2023-10-221-6/+8
* bcachefs: Break up io.cKent Overstreet2023-10-221-0/+1670