summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-22bcachefs: Improve backpointers error messageKent Overstreet
2023-10-22bcachefs: More drop_locks_do() conversionsKent Overstreet
2023-10-22bcachefs: Delete warning from promote_alloc()Kent Overstreet
2023-10-22bcachefs: Fix bch2_fsck_ask_yn()Kent Overstreet
2023-10-22bcachefs: replicas_deltas_realloc() uses allocate_dropping_locks()Kent Overstreet
2023-10-22bcachefs: Convert acl.c to allocate_dropping_locks()Kent Overstreet
2023-10-22bcachefs: allocate_dropping_locks()Kent Overstreet
2023-10-22bcachefs: Use unlikely() in bch2_err_matches()Kent Overstreet
2023-10-22bcachefs: Fix error handling in promote pathKent Overstreet
2023-10-22bcachefs: fs-io: Eliminate GFP_NOFS usageKent Overstreet
2023-10-22bcachefs: bch2_trans_kmalloc no longer allocates memory with btree locks heldKent Overstreet
2023-10-22bcachefs: drop_locks_do()Kent Overstreet
2023-10-22bcachefs: GFP_NOIO -> GFP_NOFSKent Overstreet
2023-10-22bcachefs: Ensure bch2_btree_node_get() calls relock() after unlock()Kent Overstreet
2023-10-22bcachefs: Avoid __GFP_NOFAILKent Overstreet
2023-10-22bcachefs: Fix corruption with writeable snapshotsKent Overstreet
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