Age | Commit message (Expand) | Author |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2019-11-27 | Re-enable IO_NOCACHE, and use is in vnd. | Bob Beck |
2018-01-13 | In ext2fs_write(), clear the buffer on uiomove() failure unless it | Todd C. Miller |
2018-01-08 | Pass correct size to uvm_vnp_setsize() for large files. | Todd C. Miller |
2018-01-08 | Add kqueue support for ext2fs based on ffs. OK deraadt@ | Todd C. Miller |
2017-12-30 | Delete unnecessary <sys/file.h> includes | Philip Guenther |
2016-03-01 | *** empty log message *** | natano |
2016-02-27 | Move mnt_maxsymlink from struct mount to struct ufsmount. | natano |
2016-02-26 | Convert mnt_maxsymlinklen to unsigned. | natano |
2016-02-16 | Convert to uiomove. From Martin Natano. | Stefan Kempf |
2016-01-12 | Kill the "doclusterread" and "doclusterwrite" defines. | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-07-13 | ext4 (extents) read support | Martin Pelikan |
2014-07-11 | split ext2fs_read for the upcoming ext4 extent bits, like FreeBSD has done | Martin Pelikan |
2014-07-11 | determine and use maximum file size instead of magical constants | Martin Pelikan |
2014-05-09 | disable IO_NOCACHE B_NOCACHE conversion until it works. | Ted Unangst |
2014-04-08 | add IO_NOCACHE flag to vop_write arguments, which in turn sets B_NOCACHE | Bob Beck |
2014-01-25 | ufs_setattr() was assuming that the flag bits that indicate | Philip Guenther |
2013-09-14 | Correct the handling of I/O of >=2^32 bytes and the ktracing there of | Philip Guenther |
2013-06-11 | final removal of daddr64_t. daddr_t has been 64 bit for a long enough | Theo de Raadt |
2012-07-11 | If the current offset is strictly less than the process filesize | Philip Guenthe |
2011-07-04 | bread does nothing with its ucred argument. remove it. ok matthew | Ted Unangst |
2007-06-17 | ansify/de-register. | Jasper Lievisse Adriaanse |
2007-06-02 | ufs1_daddr_t cleanup, okay thib@ deraadt@ | Pedro Martelletto |
2007-06-01 | pedro ok'd this ~3500 line diff which removes the vop argument | Theo de Raadt |
2007-05-26 | Dynamic buffer cache. Initial diff from mickey@, okay art@ beck@ toby@ | Pedro Martelletto |
2006-10-16 | Use daddr64_t for logical blocks, okay krw@ thib@ mickey@ | Pedro Martelletto |
2005-04-30 | Add support for large files (> 4GB). | Niall O'Higgins |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-26 | fiddle with some type names. change most instances of ufs_daddr_t to | Ted Unangst |
2002-03-30 | RCSId | Niklas Hallqvist |
2002-01-09 | If a write(2) is done with a length of zero bytes, short-circuit and do not | Thorsten Lockert |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-12-10 | Merge in struct uvm_vnode into struct vnode. | Artur Grabowski |
2001-11-27 | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The | Artur Grabowski |
2001-09-18 | various cleanups from NetBSD | Artur Grabowski |
2001-06-27 | Remove old vm. | Artur Grabowski |
2001-06-23 | Privatize several vnode operations that are not used by the generic code. | Constantine Sapuntzakis |
2001-02-23 | Remove the clustering fields from the vnodes and place them in the | Constantine Sapuntzakis |
1999-02-26 | add compatibility with uvm vnode pagers | Artur Grabowski |
1998-03-01 | GCC 2.8 -Wall | Niklas Hallqvist |
1997-06-12 | Sync with NetBSD, mostly cosmetic. | Jason Downs |
1997-05-30 | Integrate new ext2fs, reverting ufs support for the old one. | Jason Downs |
1997-05-30 | Non-GPLd ext2fs code from Manuel, unmodified. | Jason Downs |