summaryrefslogtreecommitdiff
path: root/fs/bcachefs/io_write.c
AgeCommit message (Expand)Author
2025-02-12bcachefs: Reuse transactionAlan Huang
2025-01-25bcachefs: Improve decompression error messagesKent Overstreet
2024-12-21bcachefs: list_pop_entry()Kent Overstreet
2024-12-21bcachefs: Convert write path errors to inum_to_path()Kent Overstreet
2024-12-21bcachefs: add missing BTREE_ITER_intentKent Overstreet
2024-12-21bcachefs: Rename btree_iter_peek_upto() -> btree_iter_peek_max()Kent Overstreet
2024-12-21bcachefs: io_opts_to_rebalance_opts()Kent Overstreet
2024-11-07bcachefs: Fix null ptr deref in bucket_gen_get()Kent Overstreet
2024-10-18bcachefs: Don't use commit_do() unnecessarilyKent Overstreet
2024-09-27bcachefs: rename version -> bversionKent Overstreet
2024-09-21bcachefs: BCH_WRITE_ALLOC_NOWAIT no longer applies to open bucket allocationKent Overstreet
2024-08-07bcachefs: Make allocator stuck timeout configurable, ratelimit messagesKent Overstreet
2024-07-14bcachefs: Rename BCH_WRITE_DONE -> BCH_WRITE_SUBMITTEDKent Overstreet
2024-07-14bcachefs: Ratelimit checksum error messagesKent Overstreet
2024-07-14bcachefs: spelling fixKent Overstreet
2024-07-14bcachefs: Use try_cmpxchg() family of functions instead of cmpxchg()Uros Bizjak
2024-06-10bcachefs: Check for invalid bucket from bucket_gen(), gc_bucket()Kent Overstreet
2024-05-09bcachefs: bch2_dev_get_ioref() checks for device not presentKent Overstreet
2024-05-09bcachefs: bch2_dev_get_ioref2(); io_write.cKent Overstreet
2024-05-08bcachefs: Move nocow unlock to bch2_write_endio()Kent Overstreet
2024-05-08bcachefs: bch2_dev_have_ref()Kent Overstreet
2024-05-08bcachefs: extent_ptr_durability() -> bch2_dev_rcu()Kent Overstreet
2024-05-08bcachefs: move replica_set from bch_dev to bch_fsKent Overstreet
2024-05-08bcachefs: PTR_BUCKET_POS() now takes bch_devKent Overstreet
2024-05-08bcachefs: bch2_print_allocator_stuck()Kent Overstreet
2024-05-08bcachefs: bch2_bkey_drop_ptrs() declares loop iterKent Overstreet
2024-05-08bcachefs: bch2_trans_unlock() must always be followed by relock() or begin()Kent Overstreet
2024-05-08bcachefs: member helper cleanupsKent Overstreet
2024-05-08bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet
2024-05-08bcachefs: prt_printf() now respects \r\n\tKent Overstreet
2024-05-06bcachefs: Initialize bch_write_op->failed in inline data pathKent Overstreet
2024-05-06bcachefs: Inodes need extra padding for varint_decode_fast()Kent Overstreet
2024-03-13bcachefs: time_stats: split stats-with-quantiles into a separate structureDarrick J. Wong
2024-03-13bcachefs: more informative write path error messageKent Overstreet
2024-02-13bcachefs: Clamp replicas_required to replicasKent Overstreet
2024-01-21bcachefs: opts->compression can now also be applied in the backgroundKent Overstreet
2024-01-21bcachefs: Don't log errors if BCH_WRITE_ALLOC_NOWAITKent Overstreet
2024-01-01bcachefs: for_each_keylist_key() declares loop iterKent Overstreet
2024-01-01bcachefs: bkey_for_each_ptr() now declares loop iterKent Overstreet
2024-01-01bcachefs: for_each_btree_key() now declares loop iterKent Overstreet
2024-01-01bcachefs: darray_for_each() now declares loop iterKent Overstreet
2024-01-01bcachefs: Make sure allocation failure errors are loggedKent Overstreet
2024-01-01bcachefs: Don't open code bch2_dev_exists2()Kent Overstreet
2024-01-01bcachefs: Rename BTREE_INSERT flagsKent Overstreet
2024-01-01bcachefs: fix buffer overflow in nocow write pathKent Overstreet
2023-11-24closures: CLOSURE_CALLBACK() to fix type punningKent Overstreet
2023-11-14bcachefs: Fix no_data_io mode checksum checkKent Overstreet
2023-11-05bcachefs: x-macro-ify inode flags enumKent Overstreet
2023-11-04bcachefs: Add a comment for BTREE_INSERT_NOJOURNAL usageKent Overstreet
2023-11-01bcachefs: Add IO error counts to bch_memberKent Overstreet