summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | NFS: Add mount options to enable local caching on NFSDavid Howells2009-04-033-0/+28
| * | | | NFS: Display local caching stateDavid Howells2009-04-032-3/+19
| * | | | NFS: Store pages from an NFS inode into a local cacheDavid Howells2009-04-033-0/+49
| * | | | NFS: Read pages from FS-Cache into an NFS inodeDavid Howells2009-04-033-0/+177
| * | | | NFS: nfs_readpage_async() needs to be accessible as a fallback for local cachingDavid Howells2009-04-032-2/+4
| * | | | NFS: Add read context retention for FS-Cache to call back withDavid Howells2009-04-031-0/+26
| * | | | NFS: FS-Cache page managementDavid Howells2009-04-033-4/+101
| * | | | NFS: Add some new I/O counters for FS-Cache doing things for NFSDavid Howells2009-04-033-0/+41
| * | | | NFS: Invalidate FsCache page flags when cache removedDavid Howells2009-04-031-0/+40
| * | | | NFS: Use local disk inode cacheDavid Howells2009-04-034-0/+191
| * | | | NFS: Define and create inode-level cache objectsDavid Howells2009-04-032-0/+124
| * | | | NFS: Define and create superblock-level objectsDavid Howells2009-04-036-2/+214
| * | | | NFS: Define and create server-level objectsDavid Howells2009-04-036-1/+137
| * | | | NFS: Register NFS for caching and retrieve the top-level indexDavid Howells2009-04-034-0/+93
| * | | | NFS: Permit local filesystem caching to be enabled for NFSDavid Howells2009-04-031-0/+8
| * | | | NFS: Add FS-Cache option bit and debug bitDavid Howells2009-04-032-0/+3
| * | | | NFS: Add comment banners to some NFS functionsDavid Howells2009-04-031-0/+26
| * | | | FS-Cache: Make kAFS use FS-CacheDavid Howells2009-04-0313-358/+582
| * | | | CacheFiles: A cache that backs onto a mounted filesystemDavid Howells2009-04-0316-0/+4866
| * | | | CacheFiles: Export things for CacheFilesDavid Howells2009-04-032-0/+3
| * | | | CacheFiles: Permit the page lock state to be monitoredDavid Howells2009-04-032-0/+23
| * | | | FS-Cache: Implement data I/O part of netfs APIDavid Howells2009-04-034-6/+886
| * | | | FS-Cache: Add and document asynchronous operation handlingDavid Howells2009-04-035-3/+682
| * | | | FS-Cache: Implement the cookie management part of the netfs APIDavid Howells2009-04-032-1/+459
| * | | | FS-Cache: Object management state machineDavid Howells2009-04-035-2/+1155
| * | | | FS-Cache: Bit waiting helpersDavid Howells2009-04-032-0/+23
| * | | | FS-Cache: Add netfs registrationDavid Howells2009-04-033-2/+113
| * | | | FS-Cache: Provide a slab for cookie allocationDavid Howells2009-04-034-0/+80
| * | | | FS-Cache: Add cache managementDavid Howells2009-04-032-0/+256
| * | | | FS-Cache: Add cache tag handlingDavid Howells2009-04-034-1/+195
| * | | | FS-Cache: Root index definitionDavid Howells2009-04-033-0/+151
| * | | | FS-Cache: Add use of /proc and presentation of statisticsDavid Howells2009-04-0310-17/+566
| * | | | FS-Cache: Add main configuration option, module entry points and debuggingDavid Howells2009-04-036-0/+277
| * | | | FS-Cache: Add the FS-Cache cache backend API and documentationDavid Howells2009-04-032-0/+1173
| * | | | FS-Cache: Add the FS-Cache netfs API and documentationDavid Howells2009-04-033-0/+1656
| * | | | FS-Cache: Recruit a page flags for cache managementDavid Howells2009-04-038-25/+58
| * | | | FS-Cache: Release page->private after failed readaheadDavid Howells2009-04-032-3/+38
| * | | | Document the slow work thread poolDavid Howells2009-04-033-0/+178
| * | | | Make the slow work pool configurableDavid Howells2009-04-033-2/+130
| * | | | Make slow-work thread pool actually dynamicDavid Howells2009-04-031-1/+137
| * | | | Create a dynamically sized pool of threads for doing very slow work itemsDavid Howells2009-04-034-0/+489
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2009-04-0319-620/+893
|\ \ \ \ \
| * | | | | dm: set queue ordered modeMikulas Patocka2009-04-021-0/+1
| * | | | | dm: move wait queue declarationMikulas Patocka2009-04-021-7/+7
| * | | | | dm: merge pushback and deferred bio listsMikulas Patocka2009-04-021-21/+16Star
| * | | | | dm: allow uninterruptible wait for pending ioMikulas Patocka2009-04-021-4/+5
| * | | | | dm: merge __flush_deferred_io into callerMikulas Patocka2009-04-021-11/+7Star
| * | | | | dm: move bio_io_error into __split_and_process_bioMikulas Patocka2009-04-021-11/+10Star
| * | | | | dm: rename __split_bioMikulas Patocka2009-04-021-4/+4
| * | | | | dm: remove unnecessary struct dm_wq_reqMikulas Patocka2009-04-021-17/+7Star