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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-23
bcachefs: Use btree write buffer for LRU btree
Kent Overstreet
2
-30
/
+38
2023-10-23
bcachefs: Fix integer overflow warnings on 32 bit
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Fix insert_snapshot_whiteouts()
Kent Overstreet
2
-22
/
+51
2023-10-23
bcachefs: bch2_mark_snapshot() now called like other triggers
Kent Overstreet
2
-5
/
+4
2023-10-23
bcachefs: Snapshot whiteout fix
Kent Overstreet
1
-38
/
+37
2023-10-23
bcachefs: Reimplement repair for overlapping extents
Daniel Hill
1
-23
/
+121
2023-10-23
bcachefs: Don't print out duplicate fsck errors
Kent Overstreet
2
-11
/
+22
2023-10-23
bcachefs: bch2_btree_insert_nonextent()
Kent Overstreet
3
-38
/
+29
2023-10-23
bcachefs: Fix a 64 bit divide
Kent Overstreet
1
-1
/
+1
2023-10-23
six locks: Simplify six_lock_counts()
Kent Overstreet
1
-10
/
+3
2023-10-23
bcachefs: Fix verify_update_old_key()
Kent Overstreet
1
-2
/
+3
2023-10-23
bcachefs: New backtrace utility code
Kent Overstreet
4
-12
/
+44
2023-10-23
bcachefs: Fix verify_bucket_evacuated()
Kent Overstreet
1
-6
/
+5
2023-10-23
bcachefs: Handle sb buffer resizing in __copy_super()
Kent Overstreet
1
-33
/
+22
2023-10-23
bcachefs: Fix failure to read btree roots
Kent Overstreet
1
-2
/
+8
2023-10-23
bcachefs: Don't run triggers when repairing in __bch2_mark_reflink_p()
Daniel Hill
1
-1
/
+1
2023-10-23
bcachefs: let __bch2_btree_insert() pass in flags
Daniel Hill
7
-19
/
+23
2023-10-23
bcachefs: Improve locking in __bch2_set_nr_journal_buckets()
Kent Overstreet
1
-24
/
+22
2023-10-23
bcachefs: More info on check_bucket_ref() error
Kent Overstreet
1
-6
/
+10
2023-10-23
bcachefs: Add missing include
Kent Overstreet
1
-0
/
+1
2023-10-23
bcachefs: Handle btree node rewrites before going RW
Kent Overstreet
4
-7
/
+66
2023-10-23
bcachefs: Nocow locking fixup
Kent Overstreet
1
-3
/
+10
2023-10-23
bcachefs: Add some logging for btree node rewrites due to errors
Kent Overstreet
2
-4
/
+29
2023-10-23
bcachefs: Ensure btree node cache is not more than half dirty
Kent Overstreet
1
-0
/
+3
2023-10-23
bcachefs: Add max nr of IOs in flight to the move path
Kent Overstreet
3
-7
/
+24
2023-10-23
bcachefs: Add an assert to bch2_bucket_nocow_unlock()
Kent Overstreet
1
-0
/
+4
2023-10-23
bcachefs: don't block reads if we're promoting
Daniel Hill
3
-9
/
+25
2023-10-23
bcachefs: Fix promote path leak
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Improve invalidate_one_bucket() error messages
Kent Overstreet
3
-16
/
+46
2023-10-23
bcachefs: Fix move_ctxt_wait_event()
Kent Overstreet
1
-8
/
+12
2023-10-23
bcachefs: Fix deadlock on nocow locks in data move path
Kent Overstreet
5
-32
/
+55
2023-10-23
bcachefs: BKEY_INVALID_FROM_JOURNAL
Kent Overstreet
3
-7
/
+8
2023-10-23
bcachefs: Change bkey_invalid() rw param to flags
Kent Overstreet
24
-67
/
+68
2023-10-23
bcachefs: Rework lru btree
Kent Overstreet
6
-138
/
+93
2023-10-23
bcachefs: Improved nocow locking
Kent Overstreet
10
-62
/
+179
2023-10-23
bcachefs: handle failed data_update_init cleanup
Daniel Hill
1
-1
/
+9
2023-10-23
bcachefs: expose nocow_lock table in sysfs
Daniel Hill
1
-0
/
+19
2023-10-23
bcachefs: bucket_gens btree
Kent Overstreet
6
-19
/
+435
2023-10-23
bcachefs: Inline bch2_two_state_(trylock|unlock)
Kent Overstreet
3
-31
/
+37
2023-10-23
bcachefs: Nocow support
Kent Overstreet
22
-52
/
+709
2023-10-23
bcachefs: Data update support for unwritten extents
Kent Overstreet
4
-13
/
+118
2023-10-23
bcachefs: Unwritten extents support
Kent Overstreet
8
-16
/
+69
2023-10-23
bcachefs: bch2_extent_update_i_size_sectors()
Kent Overstreet
1
-54
/
+60
2023-10-23
bcachefs: bch2_extent_fallocate()
Kent Overstreet
3
-26
/
+38
2023-10-23
bcachefs: Skip inode unpack/pack in bch2_extent_update()
Kent Overstreet
1
-43
/
+45
2023-10-23
bcachefs: Drop old maybe_extending optimization
Kent Overstreet
3
-35
/
+4
2023-10-23
bcachefs: KEY_TYPE_inode_v3, metadata_version_inode_v3
Kent Overstreet
7
-37
/
+219
2023-10-23
bcachefs: Start snapshots before bch2_gc()
Kent Overstreet
1
-28
/
+14
2023-10-23
bcachefs: Improve bch2_check_alloc_info()
Kent Overstreet
1
-53
/
+207
2023-10-23
bcachefs: Improve bch2_dev_freespace_init()
Kent Overstreet
1
-18
/
+93
[next]