linux-block.git
2023-10-22 Kent Overstreetbcachefs: Fix a format string warning
2023-10-22 Kent Overstreetbcachefs: Kill JOURNAL_WATERMARK
2023-10-22 Kent Overstreetbcachefs: BCH_WATERMARK_reclaim
2023-10-22 Kent Overstreetbcachefs: struct bch_extent_rebalance
2023-10-22 Kent Overstreetbcachefs: Expand BTREE_NODE_ID
2023-10-22 Kent Overstreetbcachefs: Fix btree node write error message
2023-10-22 Kent Overstreetbcachefs: fsck: Break walk_inode() up into multiple...
2023-10-22 Kent Overstreetbcachefs: Fix leak in backpointers fsck
2023-10-22 Kent Overstreetbcachefs: unregister_shrinker() now safe on not-registe...
2023-10-22 Kent Overstreetbcachefs: Add a missing rhashtable_destroy() call
2023-10-22 Kent Overstreetbcachefs: Improve bch2_bkey_make_mut()
2023-10-22 Kent Overstreetbcachefs: Reduce stack frame size of bch2_check_alloc_i...
2023-10-22 Kent Overstreetbcachefs: fsck needs BTREE_UPDATE_INTERNAL_SNAPSHOT_NODE
2023-10-22 Kent Overstreetbcachefs: Improve error message for overlapping extents
2023-10-22 Kent Overstreetbcachefs: Fix check_pos_snapshot_overwritten()
2023-10-22 Kent Overstreetbcachefs: Rename enum alloc_reserve -> bch_watermark
2023-10-22 Kent Overstreetbcachefs: BCH_ERR_fsck -> EINVAL
2023-10-22 Kent Overstreetbcachefs: bch2_trans_mark_pointer() refactoring
2023-10-22 Kent Overstreetbcachefs: Fix more lockdep splats in debug.c
2023-10-22 Kent Overstreetbcachefs: Fix lockdep splat in bch2_readdir
2023-10-22 Kent Overstreetbcachefs: Check for ERR_PTR() from filemap_lock_folio()
2023-10-22 Kent Overstreetbcachefs: New error message helpers
2023-10-22 Kent Overstreetbcachefs: fiemap: Fix a lockdep splat
2023-10-22 Kent Overstreetbcachefs: seqmutex; fix a lockdep splat
2023-10-22 Kent Overstreetbcachefs: Don't call lock_graph_descend() with wait...
2023-10-22 Kent Overstreetbcachefs: Fix bch2_check_discard_freespace_key()
2023-10-22 Kent Overstreetbcachefs: bch2_trans_unlock_noassert()
2023-10-22 Kent Overstreetbcachefs: Fix bch2_btree_update_start()
2023-10-22 Kent Overstreetbcachefs: bch2_extent_ptr_desired_durability()
2023-10-22 Kent Overstreetbcachefs: snapshot_to_text() includes snapshot tree
2023-10-22 Kent Overstreetbcachefs: Fix try_decrease_writepoints()
2023-10-22 Kent Overstreetbcachefs: Delete weird hacky transaction restart injection
2023-10-22 Kent Overstreetbcachefs: Write buffer flush needs BTREE_INSERT_NOCHECK_RW
2023-10-22 Kent Overstreetbcachefs: New assertions when marking filesystem clean
2023-10-22 Kent Overstreetbcachefs: ec: Fix a lost wakeup
2023-10-22 Mikulas Patockabcachefs: fix NULL pointer dereference in try_alloc_bucket
2023-10-22 Kent Overstreetbcachefs: Fix subvol deletion deadlock
2023-10-22 Brian Fosterbcachefs: don't spin in rebalance when background targe...
2023-10-22 Brian Fosterbcachefs: push rcu lock down into bch2_target_to_mask()
2023-10-22 Brian Fosterbcachefs: create internal disk_groups sysfs file
2023-10-22 Kent Overstreetbcachefs: Clean up tests code
2023-10-22 Kent Overstreetbcachefs: Improve backpointers error message
2023-10-22 Kent Overstreetbcachefs: More drop_locks_do() conversions
2023-10-22 Kent Overstreetbcachefs: Delete warning from promote_alloc()
2023-10-22 Kent Overstreetbcachefs: Fix bch2_fsck_ask_yn()
2023-10-22 Kent Overstreetbcachefs: replicas_deltas_realloc() uses allocate_dropp...
2023-10-22 Kent Overstreetbcachefs: Convert acl.c to allocate_dropping_locks()
2023-10-22 Kent Overstreetbcachefs: allocate_dropping_locks()
2023-10-22 Kent Overstreetbcachefs: Use unlikely() in bch2_err_matches()
2023-10-22 Kent Overstreetbcachefs: Fix error handling in promote path
2023-10-22 Kent Overstreetbcachefs: fs-io: Eliminate GFP_NOFS usage
2023-10-22 Kent Overstreetbcachefs: bch2_trans_kmalloc no longer allocates memory...
2023-10-22 Kent Overstreetbcachefs: drop_locks_do()
2023-10-22 Kent Overstreetbcachefs: GFP_NOIO -> GFP_NOFS
2023-10-22 Kent Overstreetbcachefs: Ensure bch2_btree_node_get() calls relock...
2023-10-22 Kent Overstreetbcachefs: Avoid __GFP_NOFAIL
2023-10-22 Kent Overstreetbcachefs: Fix corruption with writeable snapshots
2023-10-22 Kent Overstreetbcachefs: Convert -ENOENT to private error codes
2023-10-22 Kent Overstreetbcachefs: trans_for_each_path_safe()
2023-10-22 Kent Overstreetbcachefs: Fix a quota read bug
2023-10-22 Kent Overstreetbcachefs: Fix move_extent_fail counter
2023-10-22 Kent Overstreetbcachefs: Don't reuse reflink btree keyspace
2023-10-22 Kent Overstreetmean and variance: Add a missing include
2023-10-22 Kent Overstreetmean and variance: More tests
2023-10-22 Kent Overstreetsix locks: Disable percpu read lock mode in userspace
2023-10-22 Kent Overstreetsix locks: Use atomic_try_cmpxchg_acquire()
2023-10-22 Kent Overstreetsix locks: Fix an unitialized var
2023-10-22 Kent Overstreetsix locks: Delete redundant comment
2023-10-22 Kent Overstreetsix locks: Tiny bit more tidying
2023-10-22 Kent Overstreetsix locks: Seq now only incremented on unlock
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()
next