VisionFive2 Linux kernel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
More than 9999 Commits
35 Branches
59 Tags
Index
Trunk
Branches
Tags
Trunk
Branches
Tags
Home page
Home page
starfive-tech/linux.git
/
branches
/
beaglev-5.13.y
/
fs
/
mbcache.c
Date
Commit Message
Rev
Author
2019-05-21
treewide: Add SPDX license identifier for more missed files
09c434b8
Thomas Gleixner
2018-06-12
treewide: kmalloc() -> kmalloc_array()
6da2ec56
Kees Cook
2018-01-09
mbcache: make sure c_entry_count is not decremented past zero
9ee93ba3
Jiang Biao
2018-01-07
mbcache: revert "fs/mbcache.c: make count_objects() more robust"
bbe45d24
Eric Biggers
2018-01-07
mbcache: initialize entry->e_referenced in mb_cache_entry_create()
3876bbe2
Alexander Potapenko
2017-11-29
fs/mbcache.c: make count_objects() more robust
d5dabd63
Jiang Biao
2017-06-22
ext4: xattr inode deduplication
dec214d0
Tahsin Erdogan
2017-06-22
mbcache: make mbcache naming more generic
c07dfcb4
Tahsin Erdogan
2016-12-03
mbcache: document that "find" functions only return reusable entries
b649668c
Eric Biggers
2016-12-03
mbcache: use consistent type for entry count
132d4e2d
Eric Biggers
2016-12-03
mbcache: remove unnecessary module_get/module_put
97c7b18a
Eric Biggers
2016-12-03
mbcache: don't BUG() if entry cache cannot be allocated
21d0f4fa
Eric Biggers
2016-12-03
mbcache: correctly handle 'e_referenced' bit
918b7306
Eric Biggers
2016-08-31
mbcache: fix to detect failure of register_shrinker
8913f343
Chao Yu
2016-02-22
mbcache: add reusable flag to cache entries
6048c64b
Andreas Gruenbacher
2016-02-22
mbcache: get rid of _e_hash_list_head
dc8d5e56
Andreas Gruenbacher
2016-02-22
mbcache2: rename to mbcache
7a2508e1
Jan Kara
2016-02-22
mbcache: remove mbcache
ecd1e644
Jan Kara
2014-06-25
fs/mbcache: replace __builtin_log2() with ilog2()
ec7756ae
T Makphaibulchoke
2014-03-18
ext4: each filesystem creates and uses its own mb_cache
9c191f70
T Makphaibulchoke
2014-03-18
fs/mbcache.c: doucple the locking of local from global data
1f3e55fe
T Makphaibulchoke
2014-03-18
fs/mbcache.c: change block and index hash chain to hlist_bl_node
3e037e52
T Makphaibulchoke
2013-09-10
fs: convert fs shrinkers to new scan/count API
1ab6c499
Dave Chinner
2013-09-10
super: fix calculation of shrinkable objects for small numbers
55f841ce
Glauber Costa
2011-05-25
vmscan: change shrinker API by passing shrink_control struct
1495f230
Ying Han
2011-03-31
Fix common misspellings
25985edc
Lucas De Marchi
2011-01-10
ext2: Resolve 'dereferencing pointer to incomplete type' when enabling EXT2_XATTR_DEBUG
d96336b0
Josh Hunt
2010-08-18
mbcache: Limit the maximum number of cache entries
3a48ee8a
Andreas Gruenbacher
2010-08-09
mbcache: fix shrinker function return value
e566d48c
Andreas Gruenbacher
2010-08-09
mbcache: Remove unused features
2aec7c52
Andreas Gruenbacher
2010-07-19
mm: add context argument to shrinker callback
7f8275d0
Dave Chinner
2008-04-15
vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrs
335e92e8
Jan Kara
2007-10-25
fs: Fix to correct the mbcache entries counter
f9e83489
Ram Gupta
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
20c2df83
Paul Mundt
2007-07-17
mm: clean up and kernelify shrinker registration
8e1f936b
Rusty Russell
2006-12-07
[PATCH] slab: remove kmem_cache_t
e18b890b
Christoph Lameter
2006-09-29
[PATCH] mbcache: add lock annotation for __mb_cache_entry_release_unlock()
58f555e5
Josh Triplett
2006-03-28
[PATCH] Typo fixes
7f927fcc
Alexey Dobriyan
2006-03-24
[PATCH] cpuset memory spread: slab cache filesystems
4b6a9316
Paul Jackson
2006-01-14
[PATCH] Unlinline a bunch of other functions
858119e1
Arjan van de Ven
2005-11-07
[PATCH] kfree cleanup: fs
f99d49ad
Jesper Juhl
2005-10-28
[PATCH] gfp_t: fs/*
27496a8c
Al Viro
2005-07-27
[PATCH] mbcache: Remove unused mb_cache_shrink parameter
8c52ab42
Andreas Gruenbacher
2005-05-05
[PATCH] make some things static
75c96f85
Adrian Bunk
2005-04-16
Linux-2.6.12-rc2
1da177e4
Linus Torvalds