summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-09bcachefs: Convert to lib/printbuf.cprintbuf_v3_bcachefsKent Overstreet
2022-06-09Delete seq_bufKent Overstreet
2022-06-09tracing: Convert to printbufKent Overstreet
2022-06-09ACPI/APEI: Add missing includeKent Overstreet
2022-06-09d_path: prt_path()Kent Overstreet
2022-06-09tracing: trace_events_synth: Convert to printbufKent Overstreet
2022-06-09PCI/P2PDMA: Convert to printbufKent Overstreet
2022-06-09x86/resctrl: Convert to printbufKent Overstreet
2022-06-09powerpc: Convert to printbufKent Overstreet
2022-06-09tools/testing/nvdimm: Convert to printbufKent Overstreet
2022-06-09clk: tegra: bpmp: Convert to printbufKent Overstreet
2022-06-09mm/memcontrol.c: Convert to printbufKent Overstreet
2022-06-09Input/joystick/analog: Convert from seq_buf -> printbufKent Overstreet
2022-06-09vsprintf: Refactor hex_string, bitmap_string_list, bitmap_stringKent Overstreet
2022-06-09vsprintf: Refactor device_node_string, fwnode_stringKent Overstreet
2022-06-09vsprintf: flags_string() no longer takes printf_specKent Overstreet
2022-06-09vsprintf: time_and_date() no longer takes printf_specKent Overstreet
2022-06-09vsprintf: Refactor mac_address_string()Kent Overstreet
2022-06-09vsprintf: Refactor ip_addr_string()Kent Overstreet
2022-06-09vsprintf: Refactor fourcc_string()Kent Overstreet
2022-06-09vsprintf: Refactor resource_string()Kent Overstreet
2022-06-09vsprintf: Start consolidating printf_spec handlingKent Overstreet
2022-06-09test_printf: Drop requirement that sprintf not write past nulKent Overstreet
2022-06-09vsprintf: prt_u64_minwidth(), prt_u64()Kent Overstreet
2022-06-09vsprintf: Improve number()Kent Overstreet
2022-06-09lib/pretty-printers: prt_string_option(), prt_bitflags()Kent Overstreet
2022-06-09lib/printbuf: Unit specifiersKent Overstreet
2022-06-09lib/printbuf: Tabstops, indentingKent Overstreet
2022-06-09lib/printbuf: Heap allocationKent Overstreet
2022-06-09lib/string_helpers: string_get_size() now returns characters wroteKent Overstreet
2022-06-09vsprintf: %pf(%p)Kent Overstreet
2022-06-09lib/hexdump: Convert to printbufKent Overstreet
2022-06-09vsprintf: Convert to printbufKent Overstreet
2022-06-09lib/string_helpers: Convert string_escape_mem() to printbufKent Overstreet
2022-06-09lib/printbuf: New data structure for printing stringsKent Overstreet
2022-06-07bcachefs: Fix btree node read error pathKent Overstreet
2022-06-07bcachefs: Fix btree_and_journal_iterKent Overstreet
2022-06-07fixup! bcachefs: Gap buffer for journal keysKent Overstreet
2022-06-06bcachefs: Fix for cmd_list_journalKent Overstreet
2022-06-05bcachefs: Also log overwrites in journalKent Overstreet
2022-06-05bcachefs: Refactor journal entry addingKent Overstreet
2022-06-05bcachefs: Btree key cache coherencyKent Overstreet
2022-06-04bcachefs: Add some missing error messagesKent Overstreet
2022-06-03bcachefs: Fix memory corruption in encryption pathKent Overstreet
2022-05-30fixup! bcachefs: Add persistent countersKent Overstreet
2022-05-30bcachefs: bch2_trans_reset_updates()Kent Overstreet
2022-05-30bcachefs: Fix error checking in bch2_fs_alloc()Kent Overstreet
2022-05-30bcachefs: Print message on btree node read retry successKent Overstreet
2022-05-30bcachefs: journal_transaction_name is now always onKent Overstreet
2022-05-30bcachefs: Fix journal_keys_search() overheadKent Overstreet