File history
Tracking elks/fs/read_write.c
| Commit | Author | Date | Message |
|---|---|---|---|
a236a22ace2da83cf2122a46ee4a9724d9c2d1f | Greg Haerr | 2025-02-16 | [kernel] Update debugging display in kernel, add debug_brk |
808be11f900602952af82c9371ccc26c84d125b | Greg Haerr | 2025-01-26 | Create dev86 tree on /usr, disable read address verify, tune fmalloc |
bf7110bca2154d3a4f169a5455febf95d35c5cf | Greg Haerr | 2024-12-31 | [kernel] Fix FAT filesystem adding blocks when seeking past EOF |
de8f3fd0b1d394878b4c9daa7c342b7005db1a1 | Greg Haerr | 2024-03-23 | Remove more BLOAT_FS |
62d104f4e01f540b14ea0cb9a4c5669c6121491 | Greg Haerr | 2023-09-11 | [kernel] Speed up TTY output processing |
f6eb392bd5ab73b2e41c945d90d36870a82ecaf | Greg Haerr | 2023-09-01 | [kernel] Don't mark inode dirty in fchown unless uid or gid changed, cleanup |
29487dce1d6e52c33bf30bbce679c482cc0d83d | Greg Haerr | 2023-08-20 | Remove block_read/block_write if CONFIG_BLK_DEV_CHAR not set |
2c14f52546cc66096f65746c46efe21e21b124b | Greg Haerr | 2023-08-17 | [kernel] Cleanup inode code and fix inode count on execve |
b3cb5cf41750959cea4cc1de51ee722f403ea48 | Greg Haerr | 2023-08-15 | [kernel] Fix MINIX fs indirect block allocation |
c130390f0e5beda73ab862039f671d5337c83d3 | Jody Bruchon | 2017-03-15 | Code style cleanups |
b007a522265c09205c2d6286648c2a5555ab0bb | lithoxs | 2017-01-23 | Code simplifications in fs directory. Fix race condition between not finding a block (inode) and get an empty block (inode). Code size reduced by 16 bytes and data size reduced by 48 bytes. Compiled with bcc and tested with Qemu. |
2e1b7a4be6ef1cacae0caa1602957ac5c9e1486 | Jody Bruchon | 2016-08-18 | Change style of if/while/for to include space after keyword |
d9d6ececbe244ff738fb7288250f140dec78159 | lithoxs | 2016-02-16 | Code size reduction and simplification in files in directory fs. Code still does exactly the same. Kernel compiled with BCC. Tested under QEMU. Works. Code size reduced by 352 bytes. |
6504fd58b7839436b49839ca02043765cad6770 | lithoxs | 2015-07-16 | Fix return type of sys_lseek() |
62a1a88fc95481c9c2188abce3527200d14b704 | Juan Perez-Sanchez | 2014-12-08 | Fix write to an array beyond its size |
3ccc3cf4092c7241dd831d2c5e764d72eacbec9 | Jody Bruchon | 2012-12-06 | Huge patch set from Juan Perez-Sanchez <lithoxs@gmail.com>: |
2ee105fc93056d6d3752cd3c3e2fe5236593b4c | Riley H. Williams | 2002-06-22 | Applied Manuel's second patchset, tweaked kernel boot message to tell the truth, and verified that the result all works. |
3ee4c2ebe08fda3124cf85aa3f0a95febad8a37 | Riley H. Williams | 2002-05-30 | Standardised on clr_irq() and set_irq() macros throughout the source tree. |
90a4da7c8e80d3dcd8d30e78aa3384be6f1a10f | Riley H. Williams | 2002-04-29 | Verified that fs/*.c files other than fs/super.c are clean to `splint -weak` but not that subdirectories thereof are clean. |
d7cf9d2d5749245a77e3a4cc0585e768640fd4f | Riley H. Williams | 2002-04-19 | ANSI'fied function prototypes in fs subtree. |
f813bb37838374c8c0e0e562d2d1d7746a277ea | Harry Kalogirou | 2001-11-26 | lseek fix |
94fc6d6d872aab32060c643578acde28945d78c | Harry Kalogirou | 2001-11-23 | sys_lseek() fix. Code save option |
000898ef2ad0c0fe3c3771514d48597aa26a974 | Alan Cox | 2001-06-17 | Remove dead nofs options and clean up stuff |
9d4b831e3d769884a5b1b2813393cac86ee9725 | Andrew Richards | 1999-12-15 | Optimised fs code |
9abd38ec88e55f2f88356fb2791ec4228eb6ba2 | Andrew Richards | 1999-11-10 | Replaced bulky timer mechanism with a simple one |
ae928acf2892f3fb53a6f67c4d8d796e48275d8 | Andrew Richards | 1999-10-26 | Lots of changes bringing code up to 0.0.80-pre1. See CHANGELOG. |
d721e0f0c17ac50f7b3b380dbad417d0633bdbe | Andrew Richards | 1999-09-24 | Fixes and code cleanups in fs code by Thomas McWilliams. |
c62a4ff3d5ba5de7e28b918871419da7445c0bc | Andrew Richards | 1999-09-16 | Fixes and code cleanups in filesystem code by Thomas McWilliams |
4609ab18423e89367072686969b995881937fb3 | Andrew Richards | 1999-09-05 | Changes for 0.0.79 |
2d1b0ac967969a7aceae904d6cd8ac93ec8e703 | Andrew Richards | 1999-02-15 | Trivial fixes and comments |
eacc0cc1b51d1554f6c604d0e4c0c0715752333 | Andrew Richards | 1998-10-15 | Heavily optimised fs code adding new register varables in carefully selected places + other small changes. |
f9b47559bca2467fdcc9c102c605ce826b6a78e | Unspecified Developer | 1998-09-12 | Imported elks-0.0.73-pre2 source |