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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.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
2025-03-07
bcachefs: copygc now skips non-rw devices
Kent Overstreet
1
-13
/
+12
2025-03-07
bcachefs: Fix bch2_dev_journal_alloc() spuriously failing
Kent Overstreet
1
-27
/
+32
2025-03-01
bcachefs: Don't set BCH_FEATURE_incompat_version_field unless requested
Kent Overstreet
2
-15
/
+20
2025-02-27
bcachefs: Fix truncate sometimes failing and returning 1
Kent Overstreet
1
-0
/
+1
2025-02-27
bcachefs: Fix deadlock
Alan Huang
6
-13
/
+17
2025-02-27
bcachefs: Check for -BCH_ERR_open_buckets_empty in journal resize
Kent Overstreet
1
-1
/
+3
2025-02-27
bcachefs: Revert directory i_size
Kent Overstreet
4
-41
/
+1
2025-02-24
bcachefs: fix bch2_extent_ptr_eq()
Kent Overstreet
1
-1
/
+1
2025-02-21
bcachefs: Fix memmove when move keys down
Alan Huang
1
-1
/
+1
2025-02-21
bcachefs: print op->nonce on data update inconsistency
Kent Overstreet
1
-0
/
+1
2025-02-20
bcachefs: Fix srcu lock warning in btree_update_nodes_written()
Kent Overstreet
1
-0
/
+2
2025-02-20
bcachefs: Fix bch2_indirect_extent_missing_error()
Kent Overstreet
1
-10
/
+8
2025-02-19
bcachefs: Fix fsck directory i_size checking
Kent Overstreet
2
-48
/
+32
2025-02-13
bcachefs: Reuse transaction
Alan Huang
1
-1
/
+11
2025-02-13
bcachefs: Pass _orig_restart_count to trans_was_restarted
Alan Huang
1
-1
/
+1
2025-02-13
bcachefs: CONFIG_BCACHEFS_INJECT_TRANSACTION_RESTARTS
Kent Overstreet
5
-1
/
+58
2025-02-11
bcachefs: Fix want_new_bset() so we write until the end of the btree node
Kent Overstreet
1
-2
/
+2
2025-02-11
bcachefs: Split out journal pins by btree level
Kent Overstreet
2
-20
/
+22
2025-02-11
bcachefs: Fix use after free
Alan Huang
1
-0
/
+2
2025-02-07
bcachefs: Fix marking reflink pointers to missing indirect extents
Kent Overstreet
2
-2
/
+4
2025-02-07
bcachefs: bch2_bkey_sectors_need_rebalance() now only depends on bch_extent_r...
Kent Overstreet
4
-20
/
+26
2025-02-07
bcachefs: Fix rcu imbalance in bch2_fs_btree_key_cache_exit()
Kent Overstreet
1
-1
/
+0
2025-02-07
bcachefs: Fix discard path journal flushing
Kent Overstreet
8
-35
/
+55
2025-02-07
bcachefs: fix deadlock in journal_entry_open()
Jeongjun Park
4
-2
/
+28
2025-02-07
bcachefs: fix incorrect pointer check in __bch2_subvolume_delete()
Jeongjun Park
1
-1
/
+6
2025-02-02
Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
3
-4
/
+1
2025-01-30
Merge tag 'bcachefs-2025-01-29' of git://evilpiepirate.org/bcachefs
Linus Torvalds
21
-159
/
+275
2025-01-28
add a string-to-qstr constructor
Al Viro
3
-5
/
+1
2025-01-27
bcachefs: Improve trace_move_extent_finish
Kent Overstreet
1
-16
/
+34
2025-01-27
bcachefs: Fix trace_copygc
Kent Overstreet
2
-18
/
+19
2025-01-27
bcachefs: Journal writes are now IOPRIO_CLASS_RT
Kent Overstreet
1
-0
/
+2
2025-01-26
bcachefs: Improve journal pin flushing
Kent Overstreet
6
-85
/
+136
2025-01-26
bcachefs: fix bch2_btree_node_flags
Kent Overstreet
1
-1
/
+4
2025-01-26
bcachefs: rebalance, copygc enabled are runtime opts
Kent Overstreet
1
-2
/
+2
2025-01-25
bcachefs: Improve decompression error messages
Kent Overstreet
4
-13
/
+28
2025-01-23
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
1
-0
/
+1
2025-01-22
bcachefs: bset_blacklisted_journal_seq is now AUTOFIX
Kent Overstreet
1
-1
/
+1
2025-01-22
bcachefs: "Journal stuck" timeout now takes into account device latency
Kent Overstreet
3
-8
/
+33
2025-01-21
bcachefs: Reduce stack frame size of __bch2_str_hash_check_key()
Kent Overstreet
1
-12
/
+12
2025-01-21
bcachefs: Fix btree_trans_peek_key_cache()
Kent Overstreet
2
-3
/
+4
2025-01-21
Merge tag 'for-6.14/block-20250118' of git://git.kernel.dk/linux
Linus Torvalds
1
-3
/
+3
2025-01-15
bcachefs: Fix check_inode_hash_info_matches_root()
Kent Overstreet
1
-2
/
+11
2025-01-14
bcachefs: Document issue with bch_stripe layout
Kent Overstreet
1
-0
/
+17
2025-01-14
bcachefs: Fix self healing on read error
Kent Overstreet
1
-4
/
+9
2025-01-14
bcachefs: Pop all the transactions from the abort one
Alan Huang
1
-0
/
+2
2025-01-14
bcachefs: Only abort the transactions in the cycle
Alan Huang
1
-7
/
+14
2025-01-14
bcachefs: Introduce lock_graph_pop_from
Alan Huang
1
-2
/
+7
2025-01-14
bcachefs: Convert open-coded lock_graph_pop_all to helper
Alan Huang
1
-4
/
+2
2025-01-14
bcachefs: Do not allow no fail lock request to fail
Alan Huang
1
-1
/
+1
2025-01-14
bcachefs: Merge the condition to avoid additional invocation
Alan Huang
1
-5
/
+5
[next]