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: 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
2023-10-23
bcachefs: Make sure bch2_trans_mark_update uses correct iter flags
Kent Overstreet
1
-1
/
+7
2023-10-23
bcachefs: Don't underflow c->sectors_available
Kent Overstreet
1
-1
/
+8
2023-10-23
bcachefs: Kill bch2_btree_iter_peek_cached()
Kent Overstreet
1
-11
/
+4
2023-10-23
bcachefs: Simplify reflink trigger
Kent Overstreet
1
-64
/
+3
2023-10-23
bcachefs: Move extent_handle_overwrites() to bch2_trans_update()
Kent Overstreet
1
-110
/
+35
2023-10-23
bcachefs: Don't mark superblocks past end of usable space
Kent Overstreet
1
-0
/
+12
2023-10-23
bcachefs: Check for errors from bch2_trans_update()
Kent Overstreet
1
-1
/
+3
2023-10-23
bcachefs: Fsck for reflink refcounts
Kent Overstreet
1
-29
/
+123
2023-10-23
bcachefs: Reflink refcount fix
Kent Overstreet
1
-11
/
+13
2023-10-23
bcachefs: Inline fastpath of bch2_disk_reservation_add()
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: statfs resports incorrect avail blocks
Dan Robertson
1
-7
/
+0
2023-10-23
bcachefs: Fix bch2_extent_can_insert() call
Kent Overstreet
1
-4
/
+6
2023-10-23
bcachefs: made changes to support clang, fixed a couple bugs
Brett Holman
1
-1
/
+3
2023-10-23
bcachefs: properly initialize used values
Dan Robertson
1
-2
/
+2
2023-10-23
bcachefs: Fix reflink trigger
Kent Overstreet
1
-6
/
+37
2023-10-23
bcachefs: Fix some refcounting bugs
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Call bch2_inconsistent_error() on missing stripe/indirect extent
Kent Overstreet
1
-0
/
+4
2023-10-23
bcachefs: Don't BUG() in update_replicas
Kent Overstreet
1
-13
/
+36
2023-10-23
bcachefs: Handle errors in bch2_trans_mark_update()
Kent Overstreet
1
-2
/
+3
2023-10-23
bcachefs: gc shouldn't care about owned_by_allocator
Kent Overstreet
1
-78
/
+4
2023-10-23
bcachefs: Fix bch2_trans_mark_dev_sb()
Kent Overstreet
1
-45
/
+18
2023-10-23
bcachefs: Fix heap overrun in bch2_fs_usage_read() XXX squash
Kent Overstreet
1
-2
/
+2
[next]