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
/
subvolume.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-11-02
bcachefs: Enumerate fsck errors
Kent Overstreet
1
-8
/
+10
2023-10-31
bcachefs: Don't run bch2_delete_dead_snapshots() unnecessarily
Kent Overstreet
1
-17
/
+2
2023-10-23
bcachefs: Heap allocate btree_trans
Kent Overstreet
1
-3
/
+3
2023-10-23
bcachefs: Fix -Wincompatible-function-pointer-types-strict from key_invalid c...
Nathan Chancellor
1
-1
/
+1
2023-10-23
bcachefs: Convert more code to bch_err_msg()
Kent Overstreet
1
-3
/
+2
2023-10-23
bcachefs: Split out snapshot.c
Kent Overstreet
1
-1341
/
+19
2023-10-23
bcachefs: bch2_run_explicit_recovery_pass()
Kent Overstreet
1
-5
/
+5
2023-10-23
bcachefs: Inline bch2_snapshot_is_ancestor() fast path
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: is_ancestor bitmap
Kent Overstreet
1
-8
/
+15
2023-10-23
bcachefs: Convert snapshot table to RCU array
Kent Overstreet
1
-25
/
+117
2023-10-23
bcachefs: Snapshot depth, skiplist fields
Kent Overstreet
1
-47
/
+214
2023-10-23
bcachefs: Enumerate recovery passes
Kent Overstreet
1
-5
/
+5
2023-10-23
bcachefs: Change check for invalid key types
Kent Overstreet
1
-2
/
+4
2023-10-23
bcachefs: Assorted sparse fixes
Kent Overstreet
1
-3
/
+3
2023-10-23
bcachefs: Improve bch2_bkey_make_mut()
Kent Overstreet
1
-5
/
+5
2023-10-23
bcachefs: New error message helpers
Kent Overstreet
1
-4
/
+5
2023-10-23
bcachefs: snapshot_to_text() includes snapshot tree
Kent Overstreet
1
-2
/
+3
2023-10-23
bcachefs: Convert -ENOENT to private error codes
Kent Overstreet
1
-8
/
+13
2023-10-23
bcachefs: Fix quotas + snapshots
Kent Overstreet
1
-5
/
+5
2023-10-23
bcachefs: Add otime, parent to bch_subvolume
Kent Overstreet
1
-16
/
+81
2023-10-23
bcachefs: BTREE_ID_snapshot_tree
Kent Overstreet
1
-70
/
+520
2023-10-23
bcachefs: bch2_bkey_get_empty_slot()
Kent Overstreet
1
-19
/
+6
2023-10-23
bcachefs: bch2_bkey_get_mut() now calls bch2_trans_update()
Kent Overstreet
1
-24
/
+11
2023-10-23
bcachefs: bch2_bkey_alloc() now calls bch2_trans_update()
Kent Overstreet
1
-8
/
+4
2023-10-23
bcachefs: bch2_bkey_get_mut() improvements
Kent Overstreet
1
-21
/
+18
2023-10-23
bcachefs: bch2_bkey_get_iter() helpers
Kent Overstreet
1
-59
/
+21
2023-10-23
bcachefs: bkey_ops.min_val_size
Kent Overstreet
1
-12
/
+0
2023-10-23
bcachefs: use dedicated workqueue for tasks holding write refs
Brian Foster
1
-2
/
+2
2023-10-23
bcachefs: Private error codes: ENOMEM
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Mark new snapshots earlier in create path
Kent Overstreet
1
-2
/
+4
2023-10-23
bcachefs: bch2_mark_key() now takes btree_id & level
Kent Overstreet
1
-1
/
+2
2023-10-23
bcachefs: bch2_mark_snapshot() now called like other triggers
Kent Overstreet
1
-2
/
+1
2023-10-23
bcachefs: Change bkey_invalid() rw param to flags
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Debug mode for c->writes references
Kent Overstreet
1
-9
/
+7
2023-10-23
bcachefs: New btree helpers
Kent Overstreet
1
-81
/
+27
2023-10-23
bcachefs: More errcode cleanup
Kent Overstreet
1
-8
/
+8
2023-10-23
bcachefs: New bpos_cmp(), bkey_cmp() replacements
Kent Overstreet
1
-6
/
+6
2023-10-23
bcachefs: Better inlining in bch2_subvolume_get_snapshot()
Kent Overstreet
1
-10
/
+19
2023-10-23
bcachefs: More style fixes
Kent Overstreet
1
-0
/
+1
2023-10-23
bcachefs: Add private error codes for ENOSPC
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Fix bch2_fs_check_snapshots()
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Fix missing error handling in bch2_subvolume_delete()
Kent Overstreet
1
-0
/
+2
2023-10-23
bcachefs: EINTR -> BCH_ERR_transaction_restart
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Use bch2_err_str() in error messages
Kent Overstreet
1
-11
/
+12
2023-10-23
bcachefs: Convert subvol code to for_each_btree_key_commit()
Kent Overstreet
1
-71
/
+34
2023-10-23
bcachefs: for_each_btree_key2()
Kent Overstreet
1
-102
/
+67
2023-10-23
bcachefs: Improve fsck for subvols/snapshots
Kent Overstreet
1
-101
/
+127
2023-10-23
bcachefs: Fix subvol/snapshot deleting in recovery
Kent Overstreet
1
-25
/
+94
2023-10-23
bcachefs: Switch data_update path to snapshot_id_list
Kent Overstreet
1
-10
/
+3
2023-10-23
bcachefs: Fix snapshot deletion
Kent Overstreet
1
-22
/
+18
[next]