summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-17bcachefs: Redo data_update interfacedata_updateKent Overstreet
2022-06-17bcachefs: Improve an error messageKent Overstreet
2022-06-17bcachefs: Fix assertion in bch2_dev_list_add_dev()Kent Overstreet
2022-06-17bcachefs: Improve "copygc requested to run" error messageKent Overstreet
2022-06-16bcachefs: Pull out data_update.cKent Overstreet
2022-06-16bcachefs: Split out dev_buckets_free()Kent Overstreet
2022-06-16bcachefs: Copygc now uses backpointersKent Overstreet
2022-06-16bcachefs: New on disk format: BackpointersKent Overstreet
2022-06-16bcachefs: Increase max size for btree_trans bump allocatorKent Overstreet
2022-06-16bcachefs: Reimplement repair for overlapping extentsDaniel Hill
2022-06-16bcachefs: Add a persistent counter for bucket discardsKent Overstreet
2022-06-16bcachefs: Fix btree node read retriesKent Overstreet
2022-06-16bcachefs: Add a persistent counter for bucket invalidationKent Overstreet
2022-06-16bcachefs: Call bch2_do_invalidates() when going read writeKent Overstreet
2022-06-16bcachefs: Improved human readable integer parsingKent Overstreet
2022-06-16bcachefs: Fix freespace initializationKent Overstreet
2022-06-16bcachefs: shrinker.to_text() methodsKent Overstreet
2022-06-16mm: Centralize & improve oom reporting in show_mem.cKent Overstreet
2022-06-16mm: Move lib/show_mem.c to mm/Kent Overstreet
2022-06-16mm: Count requests to free & nr freed per shrinkerKent Overstreet
2022-06-16mm: Add a .to_text() method for shrinkersKent Overstreet
2022-06-16bcachefs: Convert to lib/printbuf.cKent Overstreet
2022-06-16Delete seq_bufKent Overstreet
2022-06-16tracing: Convert to printbufKent Overstreet
2022-06-16ACPI/APEI: Add missing includeKent Overstreet
2022-06-16d_path: prt_path()Kent Overstreet
2022-06-16tracing: trace_events_synth: Convert to printbufKent Overstreet
2022-06-16PCI/P2PDMA: Convert to printbufKent Overstreet
2022-06-16x86/resctrl: Convert to printbufKent Overstreet
2022-06-16powerpc: Convert to printbufKent Overstreet
2022-06-16tools/testing/nvdimm: Convert to printbufKent Overstreet
2022-06-16clk: tegra: bpmp: Convert to printbufKent Overstreet
2022-06-16mm/memcontrol.c: Convert to printbufKent Overstreet
2022-06-16Input/joystick/analog: Convert from seq_buf -> printbufKent Overstreet
2022-06-16vsprintf: Refactor hex_string, bitmap_string_list, bitmap_stringKent Overstreet
2022-06-16vsprintf: Refactor device_node_string, fwnode_stringKent Overstreet
2022-06-16vsprintf: flags_string() no longer takes printf_specKent Overstreet
2022-06-16vsprintf: time_and_date() no longer takes printf_specKent Overstreet
2022-06-16vsprintf: Refactor mac_address_string()Kent Overstreet
2022-06-16vsprintf: Refactor ip_addr_string()Kent Overstreet
2022-06-16vsprintf: Refactor fourcc_string()Kent Overstreet
2022-06-16vsprintf: Refactor resource_string()Kent Overstreet
2022-06-16vsprintf: Start consolidating printf_spec handlingKent Overstreet
2022-06-16test_printf: Drop requirement that sprintf not write past nulKent Overstreet
2022-06-16vsprintf: prt_u64_minwidth(), prt_u64()Kent Overstreet
2022-06-16vsprintf: Improve number()Kent Overstreet
2022-06-16lib/pretty-printers: prt_string_option(), prt_bitflags()Kent Overstreet
2022-06-16lib/printbuf: Unit specifiersKent Overstreet
2022-06-16lib/printbuf: Tabstops, indentingKent Overstreet
2022-06-16lib/printbuf: Heap allocationKent Overstreet