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.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
2023-12-20
bcachefs: Fix bch2_alloc_sectors_start_trans() error handling
Kent Overstreet
1
-3
/
+11
2023-12-20
bcachefs; guard against overflow in btree node split
Kent Overstreet
1
-0
/
+12
2023-12-20
bcachefs: btree_node_u64s_with_format() takes nr keys
Kent Overstreet
2
-17
/
+14
2023-12-18
bcachefs: print explicit recovery pass message only once
Kent Overstreet
1
-0
/
+3
2023-12-14
bcachefs: improve modprobe support by providing softdeps
Daniel Hill
1
-0
/
+6
2023-12-14
bcachefs: fix invalid memory access in bch2_fs_alloc() error path
Thomas Bertschinger
3
-2
/
+8
2023-12-13
bcachefs: Fix determining required file handle length
Jan Kara
1
-5
/
+14
2023-12-12
bcachefs: Fix nocow locks deadlock
Kent Overstreet
1
-1
/
+2
2023-12-11
bcachefs: Close journal entry if necessary when flushing all pins
Kent Overstreet
4
-4
/
+9
2023-12-10
bcachefs: Fix uninitialized var in bch2_journal_replay()
Kent Overstreet
1
-1
/
+1
2023-12-08
bcachefs: Fix deleted inode check for dirs
Kent Overstreet
3
-13
/
+22
2023-12-07
bcachefs: rebalance shouldn't attempt to compress unwritten extents
Daniel Hill
1
-1
/
+2
2023-12-06
bcachefs: don't attempt rw on unfreeze when shutdown
Brian Foster
1
-0
/
+3
2023-12-06
bcachefs: Fix creating snapshot with implict source
Kent Overstreet
1
-1
/
+1
2023-12-05
bcachefs: Don't run indirect extent trigger unless inserting/deleting
Kent Overstreet
1
-0
/
+8
2023-12-05
bcachefs: Convert compression_stats to for_each_btree_key2
Kent Overstreet
1
-4
/
+4
2023-12-05
bcachefs: Fix bch2_extent_drop_ptrs() call
Kent Overstreet
1
-2
/
+2
2023-12-05
bcachefs: Fix a journal deadlock in replay
Kent Overstreet
1
-0
/
+11
2023-12-04
bcachefs; Don't use btree write buffer until journal replay is finished
Kent Overstreet
1
-0
/
+16
2023-12-03
bcachefs: Don't drop journal pins in exit path
Kent Overstreet
4
-12
/
+5
2023-11-29
bcachefs: Extra kthread_should_stop() calls for copygc
Kent Overstreet
2
-4
/
+10
2023-11-29
bcachefs: Convert gc_alloc_start() to for_each_btree_key2()
Kent Overstreet
1
-4
/
+5
2023-11-29
bcachefs: Fix race between btree writes and metadata drop
Kent Overstreet
1
-0
/
+4
2023-11-29
bcachefs: move journal seq assertion
Kent Overstreet
2
-3
/
+3
2023-11-29
bcachefs: -EROFS doesn't count as move_extent_start_fail
Kent Overstreet
1
-0
/
+4
2023-11-29
bcachefs: trace_move_extent_start_fail() now includes errcode
Kent Overstreet
3
-17
/
+14
2023-11-29
bcachefs: Fix split_race livelock
Kent Overstreet
1
-1
/
+5
2023-11-29
bcachefs: Fix bucket data type for stripe buckets
Kent Overstreet
1
-2
/
+6
2023-11-29
bcachefs: Add missing validation for jset_entry_data_usage
Kent Overstreet
4
-31
/
+53
2023-11-29
bcachefs: Fix zstd compress workspace size
Kent Overstreet
2
-7
/
+11
2023-11-26
bcachefs: bpos is misaligned on big endian
Kent Overstreet
1
-1
/
+5
2023-11-26
bcachefs: Fix ec + durability calculation
Kent Overstreet
1
-18
/
+12
2023-11-26
bcachefs: Data update path won't accidentaly grow replicas
Kent Overstreet
5
-67
/
+96
2023-11-24
bcachefs: deallocate_extra_replicas()
Kent Overstreet
1
-0
/
+27
2023-11-24
bcachefs: Proper refcounting for journal_keys
Kent Overstreet
6
-11
/
+42
2023-11-24
bcachefs: preserve device path as device name
Brian Foster
3
-2
/
+7
2023-11-24
bcachefs: Fix an endianness conversion
Kent Overstreet
1
-1
/
+1
2023-11-24
bcachefs: Start gc, copygc, rebalance threads after initing writes ref
Kent Overstreet
1
-12
/
+16
2023-11-24
bcachefs: Don't stop copygc thread on device resize
Kent Overstreet
1
-2
/
+0
2023-11-24
bcachefs: Make sure bch2_move_ratelimit() also waits for move_ops
Kent Overstreet
2
-13
/
+23
2023-11-24
bcachefs: bch2_moving_ctxt_flush_all()
Kent Overstreet
1
-5
/
+11
2023-11-24
bcachefs: Put erasure coding behind an EXPERIMENTAL kconfig option
Kent Overstreet
2
-0
/
+15
2023-11-24
closures: CLOSURE_CALLBACK() to fix type punning
Kent Overstreet
7
-29
/
+26
2023-11-17
bcachefs: Fix missing locking for dentry->d_parent access
Kent Overstreet
1
-0
/
+9
2023-11-15
bcachefs: six locks: Fix lost wakeup
Kent Overstreet
1
-2
/
+5
2023-11-15
bcachefs: Fix no_data_io mode checksum check
Kent Overstreet
1
-1
/
+1
2023-11-15
bcachefs: Fix bch2_check_nlinks() for snapshots
Kent Overstreet
1
-1
/
+1
2023-11-15
bcachefs: Don't decrease BTREE_ITER_MAX when LOCKDEP=y
Kent Overstreet
1
-4
/
+0
2023-11-15
bcachefs: Disable debug log statements
Kent Overstreet
1
-0
/
+7
2023-11-15
bcachefs: Fix missing transaction commit
Kent Overstreet
1
-2
/
+4
[next]