index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-10-22
bcachefs: Kill bch2_invalidate_bucket()
Kent Overstreet
3
-58
/
+14
2023-10-22
bcachefs: Refactor dev usage
Kent Overstreet
9
-129
/
+91
2023-10-22
bcachefs: Kill metadata only gc
Kent Overstreet
3
-61
/
+27
2023-10-22
bcachefs: Ensure __bch2_trans_commit() always calls bch2_trans_reset()
Kent Overstreet
1
-3
/
+3
2023-10-22
bcachefs: Fix a faulty assertion
Kent Overstreet
1
-0
/
+1
2023-10-22
bcachefs: Switch replicas.c allocations to GFP_KERNEL
Kent Overstreet
1
-9
/
+9
2023-10-22
bcachefs: Fix loopback in dio mode
Kent Overstreet
1
-4
/
+26
2023-10-22
bcachefs: Clean up bch2_extent_can_insert
Kent Overstreet
1
-10
/
+5
2023-10-22
bcachefs: Fix an assertion pop
Kent Overstreet
3
-22
/
+1
2023-10-22
bcachefs: Don't allocate stripes at POS_MIN
Kent Overstreet
2
-2
/
+8
2023-10-22
bcachefs: Rework allocating buckets for stripes
Kent Overstreet
3
-77
/
+92
2023-10-22
bcachefs: Verify transaction updates are sorted
Kent Overstreet
1
-4
/
+16
2023-10-22
bcachefs: Preserve stripe blockcounts on existing stripes
Kent Overstreet
1
-11
/
+48
2023-10-22
bcachefs: Kill stripe->dirty
Kent Overstreet
3
-17
/
+22
2023-10-22
bcachefs: Fix gc updating stripes info
Kent Overstreet
1
-8
/
+5
2023-10-22
bcachefs: Fix double counting of stripe block counts by GC
Kent Overstreet
1
-3
/
+9
2023-10-22
bcachefs: Fix integer overflow in bch2_disk_reservation_get()
Kent Overstreet
2
-5
/
+4
2023-10-22
bcachefs: Correctly order flushes and journal writes on multi device filesystems
Kent Overstreet
5
-44
/
+65
2023-10-22
bcachefs: Run jset_validate in write path as well
Kent Overstreet
3
-18
/
+43
2023-10-22
bcachefs: Factor out bch2_ec_stripes_heap_start()
Kent Overstreet
4
-15
/
+14
2023-10-22
bcachefs: Add btree node prefetching to bch2_btree_and_journal_walk()
Kent Overstreet
4
-12
/
+38
2023-10-22
bcachefs: Erasure coding fixes & refactoring
Kent Overstreet
3
-183
/
+194
2023-10-22
bcachefs: Add cannibalize lock to btree_cache_to_text()
Kent Overstreet
1
-2
/
+3
2023-10-22
bcachefs: Fix .splice_write
Kent Overstreet
1
-2
/
+1
2023-10-22
bcachefs: Fix bch2_replicas_gc2
Kent Overstreet
1
-1
/
+5
2023-10-22
bcachefs: bch2_alloc_write() should be writing for all devices
Kent Overstreet
4
-15
/
+12
2023-10-22
bcachefs: Fix btree node split after merge operations
Kent Overstreet
1
-0
/
+3
2023-10-22
bcachefs: Reserve some open buckets for btree allocations
Kent Overstreet
3
-5
/
+9
2023-10-22
bcachefs: Work around a zstd bug
Kent Overstreet
1
-1
/
+12
2023-10-22
bcachefs: Don't error out of recovery process on journal read error
Kent Overstreet
1
-2
/
+9
2023-10-22
bcachefs: Fix journal_buf_realloc()
Kent Overstreet
1
-3
/
+7
2023-10-22
bcachefs: Reduce/kill BKEY_PADDED use
Kent Overstreet
24
-200
/
+247
2023-10-22
bcachefs: Use separate new stripes for copygc and non-copygc
Kent Overstreet
4
-12
/
+23
2023-10-22
bcachefs: Change allocations for ec stripes to blocking
Kent Overstreet
3
-31
/
+38
2023-10-22
bcachefs: Don't read existing stripes synchronously in write path
Kent Overstreet
3
-71
/
+117
2023-10-22
bcachefs: Change when we allow overwrites
Kent Overstreet
6
-32
/
+75
2023-10-22
bcachefs: Don't use BTREE_INSERT_USE_RESERVE so much
Kent Overstreet
15
-62
/
+20
2023-10-22
bcachefs: Fix iterator overflow in move path
Kent Overstreet
2
-1
/
+11
2023-10-22
bcachefs: Fix btree lock being incorrectly dropped
Kent Overstreet
2
-7
/
+10
2023-10-22
bcachefs: Fix for spinning in journal reclaim on startup
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Fix race between journal_seq_copy() and journal_seq_drop()
Kent Overstreet
2
-4
/
+17
2023-10-22
bcachefs: Don't write bucket IO time lazily
Kent Overstreet
8
-22
/
+67
2023-10-22
bcachefs: Add BCH_BKEY_PTRS_MAX
Kent Overstreet
5
-13
/
+13
2023-10-22
bcachefs: Check for duplicate device ptrs in bch2_bkey_ptrs_invalid()
Kent Overstreet
3
-5
/
+13
2023-10-22
bcachefs: Add some cond_rescheds() in shutdown path
Kent Overstreet
1
-0
/
+4
2023-10-22
bcachefs: Fix btree node merge -> split operations
Kent Overstreet
1
-0
/
+7
2023-10-22
bcachefs: Always check if we need disk res in extent update path
Kent Overstreet
1
-24
/
+35
2023-10-22
bcachefs: Update transactional triggers interface to pass old & new keys
Kent Overstreet
4
-102
/
+172
2023-10-22
bcachefs: Only try to get existing stripe once in stripe create path
Kent Overstreet
1
-10
/
+10
2023-10-22
bcachefs: Fix __btree_iter_next() when all iters are in use_next() when all i...
Kent Overstreet
2
-2
/
+17
[next]