index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-20
Merge tag 'bcachefs-2024-03-19' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
26
-111
/
+157
2024-03-19
bcachefs: Fix lost wakeup on journal shutdown
Kent Overstreet
1
-6
/
+6
2024-03-19
bcachefs; Fix deadlock in bch2_btree_update_start()
Kent Overstreet
1
-4
/
+9
2024-03-18
bcachefs: ratelimit errors from async_btree_node_rewrite
Kent Overstreet
1
-1
/
+1
2024-03-18
bcachefs: Run check_topology() first
Kent Overstreet
1
-1
/
+1
2024-03-18
bcachefs: Improve bch2_fatal_error()
Kent Overstreet
15
-35
/
+35
2024-03-18
bcachefs: Fix lost transaction restart error
Kent Overstreet
1
-4
/
+6
2024-03-18
bcachefs: Don't corrupt journal keys gap buffer when dropping alloc info
Kent Overstreet
3
-2
/
+9
2024-03-18
bcachefs: fix for building in userspace
Kent Overstreet
1
-16
/
+16
2024-03-18
bcachefs: bch2_snapshot_is_ancestor() now safe to call in early recovery
Kent Overstreet
1
-14
/
+18
2024-03-18
bcachefs: Fix nested transaction restart handling in bch2_bucket_gens_init()
Kent Overstreet
1
-6
/
+7
2024-03-18
bcachefs: Improve sysfs internal/btree_updates
Kent Overstreet
2
-6
/
+8
2024-03-18
bcachefs: Split out btree_node_rewrite_worker
Kent Overstreet
2
-2
/
+11
2024-03-18
bcachefs: Fix locking in bch2_alloc_write_key()
Kent Overstreet
1
-1
/
+1
2024-03-18
bcachefs: Avoid extent entry type assertions in .invalid()
Kent Overstreet
1
-3
/
+3
2024-03-18
bcachefs: Fix spurious -BCH_ERR_transaction_restart_nested
Kent Overstreet
1
-8
/
+21
2024-03-18
bcachefs: Fix check_key_has_snapshot() call
Kent Overstreet
1
-1
/
+3
2024-03-18
bcachefs: Change "accounting overran journal reservation" to a warning
Kent Overstreet
1
-1
/
+2
2024-03-15
Merge tag 'bcachefs-2024-03-13' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
84
-2191
/
+3638
2024-03-14
bcachefs: time_stats: shrink time_stat_buffer for better alignment
Darrick J. Wong
1
-1
/
+1
2024-03-14
bcachefs: time_stats: split stats-with-quantiles into a separate structure
Darrick J. Wong
7
-15
/
+41
2024-03-14
bcachefs: mean_and_variance: put struct mean_and_variance_weighted on a diet
Darrick J. Wong
6
-67
/
+84
2024-03-14
bcachefs: time_stats: add larger units
Darrick J. Wong
1
-0
/
+3
2024-03-14
bcachefs: pull out time_stats.[ch]
Kent Overstreet
11
-279
/
+326
2024-03-14
bcachefs: reconstruct_alloc cleanup
Kent Overstreet
7
-95
/
+113
2024-03-14
bcachefs: fix bch_folio_sector padding
Kent Overstreet
1
-6
/
+3
2024-03-14
bcachefs: Fix btree key cache coherency during replay
Kent Overstreet
2
-4
/
+6
2024-03-14
bcachefs: Always flush write buffer in delete_dead_inodes()
Kent Overstreet
1
-5
/
+10
2024-03-14
bcachefs: Fix order of gc_done passes
Kent Overstreet
1
-4
/
+4
2024-03-14
bcachefs: fix deletion of indirect extents in btree_gc
Kent Overstreet
1
-2
/
+2
2024-03-14
bcachefs: Prefer struct_size over open coded arithmetic
Erick Archer
2
-3
/
+2
2024-03-14
bcachefs: Kill unused flags argument to btree_split()
Kent Overstreet
1
-11
/
+8
2024-03-14
bcachefs: Check for writing superblocks with nonsense member seq fields
Kent Overstreet
1
-0
/
+8
2024-03-14
bcachefs: fix bch2_journal_buf_to_text()
Kent Overstreet
1
-5
/
+1
2024-03-14
bcachefs: copy_(to|from)_user_errcode()
Kent Overstreet
2
-6
/
+16
2024-03-14
bcachefs: Split out bkey_types.h
Kent Overstreet
2
-201
/
+214
2024-03-14
bcachefs: fix lost journal buf wakeup due to improved pipelining
Brian Foster
1
-1
/
+1
2024-03-14
bcachefs: intercept mountoption value for bool type
Hongbo Li
2
-1
/
+2
2024-03-14
bcachefs: avoid returning private error code in bch2_xattr_bcachefs_set
Hongbo Li
1
-2
/
+3
2024-03-14
bcachefs: Buffered write path now can avoid the inode lock
Kent Overstreet
2
-41
/
+111
2024-03-14
bcachefs: Fix bch2_journal_noflush_seq()
Kent Overstreet
2
-5
/
+6
2024-03-14
bcachefs: fix the error code when mounting with incorrect options.
Hongbo Li
3
-4
/
+9
2024-03-14
bcachefs: split out ignore_blacklisted, ignore_not_dirty
Kent Overstreet
5
-21
/
+33
2024-03-14
bcachefs: improve move_gap()
Kent Overstreet
3
-8
/
+9
2024-03-14
bcachefs: journal_keys now uses darray helpers
Kent Overstreet
2
-61
/
+25
2024-03-14
bcachefs: Rename journal_keys.d -> journal_keys.data
Kent Overstreet
3
-42
/
+42
2024-03-14
bcachefs: jset_entry for loops declare loop iter
Kent Overstreet
4
-9
/
+2
2024-03-14
bcachefs: Errcode tracepoint, documentation
Kent Overstreet
3
-6
/
+29
2024-03-14
bcachefs: remove redundant assignment to variable ret
Colin Ian King
1
-1
/
+0
2024-03-14
bcachefs: Silence gcc warnings about arm arch ABI drift
Calvin Owens
1
-0
/
+3
[next]