index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcachefs: Rewrite journal_seq_blacklist machinery
Kent Overstreet
2023-10-22
15
-472
/
+460
*
bcachefs: don't lose errors from iterators that have been freed
Kent Overstreet
2023-10-22
2
-2
/
+5
*
bcachefs: free trans->mem on commit
Kent Overstreet
2023-10-22
1
-3
/
+6
*
bcachefs: add ability to run gc on metadata only
Kent Overstreet
2023-10-22
8
-61
/
+88
*
bcachefs: Convert gc errors to fsck errors
Kent Overstreet
2023-10-22
1
-7
/
+10
*
bcachefs: ratelimit copygc warning
Kent Overstreet
2023-10-22
2
-1
/
+4
*
bcachefs: minor fsck fix
Kent Overstreet
2023-10-22
1
-18
/
+12
*
bcachefs: Fsck locking improvements
Kent Overstreet
2023-10-22
5
-57
/
+83
*
bcachefs: Caller now responsible for calling mark_key for gc
Kent Overstreet
2023-10-22
7
-58
/
+54
*
bcachefs: Refactor bch2_fs_recovery()
Kent Overstreet
2023-10-22
1
-135
/
+179
*
bcachefs: fix bch2_trans_unlock()
Kent Overstreet
2023-10-22
1
-4
/
+4
*
bcachefs: add missing bch2_btree_iter_node_drop() call
Kent Overstreet
2023-10-22
2
-8
/
+5
*
bcachefs: allow journal reply on ro mount
Kent Overstreet
2023-10-22
1
-3
/
+0
*
bcachefs: make sure to use BTREE_INSERT_LAZY_RW in fsck
Kent Overstreet
2023-10-22
1
-6
/
+15
*
bcachefs: Track whether filesystem has errors in superblock
Kent Overstreet
2023-10-22
6
-33
/
+26
*
bcachefs: (invalidate|release)_folio fixes
Kent Overstreet
2023-10-22
1
-4
/
+1
*
bcachefs: Assorted preemption fixes
Kent Overstreet
2023-10-22
4
-12
/
+14
*
bcachefs: Write out alloc info more carefully
Kent Overstreet
2023-10-22
1
-6
/
+8
*
bcachefs: fix initial gc
Kent Overstreet
2023-10-22
1
-6
/
+0
*
bcachefs: Handle fsck errors at runtime better
Kent Overstreet
2023-10-22
1
-3
/
+13
*
bcachefs: simplify gc locking a bit
Kent Overstreet
2023-10-22
1
-16
/
+11
*
bcachefs: move some checks to expensive_debug_checks
Kent Overstreet
2023-10-22
4
-8
/
+21
*
bcachefs: Sort updates in bch2_trans_update()
Kent Overstreet
2023-10-22
2
-11
/
+23
*
bcachefs: Unlink not-touched iters on successful transaction commit
Kent Overstreet
2023-10-22
2
-1
/
+7
*
bcachefs: traverse all iterators on transaction restart
Kent Overstreet
2023-10-22
3
-19
/
+23
*
bcachefs: Add iter->idx
Kent Overstreet
2023-10-22
3
-44
/
+28
*
bcachefs: Kill btree_iter->next
Kent Overstreet
2023-10-22
3
-107
/
+10
*
bcachefs: Change btree_iter_traverse_error() to not use iter->next
Kent Overstreet
2023-10-22
1
-41
/
+24
*
bcachefs: trans_for_each_iter()
Kent Overstreet
2023-10-22
16
-248
/
+255
*
bcachefs: Better bch2_trans_copy_iter()
Kent Overstreet
2023-10-22
2
-46
/
+59
*
bcachefs: Btree iterators now always have a btree_trans
Kent Overstreet
2023-10-22
3
-34
/
+26
*
bcachefs: Only get btree iters from btree transactions
Kent Overstreet
2023-10-22
27
-358
/
+550
*
bcachefs: Btree iter improvements
Kent Overstreet
2023-10-22
4
-31
/
+76
*
bcachefs: Verify fs hasn't been modified before going rw
Kent Overstreet
2023-10-22
8
-24
/
+78
*
bcachefs: Go rw lazily
Kent Overstreet
2023-10-22
14
-115
/
+153
*
bcachefs: Fix a deadlock
Kent Overstreet
2023-10-22
1
-7
/
+7
*
bcachefs: Rework error handling in btree update path
Kent Overstreet
2023-10-22
1
-89
/
+98
*
bcachefs: Fix error handling in gc
Kent Overstreet
2023-10-22
1
-5
/
+4
*
bcachefs: More debug params for testing of recovery paths
Kent Overstreet
2023-10-22
3
-2
/
+12
*
bcachefs: Run gc if failed to read alloc btree
Kent Overstreet
2023-10-22
1
-2
/
+4
*
bcachefs: Fix error handling in bch2_fs_recovery()
Kent Overstreet
2023-10-22
1
-1
/
+3
*
bcachefs: Add time stats for btree updates
Kent Overstreet
2023-10-22
5
-9
/
+23
*
bcachefs: BTREE_INSERT_ATOMIC must be used for extents now
Kent Overstreet
2023-10-22
1
-2
/
+9
*
bcachefs: Add more time stats for being blocked on allocator
Kent Overstreet
2023-10-22
3
-3
/
+28
*
bcachefs: Fix a deadlock
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Allocate fs_usage in do_btree_insert_at()
Kent Overstreet
2023-10-22
9
-71
/
+166
*
bcachefs: Btree update path cleanup
Kent Overstreet
2023-10-22
3
-216
/
+246
*
bcachefs: kill struct btree_insert
Kent Overstreet
2023-10-22
7
-54
/
+47
*
bcachefs: convert bch2_btree_insert_at() usage to bch2_trans_commit()
Kent Overstreet
2023-10-22
16
-376
/
+424
*
bcachefs: drop btree_insert->did_work
Kent Overstreet
2023-10-22
2
-5
/
+6
[next]