summaryrefslogtreecommitdiff
path: root/fs/bcachefs/util.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-01bcachefs: Convert split_devs() to darrayKent Overstreet1-0/+3
2024-01-01bcachefs: qstr_eq()Kent Overstreet1-0/+7
2024-01-01bcachefs: track_event_change()Kent Overstreet1-4/+29
2024-01-01bcachefs: prt_bitflags_vector()Kent Overstreet1-0/+1
2023-11-05bcachefs: bch2_prt_datetime()Kent Overstreet1-20/+1
2023-10-23bcachefs: Fix W=12 build errorsKent Overstreet1-3/+3
2023-10-23bcachefs: Split out snapshot.cKent Overstreet1-0/+5
2023-10-23bcachefs: Fix assorted checkpatch nitsKent Overstreet1-2/+6
2023-10-23bcachefs: Fix a userspace build errorKent Overstreet1-0/+2
2023-10-23bcachefs: Improved copygc pipeliningKent Overstreet1-0/+20
2023-10-23bcachefs: Improve dev_alloc_debug_to_text()Kent Overstreet1-1/+1
2023-10-23bcachefs: New backtrace utility codeKent Overstreet1-1/+7
2023-10-23bcachefs: Delete atomic_inc_bug()Kent Overstreet1-25/+1
2023-10-23bcachefs: time stats now uses the mean_and_variance module.Daniel Hill1-3/+9
2023-10-23bcachefs: Print cycle on unrecoverable deadlockKent Overstreet1-0/+1
2023-10-23bcachefs: bch2_print_string_as_lines()Kent Overstreet1-0/+2
2023-10-23bcachefs: bch2_bkey_packed_to_binary_text()Kent Overstreet1-0/+2
2023-10-23bcachefs: Printbuf reworkKent Overstreet1-120/+26
2023-10-23bcachefs: Gap buffer for journal keysKent Overstreet1-0/+25
2023-10-23bcachefs: Fix pr_buf() callsKent Overstreet1-1/+1
2023-10-23bcachefs: Run btree updates after write out of write_pointKent Overstreet1-0/+2
2023-10-23bcachefs: Heap code fixKent Overstreet1-3/+5
2023-10-23bcachefs: Add printf format attribute to bch2_pr_buf()Kent Overstreet1-1/+2
2023-10-23bcachefs: Revert UUID format-specifier changeKent Overstreet1-1/+1
2023-10-23bcachefs: Fix pr_tab_rjust()Kent Overstreet1-19/+3
2023-10-23bcachefs: Heap allocate printbufsKent Overstreet1-38/+40
2023-10-23bcachefs: Convert bch2_pd_controller_print_debug() to a printbufKent Overstreet1-3/+5
2023-10-23bcachefs: Add tabstops to printbufsKent Overstreet1-7/+77
2023-10-23bcachefs: Add .to_text() methods for all superblock sectionsKent Overstreet1-13/+51
2023-10-23bcachefs: Kill bch_scnmemcpy()Kent Overstreet1-2/+0
2023-10-23bcachefs: Improve journal_entry_btree_keys_to_text()Kent Overstreet1-0/+22
2023-10-23bcachefs: Log & error message improvementsKent Overstreet1-0/+9
2023-10-23bcachefs: Kill PAGE_SECTOR_SHIFTKent Overstreet1-2/+0
2023-10-23bcachefs: Keep a sorted list of btree iteratorsKent Overstreet1-0/+14
2023-10-23bcachefs: Don't disable preemption unnecessarilyKent Overstreet1-4/+1
2023-10-23bcachefs: Check for duplicate device ptrs in bch2_bkey_ptrs_invalid()Kent Overstreet1-0/+5
2023-10-23bcachefs: Convert various code to printbufKent Overstreet1-1/+1
2023-10-23bcachefs: Make memcpy_to_bio() param constKent Overstreet1-1/+1
2023-10-23bcachefs: Initialize padding space after alloc bkeyJustin Husted1-0/+8
2023-10-23bcachefs: Don't use rep movsq for small memcopiesKent Overstreet1-0/+18
2023-10-23bcachefs: kill bio_for_each_contig_segment()Kent Overstreet1-29/+0
2023-10-23bcachefs: Kill direct access to bi_io_vecKent Overstreet1-1/+1
2023-10-23bcachefs: Write out fs usage consistentlyKent Overstreet1-0/+8
2023-10-23bcachefs: cmp_int()Kent Overstreet1-0/+2
2023-10-23bcachefs: percpu utility codeKent Overstreet1-0/+23
2023-10-23bcachefs: Fix check for if extent update is allocatingKent Overstreet1-0/+2
2023-10-23bcachefs: fixes for getting stuck flushing journal pinsKent Overstreet1-0/+1
2023-10-23bcachefs: Factor out acc_u64s()Kent Overstreet1-0/+17
2023-10-23bcachefs: Lots of option handling improvementsKent Overstreet1-1/+2
2023-10-23bcachefs: revamp to_text methodsKent Overstreet1-4/+29