source: rtems/cpukit/libfs/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @1ecb4e30   03/09/24 05:04:54 kinsey.moore cpukit/jffs2: Properly commit JFFS2 data When unmounting a JFFS2 …
(edit) @e3972d71   01/16/24 16:32:55 kinsey.moore cpukit/jffs2: Handle used empty file system On JFFS2 file systems on …
(edit) @572c95c3   01/17/24 00:46:06 kinsey.moore cpukit/dosfs: Simplify expressions where possible
(edit) @487cdce6   01/16/24 19:04:14 kinsey.moore cpukit/dosfs: Don't leak a FAT FD The tmp_fat_fd variable is …
(edit) @46c343d   01/08/24 21:08:02 kinsey.moore cpukit/dosfs: Remove unused internal function arg
(edit) @6383390   01/08/24 19:52:17 kinsey.moore cpukit: Remove or use unused variable assignments
(edit) @c37fded   01/02/24 15:23:17 kinsey.moore cpukit/dosfs: Jump to correct error handler When encountering an …
(edit) @e6fce3c   01/02/24 18:58:21 kinsey.moore cpukit/dosfs: Cast away ignored return An error is already being …
(edit) @efc36cb   11/08/23 21:55:38 kinsey.moore cpukit/jffs2: Revert to non-granular locking Revert JFFS2 to …
(edit) @51d5962   10/20/23 08:01:35 Sebastian Huber imfs: Constify rtems_tarfs_load() Change the public image data type …
(edit) @b0bd4bff   10/18/23 17:35:22 kinsey.moore cpukit/libfs/dosfs: Use enum values for enum init
(edit) @0a1d0dce   10/05/23 02:41:37 kinsey.moore cpukit/jffs2: Correctly init jffs2_inode_info The repeated …
(edit) @d7aa1ab8   10/04/23 17:26:57 kinsey.moore cpukit/jffs2: Implement JFFS2 spinlocks This provides a non-noop …
(edit) @b9f7eb2   10/03/23 15:28:23 joel fat_fat_operations.c: Fix incorrect indentation
(edit) @99c637f   09/20/23 18:16:14 kinsey.moore cpukit/jffs2: Avoid use of off-chain semantics This reworks the JFFS2 …
(edit) @fa85760   08/22/23 19:39:22 kinsey.moore cpukit/jffs2: Avoid delayed work lock inversion This moves delayed …
(edit) @bcef89f2   05/19/23 06:18:25 Sebastian Huber Update company name The embedded brains GmbH & Co. KG is the legal …
(edit) @acf4eb2   03/22/23 21:17:08 kinsey.moore cpukit/jffs2: Avoid possible null deref This was added with the …
(edit) @5db68a5   10/04/19 21:11:30 kinsey.moore cpukit/jffs2: Add support for NAND under JFFS2 This adds write buffer …
(edit) @5635ec3   12/23/22 17:56:03 kinsey.moore cpukit/jffs2: Import wbuf.c from upstream This pulls in wbuf.c from …
(edit) @8eb666f   02/21/23 21:00:36 kinsey.moore cpukit/jffs2: Initialize and lock mutexes Mutexes must be locked …
(edit) @2ea03be   01/12/23 13:38:36 Sebastian Huber jffs2: Fix return code of rtime compress The RTEMS and Linux JFFS2 …
(edit) @2271b69   01/11/23 09:36:25 Sebastian Huber jffs2: Update baseline version to Linux v6.1
(edit) @b34b913   04/07/22 00:36:51 gustavoars treewide: uapi: Replace zero-length arrays with flexible-array members …
(edit) @b4e0462   04/18/22 10:18:07 baihaowen jffs2: Use kzalloc instead of kmalloc/memset Use kzalloc rather than …
(edit) @0dec20c5   05/02/22 01:39:29 willy fs: Change the type of filler_t By making filler_t the same as …
(edit) @a594c8a   05/01/22 23:39:03 willy jffs2: Pass the file pointer to jffs2_do_readpage_unlock() In …
(edit) @20d7b3aa   01/14/22 10:28:54 libaokun1 jffs2: fix memory leak in jffs2_scan_medium If an error is returned …
(edit) @33f28a9   01/14/22 10:28:53 libaokun1 jffs2: fix memory leak in jffs2_do_mount_fs If …
(edit) @c43e39ed   02/11/22 03:19:28 hongnan.li fs/jffs2: fix comments mentioning i_mutex inode->i_mutex has been …
(edit) @a12144e   08/18/21 20:08:24 mszeredi vfs: add rcu argument to ->get_acl() callback Add a rcu argument to …
(edit) @4bb12f22   03/22/21 11:34:29 arnd jffs2: avoid Wempty-body warnings Building with W=1 shows a few …
(edit) @bce142b   03/18/21 03:06:57 lizhe67 jffs2: Fix kasan slab-out-of-bounds problem KASAN report a …
(edit) @17c3d536   01/28/21 10:55:35 yang.yang29 jffs2: check the validity of dstlen in jffs2_zlib_compress() KASAN …
(edit) @4d80aae   01/21/21 13:19:43 christian.brauner fs: make helpers idmap mount aware Extend some inode methods with an …
(edit) @dbe830c9   11/27/20 19:13:57 trix jffs2: remove trailing semicolon in macro definition The macro use …
(edit) @c4b8ba84   10/14/20 06:54:43 lizhe67 jffs2: Allow setting rp_size to zero during remounting Set rp_size to …
(edit) @64c7497   05/29/20 03:37:11 lizhe67 jffs2: Fix GC exit abnormally The log of this problem is: jffs2: …
(edit) @819374b   04/05/20 21:22:56 rdunlap jffs2: Fix if/else empty body warnings When debug (print) macros are …
(edit) @e5a53d6   01/11/23 09:43:53 Sebastian Huber jffs2: Add <linux/printk.h> A follow up patch uses no_printk().
(edit) @997ba1d9   09/16/22 17:07:18 frank.kuehndel tftpDriver.c: Fix Coverity issues CID 1506523: Unchecked return value …
(edit) @a660e9dc   09/08/22 08:37:05 Sebastian Huber Do not use RTEMS_INLINE_ROUTINE Directly use "static inline" which is …
(edit) @8dc651f   07/25/22 07:52:41 Sebastian Huber imfs: Add <rtems/imfsimpl.h>
(edit) @679e7f10   06/01/22 14:31:06 frank.kuehndel TFTPFS: Implement block and window size options The original file …
(edit) @c044f050   06/01/22 14:16:11 frank.kuehndel TFTPFS: Cleanup: Remove spaces at lines ends Update #4666.
(edit) @775314d5   06/10/22 08:14:11 Sebastian Huber jffs2: Update baseline version to Linux v5.9
(edit) @413a00d   08/23/20 22:36:59 gustavoars treewide: Use fallthrough pseudo-keyword Replace the existing /* fall …
(edit) @998ec9f5   06/09/20 02:09:27 lizhe67 jffs2: fix jffs2 mounting failure Thanks for the advice mentioned in …
(edit) @e839daf   06/03/20 20:09:38 keescook treewide: Remove uninitialized_var() usage Using uninitialized_var() …
(edit) @109815a   05/28/20 14:35:11 gustavoars jffs2: Replace zero-length array with flexible-array There is a …
(edit) @44cd706   11/29/19 00:19:30 joel Revert "jffs2: Fix possible null-pointer dereferences in …
(edit) @e1a5720   08/19/19 21:55:04 wenwen jffs2: Fix memory leak in jffs2_scan_eraseblock() error path In …
(edit) @cdac3ca   07/24/19 07:15:25 hch jffs2: Remove jffs2_gc_fetch_page and jffs2_gc_release_page Merge …
(edit) @9d9bfe59   07/24/19 02:46:58 baijiaju1990 jffs2: Fix possible null-pointer dereferences in …
(edit) @b33c3d4   06/18/19 03:09:26 yamada.masahiro jffs2: Remove C++ style comments from uapi header Linux kernel …
(edit) @22e83b00   03/26/19 01:39:50 viro jffs2: fix use-after-free on symlink traversal free the symlink body …
(edit) @55529cf   06/07/18 14:57:19 mawilcox Convert jffs2 acl to struct_size Need to tell the compiler that the …
(edit) @f44ecd0e   06/10/22 08:07:34 Sebastian Huber jffs2: Use RTEMS_CONTAINER_OF
(edit) @6b32f5ed   04/29/22 20:31:47 ryan.long rtems-rfs-dir-hash.c: Add file headers and licenses This file had no …
(edit) @7dc7ca0   04/29/22 19:48:52 ryan.long rtems-jffs2-config.h: Add file headers and licenses This file had no …
(edit) @43119193   04/04/22 13:17:56 christian.mauderer imfs: Fix index underrun when extending empty file Currently the …
(edit) @628bd9b   03/22/22 19:40:34 joel cpukit/: Update Eric Norum contact info and normalize file headers
(edit) @2830ee9   03/18/22 14:55:11 joel cpukit/libfs/src/rfs: Change license to BSD-2 Updates #3053.
(edit) @4ad52d62   03/18/22 14:46:44 joel cpukit/libds/src/ftpfs/tftpDriver.c: Manually update license to BSD-2 …
(edit) @67a5936   03/18/22 14:43:02 joel cpukit/libfs/src/imfs: Change license to BSD-2 Updates #3053.
(edit) @60060e6   03/18/22 14:26:54 joel cpukit/libfs/src/defaults: Change license to BSD-2 Updates #3053.
(edit) @bb2e149e   03/07/22 12:52:08 christian.mauderer cpukit: Automated IMD header file clean up Use the same form of IMD …
(edit) @d7955b2   03/03/22 12:27:32 christian.mauderer bsps and cpukit: Manual file header clean up Updates #4625.
(edit) @255fe43   03/01/22 20:40:44 joel cpukit/: Scripted embedded brains header file clean up Updates #4625.
(edit) @36655b8   07/16/21 11:27:00 Sebastian Huber cpukit: occured -> occurred
(edit) @ea41722c   04/30/21 17:14:48 ryan.long Change filesystem utime_h handler to utimens_h Also updated licenses. …
(edit) @6692e03   02/25/21 02:08:51 vijay cpukit/libfs: Remove nfsclient Update #3850
(edit) @a28eafb   02/24/21 19:27:29 vijay cpukit: Move ftpfs from libnetworking to libfs Update #3850
(edit) @fd639b8   01/21/21 15:53:55 christian.mauderer dosfs: Use peek support This speeds up reading fragmented files. Fix …
(edit) @ef0fe8e   12/02/20 12:18:42 Sebastian Huber dosfs: Fix Doxygen group placement Update #3706.
(edit) @3393ff1d   12/02/20 12:10:49 Sebastian Huber libfs: Fix Doxygen group placement Update #3706.
(edit) @295b05f9   12/02/20 12:02:58 Sebastian Huber nfsclient: Rework Doxygen groups Update #3706.
(edit) @f514092   10/15/20 06:14:22 Chris Johns libfs/rfs: Check search bit map end on last bit - Do not write past …
(edit) @87fdb20   08/03/20 12:18:33 christian.mauderer dosfs: Fix memory leak on failed mounts. Currently if mount fails, a …
(edit) @dc4879b   05/28/20 13:24:19 Sebastian Huber rtems: Remove deprecated rtems_io_lookup_name() Close #3420.
(edit) @cfe8f7a   04/27/20 14:14:06 Sebastian Huber doxygen: Switch @brief and @ingroup This order change fixes the Latex … 5
(edit) @80cf60e   04/15/20 07:48:32 Sebastian Huber Canonicalize config.h include Use the following variant which was … 5
(edit) @0161b93d   03/03/20 18:23:53 Sebastian Huber imfs: Replace devfs with an IMFS specialization Add a simplified path … 5
(edit) @103a371   03/05/20 20:56:31 Sebastian Huber imfs: Simplify code generation Update #3894. 5
(edit) @277b9dd   03/05/20 20:49:50 Sebastian Huber imfs: Remove unused handlers Update #3894. 5
(edit) @83994913   03/05/20 20:48:10 Sebastian Huber imfs: Constify imfs_memfile_bytes_per_block The … 5
(edit) @85c9145f   03/05/20 20:32:29 Sebastian Huber imfs: Use _IMFS_get_time() Update #3894. 5
(edit) @fa44c39   02/29/20 15:14:31 Sebastian Huber imfs: Add IMFS_add_node() Update #3894. 5
(edit) @13b71f8   02/29/20 10:43:42 Sebastian Huber imfs: Simplify IMFS_create_node() Update #3894. 5
(edit) @0b0cd93   02/29/20 10:15:43 Sebastian Huber imfs: Remove IMFS_NODE_FLAG_NAME_ALLOCATED Remove … 5
(edit) @a546de5   01/03/20 18:54:58 Gedare Bloom cpukit/libfs: remove more dead code from pipe/fifo.c Dead code … 5
(edit) @93ccb728   01/03/20 18:23:09 Gedare Bloom cpukit/libfs: remove dead code from pipe/fifo.c Dead code identified … 5
(edit) @b1b6dd71   12/11/19 15:45:37 Sebastian Huber pipe: Use condition variables Use self-contained condition variables … 5
(edit) @b6f66d9   11/21/19 07:06:28 Sebastian Huber untar: Unify untar support Update #3823. 5
(edit) @11455b2e   11/21/19 07:37:12 Sebastian Huber imfs: Fix IMFS_make_linearfile() Fix prototype. Fix node size. … 5
(edit) @f377998   11/18/19 05:55:43 Sebastian Huber imfs: Add IMFS_make_linfile() Update #3818. 5
(edit) @d4880509   09/30/19 06:01:24 Sebastian Huber dosfs: Fix format with media block sizes > 512 5
(edit) @5342261   04/01/19 08:55:15 andreas.dachsberger doxygen: Added groups to IO library Update #3706. 5
(edit) @b0f524f   03/18/19 13:46:56 joel libfs/src/pipe/fifo.c: Fix warning. 5
(edit) @11eb818   03/13/19 15:06:45 joel fifo.c: Eliminate logically dead code (Coverity 1437635) 5
Note: See TracRevisionLog for help on using the revision log.