index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Lines
2023-10-22
bcachefs: Ensure buckets have io_time[READ] set
Kent Overstreet
-9
/
+23
2023-10-22
bcachefs: Use bch2_trans_inconsistent_on() in more places
Kent Overstreet
-9
/
+8
2023-10-22
bcachefs: Improve bch2_open_buckets_to_text()
Kent Overstreet
-3
/
+3
2023-10-22
bcachefs: Fix CPU usage in journal read path
Kent Overstreet
-43
/
+30
2023-10-22
bcachefs: Fix a null ptr deref
Kent Overstreet
-1
/
+2
2023-10-22
bcachefs: Don't trigger extra assertions in journal replay
Kent Overstreet
-4
/
+5
2023-10-22
bcachefs: Minor device removal fixes
Kent Overstreet
-15
/
+33
2023-10-22
bcachefs: Fix a few warnings on 32 bit
Kent Overstreet
-8
/
+7
2023-10-22
bcachefs: bch2_btree_delete_extent_at()
Kent Overstreet
-18
/
+13
2023-10-22
bcachefs: Don't skip triggers in fcollapse()
Kent Overstreet
-7
/
+1
2023-10-22
bcachefs: Initialize ec work structs early
Kent Overstreet
-1
/
+6
2023-10-22
bcachefs: Use a genradix for reading journal entries
Kent Overstreet
-102
/
+151
2023-10-22
bcachefs: Refactor journal_keys_sort() to return an error code
Kent Overstreet
-29
/
+26
2023-10-22
bcachefs: Fold bucket_state in to BCH_DATA_TYPES()
Kent Overstreet
-202
/
+298
2023-10-22
bcachefs: Add a sysfs attr for triggering discards
Kent Overstreet
-0
/
+5
2023-10-22
bcachefs: Topology repair fixes
Kent Overstreet
-5
/
+7
2023-10-22
bcachefs: Use bch2_trans_inconsistent() more
Kent Overstreet
-1
/
+1
2023-10-22
bcachefs: Move alloc assertion to .key_invalid()
Kent Overstreet
-1
/
+8
2023-10-22
bcachefs: Improve btree_bad_header()
Kent Overstreet
-21
/
+19
2023-10-22
bcachefs: Check for read_time == 0 in bch2_alloc_v4_invalid()
Kent Overstreet
-0
/
+11
2023-10-22
bcachefs: fsck: Work around transaction restarts
Kent Overstreet
-2
/
+16
2023-10-22
bcachefs: Add rw to .key_invalid()
Kent Overstreet
-76
/
+99
2023-10-22
bcachefs: More improvements for alloc info checks
Kent Overstreet
-99
/
+81
2023-10-22
bcachefs: Silence spurious copygc err when shutting down
Kent Overstreet
-2
/
+2
2023-10-22
bcachefs: Convert .key_invalid methods to printbufs
Kent Overstreet
-404
/
+629
2023-10-22
bcachefs: Gap buffer for journal keys
Kent Overstreet
-45
/
+133
2023-10-22
bcachefs: Don't normalize to pages in btree cache shrinker
Kent Overstreet
-27
/
+14
2023-10-22
bcachefs: Add a tracepoint for superblock writes
Kent Overstreet
-0
/
+23
2023-10-22
bcachefs: gc mark fn fixes, cleanups
Kent Overstreet
-47
/
+44
2023-10-22
bcachefs: Don't write partially-initialized superblocks
Kent Overstreet
-0
/
+7
2023-10-22
bcachefs: Improve read_from_stale_dirty_pointer() message
Kent Overstreet
-10
/
+16
2023-10-22
bcachefs: Use crc_is_compressed()
Kent Overstreet
-3
/
+2
2023-10-22
bcachefs: Fix pr_buf() calls
Kent Overstreet
-2
/
+2
2023-10-22
bcachefs: Kill struct bucket_mark
Kent Overstreet
-159
/
+117
2023-10-22
bcachefs: Kill main in-memory bucket array
Kent Overstreet
-108
/
+77
2023-10-22
bcachefs: bch2_dev_usage_update() no longer depends on bucket_mark
Kent Overstreet
-21
/
+37
2023-10-22
bcachefs: Fsck for need_discard & freespace btrees
Kent Overstreet
-1
/
+442
2023-10-22
bcachefs: New bucket invalidate path
Kent Overstreet
-0
/
+98
2023-10-22
bcachefs: New discard implementation
Kent Overstreet
-1
/
+187
2023-10-22
bcachefs: Kill allocator threads & freelists
Kent Overstreet
-999
/
+615
2023-10-22
bcachefs: Freespace, need_discard btrees
Kent Overstreet
-54
/
+377
2023-10-22
bcachefs: KEY_TYPE_alloc_v4
Kent Overstreet
-301
/
+379
2023-10-22
bcachefs: LRU btree
Kent Overstreet
-2
/
+153
2023-10-22
bcachefs: KEY_TYPE_set
Kent Overstreet
-1
/
+24
2023-10-22
bcachefs: bch_sb_field_journal_v2
Kent Overstreet
-166
/
+395
2023-10-22
bcachefs: Run btree updates after write out of write_point
Kent Overstreet
-137
/
+246
2023-10-22
bcachefs: bch2_btree_update_start() refactoring
Kent Overstreet
-49
/
+54
2023-10-22
bcachefs: Introduce a separate journal watermark for copygc
Kent Overstreet
-83
/
+108
2023-10-22
bcachefs: Copygc allocations shouldn't be nowait
Kent Overstreet
-1
/
+0
2023-10-22
bcachefs: Fix bch2_journal_pin_set()
Kent Overstreet
-7
/
+11
[next]