linux-block.git
2025-05-22 Kent Overstreetbcachefs: Single device mode
2025-05-22 Kent Overstreetbcachefs: Initialize c->name earlier on single dev...
2025-05-22 Alan Huangbcachefs: Simplify logic
2025-05-22 Alan Huangbcachefs: Remove spurious +1/-1 operation
2025-05-22 Alan Huangbcachefs: Kill bch2_trans_unlock_noassert
2025-05-22 Kent Overstreetbcachefs: Clean up duplicated code in bch2_journal_halt()
2025-05-22 Kent Overstreetbcachefs: bch2_dev_allocator_set_rw()
2025-05-22 Kent Overstreetbcachefs: bch2_dev_journal_alloc() now respects data_al...
2025-05-22 Kent Overstreetbcachefs: Improve bch2_btree_cache_to_text()
2025-05-22 Kent Overstreetbcachefs: __btree_node_reclaim_checks()
2025-05-22 Kent Overstreetbcachefs: kill BTREE_CACHE_NOT_FREED_INCREMENT()
2025-05-22 Kent Overstreetbcachefs: Improve opts.degraded
2025-05-22 Kent Overstreetbcachefs: export bch2_chacha20
2025-05-22 Integralbcachefs: indent error messages of invalid compression
2025-05-22 Integralbcachefs: split error messages of invalid compression...
2025-05-22 Integralbcachefs: early return for negative values when parsing...
2025-05-22 Kent Overstreetbcachefs: move_data_phys: stats are not required
2025-05-22 Kent Overstreetbcachefs: RO mounts now use less memory
2025-05-22 Kent Overstreetbcachefs: Move various init code to _init_early()
2025-05-22 Kent Overstreetbcachefs: alphabetize init function calls
2025-05-22 Kent Overstreetbcachefs: simplify journal pin initialization
2025-05-22 Kent Overstreetbcachefs: btree_io_complete_wq -> btree_write_complete_wq
2025-05-22 Kent Overstreetbcachefs: bch2_kvmalloc() mem alloc profiling
2025-05-22 Kent Overstreetbcachefs: add missing include
2025-05-22 Kent Overstreetbcachefs: bch2_snapshot_table_make_room()
2025-05-22 Kent Overstreetbcachefs: darray: provide typedefs for primitive types
2025-05-22 Kent Overstreetbcachefs: reduce new_stripe_alloc_buckets() stack usage
2025-05-22 Kent Overstreetbcachefs: alloc_request no longer on stack
2025-05-22 Kent Overstreetbcachefs: alloc_request.ptrs2
2025-05-22 Kent Overstreetbcachefs: alloc_request.ca
2025-05-22 Kent Overstreetbcachefs: alloc_request.counters
2025-05-22 Kent Overstreetbcachefs: alloc_request.usage
2025-05-22 Kent Overstreetbcachefs: alloc_request: deallocate_extra_replicas()
2025-05-22 Kent Overstreetbcachefs: new_stripe_alloc_buckets() takes alloc_request
2025-05-22 Kent Overstreetbcachefs: bch2_ec_stripe_head_get() takes alloc_request
2025-05-22 Kent Overstreetbcachefs: bch2_bucket_alloc_trans() takes alloc_request
2025-05-22 Kent Overstreetbcachefs: alloc_request.data_type
2025-05-22 Kent Overstreetbcachefs: struct alloc_request
2025-05-22 Kent Overstreetbcachefs: trace bch2_trans_kmalloc()
2025-05-22 Roxana Nicolescubcachefs: replace memcpy with memcpy_and_pad for jset_e...
2025-05-22 Roxana Nicolescubcachefs: replace strncpy() with memcpy_and_pad in...
2025-05-22 Kent Overstreetbcachefs: Rebalance now skips poisoned extents
2025-05-22 Kent Overstreetbcachefs: Data move can read from poisoned extents
2025-05-22 Kent Overstreetbcachefs: Poison extents that can't be read due to...
2025-05-22 Kent Overstreetbcachefs: Be precise about bch_io_failures
2025-05-22 Kent Overstreetbcachefs: bch2_subvolume_wait_for_pagecache_and_delete...
2025-05-22 Kent Overstreetbcachefs: Check for casefolded dirents in non casefolde...
2025-05-22 Kent Overstreetbcachefs: Fix bch2_dirent_create_snapshot() for casefolding
2025-05-22 Kent Overstreetbcachefs: Fix casefold opt via xattr interface
2025-05-19 Kent Overstreetbcachefs: mkwrite() now only dirties one page
2025-05-19 Kent Overstreetbcachefs: fix extent_has_stripe_ptr()
2025-05-17 Kent Overstreetbcachefs: Fix bch2_btree_path_traverse_cached() when...
2025-05-14 Kent Overstreetbcachefs: fix wrong arg to fsck_err()
2025-05-14 Kent Overstreetbcachefs: Fix missing commit in backpointer to missing...
2025-05-14 Kent Overstreetbcachefs: Fix accidental O(n^2) in fiemap
2025-05-14 Kent Overstreetbcachefs: Fix set_should_be_locked() call in peek_slot()
2025-05-14 Alan Huangbcachefs: Fix self deadlock
2025-05-14 Kent Overstreetbcachefs: Don't set btree nodes as accessed on fill
2025-05-14 Kent Overstreetbcachefs: Fix livelock in journal_entry_open()
2025-05-14 Kent Overstreetbcachefs: Fix broken btree_path lock invariants in...
2025-05-14 Kent Overstreetbcachefs: Don't strip rebalance_opts from indirect...
2025-05-07 Kent Overstreetbcachefs: Don't aggressively discard the journal
2025-05-07 Kent Overstreetbcachefs: Ensure superblock gets written when we go ERO
2025-05-07 Kent Overstreetbcachefs: Filter out harmless EROFS error messages
2025-05-07 Kent Overstreetbcachefs: journal_shutdown is EROFS, not EIO
2025-05-05 Kent Overstreetbcachefs: Call bch2_fs_start before getting vfs superblock
2025-05-05 Kent Overstreetbcachefs: fix hung task timeout in journal read
2025-05-05 Kent Overstreetbcachefs: Add missing barriers before wake_up_bit()
2025-05-05 Kent Overstreetbcachefs: Ensure proper write alignment
2025-05-05 Kent Overstreetbcachefs: Improve want_cached_ptr()
2025-05-04 Kent Overstreetbcachefs: thread_with_stdio: fix spinning instead of...
2025-05-01 Alan Huangbcachefs: Remove incorrect __counted_by annotation
2025-05-01 Kent Overstreetbcachefs: add missing sched_annotate_sleep()
2025-05-01 Kent Overstreetbcachefs: Fix __bch2_dev_group_set()
2025-05-01 Kent Overstreetbcachefs: Kill ERO for i_blocks check in truncate
2025-05-01 Kent Overstreetbcachefs: check for inode.bi_sectors underflow
2025-05-01 Kent Overstreetbcachefs: Kill ERO in __bch2_i_sectors_acct()
2025-04-30 Kent Overstreetbcachefs: readdir fixes
2025-04-30 Kent Overstreetbcachefs: improve missing journal write device error...
2025-04-29 Kent Overstreetbcachefs: Topology error after insert is now an ERO
2025-04-29 Kent Overstreetbcachefs: Use bch2_kvmalloc() for journal keys array
2025-04-29 Kent Overstreetbcachefs: More informative error message when shutting...
2025-04-29 Kent Overstreetbcachefs: btree_root_unreadable_and_scan_found_nothing...
2025-04-28 Kent Overstreetbcachefs: btree_node_data_missing is now autofix
2025-04-28 Kent Overstreetbcachefs: Don't generate alloc updates to invalid buckets
2025-04-28 Kent Overstreetbcachefs: Improve bch2_dev_bucket_missing()
2025-04-28 Kent Overstreetbcachefs: fix bch2_dev_buckets_resize()
2025-04-28 Kent Overstreetbcachefs: Add upgrade table entry from 0.14
2025-04-28 Kent Overstreetbcachefs: Run BCH_RECOVERY_PASS_reconstruct_snapshots...
2025-04-28 Kent Overstreetbcachefs: Add missing utf8_unload()
2025-04-28 Kent Overstreetbcachefs: Emit unicode version message on startup
2025-04-28 Kent Overstreetbcachefs: Use generic_set_sb_d_ops for standard casefol...
2025-04-28 Kent Overstreetbcachefs: Fix losing return code in next_fiemap_extent()
2025-04-27 Linus TorvaldsLinux 6.15-rc4 v6.15-rc4
2025-04-26 Linus TorvaldsMerge tag 'pci-v6.15-fixes-3' of git://git./linux/kerne...
2025-04-26 Linus TorvaldsMerge tag 'nfsd-6.15-2' of git://git./linux/kernel...
2025-04-26 Linus TorvaldsMerge tag 'x86-urgent-2025-04-26' of git://git./linux...
2025-04-26 Linus TorvaldsMerge tag 'sched-urgent-2025-04-26' of git://git./linux...
2025-04-26 Linus TorvaldsMerge tag 'perf-urgent-2025-04-26' of git://git./linux...
2025-04-26 Linus TorvaldsMerge tag 'irq-urgent-2025-04-26' of git://git./linux...
next