index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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-23
bcachefs: Move trigger fns to bkey_ops
Kent Overstreet
1
-91
/
+45
2023-10-23
bcachefs: bch2_trans_inconsistent()
Kent Overstreet
1
-17
/
+15
2023-10-23
bcachefs: Heap allocate printbufs
Kent Overstreet
1
-46
/
+73
2023-10-23
bcachefs: Consolidate trigger code a bit
Kent Overstreet
1
-33
/
+0
2023-10-23
bcachefs: bch2_trans_mark_key() now takes a bkey_i *
Kent Overstreet
1
-34
/
+38
2023-10-23
bcachefs: Improve reflink repair code
Kent Overstreet
1
-14
/
+18
2023-10-23
bcachefs: Normal update/commit path now works before going RW
Kent Overstreet
1
-3
/
+5
2023-10-23
bcachefs: Only allocate buckets_nouse when requested
Kent Overstreet
1
-5
/
+7
2023-10-23
bcachefs: Stash a copy of key being overwritten in btree_insert_entry
Kent Overstreet
1
-16
/
+5
2023-10-23
bcachefs: Fix freeing in bch2_dev_buckets_resize()
Kent Overstreet
1
-4
/
+6
2023-10-23
bcachefs: Ignore cached data when calculating fragmentation
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Don't use in-memory bucket array for alloc updates
Kent Overstreet
1
-10
/
+7
2023-10-23
bcachefs: New data structure for buckets waiting on journal commit
Kent Overstreet
1
-59
/
+21
2023-10-23
bcachefs: Also print out in-memory gen on stale dirty pointer
Kent Overstreet
1
-12
/
+14
2023-10-23
bcachefs: Add error messages for memory allocation failures
Kent Overstreet
1
-6
/
+10
2023-10-23
bcachefs: Optimize bucket reuse
Kent Overstreet
1
-36
/
+28
2023-10-23
bcachefs: Kill bch2_ec_mem_alloc()
Kent Overstreet
1
-1
/
+5
2023-10-23
bcachefs: Fix allocator + journal interaction
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: New in-memory array for bucket gens
Kent Overstreet
1
-2
/
+41
2023-10-23
bcachefs: Separate out gc_bucket()
Kent Overstreet
1
-40
/
+36
2023-10-23
bcachefs: bch2_journal_key_insert() no longer transfers ownership
Kent Overstreet
1
-12
/
+6
2023-10-23
bcachefs: bch2_bucket_alloc_new_fs() no longer depends on bucket marks
Kent Overstreet
1
-50
/
+16
2023-10-23
bcachefs: Option improvements
Kent Overstreet
1
-3
/
+3
2023-10-23
bcachefs: Improve alloc_mem_to_key()
Kent Overstreet
1
-9
/
+3
2023-10-23
bcachefs: bch2_alloc_write()
Kent Overstreet
1
-28
/
+15
2023-10-23
bcachefs: Split out struct gc_stripe from struct stripe
Kent Overstreet
1
-59
/
+57
2023-10-23
bcachefs: bch2_trans_update() is now __must_check
Kent Overstreet
1
-4
/
+12
2023-10-23
bcachefs: Erasure coding fixes
Kent Overstreet
1
-35
/
+84
2023-10-23
bcachefs: Handle replica marking fsck errors locally
Kent Overstreet
1
-10
/
+28
2023-10-23
bcachefs: Push c->mark_lock usage down to where it is needed
Kent Overstreet
1
-53
/
+71
2023-10-23
bcachefs: Kill bch2_replicas_delta_list_marked()
Kent Overstreet
1
-4
/
+13
2023-10-23
bcachefs: Run insert triggers before overwrite triggers
Kent Overstreet
1
-35
/
+0
2023-10-23
bcachefs: Disk space accounting fix on brand-new fs
Kent Overstreet
1
-0
/
+11
2023-10-23
bcachefs: Fix upgrade path for reflink_p fix
Kent Overstreet
1
-4
/
+8
2023-10-23
bcachefs: Add journal_seq to inode & alloc keys
Kent Overstreet
1
-9
/
+32
2023-10-23
bcachefs: BTREE_TRIGGER_INSERT now only means insert
Kent Overstreet
1
-21
/
+5
2023-10-23
bcachefs: Convert bch2_mark_key() to take a btree_trans *
Kent Overstreet
1
-54
/
+70
2023-10-23
bcachefs: Assorted ec fixes
Kent Overstreet
1
-2
/
+7
2023-10-23
bcachefs: Fix bch2_mark_update()
Kent Overstreet
1
-0
/
+6
2023-10-23
bcachefs: Improve error messages in trans_mark_reflink_p()
Kent Overstreet
1
-4
/
+7
2023-10-23
bcachefs: Fix fsck path for refink pointers
Kent Overstreet
1
-76
/
+46
2023-10-23
bcachefs: Fix for leaking of reflinked extents
Kent Overstreet
1
-6
/
+39
2023-10-23
bcachefs: Improve reflink repair code
Kent Overstreet
1
-9
/
+42
2023-10-23
bcachefs: Subvolumes, snapshots
Kent Overstreet
1
-0
/
+3
2023-10-23
bcachefs: btree_path
Kent Overstreet
1
-121
/
+56
2023-10-23
bcachefs: Prefer using btree_insert_entry to btree_iter
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Fix 32 bit build failures
Brett Holman
1
-1
/
+1
2023-10-23
bcachefs: Disk space accounting fix
Kent Overstreet
1
-7
/
+10
2023-10-23
bcachefs: Extensive triggers cleanups
Kent Overstreet
1
-317
/
+256
2023-10-23
bcachefs: Improve iter->should_be_locked
Kent Overstreet
1
-1
/
+1
[next]