File history
Tracking elks/include/linuxmt/minix_fs_sb.h
| Commit | Author | Date | Message |
|---|---|---|---|
17e780531c19d1453ab29282f17bc23b8cd0b45 | Greg Haerr | 2023-08-28 | [kernel] Remove dedicated buffer for MINIX super block |
66390267c0f8dda62cadb3c19ad4aba4bf1eba5 | Greg Haerr | 2023-08-28 | Cleanup |
95be5fe53d8cd5fbb209493745325f0b09ac6e9 | Greg Haerr | 2023-08-27 | [kernel] Don't lock Z-map and I-map buffers on MINIX fs mounts |
36e98a69d13e8ac5854a1597f39131f5fd79a95 | Tee-Kiah Chia | 2020-03-14 | [kernel] [boot] further tidy up header files (rebased on top of https://github.com/jbruchon/elks/pull/467) |
283a22601eb1f3d7e15c391a88ed35967268a69 | Greg Haerr | 2020-03-10 | [minix] Fix Minix umount super block unchecked flag, add new debug mechanism |
3245556e4315de4b35d704291fc6372993b8713 | Jody Bruchon | 2020-03-04 | [minix] Fix buffer problems and filesystem check status in MINIX filesystem (#408) |
932737a387a17c1bf392a5d50f6e2ad2f248ddf | lithoxs | 2017-08-29 | Fix waste of kernel data space in struct super_block. Allocation of space for inode and zone bitmaps was for minix-V2 needs. But we only support minix-V1, so now allocate space for current needs. Data space reduced by 480 bytes. Unexpectedly, there is als |
a606e8d661fc443c5acef092c599191fe3d9188 | Riley H. Williams | 2002-05-29 | Updated debug messages. |
554f465a357c3fdf114da91ae82b6ec8a602ec6 | Riley H. Williams | 2002-04-26 | Next stage of `make lint` verification of the ELKS source code. |
d7cf9d2d5749245a77e3a4cc0585e768640fd4f | Riley H. Williams | 2002-04-19 | ANSI'fied function prototypes in fs subtree. |
15072207fd20f19a99c56076320ae02080a0aa1 | Riley H. Williams | 2001-09-08 | Simplified Makefile rules. |
6569c1b50fc2022960689f8c71b31456235546c | Andrew Richards | 1999-08-19 | Clean up of source,+ new features. |
f9b47559bca2467fdcc9c102c605ce826b6a78e | Unspecified Developer | 1998-09-12 | Imported elks-0.0.73-pre2 source |