summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: More drop_locks_do() conversionsKent Overstreet2023-10-224-59/+18
* bcachefs: Delete warning from promote_alloc()Kent Overstreet2023-10-221-3/+4
* bcachefs: Fix bch2_fsck_ask_yn()Kent Overstreet2023-10-221-1/+2
* bcachefs: replicas_deltas_realloc() uses allocate_dropping_locks()Kent Overstreet2023-10-221-25/+56
* bcachefs: Convert acl.c to allocate_dropping_locks()Kent Overstreet2023-10-221-7/+16
* bcachefs: allocate_dropping_locks()Kent Overstreet2023-10-223-19/+31
* bcachefs: Use unlikely() in bch2_err_matches()Kent Overstreet2023-10-221-1/+1
* bcachefs: Fix error handling in promote pathKent Overstreet2023-10-221-2/+4
* bcachefs: fs-io: Eliminate GFP_NOFS usageKent Overstreet2023-10-221-3/+4
* bcachefs: bch2_trans_kmalloc no longer allocates memory with btree locks heldKent Overstreet2023-10-221-8/+21
* bcachefs: drop_locks_do()Kent Overstreet2023-10-225-37/+15
* bcachefs: GFP_NOIO -> GFP_NOFSKent Overstreet2023-10-2210-29/+29
* bcachefs: Ensure bch2_btree_node_get() calls relock() after unlock()Kent Overstreet2023-10-221-12/+19
* bcachefs: Avoid __GFP_NOFAILKent Overstreet2023-10-221-41/+50
* bcachefs: Fix corruption with writeable snapshotsKent Overstreet2023-10-223-91/+99
* bcachefs: Convert -ENOENT to private error codesKent Overstreet2023-10-2218-43/+59
* bcachefs: trans_for_each_path_safe()Kent Overstreet2023-10-223-5/+39
* bcachefs: Fix a quota read bugKent Overstreet2023-10-221-1/+8
* bcachefs: Fix move_extent_fail counterKent Overstreet2023-10-221-1/+1
* bcachefs: Don't reuse reflink btree keyspaceKent Overstreet2023-10-222-17/+4
* mean and variance: Add a missing includeKent Overstreet2023-10-221-0/+1
* mean and variance: More testsKent Overstreet2023-10-223-17/+102
* six locks: Disable percpu read lock mode in userspaceKent Overstreet2023-10-221-0/+6
* six locks: Use atomic_try_cmpxchg_acquire()Kent Overstreet2023-10-221-11/+6
* six locks: Fix an unitialized varKent Overstreet2023-10-221-2/+1
* six locks: Delete redundant commentKent Overstreet2023-10-221-11/+0
* six locks: Tiny bit more tidyingKent Overstreet2023-10-221-34/+30
* six locks: Seq now only incremented on unlockKent Overstreet2023-10-224-16/+3
* six locks: Split out seq, use atomic_t instead of atomic64_tKent Overstreet2023-10-222-71/+58
* six locks: Single instance of six_lock_valsKent Overstreet2023-10-221-25/+20
* six_locks: Kill test_bit()/set_bit() usageKent Overstreet2023-10-221-59/+4
* six locks: lock->state.seq no longer used for write lock heldKent Overstreet2023-10-221-43/+30
* six locks: Simplify six_relock()Kent Overstreet2023-10-221-42/+5
* six locks: Improve spurious wakeup handling in pcpu reader modeKent Overstreet2023-10-221-14/+27
* six locks: Documentation, renamingKent Overstreet2023-10-223-125/+395
* six locks: Kill six_lock_state unionKent Overstreet2023-10-2210-165/+221
* six locks: Simplify dispatchKent Overstreet2023-10-222-128/+106
* six locks: Centralize setting of waiting bitKent Overstreet2023-10-221-12/+3
* six locks: Remove hacks for percpu mode lost wakeupKent Overstreet2023-10-221-10/+1
* six locks: Kill six_lock_pcpu_(alloc|free)Kent Overstreet2023-10-226-52/+56
* six locks: six_lock_readers_add()Kent Overstreet2023-10-223-12/+14
* bcachefs: Don't call local_clock() twice in trans_begin()Kent Overstreet2023-10-221-2/+5
* bcachefs: Fix a buffer overrun in bch2_fs_usage_read()Kent Overstreet2023-10-222-9/+25
* bcachefs: Clear btree_node_just_written() when node reused or evictedKent Overstreet2023-10-221-0/+3
* bcachefs: alloc_v4_u64s() fixKent Overstreet2023-10-221-3/+3
* bcachefs: Delete an incorrect bch2_trans_unlock()Kent Overstreet2023-10-221-1/+0
* bcachefs: Use memcpy_u64s_small() for copying keysKent Overstreet2023-10-223-3/+3
* bcachefs: Fix check_overlapping_extents()Kent Overstreet2023-10-221-1/+1
* bcachefs: Replace a BUG_ON() with fatal errorKent Overstreet2023-10-221-5/+10
* bcachefs: Delete some dead code in bch2_replicas_gc_end()Kent Overstreet2023-10-221-25/+0