index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-01
bcachefs: use track_event_change() for allocator blocked stats
Kent Overstreet
1
-17
/
+8
2024-01-01
bcachefs: fix warning about uninitialized time_stats
Kent Overstreet
1
-3
/
+3
2024-01-01
bcachefs: add more verbose logging
Kent Overstreet
1
-4
/
+5
2024-01-01
bcachefs: better error message in btree_node_write_work()
Kent Overstreet
2
-1
/
+4
2024-01-01
bcachefs: simplify bch_devs_list
Kent Overstreet
5
-23
/
+18
2024-01-01
bcachefs: darray_for_each() now declares loop iter
Kent Overstreet
13
-43
/
+15
2024-01-01
bcachefs: trans_for_each_update() now declares loop iter
Kent Overstreet
4
-25
/
+7
2024-01-01
bcachefs: Improve the nopromote tracepoint
Kent Overstreet
2
-13
/
+19
2024-01-01
bcachefs: Use GFP_KERNEL for promote allocations
Kent Overstreet
1
-3
/
+3
2024-01-01
bcachefs: mean and variance: fix kernel-doc for function params
Randy Dunlap
1
-2
/
+8
2024-01-01
bcachefs: check for failure to downgrade
Kent Overstreet
2
-0
/
+13
2024-01-01
bcachefs: Fixes for rust bindgen
Kent Overstreet
2
-1
/
+8
2024-01-01
bcachefs: Delete dio read alignment check
Kent Overstreet
1
-3
/
+0
2024-01-01
MAINTAINERS: Update my email address
Kent Overstreet
1
-1
/
+1
2024-01-01
bcachefs: clean up some dead fallocate code
Brian Foster
1
-23
/
+12
2024-01-01
bcachefs: Make sure allocation failure errors are logged
Kent Overstreet
5
-2
/
+22
2024-01-01
bcachefs: drop extra semicolon
Kent Overstreet
1
-1
/
+1
2024-01-01
bcachefs: Replace zero-length array with flex-array member and use __counted_by
Gustavo A. R. Silva
1
-1
/
+1
2024-01-01
bcachefs: Use array_size() in call to copy_from_user()
Gustavo A. R. Silva
1
-1
/
+2
2024-01-01
bcachefs: qstr_eq()
Kent Overstreet
3
-4
/
+9
2024-01-01
bcachefs: bch_err_(fn|msg) check if should print
Kent Overstreet
23
-212
/
+133
2024-01-01
bcachefs: fix userspace build errors
Kent Overstreet
3
-3
/
+4
2024-01-01
bcachefs: Drop journal entry compaction
Kent Overstreet
1
-24
/
+2
2024-01-01
bcachefs: kill btree_trans->wb_updates
Kent Overstreet
7
-103
/
+28
2024-01-01
bcachefs: check_root() can now be run online
Kent Overstreet
2
-9
/
+3
2024-01-01
bcachefs: Inline btree write buffer sort
Kent Overstreet
2
-13
/
+84
2024-01-01
bcachefs: btree write buffer now slurps keys from journal
Kent Overstreet
16
-230
/
+518
2024-01-01
bcachefs: journal->buf_lock
Kent Overstreet
3
-0
/
+9
2024-01-01
bcachefs: Unwritten journal buffers are always dirty
Kent Overstreet
1
-0
/
+1
2024-01-01
bcachefs: bch2_trans_node_add no longer uses trans_for_each_path()
Kent Overstreet
3
-12
/
+20
2024-01-01
bcachefs: Improve trans->extra_journal_entries
Kent Overstreet
7
-63
/
+98
2024-01-01
bcachefs; kill bch2_btree_key_cache_flush()
Kent Overstreet
2
-18
/
+0
2024-01-01
bcachefs: kill btree_path->(alloc_seq|downgrade_seq)
Kent Overstreet
4
-12
/
+2
2024-01-01
bcachefs: Fix snapshot.c assertion for online fsck
Kent Overstreet
3
-1
/
+7
2024-01-01
bcachefs: six lock: fix typos
Randy Dunlap
1
-3
/
+3
2024-01-01
bcachefs: reserve path idx 0 for sentinal
Kent Overstreet
2
-4
/
+6
2024-01-01
bcachefs: Rename for_each_btree_key2() -> for_each_btree_key()
Kent Overstreet
11
-53
/
+54
2024-01-01
bcachefs: Kill for_each_btree_key()
Kent Overstreet
9
-177
/
+152
2024-01-01
bcachefs: continue now works in for_each_btree_key2()
Kent Overstreet
1
-68
/
+34
2024-01-01
bcachefs: Fix bch2_read_btree()
Kent Overstreet
1
-2
/
+4
2024-01-01
bcachefs: Fix open coded set_btree_iter_dontneed()
Kent Overstreet
1
-3
/
+3
2024-01-01
bcachefs: BCH_IOCTL_FSCK_ONLINE
Kent Overstreet
4
-2
/
+107
2024-01-01
bcachefs: BCH_IOCTL_FSCK_OFFLINE
Kent Overstreet
2
-3
/
+229
2024-01-01
bcachefs: bch2_run_online_recovery_passes()
Kent Overstreet
3
-19
/
+46
2024-01-01
bcachefs: Mark recovery passses that are safe to run online
Kent Overstreet
1
-10
/
+11
2024-01-01
bcachefs: Add ability to redirect log output
Kent Overstreet
4
-17
/
+77
2024-01-01
bcachefs: thread_with_file
Kent Overstreet
1
-44
/
+70
2024-01-01
bcachefs: c->ro_ref
Kent Overstreet
2
-0
/
+27
2024-01-01
bcachefs: Improve error message when finding wrong btree node
Kent Overstreet
1
-2
/
+10
2024-01-01
bcachefs: return from fsync on writeback error to avoid early shutdown
Brian Foster
1
-5
/
+9
[next]