kernel-hacking-2024-linux-s.../Documentation/filesystems
Andrew Morton 9d0243bca3 [PATCH] drop-pagecache
Add /proc/sys/vm/drop_caches.  When written to, this will cause the kernel to
discard as much pagecache and/or reclaimable slab objects as it can.  THis
operation requires root permissions.

It won't drop dirty data, so the user should run `sync' first.

Caveats:

a) Holds inode_lock for exorbitant amounts of time.

b) Needs to be taught about NUMA nodes: propagate these all the way through
   so the discarding can be controlled on a per-node basis.

This is a debugging feature: useful for getting consistent results between
filesystem benchmarks.  We could possibly put it under a config option, but
it's less than 300 bytes.

Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-01-08 20:12:40 -08:00
..
configfs [PATCH] configfs: User-driven configuration filesystem 2006-01-03 11:45:28 -08:00
devfs [PATCH] ksymoops related docs update 2005-11-07 07:53:54 -08:00
00-INDEX Merge http://oss.oracle.com/git/ocfs2 2006-01-05 20:43:11 -08:00
adfs.txt
affs.txt [PATCH] kernel Doc/ URL corrections 2005-11-22 09:14:30 -08:00
afs.txt
automount-support.txt
befs.txt
bfs.txt
cifs.txt
coda.txt
cramfs.txt
dentry-locking.txt [PATCH] VFS: split dentry locking documentation 2005-11-07 07:53:56 -08:00
directory-locking
dlmfs.txt [PATCH] OCFS2: The Second Oracle Cluster Filesystem 2006-01-03 11:45:47 -08:00
Exporting
ext2.txt [PATCH] kernel Doc/ URL corrections 2005-11-22 09:14:30 -08:00
ext3.txt [PATCH] ext3: fix mount options documentation 2005-12-12 08:57:42 -08:00
files.txt [PATCH] files: files locking doc 2005-09-09 13:57:55 -07:00
fuse.txt [PATCH] fuse: more flexible caching 2005-09-09 14:03:47 -07:00
hfs.txt
hpfs.txt
inotify.txt [PATCH] inotify: documentation update 2005-07-15 09:54:51 -07:00
isofs.txt
jfs.txt
Locking
ncpfs.txt
ntfs.txt NTFS: The big ntfs write(2) rewrite has arrived. We now implement our own 2005-10-11 15:40:40 +01:00
ocfs2.txt [PATCH] OCFS2: The Second Oracle Cluster Filesystem 2006-01-03 11:45:47 -08:00
porting
proc.txt [PATCH] drop-pagecache 2006-01-08 20:12:40 -08:00
ramfs-rootfs-initramfs.txt [PATCH] ramfs, rootfs, and initramfs docs 2005-11-07 07:53:56 -08:00
relayfs.txt [PATCH] relayfs documentation typo 2005-09-17 11:50:01 -07:00
romfs.txt
smbfs.txt
sysfs-pci.txt
sysfs.txt [PATCH] Driver core: Documentation: use S_IRUSR | ... in stead of 0644 2005-09-05 16:03:12 -07:00
sysv-fs.txt
tmpfs.txt
udf.txt
ufs.txt
v9fs.txt [PATCH] v9fs: Documentation, Makefiles, Configuration 2005-09-09 13:57:56 -07:00
vfat.txt
vfs.txt Documentation/filesystems/vfs.txt: typo fix 2006-01-03 13:35:41 +01:00
xfs.txt [XFS] Update XFS documentation. 2005-11-03 13:46:43 +11:00
xip.txt