-
- Downloads
Merge tag 'stable/for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/mm
Pull cleancache changes from Konrad Rzeszutek Wilk: "This has some patches for the cleancache API that should have been submitted a _long_ time ago. They are basically cleanups: - rename of flush to invalidate - moving reporting of statistics into debugfs - use __read_mostly as necessary. Oh, and also the MAINTAINERS file change. The files (except the MAINTAINERS file) have been in #linux-next for months now. The late addition of MAINTAINERS file is a brain-fart on my side - didn't realize I needed that just until I was typing this up - and I based that patch on v3.3 - so the tree is on top of v3.3." * tag 'stable/for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/mm: MAINTAINERS: Adding cleancache API to the list. mm: cleancache: Use __read_mostly as appropiate. mm: cleancache: report statistics via debugfs instead of sysfs. mm: zcache/tmem/cleancache: s/flush/invalidate/ mm: cleancache: s/flush/invalidate/
No related branches found
No related tags found
Showing
- Documentation/ABI/testing/sysfs-kernel-mm-cleancache 0 additions, 11 deletionsDocumentation/ABI/testing/sysfs-kernel-mm-cleancache
- Documentation/vm/cleancache.txt 21 additions, 20 deletionsDocumentation/vm/cleancache.txt
- MAINTAINERS 7 additions, 0 deletionsMAINTAINERS
- drivers/staging/zcache/zcache-main.c 5 additions, 5 deletionsdrivers/staging/zcache/zcache-main.c
- drivers/xen/tmem.c 5 additions, 5 deletionsdrivers/xen/tmem.c
- fs/block_dev.c 1 addition, 1 deletionfs/block_dev.c
- fs/super.c 1 addition, 1 deletionfs/super.c
- include/linux/cleancache.h 12 additions, 12 deletionsinclude/linux/cleancache.h
- mm/cleancache.c 38 additions, 60 deletionsmm/cleancache.c
- mm/filemap.c 1 addition, 1 deletionmm/filemap.c
- mm/truncate.c 5 additions, 5 deletionsmm/truncate.c
Loading
Please register or sign in to comment