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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: We can handle missing btree roots for all alloc btrees
Kent Overstreet
1
-4
/
+20
2023-10-22
bcachefs: Fix should_invalidate_buckets()
Kent Overstreet
1
-4
/
+6
2023-10-22
bcachefs: ec_stripe_bkey_insert() -> for_each_btree_key_norestart()
Kent Overstreet
1
-7
/
+6
2023-10-22
bcachefs: Convert erasure coding to for_each_btree_key_commit()
Kent Overstreet
1
-65
/
+47
2023-10-22
bcachefs: Add a counter for btree_trans restarts
Kent Overstreet
4
-15
/
+63
2023-10-22
bcachefs: Convert alloc code to for_each_btree_key_commit()
Kent Overstreet
1
-43
/
+16
2023-10-22
bcachefs: Convert subvol code to for_each_btree_key_commit()
Kent Overstreet
1
-71
/
+34
2023-10-22
bcachefs: Convert bch2_dev_usrdata_drop() to for_each_btree_key2()
Kent Overstreet
2
-60
/
+56
2023-10-22
bcachefs: Convert bch2_do_invalidates_work() to for_each_btree_key2()
Kent Overstreet
1
-46
/
+34
2023-10-22
bcachefs: bch2_trans_run()
Kent Overstreet
3
-3
/
+14
2023-10-22
bcachefs: Convert bch2_gc_done() for_each_btree_key2()
Kent Overstreet
1
-115
/
+117
2023-10-22
bcachefs: Convert more fsck code to for_each_btree_key2()
Kent Overstreet
1
-69
/
+60
2023-10-22
bcachefs: Convert more quota code to for_each_btree_key2()
Kent Overstreet
1
-39
/
+9
2023-10-22
bcachefs: Convert bch2_check_lrus() to for_each_btree_key_commit()
Kent Overstreet
1
-20
/
+7
2023-10-22
bcachefs: Convert bch2_dev_freespace_init() to for_each_btree_key_commit()
Kent Overstreet
1
-23
/
+11
2023-10-22
bcachefs: Convert bch2_do_discards_work() to for_each_btree_key2()
Kent Overstreet
1
-55
/
+57
2023-10-22
bcachefs: Improve bucket_alloc_fail tracepoint
Kent Overstreet
3
-7
/
+38
2023-10-22
bcachefs: bch2_mark_alloc(): Do wakeups after updating usage
Kent Overstreet
1
-16
/
+16
2023-10-22
bcachefs: added lock held time stats
Daniel Hill
7
-15
/
+145
2023-10-22
bcachefs: bch2_time_stats_to_text now indents properly
Daniel Hill
1
-8
/
+14
2023-10-22
bcachefs: lock time stats prep work.
Daniel Hill
6
-38
/
+43
2023-10-22
bcachefs: Unlock in bch2_trans_begin() if we've held locks more than 10us
Kent Overstreet
2
-1
/
+12
2023-10-22
bcachefs: for_each_btree_key2()
Kent Overstreet
6
-304
/
+191
2023-10-22
bcachefs: Fix repair for extent past end of inode
Kent Overstreet
1
-14
/
+54
2023-10-22
bcachefs: When fsck finds redundant snapshot keys, trigger snapshots cleanup
Kent Overstreet
2
-2
/
+12
2023-10-22
bcachefs: Improve fsck for subvols/snapshots
Kent Overstreet
2
-102
/
+131
2023-10-22
bcachefs: Improve snapshots_seen
Kent Overstreet
2
-69
/
+118
2023-10-22
bcachefs: Fix subvol/snapshot deleting in recovery
Kent Overstreet
5
-88
/
+111
2023-10-22
bcachefs: fsck_inode_rm() shouldn't delete subvols
Kent Overstreet
1
-6
/
+4
2023-10-22
bcachefs: Switch data_update path to snapshot_id_list
Kent Overstreet
3
-19
/
+30
2023-10-22
bcachefs: Fix snapshot deletion
Kent Overstreet
1
-22
/
+18
2023-10-22
bcachefs: Rename __bch2_trans_do() -> commit_do()
Kent Overstreet
10
-45
/
+44
2023-10-22
bcachefs: Silence some fsck errors when reconstructing alloc info
Kent Overstreet
2
-31
/
+34
2023-10-22
bcachefs: Put some repair messages behind opts->verbose
Kent Overstreet
1
-6
/
+8
2023-10-22
bcachefs: Silence unimportant tracepoints
Kent Overstreet
1
-6
/
+8
2023-10-22
bcachefs: Fix move path when move_stats == NULL
Kent Overstreet
1
-7
/
+10
2023-10-22
bcachefs: Get ref on c->writes in move.c
Kent Overstreet
2
-6
/
+6
2023-10-22
bcachefs: move.c refactoring
Kent Overstreet
4
-87
/
+114
2023-10-22
bcachefs: data jobs, including rebalance wait for copygc.
Daniel Hill
5
-52
/
+80
2023-10-22
bcachefs: Redo data_update interface
Kent Overstreet
9
-340
/
+304
2023-10-22
bcachefs: Fix bch2_check_alloc_key()
Kent Overstreet
1
-1
/
+3
2023-10-22
bcachefs: Improve bch2_check_alloc_info
Kent Overstreet
1
-26
/
+31
2023-10-22
bcachefs: Use BTREE_INSERT_LAZY_RW in bch2_check_alloc_info()
Kent Overstreet
1
-3
/
+9
2023-10-22
bcachefs: Bucket invalidate path improvements
Kent Overstreet
2
-12
/
+25
2023-10-22
bcachefs: Don't BUG_ON() inode link count underflow
Kent Overstreet
3
-20
/
+41
2023-10-22
bcachefs: Always descend to leaf nodes it btree_gc
Kent Overstreet
1
-8
/
+2
2023-10-22
bcachefs: fix __dev_available().
Daniel Hill
1
-6
/
+6
2023-10-22
bcachefs: Fix assertion in topology repair
Kent Overstreet
1
-0
/
+2
2023-10-22
bcachefs: Make verbose option settable at runtime
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: Improve "copygc requested to run" error message
Kent Overstreet
1
-1
/
+22
[next]