Home | History | Annotate | Download | only in tmpfs
History log of /src/sys/fs/tmpfs/TODO
RevisionDateAuthorComments
 1.8  20-Apr-2015  riastradh Make VOP_LINK return directory still locked and referenced.

Ride 7.99.10 bump.
 1.7  22-Jun-2010  rmind branches: 1.7.18; 1.7.36;
Replace tmpfs_pool custom allocator code with a simpler layer for memory
accounting. Use wired memory (which can be limited) for meta-data, and
kmem(9) for string allocations.

Close PR/31944. Fix PR/38361 while here. OK ad@.
 1.6  09-Nov-2006  jmmv branches: 1.6.52; 1.6.74; 1.6.76;
Audit kqueue notifications. The reference behavior is taken from MFS and
is represented in the regression tests.
 1.5  05-Nov-2006  jmmv Exporting tmpfs file systems through NFS now works. Sure, file handles are
not persistent across reboots but neither are those of MFS, which we are
trying to replace. We should probably warn the user somehow, but not
prevent him doing this if he really wants to.

While here add a "reply" to the code-style change item.
 1.4  05-Nov-2006  jdolecek add one code style and one knote-related item
 1.3  23-Sep-2005  jmmv branches: 1.3.6; 1.3.26; 1.3.30; 1.3.32;
Synchronize NFS status with reality. After yamt@ changes (I think with the
implementation of getpages and putpages and the use of UBC in the read and
write operations), the worst problem has gone away which was a panic when
a file's contents were modified in the original file system and then read
through the NFS mount point.

Also remove the entry about optimization. While tmpfs still has room for
improvement, it has become a lot better lately, thanks to the string pools
and the changes yamt@ did in the anonymous objects handling.
 1.2  23-Sep-2005  wiz Fix typo, add missing parenthesis.
 1.1  23-Sep-2005  jmmv Kill the tmpfs(9) manual page; it was just documenting internal details of
tmpfs' "API" and was already rotting.

Instead, merge all the relevant comments into the code. This includes
acknowledgements to Google's Summer of Code 2005 program (they were in the
AUTHORS section of tmpfs(9) before), so all the files need to be changed
to include this sentence alongside the title. (Note that this was not a
requirement of the program.)
 1.3.32.1  10-Dec-2006  yamt sync with head.
 1.3.30.1  18-Nov-2006  ad Sync with head.
 1.3.26.3  30-Dec-2006  yamt sync with head.
 1.3.26.2  21-Jun-2006  yamt sync with head.
 1.3.26.1  23-Sep-2005  yamt file TODO was added on branch yamt-lazymbuf on 2006-06-21 15:09:36 +0000
 1.3.6.2  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.3.6.1  23-Sep-2005  skrll file TODO was added on branch ktrace-lwp on 2005-11-10 14:09:44 +0000
 1.6.76.1  03-Jul-2010  rmind sync with head
 1.6.74.1  17-Aug-2010  uebayasi Sync with HEAD.
 1.6.52.1  11-Aug-2010  yamt sync with head.
 1.7.36.1  06-Jun-2015  skrll Sync with HEAD
 1.7.18.1  03-Dec-2017  jdolecek update from HEAD

RSS XML Feed