nuttx/fs
Xiang Xiao 7ec6b4c7dd Change dpends on SCHED_[L|H]PWORK to SCHED_WORKQUEUE
since the code could map the unsupported work to the
supported one and remove select SCHED_WORKQUEUE from
Kconfig since SCHED_[L|H]PWORK already do the selection

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-05-28 18:41:51 +03:00
..
aio Change dpends on SCHED_[L|H]PWORK to SCHED_WORKQUEUE 2022-05-28 18:41:51 +03:00
binfs
cromfs
dirent opendir: use inode_find() instead when opendir() 2022-03-30 03:33:39 +08:00
driver
fat nuttx: unify FAR attribute usage across the code 2022-04-04 21:32:58 +08:00
hostfs
inode fs:fs_getfilep changes fd judgment method 2022-04-19 22:48:39 +08:00
littlefs littlefs_stat: Fix directory size 2022-05-20 15:37:28 +03:00
mmap include: fix double include pre-processor guards 2022-01-16 11:11:14 -03:00
mount fs: Remove the unnecessary Kconfig definition 2022-02-05 23:58:01 +01:00
mqueue mqueue: Rename FS_MQUEUE_MPATH to FS_MQUEUE_VFS_PATH 2022-02-05 23:58:01 +01:00
nfs fs/nfs: fix compile warning 2022-03-19 02:20:20 +08:00
nxffs
partition Fix an overflow in blkcnt_t gpt_last_lba 2022-01-19 15:58:35 +01:00
procfs mm: Move backtrace stuff into a separate option 2022-05-21 14:28:41 +08:00
romfs fs/romfs: fix string overflow when the length of rn_name exceeds NAME_MAX + 1 2022-04-01 12:16:14 +03:00
rpmsgfs openamp: Change the dependence from OPENAMP to RPTUN 2022-04-05 10:05:41 +03:00
semaphore semaphore: Change FS_NAMED_SEMPATH from "/var/lock" to "/var/sem" 2022-02-05 23:58:01 +01:00
shm shm: Rename FS_SHMPATH to FS_SHM_VFS_PATH 2022-02-05 23:58:01 +01:00
smartfs Remove the double blank line from source files 2022-02-20 20:10:14 +01:00
socket fs:oflag need consistent with psock 2022-04-19 13:58:56 +03:00
spiffs pid_t: unify usage of special task IDs 2022-03-22 21:22:32 +08:00
tmpfs
unionfs Remove the unneeded void cast 2022-04-17 23:32:05 +03:00
userfs net: use HTONS, NTOHS, HTONL, NTOHL macro in kernel code 2022-01-18 10:59:47 +01:00
vfs sched: Remove start from nxsem_tickwait[_uninterruptible] 2022-05-15 13:55:58 +03:00
fs_initialize.c
Kconfig Simplify DEFAULT_SMALL usage in Kconfig 2022-03-01 03:15:01 +08:00
Makefile