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
/
migrate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-23
bcachefs: Improve bch2_bkey_make_mut()
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: bch2_bkey_make_mut() now calls bch2_trans_update()
Kent Overstreet
1
-3
/
+2
2023-10-23
bcachefs: Extent helper improvements
Kent Overstreet
1
-3
/
+2
2023-10-23
bcachefs: New btree helpers
Kent Overstreet
1
-3
/
+1
2023-10-23
bcachefs: EINTR -> BCH_ERR_transaction_restart
Kent Overstreet
1
-3
/
+3
2023-10-23
bcachefs: Use bch2_err_str() in error messages
Kent Overstreet
1
-1
/
+3
2023-10-23
bcachefs: Convert bch2_dev_usrdata_drop() to for_each_btree_key2()
Kent Overstreet
1
-60
/
+51
2023-10-23
bcachefs: Shutdown path improvements
Kent Overstreet
1
-4
/
+1
2023-10-23
bcachefs: Handle transaction restarts in bch2_blacklist_entries_gc()
Kent Overstreet
1
-0
/
+1
2023-10-23
bcachefs: bch2_trans_exit() no longer returns errors
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: for_each_btree_node() now returns errors directly
Kent Overstreet
1
-2
/
+6
2023-10-23
bcachefs: Fix deletion in __bch2_dev_usrdata_drop()
Kent Overstreet
1
-0
/
+9
2023-10-23
bcachefs: Fixes for usrdata/metadata drop paths
Kent Overstreet
1
-9
/
+12
2023-10-23
bcachefs: Update data move path for snapshots
Kent Overstreet
1
-2
/
+4
2023-10-23
bcachefs: btree_path
Kent Overstreet
1
-13
/
+13
2023-10-23
bcachefs: Update btree ptrs after every write
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Regularize argument passing of btree_trans
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: ensure iter->should_be_locked is set
Dan Robertson
1
-1
/
+2
2023-10-23
bcachefs: Check for errors from bch2_trans_update()
Kent Overstreet
1
-3
/
+2
2023-10-23
bcachefs: Replace bch2_btree_iter_next() calls with bch2_btree_iter_advance
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Require all btree iterators to be freed
Kent Overstreet
1
-2
/
+7
2023-10-23
bcachefs: Rename BTREE_ID enums for consistency with other enums
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Reduce/kill BKEY_PADDED use
Kent Overstreet
1
-9
/
+11
2023-10-23
bcachefs: Interior btree updates are now fully transactional
Kent Overstreet
1
-9
/
+2
2023-10-23
bcachefs: introduce b->hash_val
Kent Overstreet
1
-4
/
+2
2023-10-23
bcachefs: Hacky fixes for device removal
Kent Overstreet
1
-34
/
+24
2023-10-23
bcachefs: Split out btree_trigger_flags
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Kill BTREE_INSERT_ATOMIC
Kent Overstreet
1
-1
/
+0
2023-10-23
bcachefs: bkey_on_stack_reassemble()
Kent Overstreet
1
-2
/
+1
2023-10-23
bcachefs: bkey_on_stack
Kent Overstreet
1
-6
/
+10
2023-10-23
bcachefs: Kill deferred btree updates
Kent Overstreet
1
-3
/
+2
2023-10-23
bcachefs: Reflink
Kent Overstreet
1
-3
/
+10
2023-10-23
bcachefs: Refactor various code to not be extent specific
Kent Overstreet
1
-2
/
+1
2023-10-23
bcachefs: More work to avoid transaction restarts
Kent Overstreet
1
-3
/
+2
2023-10-23
bcachefs: Redo replicas gc mechanism
Kent Overstreet
1
-16
/
+6
2023-10-23
bcachefs: bch2_trans_mark_update()
Kent Overstreet
1
-0
/
+3
2023-10-23
bcachefs: trans_for_each_iter()
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Only get btree iters from btree transactions
Kent Overstreet
1
-10
/
+12
2023-10-23
bcachefs: Fix a deadlock
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: convert bch2_btree_insert_at() usage to bch2_trans_commit()
Kent Overstreet
1
-12
/
+18
2023-10-23
bcachefs: Fix check for if extent update is allocating
Kent Overstreet
1
-0
/
+11
2023-10-23
bcachefs: Make bkey types globally unique
Kent Overstreet
1
-16
/
+14
2023-10-23
bcachefs: Centralize marking of replicas in btree update path
Kent Overstreet
1
-5
/
+0
2023-10-23
bcachefs: replicas: prep work for stripes
Kent Overstreet
1
-3
/
+3
2023-10-23
bcachefs: kill extent_insert_hook
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Initial commit
Kent Overstreet
1
-0
/
+178