aboutsummaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/util.h
AgeCommit message (Expand)AuthorFilesLines
2025-09-29Remove bcachefs core codeLinus Torvalds1-782/+0
2025-06-11bcachefs: Fix possible console lock involved deadlockAlan Huang1-1/+1
2025-05-31Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds1-2/+1
2025-05-21bcachefs: Add missing includeKent Overstreet1-0/+1
2025-05-21bcachefs: bch2_fs_open() now takes a darrayKent Overstreet1-2/+2
2025-05-21bcachefs: bch2_bio_to_text()Kent Overstreet1-0/+2
2025-05-21bcachefs: print_str_as_lines() -> print_str()Kent Overstreet1-2/+1
2025-05-21bcachefs: bch2_kvmalloc() mem alloc profilingKent Overstreet1-3/+4
2025-05-11sort.h: hoist cmp_int() into generic header fileFedor Pchelkin1-2/+1
2025-04-21bcachefs: Implement fileattr_(get|set)Kent Overstreet1-0/+38
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-03-28bcachefs: Consistent indentation of multiline fsck errorsKent Overstreet1-0/+1
2025-03-24bcachefs: Disable asm memcpys when kmsan enabledKent Overstreet1-2/+2
2025-03-16percpu: use TYPEOF_UNQUAL() in variable declarationsUros Bizjak1-1/+1
2025-03-16bcachefs: Debug params for data corruption injectionKent Overstreet1-0/+12
2025-03-13bcachefs: bch2_get_random_u64_below()Kent Overstreet1-1/+1
2025-02-01Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+0
2025-01-27add a string-to-qstr constructorAl Viro1-2/+0
2025-01-09bcachefs: bch2_kvmalloc()Kent Overstreet1-0/+10
2024-12-29bcachefs: bcachefs_metadata_version_disk_accounting_big_endianKent Overstreet1-0/+9
2024-12-21bcachefs: list_pop_entry()Kent Overstreet1-0/+13
2024-09-09bcachefs: data_allowed is now an opts.h optionKent Overstreet1-1/+1
2024-07-21Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds1-116/+2
2024-07-14bcachefs: per_cpu_sum()Kent Overstreet1-6/+11
2024-07-14bcachefs: Convert gc to new accountingKent Overstreet1-3/+1
2024-07-10bcachefs: fix scheduling while atomic in break_cycle()Kent Overstreet1-0/+1
2024-06-24bcachefs: remove heap-related macros and switch to generic min_heapKuan-Wei Chiu1-116/+2
2024-05-03bcachefs: remove dead function bdev_sectors()Yu Kuai1-5/+0
2024-04-06bcachefs: JOURNAL_SPACE_LOWKent Overstreet1-0/+8
2024-04-05bcachefs: fix ! vs ~ typo in __clear_bit_le64()Dan Carpenter1-1/+1
2024-04-03bcachefs: Etyzinger cleanupsKent Overstreet1-4/+0
2024-04-03bcachefs: Clear recovery_passes_required as they complete without errorsKent Overstreet1-0/+10
2024-03-17bcachefs: Don't corrupt journal keys gap buffer when dropping alloc infoKent Overstreet1-0/+3
2024-03-13bcachefs: pull out time_stats.[ch]Kent Overstreet1-76/+1
2024-03-13bcachefs: reconstruct_alloc cleanupKent Overstreet1-0/+5
2024-03-13bcachefs: copy_(to|from)_user_errcode()Kent Overstreet1-0/+16
2024-03-13bcachefs: improve move_gap()Kent Overstreet1-2/+6
2024-03-13bcachefs: kill kvpmalloc()Kent Overstreet1-34/+2
2024-01-22bcachefs: Add gfp flags param to bch2_prt_task_backtrace()Kent Overstreet1-2/+2
2024-01-21bcachefs: Improve move_extent tracepointKent Overstreet1-1/+2
2024-01-05bcachefs: %pg is banishedKent Overstreet1-0/+9
2024-01-05bcachefs: Improve would_deadlock trace eventKent Overstreet1-2/+2
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-22bcachefs: Fix W=12 build errorsKent Overstreet1-3/+3
2023-10-22bcachefs: Split out snapshot.cKent Overstreet1-0/+5
2023-10-22bcachefs: Fix assorted checkpatch nitsKent Overstreet1-2/+6
2023-10-22bcachefs: Fix a userspace build errorKent Overstreet1-0/+2
2023-10-22bcachefs: Improved copygc pipeliningKent Overstreet1-0/+20
2023-10-22bcachefs: Improve dev_alloc_debug_to_text()Kent Overstreet1-1/+1
2023-10-22bcachefs: New backtrace utility codeKent Overstreet1-1/+7
2023-10-22bcachefs: Delete atomic_inc_bug()Kent Overstreet1-25/+1
2023-10-22bcachefs: time stats now uses the mean_and_variance module.Daniel Hill1-3/+9
2023-10-22bcachefs: Print cycle on unrecoverable deadlockKent Overstreet1-0/+1
2023-10-22bcachefs: bch2_print_string_as_lines()Kent Overstreet1-0/+2
2023-10-22bcachefs: bch2_bkey_packed_to_binary_text()Kent Overstreet1-0/+2
2023-10-22bcachefs: Printbuf reworkKent Overstreet1-120/+26
2023-10-22bcachefs: Gap buffer for journal keysKent Overstreet1-0/+25
2023-10-22bcachefs: Fix pr_buf() callsKent Overstreet1-1/+1
2023-10-22bcachefs: Run btree updates after write out of write_pointKent Overstreet1-0/+2
2023-10-22bcachefs: Heap code fixKent Overstreet1-3/+5
2023-10-22bcachefs: Add printf format attribute to bch2_pr_buf()Kent Overstreet1-1/+2
2023-10-22bcachefs: Revert UUID format-specifier changeKent Overstreet1-1/+1
2023-10-22bcachefs: Fix pr_tab_rjust()Kent Overstreet1-19/+3
2023-10-22bcachefs: Heap allocate printbufsKent Overstreet1-38/+40
2023-10-22bcachefs: Convert bch2_pd_controller_print_debug() to a printbufKent Overstreet1-3/+5
2023-10-22bcachefs: Add tabstops to printbufsKent Overstreet1-7/+77
2023-10-22bcachefs: Add .to_text() methods for all superblock sectionsKent Overstreet1-13/+51
2023-10-22bcachefs: Kill bch_scnmemcpy()Kent Overstreet1-2/+0
2023-10-22bcachefs: Improve journal_entry_btree_keys_to_text()Kent Overstreet1-0/+22
2023-10-22bcachefs: Log & error message improvementsKent Overstreet1-0/+9
2023-10-22bcachefs: Kill PAGE_SECTOR_SHIFTKent Overstreet1-2/+0
2023-10-22bcachefs: Keep a sorted list of btree iteratorsKent Overstreet1-0/+14
2023-10-22bcachefs: Don't disable preemption unnecessarilyKent Overstreet1-4/+1
2023-10-22bcachefs: Check for duplicate device ptrs in bch2_bkey_ptrs_invalid()Kent Overstreet1-0/+5
2023-10-22bcachefs: Convert various code to printbufKent Overstreet1-1/+1
2023-10-22bcachefs: Make memcpy_to_bio() param constKent Overstreet1-1/+1
2023-10-22bcachefs: Initialize padding space after alloc bkeyJustin Husted1-0/+8
2023-10-22bcachefs: Don't use rep movsq for small memcopiesKent Overstreet1-0/+18
2023-10-22bcachefs: kill bio_for_each_contig_segment()Kent Overstreet1-29/+0
2023-10-22bcachefs: Kill direct access to bi_io_vecKent Overstreet1-1/+1
2023-10-22bcachefs: Write out fs usage consistentlyKent Overstreet1-0/+8
2023-10-22bcachefs: cmp_int()Kent Overstreet1-0/+2
2023-10-22bcachefs: percpu utility codeKent Overstreet1-0/+23
2023-10-22bcachefs: Fix check for if extent update is allocatingKent Overstreet1-0/+2
2023-10-22bcachefs: fixes for getting stuck flushing journal pinsKent Overstreet1-0/+1
2023-10-22bcachefs: Factor out acc_u64s()Kent Overstreet1-0/+17
2023-10-22bcachefs: Lots of option handling improvementsKent Overstreet1-1/+2
2023-10-22bcachefs: revamp to_text methodsKent Overstreet1-4/+29
2023-10-22bcachefs: delete some dead codeKent Overstreet1-84/+0
2023-10-22bcachefs: add functionality for heaps to update backpointersKent Overstreet1-22/+37
2023-10-22bcachefs: bch2_extent_ptr_decoded_append()Kent Overstreet1-0/+10
2023-10-22bcachefs: Fix suspend when moving data faster than ratelimitKent Overstreet1-1/+0
2023-10-22bcachefs: Initial commitKent Overstreet1-0/+737