linux.git
2023-10-22 Kent Overstreetsix locks: Split out seq, use atomic_t instead of atomi...
2023-10-22 Kent Overstreetsix locks: Single instance of six_lock_vals
2023-10-22 Kent Overstreetsix_locks: Kill test_bit()/set_bit() usage
2023-10-22 Kent Overstreetsix locks: lock->state.seq no longer used for write...
2023-10-22 Kent Overstreetsix locks: Simplify six_relock()
2023-10-22 Kent Overstreetsix locks: Improve spurious wakeup handling in pcpu...
2023-10-22 Kent Overstreetsix locks: Documentation, renaming
2023-10-22 Kent Overstreetsix locks: Kill six_lock_state union
2023-10-22 Kent Overstreetsix locks: Simplify dispatch
2023-10-22 Kent Overstreetsix locks: Centralize setting of waiting bit
2023-10-22 Kent Overstreetsix locks: Remove hacks for percpu mode lost wakeup
2023-10-22 Kent Overstreetsix locks: Kill six_lock_pcpu_(alloc|free)
2023-10-22 Kent Overstreetsix locks: six_lock_readers_add()
2023-10-22 Kent Overstreetbcachefs: Don't call local_clock() twice in trans_begin()
2023-10-22 Kent Overstreetbcachefs: Fix a buffer overrun in bch2_fs_usage_read()
2023-10-22 Kent Overstreetbcachefs: Clear btree_node_just_written() when node...
2023-10-22 Kent Overstreetbcachefs: alloc_v4_u64s() fix
2023-10-22 Kent Overstreetbcachefs: Delete an incorrect bch2_trans_unlock()
2023-10-22 Kent Overstreetbcachefs: Use memcpy_u64s_small() for copying keys
2023-10-22 Kent Overstreetbcachefs: Fix check_overlapping_extents()
2023-10-22 Kent Overstreetbcachefs: Replace a BUG_ON() with fatal error
2023-10-22 Kent Overstreetbcachefs: Delete some dead code in bch2_replicas_gc_end()
2023-10-22 Brian Fosterbcachefs: mark journal replicas before journal write...
2023-10-22 Kent Overstreetbcachefs: Improved comment for bch2_replicas_gc2()
2023-10-22 Kent Overstreetbcachefs: Fix quotas + snapshots
2023-10-22 Kent Overstreetbcachefs: Add otime, parent to bch_subvolume
2023-10-22 Kent Overstreetbcachefs: BTREE_ID_snapshot_tree
2023-10-22 Kent Overstreetbcachefs: bch2_bkey_get_empty_slot()
2023-10-22 Kent Overstreetbcachefs: bch2_bkey_make_mut() now calls bch2_trans_upd...
2023-10-22 Kent Overstreetbcachefs: bch2_bkey_get_mut() now calls bch2_trans_update()
2023-10-22 Kent Overstreetbcachefs: bch2_bkey_alloc() now calls bch2_trans_update()
2023-10-22 Kent Overstreetbcachefs: bch2_bkey_get_mut() improvements
2023-10-22 Kent Overstreetbcachefs: Move bch2_bkey_make_mut() to btree_update.h
2023-10-22 Kent Overstreetbcachefs: bch2_bkey_get_iter() helpers
2023-10-22 Kent Overstreetbcachefs: bkey_ops.min_val_size
2023-10-22 Kent Overstreetbcachefs: Converting to typed bkeys is now allowed...
2023-10-22 Kent Overstreetbcachefs: Btree iterator, update flags no longer conflict
2023-10-22 Brian Fosterbcachefs: remove unused key cache coherency flag
2023-10-22 Brian Fosterbcachefs: fix accounting corruption race between reclai...
2023-10-22 Kent Overstreetbcachefs: Mark bch2_copygc() noinline
2023-10-22 Kent Overstreetbcachefs: Delete obsolete btree ptr check
2023-10-22 Kent Overstreetbcachefs: Always run topology error when CONFIG_BCACHEF...
2023-10-22 Kent Overstreetbcachefs: Fix a userspace build error
2023-10-22 Kent Overstreetbcachefs: Make sure hash info gets initialized in fsck
2023-10-22 Kent Overstreetbcachefs: Kill bch2_verify_bucket_evacuated()
2023-10-22 Kent Overstreetbcachefs: Improve move path tracepoints
2023-10-22 Kent Overstreetbcachefs: Drop a redundant error message
2023-10-22 Brian Fosterbcachefs: remove bucket_gens btree keys on device removal
2023-10-22 Brian Fosterbcachefs: fix NULL bch_dev deref when checking bucket_g...
2023-10-22 Brian Fosterbcachefs: folio pos to bch_folio_sector index helper
2023-10-22 Kent Overstreetbcachefs: Fix a null ptr deref in fsck check_extents()
2023-10-22 Kent Overstreetbcachefs: Fix a slab-out-of-bounds
2023-10-22 Kent Overstreetbcachefs: Allow answering y or n to all fsck errors...
2023-10-22 Brian Fosterbcachefs: use u64 for folio end pos to avoid overflows
2023-10-22 Brian Fosterbcachefs: clean up post-eof folios on -ENOSPC
2023-10-22 Brian Fosterbcachefs: fix truncate overflow if folio is beyond EOF
2023-10-22 Kent Overstreetbcachefs: Enable large folios
2023-10-22 Kent Overstreetbcachefs: Check for folios that don't have bch_folio...
2023-10-22 Kent Overstreetbcachefs: bch2_readahead() large folio conversion
2023-10-22 Kent Overstreetbcachefs: filemap_get_contig_folios_d()
2023-10-22 Kent Overstreetbcachefs: bch_folio_sector_state improvements
2023-10-22 Kent Overstreetbcachefs: bch2_truncate_page() large folio conversion
2023-10-22 Kent Overstreetbcachefs: bch2_buffered_write large folio conversion
2023-10-22 Kent Overstreetbcachefs: bch_folio can now handle multi-order folios
2023-10-22 Kent Overstreetbcachefs: More assorted large folio conversion
2023-10-22 Kent Overstreetbcachefs: bch2_seek_pagecache_data() folio conversion
2023-10-22 Kent Overstreetbcachefs: bch2_seek_pagecache_hole() folio conversion
2023-10-22 Kent Overstreetbcachefs: bio_for_each_segment_all() -> bio_for_each_fo...
2023-10-22 Kent Overstreetbcachefs: Initial folio conversion
2023-10-22 Kent Overstreetbcachefs: Rename bch_page_state -> bch_folio
2023-10-22 Kent Overstreetbcachefs: Add a bch_page_state assert
2023-10-22 Kent Overstreetbcachefs: Add a cond_resched() call to journal_keys_sort()
2023-10-22 Kent Overstreetbcachefs: Improve trace_move_extent_fail()
2023-10-22 Kent Overstreetbcachefs: Print out counters correctly
2023-10-22 Kent Overstreetbcachefs: Add missing bch2_err_class() call
2023-10-22 Kent Overstreetbcachefs: Rip out code for storing backpointers in...
2023-10-22 Brian Fosterbcachefs: use reservation for log messages during recovery
2023-10-22 Kent Overstreetbcachefs: Improve trans_restart_split_race tracepoint
2023-10-22 Kent Overstreetbcachefs: Data update path no longer leaves cached...
2023-10-22 Kent Overstreetbcachefs: Rhashtable based buckets_in_flight for copygc
2023-10-22 Kent Overstreetbcachefs: Use BTREE_ITER_INTENT in ec_stripe_update_ext...
2023-10-22 Kent Overstreetbcachefs: move snapshot_t to subvolume_types.h
2023-10-22 Kent Overstreetbcachefs: Fix bch2_get_key_or_hole()
2023-10-22 Kent Overstreetbcachefs: Check return code from need_whiteout_for_snap...
2023-10-22 Kent Overstreetbcachefs: bch2_dev_freespace_init() Print out status...
2023-10-22 Kent Overstreetbcachefs: Run freespace init in device hot add path
2023-10-22 Kent Overstreetbcachefs: Improved copygc wait debugging
2023-10-22 Kent Overstreetbcachefs: Call bch2_path_put_nokeep() before bch2_path_...
2023-10-22 Brian Fosterbcachefs: drop unnecessary journal stuck check from...
2023-10-22 Brian Fosterbcachefs: refactor journal stuck checking into standalo...
2023-10-22 Brian Fosterbcachefs: gracefully unwind journal res slowpath on...
2023-10-22 Brian Fosterbcachefs: more aggressive fast path write buffer key...
2023-10-22 Brian Fosterbcachefs: use dedicated workqueue for tasks holding...
2023-10-22 Brian Fosterbcachefs: remove unused bch2_trans_log_msg()
2023-10-22 Kent Overstreetbcachefs: Fix bch2_verify_bucket_evacuated()
2023-10-22 Kent Overstreetbcachefs: verify_bucket_evacuated() -> set_btree_iter_d...
2023-10-22 Kent Overstreetbcachefs: Make reconstruct_alloc quieter
2023-10-22 Kent Overstreetbcachefs: Fix an unhandled transaction restart error
2023-10-22 Kent Overstreetbcachefs: Fix nocow write path closure bug
2023-10-22 Kent Overstreetbcachefs: Nocow write error path fix
next