diff options
Diffstat (limited to 'Documentation/filesystems')
| -rw-r--r-- | Documentation/filesystems/caching/netfs-api.txt | 16 | ||||
| -rw-r--r-- | Documentation/filesystems/nilfs2.txt | 1 |
2 files changed, 16 insertions, 1 deletions
diff --git a/Documentation/filesystems/caching/netfs-api.txt b/Documentation/filesystems/caching/netfs-api.txt index a167ab876c35..7cc6bf2871eb 100644 --- a/Documentation/filesystems/caching/netfs-api.txt +++ b/Documentation/filesystems/caching/netfs-api.txt | |||
| @@ -673,6 +673,22 @@ storage request to complete, or it may attempt to cancel the storage request - | |||
| 673 | in which case the page will not be stored in the cache this time. | 673 | in which case the page will not be stored in the cache this time. |
| 674 | 674 | ||
| 675 | 675 | ||
| 676 | BULK INODE PAGE UNCACHE | ||
| 677 | ----------------------- | ||
| 678 | |||
| 679 | A convenience routine is provided to perform an uncache on all the pages | ||
| 680 | attached to an inode. This assumes that the pages on the inode correspond on a | ||
| 681 | 1:1 basis with the pages in the cache. | ||
| 682 | |||
| 683 | void fscache_uncache_all_inode_pages(struct fscache_cookie *cookie, | ||
| 684 | struct inode *inode); | ||
| 685 | |||
| 686 | This takes the netfs cookie that the pages were cached with and the inode that | ||
| 687 | the pages are attached to. This function will wait for pages to finish being | ||
| 688 | written to the cache and for the cache to finish with the page generally. No | ||
| 689 | error is returned. | ||
| 690 | |||
| 691 | |||
| 676 | ========================== | 692 | ========================== |
| 677 | INDEX AND DATA FILE UPDATE | 693 | INDEX AND DATA FILE UPDATE |
| 678 | ========================== | 694 | ========================== |
diff --git a/Documentation/filesystems/nilfs2.txt b/Documentation/filesystems/nilfs2.txt index d5c0cef38a71..873a2ab2e9f8 100644 --- a/Documentation/filesystems/nilfs2.txt +++ b/Documentation/filesystems/nilfs2.txt | |||
| @@ -40,7 +40,6 @@ Features which NILFS2 does not support yet: | |||
| 40 | - POSIX ACLs | 40 | - POSIX ACLs |
| 41 | - quotas | 41 | - quotas |
| 42 | - fsck | 42 | - fsck |
| 43 | - resize | ||
| 44 | - defragmentation | 43 | - defragmentation |
| 45 | 44 | ||
| 46 | Mount options | 45 | Mount options |
