Commit History

Author SHA1 Message Date
  Xiang Xiao de33f86ae3 fs: Add nx_mount/nx_umount2 function 4 years ago
  Gregory Nutt a4d6af8343 Check return from nxsem_wait_initialize() 4 years ago
  Gregory Nutt bd3cc792ff fs/: Run all .c files under fs/ through tools/nxstyle. 5 years ago
  Gregory Nutt be3dd0bac6 fs/: Fix various coding standard issues found while testing tools/nxstyle.c 5 years ago
  Gregory Nutt 7cf88d7dbd Make sure that labeling is used consistently in all function headers. 6 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 0c9935f8ac FS: Remove inode_find_nofollow. Instead provide a bool nofollow argument to inode_find. 7 years ago
  Gregory Nutt 9008308b64 Remove some block comments before empty code sections 8 years ago
  Gregory Nutt 0fb035f76b Standardize some naming in code section comments 8 years ago
  Gregory Nutt cb9e27c3b0 Standardize naming used for public data and function groupings 9 years ago
  Gregory Nutt 4607a8435f FS: Add the ability to mount a file system on top of en existing node in the psuedo-file system 9 years ago
  Gregory Nutt 8055ba4d03 Pass the umount2() flags to every unbind() implementation. That is where the the decision to umount or not will be made. 9 years ago
  Gregory Nutt f932b26db1 Add umount2(). umount() is now a macro that just calls umount2() with flags = 0. 9 years ago