index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
btree_update_interior.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcachefs: Fix race between btree writes and metadata drop
Kent Overstreet
2023-11-29
1
-0
/
+4
*
bcachefs: Fix split_race livelock
Kent Overstreet
2023-11-28
1
-1
/
+5
*
closures: CLOSURE_CALLBACK() to fix type punning
Kent Overstreet
2023-11-24
1
-2
/
+2
*
bcachefs: Kill journal pre-reservations
Kent Overstreet
2023-11-15
1
-30
/
+0
*
bcachefs: Don't iterate over journal entries just for btree roots
Kent Overstreet
2023-11-05
1
-9
/
+3
*
bcachefs: Fix build errors with gcc 10
Kent Overstreet
2023-11-04
1
-1
/
+1
*
bcachefs: Don't downgrade locks on transaction restart
Kent Overstreet
2023-11-02
1
-1
/
+1
*
bcachefs: Enumerate fsck errors
Kent Overstreet
2023-11-02
1
-2
/
+2
*
bcachefs: Heap allocate btree_trans
Kent Overstreet
2023-10-22
1
-18
/
+17
*
bcachefs: Fix W=12 build errors
Kent Overstreet
2023-10-22
1
-32
/
+26
*
bcachefs: remove redundant initialization of pointer d
Colin Ian King
2023-10-22
1
-1
/
+1
*
bcachefs: Convert more code to bch_err_msg()
Kent Overstreet
2023-10-22
1
-3
/
+2
*
bcachefs: Fix silent enum conversion error
Kent Overstreet
2023-10-22
1
-7
/
+7
*
bcachefs: Don't open code closure_nr_remaining()
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: btree_journal_iter.c
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Assorted fixes for clang
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Fix a write buffer flush deadlock
Kent Overstreet
2023-10-22
1
-0
/
+11
*
bcachefs: Assorted sparse fixes
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Allow for unknown btree IDs
Kent Overstreet
2023-10-22
1
-9
/
+9
*
bcachefs: Kill BTREE_INSERT_USE_RESERVE
Kent Overstreet
2023-10-22
1
-29
/
+27
*
bcachefs: Fix a null ptr deref in bch2_fs_alloc() error path
Kent Overstreet
2023-10-22
1
-1
/
+4
*
bcachefs: Kill JOURNAL_WATERMARK
Kent Overstreet
2023-10-22
1
-3
/
+3
*
bcachefs: Rename enum alloc_reserve -> bch_watermark
Kent Overstreet
2023-10-22
1
-3
/
+3
*
bcachefs: Fix bch2_btree_update_start()
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Delete weird hacky transaction restart injection
Kent Overstreet
2023-10-22
1
-3
/
+0
*
bcachefs: More drop_locks_do() conversions
Kent Overstreet
2023-10-22
1
-8
/
+4
*
bcachefs: drop_locks_do()
Kent Overstreet
2023-10-22
1
-6
/
+2
*
bcachefs: GFP_NOIO -> GFP_NOFS
Kent Overstreet
2023-10-22
1
-1
/
+1
*
six locks: Kill six_lock_state union
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Improve trans_restart_split_race tracepoint
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Fix bch2_extent_fallocate() in nocow mode
Kent Overstreet
2023-10-22
1
-0
/
+2
*
bcachefs: Private error codes: ENOMEM
Kent Overstreet
2023-10-22
1
-3
/
+6
*
bcachefs: Drop some anonymous structs, unions
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: BKEY_PADDED_ONSTACK()
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Plumb btree_trans through btree cache code
Kent Overstreet
2023-10-22
1
-4
/
+11
*
bcachefs: Add tracepoint & counter for btree split race
Kent Overstreet
2023-10-22
1
-1
/
+3
*
bcachefs: bch2_journal_entries_postprocess()
Kent Overstreet
2023-10-22
1
-10
/
+5
*
bcachefs: Handle btree node rewrites before going RW
Kent Overstreet
2023-10-22
1
-7
/
+58
*
bcachefs: Add some logging for btree node rewrites due to errors
Kent Overstreet
2023-10-22
1
-3
/
+20
*
bcachefs: Debug mode for c->writes references
Kent Overstreet
2023-10-22
1
-3
/
+3
*
bcachefs: Fix btree_node_write_blocked() not being cleared
Kent Overstreet
2023-10-22
1
-0
/
+3
*
bcachefs: Improve btree_reserve_get_fail tracepoint
Kent Overstreet
2023-10-22
1
-1
/
+2
*
bcachefs: Convert EAGAIN errors to private error codes
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: btree_iter->ip_allocated
Kent Overstreet
2023-10-22
1
-4
/
+6
*
bcachefs: New bpos_cmp(), bkey_cmp() replacements
Kent Overstreet
2023-10-22
1
-9
/
+8
*
bcachefs: Fix a race with b->write_type
Kent Overstreet
2023-10-22
1
-2
/
+10
*
bcachefs: Btree split improvement
Kent Overstreet
2023-10-22
1
-144
/
+106
*
bcachefs: Improved btree write statistics
Kent Overstreet
2023-10-22
1
-0
/
+1
*
bcachefs: Make error messages more uniform
Kent Overstreet
2023-10-22
1
-3
/
+3
*
bcachefs: Assorted checkpatch fixes
Kent Overstreet
2023-10-22
1
-1
/
+1
[next]