summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-22bcachefs: Convert -ENOENT to private error codesKent Overstreet
2023-10-22bcachefs: trans_for_each_path_safe()Kent Overstreet
2023-10-22bcachefs: Fix a quota read bugKent Overstreet
2023-10-22bcachefs: Fix move_extent_fail counterKent Overstreet
2023-10-22bcachefs: Don't reuse reflink btree keyspaceKent Overstreet
2023-10-22mean and variance: Add a missing includeKent Overstreet
2023-10-22mean and variance: More testsKent Overstreet
2023-10-22six locks: Disable percpu read lock mode in userspaceKent Overstreet
2023-10-22six locks: Use atomic_try_cmpxchg_acquire()Kent Overstreet
2023-10-22six locks: Fix an unitialized varKent Overstreet
2023-10-22six locks: Delete redundant commentKent Overstreet
2023-10-22six locks: Tiny bit more tidyingKent Overstreet
2023-10-22six locks: Seq now only incremented on unlockKent Overstreet
2023-10-22six locks: Split out seq, use atomic_t instead of atomic64_tKent Overstreet
2023-10-22six locks: Single instance of six_lock_valsKent Overstreet
2023-10-22six_locks: Kill test_bit()/set_bit() usageKent Overstreet
2023-10-22six locks: lock->state.seq no longer used for write lock heldKent Overstreet
2023-10-22six locks: Simplify six_relock()Kent Overstreet
2023-10-22six locks: Improve spurious wakeup handling in pcpu reader modeKent Overstreet
2023-10-22six locks: Documentation, renamingKent Overstreet
2023-10-22six locks: Kill six_lock_state unionKent Overstreet
2023-10-22six locks: Simplify dispatchKent Overstreet
2023-10-22six locks: Centralize setting of waiting bitKent Overstreet
2023-10-22six locks: Remove hacks for percpu mode lost wakeupKent Overstreet
2023-10-22six locks: Kill six_lock_pcpu_(alloc|free)Kent Overstreet
2023-10-22six locks: six_lock_readers_add()Kent Overstreet
2023-10-22bcachefs: Don't call local_clock() twice in trans_begin()Kent Overstreet
2023-10-22bcachefs: Fix a buffer overrun in bch2_fs_usage_read()Kent Overstreet
2023-10-22bcachefs: Clear btree_node_just_written() when node reused or evictedKent Overstreet
2023-10-22bcachefs: alloc_v4_u64s() fixKent Overstreet
2023-10-22bcachefs: Delete an incorrect bch2_trans_unlock()Kent Overstreet
2023-10-22bcachefs: Use memcpy_u64s_small() for copying keysKent Overstreet
2023-10-22bcachefs: Fix check_overlapping_extents()Kent Overstreet
2023-10-22bcachefs: Replace a BUG_ON() with fatal errorKent Overstreet
2023-10-22bcachefs: Delete some dead code in bch2_replicas_gc_end()Kent Overstreet
2023-10-22bcachefs: mark journal replicas before journal write submissionBrian Foster
2023-10-22bcachefs: Improved comment for bch2_replicas_gc2()Kent Overstreet
2023-10-22bcachefs: Fix quotas + snapshotsKent Overstreet
2023-10-22bcachefs: Add otime, parent to bch_subvolumeKent Overstreet
2023-10-22bcachefs: BTREE_ID_snapshot_treeKent Overstreet
2023-10-22bcachefs: bch2_bkey_get_empty_slot()Kent Overstreet
2023-10-22bcachefs: bch2_bkey_make_mut() now calls bch2_trans_update()Kent Overstreet
2023-10-22bcachefs: bch2_bkey_get_mut() now calls bch2_trans_update()Kent Overstreet
2023-10-22bcachefs: bch2_bkey_alloc() now calls bch2_trans_update()Kent Overstreet
2023-10-22bcachefs: bch2_bkey_get_mut() improvementsKent Overstreet
2023-10-22bcachefs: Move bch2_bkey_make_mut() to btree_update.hKent Overstreet
2023-10-22bcachefs: bch2_bkey_get_iter() helpersKent Overstreet
2023-10-22bcachefs: bkey_ops.min_val_sizeKent Overstreet
2023-10-22bcachefs: Converting to typed bkeys is now allowed for err, null ptrsKent Overstreet
2023-10-22bcachefs: Btree iterator, update flags no longer conflictKent Overstreet