File history
Tracking elks/fs/minix/truncate.c
| Commit | Author | Date | Message |
|---|---|---|---|
cadbfb2adbbcda286cb4790e58433b7eb062b26 | Greg Haerr | 2023-09-02 | [kernel] Replace CURRENT_TIME macro with function call |
f43d8e8c63313e8593aea1050fa0090f6afc08c | Greg Haerr | 2022-08-23 | Fix operation with block numbers > 32767 Fix creating files with double indirect blocks Fix bad image created with files > 775K |
db04939be2820a2a02a5f2cffae44f4a0811098 | Helge Skrivervik | 2022-08-22 | Remove truncate.c from the PR |
3221ccd1f2acf5fb2f35b06e47da13b0be28fbd | Greg Haerr | 2022-08-21 | Fix truncate on files > 32MB |
06fd5ebf508400d29bf32b749c2e9e315984188 | Greg Haerr | 2022-08-21 | [kernel] Problems with large files and large MINIX disks |
d5da277557aed315972f612ef282e340d55f6a8 | Helge Skrivervik | 2022-08-21 | [misc] minor fixes and adjustments: cp, fdisk, truncate.c |
d38fdd9e92f6867f355ea54cc2c98dca4fa96ac | Greg Haerr | 2022-02-11 | [kernel] Add wrappers around struct buffer_head member access |
5e06c3b836838fa7f76f889c8c07412e2e4d9b2 | lithoxs | 2017-09-14 | fix waste of kernel data memory in inode array. Achieved moving the minix specific i_zone array in the inode structure out of the common part, to the filesystem specific union u. Data size reduced in 1728 bytes. Code size increased 32 bytes. Compiled with |
c130390f0e5beda73ab862039f671d5337c83d3 | Jody Bruchon | 2017-03-15 | Code style cleanups |
4a1c38a7553a0148daf2a5a8016c93a1729e5fe | Juan Perez-Sanchez | 2015-06-13 | Removal of ia16-unknown-elks-gcc warnings |
1983afbf386fe2f2c9ef7ff18eb1adb2606d807 | Harry Kalogirou | 2002-10-26 | sheduler fixes mainly |
c81772afcb30885edcf35ed21fcc654b97a13da | Riley H. Williams | 2002-05-30 | Patches to make current codebase compile and run on PC architecture - still problem on SiBO though. |
a606e8d661fc443c5acef092c599191fe3d9188 | Riley H. Williams | 2002-05-29 | Updated debug messages. |
d7cf9d2d5749245a77e3a4cc0585e768640fd4f | Riley H. Williams | 2002-04-19 | ANSI'fied function prototypes in fs subtree. |
059de222a305e99abb9d657d20df776cb09ea38 | Alan Cox | 2001-06-17 | Strip out atime mess |
ae928acf2892f3fb53a6f67c4d8d796e48275d8 | Andrew Richards | 1999-10-26 | Lots of changes bringing code up to 0.0.80-pre1. See CHANGELOG. |
6569c1b50fc2022960689f8c71b31456235546c | Andrew Richards | 1999-08-19 | Clean up of source,+ new features. |
d3c04130f93740b982c2700eacce17ee5e55a5f | Andrew Richards | 1998-12-03 | Debugged minix truncate code |
9730589da8cc5391bb1b803b8f21df97b7d8e7b | Andrew Richards | 1998-11-25 | Fix to minix truncate code. |
503af13fbdd75dacf3e219f15822959df196568 | Andrew Richards | 1998-10-21 | Register variable optimisations, and a small bugfix. |
f9b47559bca2467fdcc9c102c605ce826b6a78e | Unspecified Developer | 1998-09-12 | Imported elks-0.0.73-pre2 source |