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
/
btree_cache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-08
bcachefs: btree_cache.freeable list fixes
Kent Overstreet
1
-39
/
+61
2024-11-08
bcachefs: Fix error handling in bch2_btree_node_prefetch()
Kent Overstreet
1
-2
/
+5
2024-09-21
bcachefs: Rework btree node pinning
Kent Overstreet
1
-52
/
+112
2024-09-21
bcachefs: split up btree cache counters for live, freeable
Kent Overstreet
1
-22
/
+36
2024-09-21
bcachefs: btree cache counters should be size_t
Kent Overstreet
1
-23
/
+23
2024-09-21
bcachefs: Don't count "skipped access bit" as touched in btree cache scan
Kent Overstreet
1
-0
/
+1
2024-09-21
bcachefs: Use mm_account_reclaimed_pages() when freeing btree nodes
Kent Overstreet
1
-0
/
+11
2024-09-21
bcachefs: Use __GFP_ACCOUNT for reclaimable memory
Kent Overstreet
1
-0
/
+2
2024-09-21
bcachefs: Add pinned to btree cache not freed counters
Kent Overstreet
1
-12
/
+16
2024-09-09
bcachefs: Drop memalloc_nofs_save() in bch2_btree_node_mem_alloc()
Kent Overstreet
1
-5
/
+0
2024-08-22
bcachefs: fix failure to relock in btree_node_fill()
Kent Overstreet
1
-0
/
+4
2024-08-22
bcachefs: fix failure to relock in bch2_btree_node_mem_alloc()
Kent Overstreet
1
-0
/
+17
2024-08-22
bcachefs: Fix failure to relock in btree_node_get()
Kent Overstreet
1
-0
/
+4
2024-07-15
bcachefs: bch2_btree_id_to_text()
Kent Overstreet
1
-0
/
+8
2024-07-15
bcachefs: Use try_cmpxchg() family of functions instead of cmpxchg()
Uros Bizjak
1
-4
/
+4
2024-06-10
bcachefs: Enable automatic shrinking for rhashtables
Kent Overstreet
1
-4
/
+5
2024-05-09
bcachefs: add counters for failed shrinker reclaim
Daniel Hill
1
-20
/
+68
2024-05-09
bcachefs: for_each_bset() declares loop iter
Kent Overstreet
1
-3
/
+0
2024-05-09
bcachefs: Improve sysfs internal/btree_cache
Kent Overstreet
1
-5
/
+28
2024-05-09
bcachefs: Run bch2_check_fix_ptrs() via triggers
Kent Overstreet
1
-0
/
+29
2024-04-15
bcachefs: Fix bch2_btree_node_fill() for !path
Kent Overstreet
1
-26
/
+18
2024-04-15
bcachefs: add safety checks in bch2_btree_node_fill()
Kent Overstreet
1
-1
/
+24
2024-04-14
bcachefs: fix race in bch2_btree_node_evict()
Kent Overstreet
1
-1
/
+3
2024-04-01
bcachefs: Improved topology repair checks
Kent Overstreet
1
-1
/
+2
2024-04-01
bcachefs: Add an assertion for trying to evict btree root
Kent Overstreet
1
-0
/
+2
2024-03-14
bcachefs: Pin btree cache in ram for random access in fsck
Kent Overstreet
1
-0
/
+13
2024-03-14
bcachefs: Kill more -EIO error codes
Kent Overstreet
1
-3
/
+3
2024-03-14
bcachefs: kill kvpmalloc()
Kent Overstreet
1
-4
/
+4
2024-03-10
bcachefs: btree node prefetching in check_topology
Kent Overstreet
1
-3
/
+7
2024-01-21
bcachefs: Prep work for variable size btree node buffers
Kent Overstreet
1
-6
/
+6
2024-01-06
bcachefs: don't clear accessed bit in btree node fill
Kent Overstreet
1
-6
/
+0
2024-01-01
bcachefs: Include btree_trans in more tracepoints
Kent Overstreet
1
-10
/
+12
2023-12-03
bcachefs: Don't drop journal pins in exit path
Kent Overstreet
1
-5
/
+3
2023-11-07
Merge tag 'bcachefs-2023-11-5' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
1
-5
/
+18
2023-11-03
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-10
/
+12
2023-10-31
bcachefs: Fix shrinker names
Kent Overstreet
1
-1
/
+1
2023-10-31
bcachefs: bch2_btree_id_str()
Kent Overstreet
1
-4
/
+17
2023-10-23
bcachefs: Minor bch2_btree_node_get() smatch fixes
Kent Overstreet
1
-22
/
+2
2023-10-23
bcachefs: Fix W=12 build errors
Kent Overstreet
1
-3
/
+12
2023-10-23
bcachefs: bkey_format helper improvements
Kent Overstreet
1
-9
/
+6
2023-10-23
bcachefs: Enumerate recovery passes
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Delete redundant log messages
Kent Overstreet
1
-10
/
+9
2023-10-23
bcachefs: Allow for unknown btree IDs
Kent Overstreet
1
-8
/
+13
2023-10-23
bcachefs: unregister_shrinker() now safe on not-registered shrinker
Kent Overstreet
1
-2
/
+1
2023-10-23
bcachefs: bch2_trans_unlock_noassert()
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Ensure bch2_btree_node_get() calls relock() after unlock()
Kent Overstreet
1
-12
/
+19
2023-10-23
six locks: Kill six_lock_state union
Kent Overstreet
1
-3
/
+3
2023-10-23
six locks: Kill six_lock_pcpu_(alloc|free)
Kent Overstreet
1
-4
/
+4
2023-10-23
bcachefs: Clear btree_node_just_written() when node reused or evicted
Kent Overstreet
1
-0
/
+3
2023-10-23
bcachefs: Private error codes: ENOMEM
Kent Overstreet
1
-9
/
+9
[next]