linux.git
2024-05-08 Kent Overstreetbcachefs: bucket_data_type_mismatch()
2024-05-08 Kent Overstreetbcachefs: Clean up inode alloc
2024-05-08 Kent Overstreetbcachefs: journal seq blacklist gc no longer has to...
2024-05-08 Kent Overstreetbcachefs: plumb data_type into bch2_bucket_alloc_trans()
2024-05-08 Kent Overstreetbcachefs: Add btree_allocated_bitmap to member_to_text()
2024-05-08 Kent Overstreetbcachefs: Btree key cache instrumentation
2024-05-08 Matthew Wilcox... bcachefs: Remove calls to folio_set_error
2024-05-08 Kent Overstreetbcachefs: Move gc of bucket.oldest_gen to workqueue
2024-05-08 Kent Overstreetbcachefs: fix flag printing in journal_buf_to_text()
2024-05-08 Kent Overstreetbcachefs: Sync journal when we complete a recovery...
2024-05-08 Kent Overstreetbcachefs: make btree read errors silent during scan
2024-05-08 Kent Overstreetbcachefs: Rip bch2_snapshot_equiv() out of fsck
2024-05-08 Kent Overstreetbcachefs: Check for writing btree_ptr_v2.sectors_writte...
2024-05-08 Kent Overstreetbcachefs: Add asserts to bch2_dev_btree_bitmap_marked_s...
2024-05-08 Kent Overstreetbcachefs: fs_alloc_debug_to_text()
2024-05-08 Kent Overstreetbcachefs: assert that online_reserved == 0 on shutdown
2024-05-08 Kent Overstreetbcachefs: bch2_trans_verify_not_unlocked()
2024-05-08 Kent Overstreetbcachefs: bch2_btree_path_can_relock()
2024-05-08 Kent Overstreetbcachefs: trans->locked
2024-05-08 Kent Overstreetbcachefs: bch2_btree_root_alloc_fake_trans()
2024-05-08 Kent Overstreetbcachefs: bch2_trans_unlock() must always be followed...
2024-05-08 Kent Overstreetbcachefs: Use bch2_btree_path_upgrade() in key cache...
2024-05-08 Kent Overstreetbcachefs: bch2_btree_path_upgrade() checks nodes_locked...
2024-05-08 Kent Overstreetbcachefs: maintain lock invariants in btree_iter_next_n...
2024-05-08 Kent Overstreetbcachefs: bch2_trans_commit_flags_to_text()
2024-05-08 Kent Overstreetbcachefs: prefer drop_locks_do()
2024-05-08 Kent Overstreetbcachefs: get_unlocked_mut_path -> bch2_path_get_unlock...
2024-05-08 Lukas Bulwahnbcachefs: fix typo in reference to BCACHEFS_DEBUG
2024-05-08 Ricardo B.... bcachefs: chardev: make bch_chardev_class constant
2024-05-08 Kent Overstreetbcachefs: member helper cleanups
2024-05-08 Kent Overstreetbcachefs: bucket_valid()
2024-05-08 Kent Overstreetbcachefs: bch2_trans_relock_fail() - factor out slowpath
2024-05-08 Kent Overstreetbcachefs: bch2_dir_emit() - drop_locks_do() conversion
2024-05-08 Kent Overstreetbcachefs: bch2_btree_insert_trans() no longer specifies...
2024-05-08 Kent Overstreetbcachefs: iter/update/trigger/str_hash flag cleanup
2024-05-08 Kent Overstreetbcachefs: __BTREE_ITER_ALL_SNAPSHOTS -> BTREE_ITER_SNAP...
2024-05-08 Kent Overstreetbcachefs: mark_superblock cleanup
2024-05-08 Kent Overstreetbcachefs: gc_btree_init_recurse() uses gc_mark_node()
2024-05-08 Kent Overstreetbcachefs: move root node topo checks to node_check_topo...
2024-05-08 Kent Overstreetbcachefs: move topology repair kick to gc_btrees()
2024-05-08 Kent Overstreetbcachefs: kill metadata only gc
2024-05-08 Kent Overstreetbcachefs: Finish converting reconstruct_alloc to errors...
2024-05-08 Kent Overstreetbcachefs: bch2_gc() is now private to btree_gc.c
2024-05-08 Kent Overstreetbcachefs: for_each_btree_key_continue()
2024-05-08 Kent Overstreetbcachefs: kill for_each_btree_key_old()
2024-05-08 Kuan-Wei Chiubcachefs: Optimize eytzinger0_sort() with bottom-up...
2024-05-08 Kent Overstreetbcachefs: When traversing to interior nodes, propagate...
2024-05-08 Kent Overstreetbcachefs: Don't read journal just for fsck
2024-05-08 Kent Overstreetbcachefs: allow for custom action in fsck error messages
2024-05-08 Kent Overstreetbcachefs: New assertion for writing to the journal...
2024-05-08 Kent Overstreetbcachefs: bch2_btree_path_to_text()
2024-05-08 Kent Overstreetbcachefs: add btree_node_merging_disabled debug param
2024-05-08 Kent Overstreetbcachefs: bch2_hash_lookup() now returns bkey_s_c
2024-05-08 Kent Overstreetbcachefs: bch2_journal_keys_dump()
2024-05-08 Kent Overstreetbcachefs: bch2_btree_node_header_to_text()
2024-05-08 Kent Overstreetbcachefs: prt_printf() now respects \r\n\t
2024-05-08 Kent Overstreetbcachefs: printbufs: prt_printf() now handles \t\r\n
2024-05-08 Kent Overstreetbcachefs: printbuf improvements
2024-05-08 Kent Overstreetbcachefs: Run upgrade/downgrade even in -o nochanges...
2024-05-08 Kent Overstreetbcachefs: Better write_super() error messages
2024-05-08 Kent Overstreetbcachefs: Fix xattr_to_text() unsafety
2024-05-08 Kent Overstreetbcachefs: bch2_bkey_format_field_overflows()
2024-05-08 Kent Overstreetbcachefs: Fix needs_whiteout BUG_ON() in bkey_sort()
2024-05-08 Kent Overstreetbcachefs: Fix sb_clean_validate endianness conversion
2024-05-07 Kent Overstreetbcachefs: Add missing sched_annotate_sleep() in bch2_jo...
2024-05-07 Kent Overstreetbcachefs: Fix race in bch2_write_super()
2024-05-06 Kent Overstreetbcachefs: BCH_SB_LAYOUT_SIZE_BITS_MAX
2024-05-06 Kent Overstreetbcachefs: Add missing skcipher_request_set_callback...
2024-05-06 Kent Overstreetbcachefs: Fix snapshot_t() usage in bch2_fs_quota_read_...
2024-05-06 Kent Overstreetbcachefs: Fix shift-by-64 in bformat_needs_redo()
2024-05-06 Kent Overstreetbcachefs: Guard against unknown k.k->type in __bkey_inv...
2024-05-06 Kent Overstreetbcachefs: Add missing validation for superblock section...
2024-05-06 Kent Overstreetbcachefs: Fix assert in bch2_alloc_v4_invalid()
2024-05-06 Reed Rileybcachefs: fix overflow in fiemap
2024-05-06 Kent Overstreetbcachefs: Add a better limit for maximum number of...
2024-05-06 Kent Overstreetbcachefs: Fix lifetime issue in device iterator helpers
2024-05-06 Kent Overstreetbcachefs: Fix bch2_dev_lookup() refcounting
2024-05-06 Kent Overstreetbcachefs: Initialize bch_write_op->failed in inline...
2024-05-06 Kent Overstreetbcachefs: Fix refcount put in sb_field_resize error...
2024-05-06 Kent Overstreetbcachefs: Inodes need extra padding for varint_decode_f...
2024-05-06 Kent Overstreetbcachefs: Fix early error path in bch2_fs_btree_key_cac...
2024-05-06 Kent Overstreetbcachefs: bucket_pos_to_bp_noerror()
2024-05-06 Kent Overstreetbcachefs: don't free error pointers
2024-05-06 Kent Overstreetbcachefs: Fix a scheduler splat in __bch2_next_write_bu...
2024-04-29 Kent Overstreetbcachefs: fix integer conversion bug
2024-04-29 Kent Overstreetbcachefs: btree node scan now fills in sectors_written
2024-04-29 Kent Overstreetbcachefs: Remove accidental debug assert
2024-04-28 Linus TorvaldsLinux 6.9-rc6
2024-04-28 Linus TorvaldsMerge tag 'sched-urgent-2024-04-28' of git://git./linux...
2024-04-28 Linus TorvaldsMerge tag 'x86-urgent-2024-04-28' of git://git./linux...
2024-04-28 Linus TorvaldsMerge tag 'irq-urgent-2024-04-28' of git://git./linux...
2024-04-28 Oleg Nesterovsched/isolation: Fix boot crash when maxcpus < first...
2024-04-28 Oleg Nesterovsched/isolation: Prevent boot crash when the boot CPU...
2024-04-27 Linus TorvaldsMerge tag 'rust-fixes-6.9' of https://github.com/Rust...
2024-04-27 Linus TorvaldsMerge tag 'riscv-for-linus-6.9-rc6' of git://git./linux...
2024-04-27 Linus TorvaldsMerge tag '6.9-rc5-cifs-fixes-part2' of git://git.samba...
2024-04-27 Linus TorvaldsMerge tag 'i2c-for-6.9-rc6' of git://git./linux/kernel...
2024-04-27 Tetsuo Handaprofiling: Remove create_prof_cpu_mask().
2024-04-27 Linus TorvaldsMerge tag 'soundwire-6.9-fixes' of git://git./linux...
2024-04-27 Linus TorvaldsMerge tag 'dmaengine-fix-6.9' of git://git./linux/kerne...
next