index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bcachefs: Inject transaction restarts in debug mode
Kent Overstreet
2023-10-22
2
-0
/
+17
*
bcachefs: EINTR -> BCH_ERR_transaction_restart
Kent Overstreet
2023-10-22
28
-270
/
+314
*
bcachefs: btree_trans_too_many_iters() is now a transaction restart
Kent Overstreet
2023-10-22
2
-2
/
+13
*
bcachefs: Prevent a btree iter overflow in alloc path
Kent Overstreet
2023-10-22
1
-0
/
+1
*
bcachefs: Use bch2_err_str() in error messages
Kent Overstreet
2023-10-22
16
-123
/
+149
*
bcachefs: Improved errcodes
Kent Overstreet
2023-10-22
8
-44
/
+120
*
bcachefs: We can handle missing btree roots for all alloc btrees
Kent Overstreet
2023-10-22
1
-4
/
+20
*
bcachefs: Fix should_invalidate_buckets()
Kent Overstreet
2023-10-22
1
-4
/
+6
*
bcachefs: ec_stripe_bkey_insert() -> for_each_btree_key_norestart()
Kent Overstreet
2023-10-22
1
-7
/
+6
*
bcachefs: Convert erasure coding to for_each_btree_key_commit()
Kent Overstreet
2023-10-22
1
-65
/
+47
*
bcachefs: Add a counter for btree_trans restarts
Kent Overstreet
2023-10-22
4
-15
/
+63
*
bcachefs: Convert alloc code to for_each_btree_key_commit()
Kent Overstreet
2023-10-22
1
-43
/
+16
*
bcachefs: Convert subvol code to for_each_btree_key_commit()
Kent Overstreet
2023-10-22
1
-71
/
+34
*
bcachefs: Convert bch2_dev_usrdata_drop() to for_each_btree_key2()
Kent Overstreet
2023-10-22
2
-60
/
+56
*
bcachefs: Convert bch2_do_invalidates_work() to for_each_btree_key2()
Kent Overstreet
2023-10-22
1
-46
/
+34
*
bcachefs: bch2_trans_run()
Kent Overstreet
2023-10-22
3
-3
/
+14
*
bcachefs: Convert bch2_gc_done() for_each_btree_key2()
Kent Overstreet
2023-10-22
1
-115
/
+117
*
bcachefs: Convert more fsck code to for_each_btree_key2()
Kent Overstreet
2023-10-22
1
-69
/
+60
*
bcachefs: Convert more quota code to for_each_btree_key2()
Kent Overstreet
2023-10-22
1
-39
/
+9
*
bcachefs: Convert bch2_check_lrus() to for_each_btree_key_commit()
Kent Overstreet
2023-10-22
1
-20
/
+7
*
bcachefs: Convert bch2_dev_freespace_init() to for_each_btree_key_commit()
Kent Overstreet
2023-10-22
1
-23
/
+11
*
bcachefs: Convert bch2_do_discards_work() to for_each_btree_key2()
Kent Overstreet
2023-10-22
1
-55
/
+57
*
bcachefs: Improve bucket_alloc_fail tracepoint
Kent Overstreet
2023-10-22
3
-7
/
+38
*
bcachefs: bch2_mark_alloc(): Do wakeups after updating usage
Kent Overstreet
2023-10-22
1
-16
/
+16
*
bcachefs: added lock held time stats
Daniel Hill
2023-10-22
7
-15
/
+145
*
bcachefs: bch2_time_stats_to_text now indents properly
Daniel Hill
2023-10-22
1
-8
/
+14
*
bcachefs: lock time stats prep work.
Daniel Hill
2023-10-22
6
-38
/
+43
*
bcachefs: Unlock in bch2_trans_begin() if we've held locks more than 10us
Kent Overstreet
2023-10-22
2
-1
/
+12
*
bcachefs: for_each_btree_key2()
Kent Overstreet
2023-10-22
6
-304
/
+191
*
bcachefs: Fix repair for extent past end of inode
Kent Overstreet
2023-10-22
1
-14
/
+54
*
bcachefs: When fsck finds redundant snapshot keys, trigger snapshots cleanup
Kent Overstreet
2023-10-22
2
-2
/
+12
*
bcachefs: Improve fsck for subvols/snapshots
Kent Overstreet
2023-10-22
2
-102
/
+131
*
bcachefs: Improve snapshots_seen
Kent Overstreet
2023-10-22
2
-69
/
+118
*
bcachefs: Fix subvol/snapshot deleting in recovery
Kent Overstreet
2023-10-22
5
-88
/
+111
*
bcachefs: fsck_inode_rm() shouldn't delete subvols
Kent Overstreet
2023-10-22
1
-6
/
+4
*
bcachefs: Switch data_update path to snapshot_id_list
Kent Overstreet
2023-10-22
3
-19
/
+30
*
bcachefs: Fix snapshot deletion
Kent Overstreet
2023-10-22
1
-22
/
+18
*
bcachefs: Rename __bch2_trans_do() -> commit_do()
Kent Overstreet
2023-10-22
10
-45
/
+44
*
bcachefs: Silence some fsck errors when reconstructing alloc info
Kent Overstreet
2023-10-22
2
-31
/
+34
*
bcachefs: Put some repair messages behind opts->verbose
Kent Overstreet
2023-10-22
1
-6
/
+8
*
bcachefs: Silence unimportant tracepoints
Kent Overstreet
2023-10-22
1
-6
/
+8
*
bcachefs: Fix move path when move_stats == NULL
Kent Overstreet
2023-10-22
1
-7
/
+10
*
bcachefs: Get ref on c->writes in move.c
Kent Overstreet
2023-10-22
2
-6
/
+6
*
bcachefs: move.c refactoring
Kent Overstreet
2023-10-22
4
-87
/
+114
*
bcachefs: data jobs, including rebalance wait for copygc.
Daniel Hill
2023-10-22
5
-52
/
+80
*
bcachefs: Redo data_update interface
Kent Overstreet
2023-10-22
9
-340
/
+304
*
bcachefs: Fix bch2_check_alloc_key()
Kent Overstreet
2023-10-22
1
-1
/
+3
*
bcachefs: Improve bch2_check_alloc_info
Kent Overstreet
2023-10-22
1
-26
/
+31
*
bcachefs: Use BTREE_INSERT_LAZY_RW in bch2_check_alloc_info()
Kent Overstreet
2023-10-22
1
-3
/
+9
*
bcachefs: Bucket invalidate path improvements
Kent Overstreet
2023-10-22
2
-12
/
+25
[prev]
[next]