summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-20bcachefs: Fix subvol deletion deadlockKent Overstreet
2023-06-20bcachefs: don't spin in rebalance when background target is not usableBrian Foster
2023-06-20bcachefs: push rcu lock down into bch2_target_to_mask()Brian Foster
2023-06-20bcachefs: create internal disk_groups sysfs fileBrian Foster
2023-06-20bcachefs: Clean up tests codeKent Overstreet
2023-06-20bcachefs: Improve backpointers error messageKent Overstreet
2023-06-20bcachefs: More drop_locks_do() conversionsKent Overstreet
2023-06-20bcachefs: Delete warning from promote_alloc()Kent Overstreet
2023-06-20bcachefs: Fix bch2_fsck_ask_yn()Kent Overstreet
2023-06-20bcachefs: replicas_deltas_realloc() uses allocate_dropping_locks()Kent Overstreet
2023-06-20bcachefs: Convert acl.c to allocate_dropping_locks()Kent Overstreet
2023-06-20bcachefs: allocate_dropping_locks()Kent Overstreet
2023-06-20bcachefs: Use unlikely() in bch2_err_matches()Kent Overstreet
2023-06-20bcachefs: Fix error handling in promote pathKent Overstreet
2023-06-20bcachefs: fs-io: Eliminate GFP_NOFS usageKent Overstreet
2023-06-20bcachefs: bch2_trans_kmalloc no longer allocates memory with btree locks heldKent Overstreet
2023-06-20bcachefs: drop_locks_do()Kent Overstreet
2023-06-20bcachefs: GFP_NOIO -> GFP_NOFSKent Overstreet
2023-06-20bcachefs: Ensure bch2_btree_node_get() calls relock() after unlock()Kent Overstreet
2023-06-20bcachefs: Avoid __GFP_NOFAILKent Overstreet
2023-06-20bcachefs: Fix corruption with writeable snapshotsKent Overstreet
2023-06-20bcachefs: Convert -ENOENT to private error codesKent Overstreet
2023-06-20bcachefs: trans_for_each_path_safe()Kent Overstreet
2023-06-20bcachefs: Fix a quota read bugKent Overstreet
2023-06-20bcachefs: Fix move_extent_fail counterKent Overstreet
2023-06-20bcachefs: Don't reuse reflink btree keyspaceKent Overstreet
2023-06-20mean and variance: Add a missing includeKent Overstreet
2023-06-20mean and variance: More testsKent Overstreet
2023-06-20six locks: Disable percpu read lock mode in userspaceKent Overstreet
2023-06-20six locks: Use atomic_try_cmpxchg_acquire()Kent Overstreet
2023-06-20six locks: Fix an unitialized varKent Overstreet
2023-06-20six locks: Delete redundant commentKent Overstreet
2023-06-20six locks: Tiny bit more tidyingKent Overstreet
2023-06-20six locks: Seq now only incremented on unlockKent Overstreet
2023-06-20six locks: Split out seq, use atomic_t instead of atomic64_tKent Overstreet
2023-06-20six locks: Single instance of six_lock_valsKent Overstreet
2023-06-20six_locks: Kill test_bit()/set_bit() usageKent Overstreet
2023-06-20six locks: lock->state.seq no longer used for write lock heldKent Overstreet
2023-06-20six locks: Simplify six_relock()Kent Overstreet
2023-06-20six locks: Improve spurious wakeup handling in pcpu reader modeKent Overstreet
2023-06-20six locks: Documentation, renamingKent Overstreet
2023-06-20six locks: Kill six_lock_state unionKent Overstreet
2023-06-20six locks: Simplify dispatchKent Overstreet
2023-06-20six locks: Centralize setting of waiting bitKent Overstreet
2023-06-20six locks: Remove hacks for percpu mode lost wakeupKent Overstreet
2023-06-20six locks: Kill six_lock_pcpu_(alloc|free)Kent Overstreet
2023-06-20six locks: six_lock_readers_add()Kent Overstreet
2023-06-20bcachefs: Don't call local_clock() twice in trans_begin()Kent Overstreet
2023-06-20bcachefs: Fix a buffer overrun in bch2_fs_usage_read()Kent Overstreet
2023-06-20bcachefs: Clear btree_node_just_written() when node reused or evictedKent Overstreet