index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
bcachefs: add REQ_SYNC and REQ_IDLE in write dio
zhuxiaohui
2024-04-01
1
-2
/
+2
*
bcachefs: Improved topology repair checks
Kent Overstreet
2024-04-01
8
-165
/
+137
*
bcachefs: Be careful about btree node splits during journal replay
Kent Overstreet
2024-04-01
3
-3
/
+26
*
bcachefs: btree_and_journal_iter now respects trans->journal_replay_not_finished
Kent Overstreet
2024-04-01
1
-5
/
+8
*
bcachefs: fix trans->mem realloc in __bch2_trans_kmalloc
Hongbo Li
2024-04-01
1
-3
/
+30
*
bcachefs: Don't do extent merging before journal replay is finished
Kent Overstreet
2024-04-01
1
-0
/
+6
*
bcachefs: Add checks for invalid snapshot IDs
Kent Overstreet
2024-04-01
5
-39
/
+40
*
bcachefs: Move snapshot table size to struct snapshot_table
Kent Overstreet
2024-04-01
4
-13
/
+21
*
bcachefs: Add an assertion for trying to evict btree root
Kent Overstreet
2024-04-01
1
-0
/
+2
*
bcachefs: fix mount error path
Kent Overstreet
2024-04-01
1
-0
/
+1
*
bcachefs: fix misplaced newline in __bch2_inode_unpacked_to_text()
Thomas Bertschinger
2024-04-01
1
-1
/
+1
*
bcachefs: Fix journal pins in btree write buffer
Kent Overstreet
2024-04-01
1
-0
/
+14
*
bcachefs: Fix assert in bch2_backpointer_invalid()
Kent Overstreet
2024-04-01
1
-0
/
+5
*
Merge tag 'bcachefs-2024-03-19' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
2024-03-20
26
-111
/
+157
|
\
|
*
bcachefs: Fix lost wakeup on journal shutdown
Kent Overstreet
2024-03-19
1
-6
/
+6
|
*
bcachefs; Fix deadlock in bch2_btree_update_start()
Kent Overstreet
2024-03-19
1
-4
/
+9
|
*
bcachefs: ratelimit errors from async_btree_node_rewrite
Kent Overstreet
2024-03-18
1
-1
/
+1
|
*
bcachefs: Run check_topology() first
Kent Overstreet
2024-03-18
1
-1
/
+1
|
*
bcachefs: Improve bch2_fatal_error()
Kent Overstreet
2024-03-18
15
-35
/
+35
|
*
bcachefs: Fix lost transaction restart error
Kent Overstreet
2024-03-18
1
-4
/
+6
|
*
bcachefs: Don't corrupt journal keys gap buffer when dropping alloc info
Kent Overstreet
2024-03-18
3
-2
/
+9
|
*
bcachefs: fix for building in userspace
Kent Overstreet
2024-03-18
1
-16
/
+16
|
*
bcachefs: bch2_snapshot_is_ancestor() now safe to call in early recovery
Kent Overstreet
2024-03-18
1
-14
/
+18
|
*
bcachefs: Fix nested transaction restart handling in bch2_bucket_gens_init()
Kent Overstreet
2024-03-18
1
-6
/
+7
|
*
bcachefs: Improve sysfs internal/btree_updates
Kent Overstreet
2024-03-18
2
-6
/
+8
|
*
bcachefs: Split out btree_node_rewrite_worker
Kent Overstreet
2024-03-18
2
-2
/
+11
|
*
bcachefs: Fix locking in bch2_alloc_write_key()
Kent Overstreet
2024-03-18
1
-1
/
+1
|
*
bcachefs: Avoid extent entry type assertions in .invalid()
Kent Overstreet
2024-03-18
1
-3
/
+3
|
*
bcachefs: Fix spurious -BCH_ERR_transaction_restart_nested
Kent Overstreet
2024-03-18
1
-8
/
+21
|
*
bcachefs: Fix check_key_has_snapshot() call
Kent Overstreet
2024-03-18
1
-1
/
+3
|
*
bcachefs: Change "accounting overran journal reservation" to a warning
Kent Overstreet
2024-03-18
1
-1
/
+2
*
|
Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
2024-03-15
84
-2191
/
+3638
|
\
|
|
*
bcachefs: time_stats: shrink time_stat_buffer for better alignment
Darrick J. Wong
2024-03-14
1
-1
/
+1
|
*
bcachefs: time_stats: split stats-with-quantiles into a separate structure
Darrick J. Wong
2024-03-14
7
-15
/
+41
|
*
bcachefs: mean_and_variance: put struct mean_and_variance_weighted on a diet
Darrick J. Wong
2024-03-14
6
-67
/
+84
|
*
bcachefs: time_stats: add larger units
Darrick J. Wong
2024-03-14
1
-0
/
+3
|
*
bcachefs: pull out time_stats.[ch]
Kent Overstreet
2024-03-14
11
-279
/
+326
|
*
bcachefs: reconstruct_alloc cleanup
Kent Overstreet
2024-03-14
7
-95
/
+113
|
*
bcachefs: fix bch_folio_sector padding
Kent Overstreet
2024-03-14
1
-6
/
+3
|
*
bcachefs: Fix btree key cache coherency during replay
Kent Overstreet
2024-03-14
2
-4
/
+6
|
*
bcachefs: Always flush write buffer in delete_dead_inodes()
Kent Overstreet
2024-03-14
1
-5
/
+10
|
*
bcachefs: Fix order of gc_done passes
Kent Overstreet
2024-03-14
1
-4
/
+4
|
*
bcachefs: fix deletion of indirect extents in btree_gc
Kent Overstreet
2024-03-14
1
-2
/
+2
|
*
bcachefs: Prefer struct_size over open coded arithmetic
Erick Archer
2024-03-14
2
-3
/
+2
|
*
bcachefs: Kill unused flags argument to btree_split()
Kent Overstreet
2024-03-14
1
-11
/
+8
|
*
bcachefs: Check for writing superblocks with nonsense member seq fields
Kent Overstreet
2024-03-14
1
-0
/
+8
|
*
bcachefs: fix bch2_journal_buf_to_text()
Kent Overstreet
2024-03-14
1
-5
/
+1
|
*
bcachefs: copy_(to|from)_user_errcode()
Kent Overstreet
2024-03-14
2
-6
/
+16
|
*
bcachefs: Split out bkey_types.h
Kent Overstreet
2024-03-14
2
-201
/
+214
|
*
bcachefs: fix lost journal buf wakeup due to improved pipelining
Brian Foster
2024-03-14
1
-1
/
+1
[prev]
[next]