aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/util.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-03bcachefs: remove dead function bdev_sectors()Gravatar Yu Kuai 1-5/+0
2024-04-06bcachefs: JOURNAL_SPACE_LOWGravatar Kent Overstreet 1-0/+8
2024-04-05bcachefs: fix ! vs ~ typo in __clear_bit_le64()Gravatar Dan Carpenter 1-1/+1
2024-04-03bcachefs: Etyzinger cleanupsGravatar Kent Overstreet 1-4/+0
2024-04-03bcachefs: Clear recovery_passes_required as they complete without errorsGravatar Kent Overstreet 1-0/+10
2024-03-17bcachefs: Don't corrupt journal keys gap buffer when dropping alloc infoGravatar Kent Overstreet 1-0/+3
2024-03-13bcachefs: pull out time_stats.[ch]Gravatar Kent Overstreet 1-76/+1
2024-03-13bcachefs: reconstruct_alloc cleanupGravatar Kent Overstreet 1-0/+5
2024-03-13bcachefs: copy_(to|from)_user_errcode()Gravatar Kent Overstreet 1-0/+16
2024-03-13bcachefs: improve move_gap()Gravatar Kent Overstreet 1-2/+6
2024-03-13bcachefs: kill kvpmalloc()Gravatar Kent Overstreet 1-34/+2
2024-01-22bcachefs: Add gfp flags param to bch2_prt_task_backtrace()Gravatar Kent Overstreet 1-2/+2
2024-01-21bcachefs: Improve move_extent tracepointGravatar Kent Overstreet 1-1/+2
2024-01-05bcachefs: %pg is banishedGravatar Kent Overstreet 1-0/+9
2024-01-05bcachefs: Improve would_deadlock trace eventGravatar Kent Overstreet 1-2/+2
2024-01-01bcachefs: Convert split_devs() to darrayGravatar Kent Overstreet 1-0/+3
2024-01-01bcachefs: qstr_eq()Gravatar Kent Overstreet 1-0/+7
2024-01-01bcachefs: track_event_change()Gravatar Kent Overstreet 1-4/+29
2024-01-01bcachefs: prt_bitflags_vector()Gravatar Kent Overstreet 1-0/+1
2023-11-05bcachefs: bch2_prt_datetime()Gravatar Kent Overstreet 1-20/+1
2023-10-22bcachefs: Fix W=12 build errorsGravatar Kent Overstreet 1-3/+3
2023-10-22bcachefs: Split out snapshot.cGravatar Kent Overstreet 1-0/+5
2023-10-22bcachefs: Fix assorted checkpatch nitsGravatar Kent Overstreet 1-2/+6
2023-10-22bcachefs: Fix a userspace build errorGravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: Improved copygc pipeliningGravatar Kent Overstreet 1-0/+20
2023-10-22bcachefs: Improve dev_alloc_debug_to_text()Gravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: New backtrace utility codeGravatar Kent Overstreet 1-1/+7
2023-10-22bcachefs: Delete atomic_inc_bug()Gravatar Kent Overstreet 1-25/+1
2023-10-22bcachefs: time stats now uses the mean_and_variance module.Gravatar Daniel Hill 1-3/+9
2023-10-22bcachefs: Print cycle on unrecoverable deadlockGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: bch2_print_string_as_lines()Gravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: bch2_bkey_packed_to_binary_text()Gravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: Printbuf reworkGravatar Kent Overstreet 1-120/+26
2023-10-22bcachefs: Gap buffer for journal keysGravatar Kent Overstreet 1-0/+25
2023-10-22bcachefs: Fix pr_buf() callsGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Run btree updates after write out of write_pointGravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: Heap code fixGravatar Kent Overstreet 1-3/+5
2023-10-22bcachefs: Add printf format attribute to bch2_pr_buf()Gravatar Kent Overstreet 1-1/+2
2023-10-22bcachefs: Revert UUID format-specifier changeGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Fix pr_tab_rjust()Gravatar Kent Overstreet 1-19/+3
2023-10-22bcachefs: Heap allocate printbufsGravatar Kent Overstreet 1-38/+40
2023-10-22bcachefs: Convert bch2_pd_controller_print_debug() to a printbufGravatar Kent Overstreet 1-3/+5
2023-10-22bcachefs: Add tabstops to printbufsGravatar Kent Overstreet 1-7/+77
2023-10-22bcachefs: Add .to_text() methods for all superblock sectionsGravatar Kent Overstreet 1-13/+51
2023-10-22bcachefs: Kill bch_scnmemcpy()Gravatar Kent Overstreet 1-2/+0
2023-10-22bcachefs: Improve journal_entry_btree_keys_to_text()Gravatar Kent Overstreet 1-0/+22
2023-10-22bcachefs: Log & error message improvementsGravatar Kent Overstreet 1-0/+9
2023-10-22bcachefs: Kill PAGE_SECTOR_SHIFTGravatar Kent Overstreet 1-2/+0
2023-10-22bcachefs: Keep a sorted list of btree iteratorsGravatar Kent Overstreet 1-0/+14
2023-10-22bcachefs: Don't disable preemption unnecessarilyGravatar Kent Overstreet 1-4/+1