index
:
kernel/linux.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.12.y
linux-6.13.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-23
bcachefs: bch2_open_bucket_to_text()
Kent Overstreet
3
-7
/
+46
2023-10-23
bcachefs: bch2_data_update_init() considers ptr durability
Kent Overstreet
1
-12
/
+12
2023-10-23
bcachefs: ec: Ensure new stripe is closed in error path
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Convert constants to consts
Kent Overstreet
1
-16
/
+16
2023-10-23
bcachefs: bch2_btree_iter_peek_and_restart_outlined()
Kent Overstreet
2
-0
/
+14
2023-10-23
bcachefs: ec: zero_out_rest_of_ec_bucket()
Kent Overstreet
1
-3
/
+37
2023-10-23
bcachefs: bch2_data_update_index_update() -> bch2_trans_run()
Kent Overstreet
1
-9
/
+1
2023-10-23
bcachefs: Flush write buffer as needed in backpointers repair
Kent Overstreet
1
-6
/
+25
2023-10-23
bcachefs: Fix for shared paths in write buffer flush
Kent Overstreet
1
-0
/
+9
2023-10-23
bcachefs: Single open_bucket_partial list
Kent Overstreet
3
-27
/
+29
2023-10-23
bcachefs: Improve bch2_stripe_to_text()
Kent Overstreet
1
-6
/
+14
2023-10-23
bcachefs: Add option for completely disabling nocow
Kent Overstreet
3
-18
/
+28
2023-10-23
bcachefs: Make bucket_alloc tracepoint more readable
Kent Overstreet
1
-4
/
+4
2023-10-23
bcachefs: Don't call bch2_trans_update() unlocked
Kent Overstreet
1
-1
/
+2
2023-10-23
bcachefs: get_stripe_key_trans()
Kent Overstreet
1
-9
/
+13
2023-10-23
bcachefs: Fix erasure coding shutdown path
Kent Overstreet
1
-1
/
+7
2023-10-23
bcachefs: Fix buffer overrun in ec_stripe_update_extent()
Kent Overstreet
3
-33
/
+26
2023-10-23
bcachefs: Check for redundant ec entries/stripe ptrs
Kent Overstreet
1
-1
/
+27
2023-10-23
bcachefs: Cached pointers should not be erasure coded
Kent Overstreet
3
-3
/
+37
2023-10-23
bcachefs: Kill bch2_keylist_add_in_order()
Kent Overstreet
2
-17
/
+0
2023-10-23
bcachefs: Add tracepoint & counter for btree split race
Kent Overstreet
3
-2
/
+11
2023-10-23
bcachefs: __bch2_btree_insert uses BTREE_INSERT_CACHED
Kent Overstreet
1
-0
/
+1
2023-10-23
bcachefs: Improve a verbose log message
Kent Overstreet
1
-1
/
+2
2023-10-23
bcachefs: bch2_journal_entries_postprocess()
Kent Overstreet
3
-12
/
+53
2023-10-23
bcachefs: Fix ec repair code check
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Simplify ec stripes heap
Kent Overstreet
5
-60
/
+18
2023-10-23
bcachefs: Erasure coding: Track open stripes
Kent Overstreet
3
-73
/
+165
2023-10-23
bcachefs: Stripe deletion now checks what it's deleting
Kent Overstreet
1
-16
/
+56
2023-10-23
bcachefs: Improve c->writes refcounting for stripe create path
Kent Overstreet
1
-21
/
+33
2023-10-23
bcachefs: Switch ec_stripes_heap_lock to a mutex
Kent Overstreet
4
-26
/
+25
2023-10-23
bcachefs: Split trans->last_begin_ip and trans->last_restarted_ip
Kent Overstreet
3
-2
/
+5
2023-10-23
bcachefs: Fix erasure coding locking
Kent Overstreet
4
-17
/
+34
2023-10-23
bcachefs: Don't block on ec_stripe_head_lock with btree locks held
Kent Overstreet
1
-6
/
+18
2023-10-23
bcachefs: Add an assertion for using multiple btree_trans
Kent Overstreet
1
-0
/
+9
2023-10-23
bcachefs: Erasure coding now uses bch2_bucket_alloc_trans
Kent Overstreet
4
-31
/
+15
2023-10-23
bcachefs: Don't invalidate open buckets
Kent Overstreet
1
-0
/
+3
2023-10-23
bcachefs: Fragmentation LRU
Kent Overstreet
13
-160
/
+189
2023-10-23
bcachefs: Use btree write buffer for LRU btree
Kent Overstreet
2
-30
/
+38
2023-10-23
bcachefs: Fix integer overflow warnings on 32 bit
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Fix insert_snapshot_whiteouts()
Kent Overstreet
2
-22
/
+51
2023-10-23
bcachefs: bch2_mark_snapshot() now called like other triggers
Kent Overstreet
2
-5
/
+4
2023-10-23
bcachefs: Snapshot whiteout fix
Kent Overstreet
1
-38
/
+37
2023-10-23
bcachefs: Reimplement repair for overlapping extents
Daniel Hill
1
-23
/
+121
2023-10-23
bcachefs: Don't print out duplicate fsck errors
Kent Overstreet
2
-11
/
+22
2023-10-23
bcachefs: bch2_btree_insert_nonextent()
Kent Overstreet
3
-38
/
+29
2023-10-23
bcachefs: Fix a 64 bit divide
Kent Overstreet
1
-1
/
+1
2023-10-23
six locks: Simplify six_lock_counts()
Kent Overstreet
1
-10
/
+3
2023-10-23
bcachefs: Fix verify_update_old_key()
Kent Overstreet
1
-2
/
+3
2023-10-23
bcachefs: New backtrace utility code
Kent Overstreet
4
-12
/
+44
2023-10-23
bcachefs: Fix verify_bucket_evacuated()
Kent Overstreet
1
-6
/
+5
[next]