index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
buckets.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: bch2_trans_run()
Kent Overstreet
1
-2
/
+1
2023-10-22
bcachefs: bch2_mark_alloc(): Do wakeups after updating usage
Kent Overstreet
1
-16
/
+16
2023-10-22
bcachefs: Rename __bch2_trans_do() -> commit_do()
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Printbuf rework
Kent Overstreet
1
-11
/
+11
2023-10-22
bcachefs: Tracepoint improvements
Kent Overstreet
1
-3
/
+0
2023-10-22
bcachefs: Plumb btree_id & level to trans_mark
Kent Overstreet
1
-0
/
+5
2023-10-22
bcachefs: Kill old rebuild_replicas option
Kent Overstreet
1
-4
/
+3
2023-10-22
bcachefs: Fold bucket_state in to BCH_DATA_TYPES()
Kent Overstreet
1
-54
/
+36
2023-10-22
bcachefs: More improvements for alloc info checks
Kent Overstreet
1
-6
/
+7
2023-10-22
bcachefs: gc mark fn fixes, cleanups
Kent Overstreet
1
-44
/
+41
2023-10-22
bcachefs: Use crc_is_compressed()
Kent Overstreet
1
-3
/
+2
2023-10-22
bcachefs: Kill struct bucket_mark
Kent Overstreet
1
-75
/
+60
2023-10-22
bcachefs: Kill main in-memory bucket array
Kent Overstreet
1
-55
/
+25
2023-10-22
bcachefs: bch2_dev_usage_update() no longer depends on bucket_mark
Kent Overstreet
1
-14
/
+37
2023-10-22
bcachefs: New bucket invalidate path
Kent Overstreet
1
-0
/
+5
2023-10-22
bcachefs: New discard implementation
Kent Overstreet
1
-0
/
+5
2023-10-22
bcachefs: Kill allocator threads & freelists
Kent Overstreet
1
-66
/
+6
2023-10-22
bcachefs: Freespace, need_discard btrees
Kent Overstreet
1
-0
/
+5
2023-10-22
bcachefs: KEY_TYPE_alloc_v4
Kent Overstreet
1
-103
/
+83
2023-10-22
bcachefs: x-macroize alloc_reserve enum
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Move deletion of refcount=0 indirect extents to their triggers
Kent Overstreet
1
-5
/
+0
2023-10-22
bcachefs: Move trigger fns to bkey_ops
Kent Overstreet
1
-91
/
+45
2023-10-22
bcachefs: bch2_trans_inconsistent()
Kent Overstreet
1
-17
/
+15
2023-10-22
bcachefs: Heap allocate printbufs
Kent Overstreet
1
-46
/
+73
2023-10-22
bcachefs: Consolidate trigger code a bit
Kent Overstreet
1
-33
/
+0
2023-10-22
bcachefs: bch2_trans_mark_key() now takes a bkey_i *
Kent Overstreet
1
-34
/
+38
2023-10-22
bcachefs: Improve reflink repair code
Kent Overstreet
1
-14
/
+18
2023-10-22
bcachefs: Normal update/commit path now works before going RW
Kent Overstreet
1
-3
/
+5
2023-10-22
bcachefs: Only allocate buckets_nouse when requested
Kent Overstreet
1
-5
/
+7
2023-10-22
bcachefs: Stash a copy of key being overwritten in btree_insert_entry
Kent Overstreet
1
-16
/
+5
2023-10-22
bcachefs: Fix freeing in bch2_dev_buckets_resize()
Kent Overstreet
1
-4
/
+6
2023-10-22
bcachefs: Ignore cached data when calculating fragmentation
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Don't use in-memory bucket array for alloc updates
Kent Overstreet
1
-10
/
+7
2023-10-22
bcachefs: New data structure for buckets waiting on journal commit
Kent Overstreet
1
-59
/
+21
2023-10-22
bcachefs: Also print out in-memory gen on stale dirty pointer
Kent Overstreet
1
-12
/
+14
2023-10-22
bcachefs: Add error messages for memory allocation failures
Kent Overstreet
1
-6
/
+10
2023-10-22
bcachefs: Optimize bucket reuse
Kent Overstreet
1
-36
/
+28
2023-10-22
bcachefs: Kill bch2_ec_mem_alloc()
Kent Overstreet
1
-1
/
+5
2023-10-22
bcachefs: Fix allocator + journal interaction
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: New in-memory array for bucket gens
Kent Overstreet
1
-2
/
+41
2023-10-22
bcachefs: Separate out gc_bucket()
Kent Overstreet
1
-40
/
+36
2023-10-22
bcachefs: bch2_journal_key_insert() no longer transfers ownership
Kent Overstreet
1
-12
/
+6
2023-10-22
bcachefs: bch2_bucket_alloc_new_fs() no longer depends on bucket marks
Kent Overstreet
1
-50
/
+16
2023-10-22
bcachefs: Option improvements
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Improve alloc_mem_to_key()
Kent Overstreet
1
-9
/
+3
2023-10-22
bcachefs: bch2_alloc_write()
Kent Overstreet
1
-28
/
+15
2023-10-22
bcachefs: Split out struct gc_stripe from struct stripe
Kent Overstreet
1
-59
/
+57
2023-10-22
bcachefs: bch2_trans_update() is now __must_check
Kent Overstreet
1
-4
/
+12
2023-10-22
bcachefs: Erasure coding fixes
Kent Overstreet
1
-35
/
+84
2023-10-22
bcachefs: Handle replica marking fsck errors locally
Kent Overstreet
1
-10
/
+28
[next]