Gregory Nutt 41680d376d Replace 'the the' with 'the' 7 年之前
..
Make.defs 7c59e05305 FS: Separate inode_search() and inode_free() from fs_inode.c and put in separate files. Flesh out symbolic link logic in stat() and readdir(). There are still some issues with stat(). 7 年之前
fs_filedetach.c 485aa6b231 SIM: Comment out skip scheduler debug output that can hang the simulation. 8 年之前
fs_files.c 86b79b33cf Reserver the name 'err' for other purposes 8 年之前
fs_foreachinode.c 3f731241cb fs/inode/, fs/vfs/, and sched/task/: File and socket descriptors are no longer allocated for kernel threads. They must use SYSLOG for output and the low-level psock interfaces for network I/O. This saves a little memory which might be important for small footprint configurations. 8 年之前
fs_inode.c 7c59e05305 FS: Separate inode_search() and inode_free() from fs_inode.c and put in separate files. Flesh out symbolic link logic in stat() and readdir(). There are still some issues with stat(). 7 年之前
fs_inodeaddref.c 9008308b64 Remove some block comments before empty code sections 8 年之前
fs_inodebasename.c 7be7579f59 Back out 522f95abe87d71c7025f2f358a8f350134e284b2: What was I thinking? 9 年之前
fs_inodefind.c 8f2c7198ed inode_find: Now takes struct inode_desc_s type as input. This was necessary before that structure includes some data storage. It was used within inode_find(), but that means that the life of the data was the life of inode_find(). That data must persist longer. It is now provided by the caller so that the life of the data persists for the entire life of the caller. 7 年之前
fs_inodefree.c 7c59e05305 FS: Separate inode_search() and inode_free() from fs_inode.c and put in separate files. Flesh out symbolic link logic in stat() and readdir(). There are still some issues with stat(). 7 年之前
fs_inoderelease.c 9008308b64 Remove some block comments before empty code sections 8 年之前
fs_inoderemove.c d9044058b5 There is a return path with node not set 7 年之前
fs_inodereserve.c 45fd98da88 Add macros support that will eventually allow dynamic allocation of strings need to support soft links. 7 年之前
fs_inodesearch.c 41680d376d Replace 'the the' with 'the' 7 年之前
inode.h a2e74f2583 fs/inode/inode.h: Fix a warning 'inode/inode.h:264:45: error: 'struct stat' declared inside parameter list' by adding a forward reference to struct stat. Noted by David Sidrane. 7 年之前