提交历史

作者 SHA1 备注 提交日期
  Gregory Nutt 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 年之前
  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 0c9935f8ac FS: Remove inode_find_nofollow. Instead provide a bool nofollow argument to inode_find. 7 年之前
  Gregory Nutt 36704b7d9c FS: Argument is now a structure describing the search. 7 年之前
  Gregory Nutt 35d738d85f Soft links: Fix compile problems on first build with soft links enabled. 7 年之前
  Gregory Nutt bdc002fadc Finish implementation of soft links. 7 年之前
  Gregory Nutt 9008308b64 Remove some block comments before empty code sections 8 年之前
  Gregory Nutt 0fb035f76b Standardize some naming in code section comments 8 年之前
  Gregory Nutt cb9e27c3b0 Standardize naming used for public data and function groupings 9 年之前
  Gregory Nutt f753d3320b Trivial cleanup of some parameter sanity checks 9 年之前
  Gregory Nutt 68038211c1 FS: Add a check for a NULL pathname. 10 年之前
  Gregory Nutt ae90309b36 Move fs/fs.h to fs/inode/inode.h and some to fs/driver/driver.h 10 年之前
  Gregory Nutt a470a8cbd0 Move drive from fs/. to fs/driver/. 10 年之前
  Gregory Nutt 39ff9d626e Move inode and VFS utils from fs/. to fs/inode/. 10 年之前