index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcachefs: btree_path
Kent Overstreet
2023-10-22
44
-2419
/
+2385
*
bcachefs: Fix initialization of bch_write_op.nonce
Kent Overstreet
2023-10-22
1
-5
/
+13
*
bcachefs: Improve an error message
Kent Overstreet
2023-10-22
1
-1
/
+3
*
bcachefs: Add an assertion for removing btree nodes from cache
Kent Overstreet
2023-10-22
2
-3
/
+5
*
bcachefs: Kill BTREE_ITER_NODES
Kent Overstreet
2023-10-22
3
-133
/
+94
*
bcachefs: Kill BTREE_ITER_NEED_PEEK
Kent Overstreet
2023-10-22
4
-18
/
+6
*
bcachefs: Prefer using btree_insert_entry to btree_iter
Kent Overstreet
2023-10-22
3
-35
/
+36
*
bcachefs: More renaming
Kent Overstreet
2023-10-22
4
-14
/
+14
*
bcachefs: Clean up/rename bch2_trans_node_* fns
Kent Overstreet
2023-10-22
6
-68
/
+54
*
bcachefs: Further reduce iter->trans usage
Kent Overstreet
2023-10-22
11
-132
/
+136
*
bcachefs: Better algorithm for btree node merging in write path
Kent Overstreet
2023-10-22
1
-49
/
+30
*
bcachefs: Kill BTREE_ITER_SET_POS_AFTER_COMMIT
Kent Overstreet
2023-10-22
6
-20
/
+22
*
bcachefs: Refactor bch2_trans_update_extent()
Kent Overstreet
2023-10-22
1
-157
/
+156
*
bcachefs: Reduce iter->trans usage
Kent Overstreet
2023-10-22
14
-216
/
+220
*
bcachefs: bch2_dump_trans_iters_updates()
Kent Overstreet
2023-10-22
4
-16
/
+19
*
bcachefs: Ensure iter->real_pos is consistent with key returned
Kent Overstreet
2023-10-22
1
-41
/
+43
*
bcachefs: Add SPOS_MAX to bpos_to_text()
Kent Overstreet
2023-10-22
1
-0
/
+2
*
bcachefs: Free iterator if we have duplicate
Kent Overstreet
2023-10-22
2
-2
/
+20
*
bcachefs: Fix unhandled transaction restart in bch2_gc_btree_gens()
Kent Overstreet
2023-10-22
1
-2
/
+8
*
bcachefs: add progress stats to sysfs
Brett Holman
2023-10-22
10
-9
/
+94
*
bcachefs: Fix 32 bit build failures
Brett Holman
2023-10-22
2
-5
/
+5
*
bcachefs: Be sure to check ptr->dev in copygc pred function
Kent Overstreet
2023-10-22
1
-0
/
+1
*
bcachefs: Disk space accounting fix
Kent Overstreet
2023-10-22
1
-7
/
+10
*
bcachefs: Fix a valgrind conditional jump
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Minor btree iter refactoring
Kent Overstreet
2023-10-22
1
-39
/
+20
*
bcachefs: Fix btree_trans_peek_updates()
Kent Overstreet
2023-10-22
1
-9
/
+12
*
bcachefs: Fix an unhandled transaction restart
Kent Overstreet
2023-10-22
2
-0
/
+18
*
bcachefs: Ensure that new inodes hit underlying btree
Kent Overstreet
2023-10-22
1
-1
/
+13
*
bcachefs: Add flags field to bch2_inode_to_text()
Kent Overstreet
2023-10-22
2
-6
/
+19
*
bcachefs: Keep a sorted list of btree iterators
Kent Overstreet
2023-10-22
4
-47
/
+249
*
bcachefs: Zero out mem_ptr field in btree ptr keys from journal replay
Kent Overstreet
2023-10-22
1
-0
/
+16
*
bcachefs: Don't drop read locks at transaction commit time
Kent Overstreet
2023-10-22
1
-19
/
+8
*
bcachefs: traverse_all() shouldn't be restarting the transaction
Kent Overstreet
2023-10-22
1
-9
/
+0
*
bcachefs: Kill BTREE_INSERT_NOUNLOCK
Kent Overstreet
2023-10-22
8
-25
/
+9
*
bcachefs: Btree splits no longer automatically cause a transaction restart
Kent Overstreet
2023-10-22
1
-44
/
+5
*
bcachefs: __bch2_trans_commit() no longer calls bch2_trans_reset()
Kent Overstreet
2023-10-22
3
-38
/
+24
*
bcachefs: Ensure btree_iter_traverse() obeys iter->should_be_locked
Kent Overstreet
2023-10-22
1
-0
/
+9
*
bcachefs: bch2_btree_iter_traverse() shouldn't normally call traverse_all()
Kent Overstreet
2023-10-22
1
-1
/
+3
*
bcachefs: trans->restarted
Kent Overstreet
2023-10-22
8
-39
/
+106
*
bcachefs: Change lockrestart_do() to always call bch2_trans_begin()
Kent Overstreet
2023-10-22
1
-5
/
+3
*
bcachefs: Clean up interior update paths
Kent Overstreet
2023-10-22
3
-29
/
+4
*
bcachefs: Use bch2_trans_begin() more consistently
Kent Overstreet
2023-10-22
6
-14
/
+22
*
bcachefs: Always check for transaction restarts
Kent Overstreet
2023-10-22
14
-27
/
+71
*
bcachefs: traverse_all() is responsible for clearing should_be_locked
Kent Overstreet
2023-10-22
1
-12
/
+2
*
bcachefs: bch2_trans_relock() only relocks iters that should be locked
Kent Overstreet
2023-10-22
1
-4
/
+3
*
bcachefs: Don't traverse iterators in __bch2_trans_commit()
Kent Overstreet
2023-10-22
1
-7
/
+5
*
bcachefs: Add an option for btree node mem ptr optimization
Kent Overstreet
2023-10-22
2
-6
/
+15
*
bcachefs: Minor tracepoint improvements
Kent Overstreet
2023-10-22
2
-7
/
+21
*
bcachefs: bch2_btree_iter_relock_intent()
Kent Overstreet
2023-10-22
4
-18
/
+42
*
bcachefs: Use bch2_trans_do() in bch2_btree_key_cache_journal_flush()
Kent Overstreet
2023-10-22
1
-15
/
+7
[next]