index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
md
/
bcache
/
alloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2025-11-13
bcache: reduce gc latency by processing less nodes and sleep less time
Coly Li
1
-0
/
+4
2025-11-13
bcache: remove discard code from alloc.c
Coly Li
1
-17
/
+4
2025-06-19
Revert "bcache: remove heap-related macros and switch to generic min_heap"
Kuan-Wei Chiu
1
-47
/
+17
2025-06-19
Revert "bcache: update min_heap_callbacks to use default builtin swap"
Kuan-Wei Chiu
1
-2
/
+9
2024-11-05
bcache: update min_heap_callbacks to use default builtin swap
Kuan-Wei Chiu
1
-9
/
+2
2024-06-24
bcache: remove heap-related macros and switch to generic min_heap
Kuan-Wei Chiu
1
-17
/
+47
2024-05-28
bcache: code cleanup in __bch_bucket_alloc_set()
Coly Li
1
-6
/
+2
2024-05-28
bcache: allow allocator to invalidate bucket in gc
Dongsheng Yang
1
-8
/
+5
2022-04-17
block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
Christoph Hellwig
1
-1
/
+1
2021-04-11
bcache: remove PTR_CACHE
Christoph Hellwig
1
-3
/
+2
2020-10-02
bcache: remove embedded struct cache_sb from struct cache_set
Coly Li
1
-3
/
+3
2020-10-02
bcache: check and set sync status on cache's in-memory super block
Coly Li
1
-1
/
+1
2020-10-02
bcache: remove for_each_cache()
Coly Li
1
-9
/
+8
2020-10-02
bcache: explicitly make cache_set only have single cache
Coly Li
1
-1
/
+1
2020-10-02
bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()
Coly Li
1
-20
/
+15
2020-07-25
bcache: add bucket_size_hi into struct cache_sb_disk for large bucket
Coly Li
1
-1
/
+1
2020-03-02
Revert "bcache: ignore pending signals when creating gc and allocator thread"
Jens Axboe
1
-16
/
+2
2020-02-13
bcache: ignore pending signals when creating gc and allocator thread
Coly Li
1
-2
/
+16
2019-11-13
bcache: fix deadlock in bcache_allocator
Andrea Righi
1
-1
/
+4
2019-06-28
bcache: check CACHE_SET_IO_DISABLE in allocator code
Coly Li
1
-0
/
+9
2019-04-24
bcache: avoid clang -Wunintialized warning
Arnd Bergmann
1
-2
/
+3
2018-10-08
bcache: use MAX_CACHES_PER_SET instead of magic number 8 in __bch_bucket_allo...
Shenghui Wang
1
-1
/
+1
2018-08-11
bcache: style fix to add a blank line after declarations
Coly Li
1
-0
/
+3
2018-08-11
bcache: style fix to replace 'unsigned' by 'unsigned int'
Coly Li
1
-16
/
+20
2018-05-03
bcache: add wait_for_kthread_stop() in bch_allocator_thread()
Coly Li
1
-1
/
+4
2018-03-18
bcache: add CACHE_SET_IO_DISABLE to struct cache_set flags
Coly Li
1
-1
/
+2
2018-02-07
bcache: properly set task state in bch_writeback_thread()
Coly Li
1
-1
/
+3
2018-01-08
bcache: segregate flash only volume write streams
Tang Junhui
1
-5
/
+14
2017-11-24
bcache: Fix building error on MIPS
Huacai Chen
1
-1
/
+1
2017-11-14
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+13
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-30
bcache: update bucket_in_use in real time
Tang Junhui
1
-0
/
+10
2017-10-16
bcache: fix a comments typo in bch_alloc_sectors()
Coly Li
1
-1
/
+1
2017-10-16
bcache: check ca->alloc_thread initialized before wake up it
Coly Li
1
-1
/
+2
2017-09-06
bcache: increase the number of open buckets
Tang Junhui
1
-1
/
+3
2016-05-24
bcache: bch_allocator_thread() is not freezable
Jiri Kosina
1
-2
/
+0
2014-08-04
bcache allocator: send discards with correct size
Slava Pestov
1
-1
/
+1
2014-03-18
bcache: Kill unused freelist
Kent Overstreet
1
-82
/
+58
2014-03-18
bcache: Rework btree cache reserve handling
Kent Overstreet
1
-22
/
+1
2014-03-18
bcache: Add a real GC_MARK_RECLAIMABLE
Kent Overstreet
1
-2
/
+3
2014-03-18
bcache: Better alloc tracepoints
Kent Overstreet
1
-4
/
+11
2014-01-08
bcache: Improve bucket_prio() calculation
Kent Overstreet
1
-2
/
+15
2014-01-08
bcache: Rework allocator reserves
Kent Overstreet
1
-28
/
+44
2013-12-16
bcache: bugfix - moving_gc now moves only correct buckets
Nicholas Swenson
1
-0
/
+2
2013-11-10
bcache: Don't bother with bucket refcount for btree node allocations
Kent Overstreet
1
-2
/
+2
2013-11-10
bcache: Debug code improvements
Kent Overstreet
1
-3
/
+2
2013-11-10
bcache: Move sector allocator to alloc.c
Kent Overstreet
1
-0
/
+180
2013-11-10
bcache: Convert gc to a kthread
Kent Overstreet
1
-3
/
+3
[next]