index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
movinggc.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Fix a quota read bug
Kent Overstreet
1
-1
/
+8
2023-10-22
bcachefs: Fix move_extent_fail counter
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Don't reuse reflink btree keyspace
Kent Overstreet
2
-17
/
+4
2023-10-22
mean and variance: Add a missing include
Kent Overstreet
1
-0
/
+1
2023-10-22
mean and variance: More tests
Kent Overstreet
3
-17
/
+102
2023-10-22
six locks: Disable percpu read lock mode in userspace
Kent Overstreet
1
-0
/
+6
2023-10-22
six locks: Use atomic_try_cmpxchg_acquire()
Kent Overstreet
1
-11
/
+6
2023-10-22
six locks: Fix an unitialized var
Kent Overstreet
1
-2
/
+1
2023-10-22
six locks: Delete redundant comment
Kent Overstreet
1
-11
/
+0
2023-10-22
six locks: Tiny bit more tidying
Kent Overstreet
1
-34
/
+30
2023-10-22
six locks: Seq now only incremented on unlock
Kent Overstreet
4
-16
/
+3
2023-10-22
six locks: Split out seq, use atomic_t instead of atomic64_t
Kent Overstreet
2
-71
/
+58
2023-10-22
six locks: Single instance of six_lock_vals
Kent Overstreet
1
-25
/
+20
2023-10-22
six_locks: Kill test_bit()/set_bit() usage
Kent Overstreet
1
-59
/
+4
2023-10-22
six locks: lock->state.seq no longer used for write lock held
Kent Overstreet
1
-43
/
+30
2023-10-22
six locks: Simplify six_relock()
Kent Overstreet
1
-42
/
+5
2023-10-22
six locks: Improve spurious wakeup handling in pcpu reader mode
Kent Overstreet
1
-14
/
+27
2023-10-22
six locks: Documentation, renaming
Kent Overstreet
3
-125
/
+395
2023-10-22
six locks: Kill six_lock_state union
Kent Overstreet
10
-165
/
+221
2023-10-22
six locks: Simplify dispatch
Kent Overstreet
2
-128
/
+106
2023-10-22
six locks: Centralize setting of waiting bit
Kent Overstreet
1
-12
/
+3
2023-10-22
six locks: Remove hacks for percpu mode lost wakeup
Kent Overstreet
1
-10
/
+1
2023-10-22
six locks: Kill six_lock_pcpu_(alloc|free)
Kent Overstreet
6
-52
/
+56
2023-10-22
six locks: six_lock_readers_add()
Kent Overstreet
3
-12
/
+14
2023-10-22
bcachefs: Don't call local_clock() twice in trans_begin()
Kent Overstreet
1
-2
/
+5
2023-10-22
bcachefs: Fix a buffer overrun in bch2_fs_usage_read()
Kent Overstreet
2
-9
/
+25
2023-10-22
bcachefs: Clear btree_node_just_written() when node reused or evicted
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: alloc_v4_u64s() fix
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Delete an incorrect bch2_trans_unlock()
Kent Overstreet
1
-1
/
+0
2023-10-22
bcachefs: Use memcpy_u64s_small() for copying keys
Kent Overstreet
3
-3
/
+3
2023-10-22
bcachefs: Fix check_overlapping_extents()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Replace a BUG_ON() with fatal error
Kent Overstreet
1
-5
/
+10
2023-10-22
bcachefs: Delete some dead code in bch2_replicas_gc_end()
Kent Overstreet
1
-25
/
+0
2023-10-22
bcachefs: mark journal replicas before journal write submission
Brian Foster
1
-10
/
+12
2023-10-22
bcachefs: Improved comment for bch2_replicas_gc2()
Kent Overstreet
1
-2
/
+8
2023-10-22
bcachefs: Fix quotas + snapshots
Kent Overstreet
4
-17
/
+27
2023-10-22
bcachefs: Add otime, parent to bch_subvolume
Kent Overstreet
3
-17
/
+89
2023-10-22
bcachefs: BTREE_ID_snapshot_tree
Kent Overstreet
9
-80
/
+588
2023-10-22
bcachefs: bch2_bkey_get_empty_slot()
Kent Overstreet
4
-19
/
+41
2023-10-22
bcachefs: bch2_bkey_make_mut() now calls bch2_trans_update()
Kent Overstreet
8
-22
/
+45
2023-10-22
bcachefs: bch2_bkey_get_mut() now calls bch2_trans_update()
Kent Overstreet
4
-32
/
+44
2023-10-22
bcachefs: bch2_bkey_alloc() now calls bch2_trans_update()
Kent Overstreet
2
-17
/
+18
2023-10-22
bcachefs: bch2_bkey_get_mut() improvements
Kent Overstreet
5
-77
/
+104
2023-10-22
bcachefs: Move bch2_bkey_make_mut() to btree_update.h
Kent Overstreet
2
-43
/
+43
2023-10-22
bcachefs: bch2_bkey_get_iter() helpers
Kent Overstreet
15
-218
/
+162
2023-10-22
bcachefs: bkey_ops.min_val_size
Kent Overstreet
23
-115
/
+37
2023-10-22
bcachefs: Converting to typed bkeys is now allowed for err, null ptrs
Kent Overstreet
3
-12
/
+14
2023-10-22
bcachefs: Btree iterator, update flags no longer conflict
Kent Overstreet
2
-1
/
+2
2023-10-22
bcachefs: remove unused key cache coherency flag
Brian Foster
2
-6
/
+1
2023-10-22
bcachefs: fix accounting corruption race between reclaim and dev add
Brian Foster
1
-6
/
+16
[next]