提交历史

作者 SHA1 备注 提交日期
  Xiang Xiao 66057a4612 fs: Add the relative path support 4 年之前
  Xiang Xiao 43f0070582 fs: Simplify the symbol link process in inode_search 4 年之前
  Xiang Xiao b76c4672d6 vfs: Create a node as the root of pseudo file system 4 年之前
  Xiang Xiao cde88cabcc Run codespell -w with the latest dictonary again 4 年之前
  Xiang Xiao 6a3c2aded6 Fix wait loop and void cast (#24) 4 年之前
  Gregory Nutt bd3cc792ff fs/: Run all .c files under fs/ through tools/nxstyle. 5 年之前
  Gregory Nutt 7ec13a3b4f Fix a few typos and wrap some long lines. 5 年之前
  Gregory Nutt 41680d376d Replace 'the the' with 'the' 7 年之前
  Gregory Nutt bae367c7c4 fstat(): Rethink procfs fstat(). If write method is supported, then should report file s writeable. 7 年之前
  Gregory Nutt 3055025e00 rename(): Correct more issues. (1) Move to the root directory in the pseudo file system, (2) Fix path naming calculation when the path is the root directory of a mounted file system, and (3) dont't do the rename if the source and destination of the rename are the same. 7 年之前
  Gregory Nutt 1b32cb67cb Soft link: Change how a value is returned so that _inode_linktarget will function in all of its use contexts. 7 年之前
  Gregory Nutt 94e4d58fd2 Soft links: Fix a error in follow a link to a link to a mountpoint. 7 年之前
  Gregory Nutt 47ddfa346d Soft links: Eliminate in-stack allocation of path working buffer needed for traversal fo paths with soft links. 7 年之前
  Gregory Nutt 45fd98da88 Add macros support that will eventually allow dynamic allocation of strings need to support soft links. 7 年之前
  Gregory Nutt 990bed903e Soft link: First cut fix for some soft link issues. The fix still has some issues of its own. 7 年之前
  Gregory Nutt 4c68324d82 FS: Remove inode_search_nofollow(). That logic is no handled with a new field in the input argument structure. 7 年之前
  Gregory Nutt 36704b7d9c FS: Argument is now a structure describing the search. 7 年之前
  Gregory Nutt 8437650fc2 Soft links: Another fix to tree traveral logic 7 年之前
  Gregory Nutt 982cfea490 Remove some unnecessary (and inappropriate) soft link logic 7 年之前
  Gregory Nutt 60ba5a5261 Soft links: Fix logic and remove kludge of last commit. Rename inode_dereference() as inode_linktarget() and make global. 7 年之前
  Gregory Nutt 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 年之前