linux-2.6-microblaze.git
2023-10-22 Kent Overstreetbcachefs: Initialize sb_quota with default 1 week timer
2023-10-22 Kent Overstreetbcachefs: Call bch2_btree_update_add_new_node() before...
2023-10-22 Kent Overstreetbcachefs: Reflink now respects quotas
2023-10-22 Kent Overstreetbcachefs: Fix a rare path in bch2_btree_path_peek_slot()
2023-10-22 Kent Overstreetbcachefs: bch2_path_put_nokeep()
2023-10-22 Kent Overstreetbcachefs: Fix cached data accounting
2023-10-22 Kent Overstreetbcachefs: Btree splits now only take the locks they...
2023-10-22 Kent Overstreetbcachefs: bch2_btree_iter_peek() now works with interio...
2023-10-22 Kent Overstreetbcachefs: bch2_btree_insert_node() no longer uses lock_...
2023-10-22 Kent Overstreetbcachefs: Add error path to btree_split()
2023-10-22 Kent Overstreetbcachefs: Write new btree nodes after parent update
2023-10-22 Kent Overstreetbcachefs: Simplify break_cycle()
2023-10-22 Kent Overstreetbcachefs: Print cycle on unrecoverable deadlock
2023-10-22 Kent Overstreetbcachefs: Handle dropping pointers in data_update path
2023-10-22 Kent Overstreetbcachefs: Ratelimit ec error message
2023-10-22 Kent Overstreetbcachefs: Use btree_type_has_ptrs() more consistently
2023-10-22 Kent Overstreetbcachefs: Fix "multiple types of data in same bucket...
2023-10-22 Kent Overstreetbcachefs: Ensure fsck error is printed before panic
2023-10-22 Kent Overstreetbcachefs: Fix a deadlock in btree_update_nodes_written()
2023-10-22 Kent Overstreetbcachefs: bch2_trans_locked()
2023-10-22 Kent Overstreetbcachefs: Improve btree_deadlock debugfs output
2023-10-22 Kent Overstreetbcachefs: Don't quash error in bch2_bucket_alloc_set_tr...
2023-10-22 Kent Overstreetbcachefs: Fix a trans path overflow in bch2_btree_delet...
2023-10-22 Kent Overstreetbcachefs: bucket_alloc_state
2023-10-22 Kent Overstreetbcachefs: Fix bch2_btree_path_up_until_good_node()
2023-10-22 Kent Overstreetbcachefs: Factor out bch2_write_drop_io_error_ptrs()
2023-10-22 Kent Overstreetbcachefs: Break out bch2_btree_path_traverse_cached_slo...
2023-10-22 Kent Overstreetbcachefs: Kill io_in_flight semaphore
2023-10-22 Kent Overstreetbcachefs: Improve bucket_alloc tracepoint
2023-10-22 Kent Overstreetbcachefs; Mark __bch2_trans_iter_init as inline
2023-10-22 Kent Overstreetbcachefs: Inline fast path of check_pos_snapshot_overwr...
2023-10-22 Kent Overstreetbcachefs: Improve jset_validate()
2023-10-22 Kent Overstreetbcachefs: Optimize btree_path_alloc()
2023-10-22 Kent Overstreetbcachefs: Inline bch2_trans_kmalloc() fast path
2023-10-22 Kent Overstreetbcachefs: Run bch2_fs_counters_init() earlier
2023-10-22 Kent Overstreetbcachefs: btree_err() now uses bch2_print_string_as_lines()
2023-10-22 Kent Overstreetbcachefs: Improve bch2_fsck_err()
2023-10-22 Kent Overstreetbcachefs: bch2_print_string_as_lines()
2023-10-22 Kent Overstreetbcachefs: bch2_btree_node_relock_notrace()
2023-10-22 Kent Overstreetbcachefs: bch2_btree_cache_scan() improvement
2023-10-22 Kent Overstreetbcachefs: Fix blocking with locks held
2023-10-22 Kent Overstreetbcachefs: btree_update_nodes_written() needs BTREE_INSE...
2023-10-22 Kent Overstreetbcachefs: Fix error handling in bch2_btree_update_start()
2023-10-22 Kent Overstreetbcachefs: Improve bch2_btree_trans_to_text()
2023-10-22 Kent Overstreetbcachefs: Kill normalize_read_intent_locks()
2023-10-22 Kent Overstreetbcachefs: Ensure bch2_btree_node_lock_write_nofail...
2023-10-22 Kent Overstreetbcachefs: Delete old deadlock avoidance code
2023-10-22 Kent Overstreetbcachefs: Print deadlock cycle in debugfs
2023-10-22 Kent Overstreetbcachefs: Deadlock cycle detector
2023-10-22 Kent Overstreetbcachefs: Fix bch2_btree_node_upgrade()
2023-10-22 Kent Overstreetbcachefs: Add a debug assert
2023-10-22 Kent Overstreetsix locks: Wakeup now takes lock on behalf of waiter
2023-10-22 Kent Overstreetsix locks: Fix a lost wakeup
2023-10-22 Kent Overstreetsix locks: Enable lockdep
2023-10-22 Kent Overstreetsix locks: Add start_time to six_lock_waiter
2023-10-22 Kent Overstreetsix locks: six_lock_waiter()
2023-10-22 Kent Overstreetsix locks: Simplify wait lists
2023-10-22 Kent Overstreetbcachefs: Add private error codes for ENOSPC
2023-10-22 Kent Overstreetbcachefs: Errcodes can now subtype standard error codes
2023-10-22 Kent Overstreetbcachefs: Make an assertion more informative
2023-10-22 Kent Overstreetbcachefs: All held locks must be in a btree path
2023-10-22 Kent Overstreetbcachefs: bch2_btree_path_upgrade() now emits transacti...
2023-10-22 Kent Overstreetbcachefs: Add a manual trigger for lock wakeups
2023-10-22 Kent Overstreetbcachefs: Fix sb_field_counters formatting
2023-10-22 Kent Overstreetbcachefs: Re-enable hash_redo_key()
2023-10-22 Kent Overstreetbcachefs: Kill journal_keys->journal_seq_base
2023-10-22 Kent Overstreetbcachefs: Fix redundant transaction restart
2023-10-22 Kent Overstreetbcachefs: Ensure intent locks are marked before taking...
2023-10-22 Kent Overstreetbcachefs: Avoid using btree_node_lock_nopath()
2023-10-22 Kent Overstreetbcachefs: Fix usage of six lock's percpu mode, key...
2023-10-22 Kent Overstreetbcachefs: Refactor bkey_cached_alloc() path
2023-10-22 Kent Overstreetbcachefs: Convert more locking code to btree_bkey_cache...
2023-10-22 Kent Overstreetbcachefs: btree_bkey_cached_common->cached
2023-10-22 Kent Overstreetbcachefs: Fix six_lock_readers_add()
2023-10-22 Kent Overstreetbcachefs: bch2_btree_node_lock_write_nofail()
2023-10-22 Kent Overstreetbcachefs: New locking functions
2023-10-22 Kent Overstreetbcachefs: Mark write locks before taking lock
2023-10-22 Kent Overstreetbcachefs: Delete time_stats for lock contended times
2023-10-22 Kent Overstreetbcachefs: Don't leak lock pcpu counts memory
2023-10-22 Kent Overstreetsix locks: Delete six_lock_pcpu_free_rcu()
2023-10-22 Kent Overstreetbcachefs: Add persistent counters for all tracepoints
2023-10-22 Kent Overstreetbcachefs: Fix bch2_btree_update_start() to return ...
2023-10-22 Kent Overstreetbcachefs: Improve bch2_btree_node_relock()
2023-10-22 Kent Overstreetbcachefs: Improve trans_restart_journal_preres_get...
2023-10-22 Kent Overstreetbcachefs: Improve btree_node_relock_fail tracepoint
2023-10-22 Kent Overstreetbcachefs: Make more btree_paths available
2023-10-22 Kent Overstreetbcachefs: Correctly initialize bkey_cached->lock
2023-10-22 Kent Overstreetbcachefs: Track held write locks
2023-10-22 Kent Overstreetbcachefs: Print lock counts in debugs btree_transactions
2023-10-22 Kent Overstreetbcachefs: Switch btree locking code to struct btree_bke...
2023-10-22 Kent Overstreetbcachefs: Track maximum transaction memory
2023-10-22 Kent Overstreetsix locks: Improve six_lock_count
2023-10-22 Kent Overstreetbcachefs: Kill nodes_intent_locked
2023-10-22 Kent Overstreetbcachefs: Better use of locking helpers
2023-10-22 Kent Overstreetbcachefs: Reorganize btree_locking.[ch]
2023-10-22 Kent Overstreetbcachefs: btree_locking.c
2023-10-22 Kent Overstreetbcachefs: Fix adding a device with a label
2023-10-22 Kent Overstreetbcachefs: fsck: Another transaction restart handling fix
2023-10-22 Kent Overstreetbcachefs: bch2_btree_delete_range_trans() now returns...
2023-10-22 Kent Overstreetbcachefs: Minor transaction restart handling fix
next