Commit History

Author SHA1 Message Date
  Jiuzhu Dong 4d5a964f29 net: unify socket into file descriptor 3 years ago
  Xiang Xiao 8d0fd4038b Remove the empty xxx_initialize functions 3 years ago
  Xiang Xiao e49bae1300 fs: Remove fs_dupfd and fs_dupfd2 internal functions 3 years ago
  Xiang Xiao 1e5bfa623a fs: file_dup2 shouldn't hold the file list lock 3 years ago
  Xiang Xiao 86fab49c46 fs: Fix the race condition in file_dup 3 years ago
  Xiang Xiao 66057a4612 fs: Add the relative path support 4 years ago
  Xiang Xiao 43f0070582 fs: Simplify the symbol link process in inode_search 4 years ago
  Xiang Xiao b76c4672d6 vfs: Create a node as the root of pseudo file system 4 years ago
  Xiang Xiao b598ab43d7 fs: Implement lstat function 4 years ago
  Xiang Xiao 4a3d28a957 fs: Move inode_checkflags from include/nuttx/fs/fs.h to fs/inode/inode.h 4 years ago
  Gregory Nutt a4d6af8343 Check return from nxsem_wait_initialize() 4 years ago
  Xiang Xiao cde88cabcc Run codespell -w with the latest dictonary again 4 years ago
  Gregory Nutt 7cf88d7dbd Make sure that labeling is used consistently in all function headers. 6 years ago
  Gregory Nutt 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 years ago
  Gregory Nutt c5a8e96dbc Add basic fstat() support. Now all that is needed is to modify ALL of the file systems. 7 years ago
  Gregory Nutt 47ddfa346d Soft links: Eliminate in-stack allocation of path working buffer needed for traversal fo paths with soft links. 7 years ago
  Gregory Nutt 45fd98da88 Add macros support that will eventually allow dynamic allocation of strings need to support soft links. 7 years ago
  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 years ago
  Gregory Nutt 990bed903e Soft link: First cut fix for some soft link issues. The fix still has some issues of its own. 7 years ago
  Gregory Nutt 4c68324d82 FS: Remove inode_search_nofollow(). That logic is no handled with a new field in the input argument structure. 7 years ago
  Gregory Nutt 0c9935f8ac FS: Remove inode_find_nofollow. Instead provide a bool nofollow argument to inode_find. 7 years ago
  Gregory Nutt 36704b7d9c FS: Argument is now a structure describing the search. 7 years ago
  Gregory Nutt 982cfea490 Remove some unnecessary (and inappropriate) soft link logic 7 years ago
  Gregory Nutt 60ba5a5261 Soft links: Fix logic and remove kludge of last commit. Rename inode_dereference() as inode_linktarget() and make global. 7 years ago
  Gregory Nutt 35d738d85f Soft links: Fix compile problems on first build with soft links enabled. 7 years ago
  Gregory Nutt bdc002fadc Finish implementation of soft links. 7 years ago
  Gregory Nutt 82c890db23 syslog_dev_flush() needs to check if the inode is a mountpoint before calling the flush() method. Noted by David Sidrane. 8 years ago
  Gregory Nutt 9008308b64 Remove some block comments before empty code sections 8 years ago
  Gregory Nutt cb9e27c3b0 Standardize naming used for public data and function groupings 9 years ago
  Gregory Nutt 8293a5e773 Minor file system clean-up 9 years ago