index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
mbcache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
1
-0
/
+1
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-2
/
+3
2018-01-09
mbcache: make sure c_entry_count is not decremented past zero
Jiang Biao
1
-1
/
+3
2018-01-07
mbcache: revert "fs/mbcache.c: make count_objects() more robust"
Eric Biggers
1
-3
/
+0
2018-01-07
mbcache: initialize entry->e_referenced in mb_cache_entry_create()
Alexander Potapenko
1
-0
/
+1
2017-11-29
fs/mbcache.c: make count_objects() more robust
Jiang Biao
1
-0
/
+3
2017-06-22
ext4: xattr inode deduplication
Tahsin Erdogan
1
-4
/
+5
2017-06-22
mbcache: make mbcache naming more generic
Tahsin Erdogan
1
-22
/
+21
2016-12-03
mbcache: document that "find" functions only return reusable entries
Eric Biggers
1
-8
/
+8
2016-12-03
mbcache: use consistent type for entry count
Eric Biggers
1
-8
/
+7
2016-12-03
mbcache: remove unnecessary module_get/module_put
Eric Biggers
1
-5
/
+0
2016-12-03
mbcache: don't BUG() if entry cache cannot be allocated
Eric Biggers
1
-1
/
+2
2016-12-03
mbcache: correctly handle 'e_referenced' bit
Eric Biggers
1
-1
/
+1
2016-08-31
mbcache: fix to detect failure of register_shrinker
Chao Yu
1
-1
/
+5
2016-02-22
mbcache: add reusable flag to cache entries
Andreas Gruenbacher
1
-4
/
+34
2016-02-22
mbcache: get rid of _e_hash_list_head
Andreas Gruenbacher
1
-31
/
+10
2016-02-22
mbcache2: rename to mbcache
Jan Kara
1
-0
/
+424
2016-02-22
mbcache: remove mbcache
Jan Kara
1
-858
/
+0
2014-06-25
fs/mbcache: replace __builtin_log2() with ilog2()
T Makphaibulchoke
1
-1
/
+2
2014-03-18
ext4: each filesystem creates and uses its own mb_cache
T Makphaibulchoke
1
-5
/
+13
2014-03-18
fs/mbcache.c: doucple the locking of local from global data
T Makphaibulchoke
1
-116
/
+301
2014-03-18
fs/mbcache.c: change block and index hash chain to hlist_bl_node
T Makphaibulchoke
1
-39
/
+78
2013-09-10
fs: convert fs shrinkers to new scan/count API
Dave Chinner
1
-21
/
+26
2013-09-10
super: fix calculation of shrinkable objects for small numbers
Glauber Costa
1
-1
/
+1
2011-05-25
vmscan: change shrinker API by passing shrink_control struct
Ying Han
1
-4
/
+6
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-01-10
ext2: Resolve 'dereferencing pointer to incomplete type' when enabling EXT2_X...
Josh Hunt
1
-12
/
+0
2010-08-18
mbcache: Limit the maximum number of cache entries
Andreas Gruenbacher
1
-6
/
+24
2010-08-09
mbcache: fix shrinker function return value
Andreas Gruenbacher
1
-17
/
+10
2010-08-09
mbcache: Remove unused features
Andreas Gruenbacher
1
-101
/
+40
2010-07-19
mm: add context argument to shrinker callback
Dave Chinner
1
-2
/
+3
2008-04-15
vfs: fix possible deadlock in ext2, ext3, ext4 when using xattrs
Jan Kara
1
-2
/
+2
2007-10-25
fs: Fix to correct the mbcache entries counter
Ram Gupta
1
-1
/
+1
2007-07-20
mm: Remove slab destructors from kmem_cache_create().
Paul Mundt
1
-1
/
+1
2007-07-17
mm: clean up and kernelify shrinker registration
Rusty Russell
1
-3
/
+6
2006-12-07
[PATCH] slab: remove kmem_cache_t
Christoph Lameter
1
-1
/
+1
2006-09-29
[PATCH] mbcache: add lock annotation for __mb_cache_entry_release_unlock()
Josh Triplett
1
-0
/
+1
2006-03-28
[PATCH] Typo fixes
Alexey Dobriyan
1
-1
/
+1
2006-03-24
[PATCH] cpuset memory spread: slab cache filesystems
Paul Jackson
1
-1
/
+1
2006-01-14
[PATCH] Unlinline a bunch of other functions
Arjan van de Ven
1
-3
/
+3
2005-11-07
[PATCH] kfree cleanup: fs
Jesper Juhl
1
-2
/
+1
2005-10-28
[PATCH] gfp_t: fs/*
Al Viro
1
-3
/
+3
2005-07-27
[PATCH] mbcache: Remove unused mb_cache_shrink parameter
Andreas Gruenbacher
1
-2
/
+1
2005-05-05
[PATCH] make some things static
Adrian Bunk
1
-1
/
+1
2005-04-16
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+677