summaryrefslogtreecommitdiff
path: root/sys/ufs/ext2fs
AgeCommit message (Expand)Author
2003-12-30Replace the traditional buffer memory management -- based on fixed per bufferpk
2003-12-04Dynamic sysctl.atatat
2003-11-05Clean up the usage of vn_start_write(). At least one occurence clobberedhannken
2003-10-15Add the gating of system calls that cause modifications to the underlyinghannken
2003-10-14add mnt_iflag field to struct mount for internal flagsdbj
2003-10-05Remove references to University of California from my copyright notices.bouyer
2003-08-09Stop panic if 'mknod xxx b 0 0' done on a full filesystem.dsl
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-29Undo part of the ktrace/lwp changes. In particular:thorpej
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-05-26free the ext2fs dinode struct in ext2fs_reclaim. From Ted Unangst.fvdl
2003-05-18make is_sequential a callback in order to achieve better lfs write clustering.yamt
2003-04-24More ufs2 merge fall-out. Pass the correct pointer to the dinodegmcgarry
2003-04-16PR/1796: John Kohl: statfs misbehaves under chrooted environments.christos
2003-04-05Actually get an ext2fs_dinode structure from the pool before using it.fvdl
2003-04-02In the inode, i_din.e2fs_din is now a pointer, so there is no longerhe
2003-04-02Add support for UFS2. UFS2 is an enhanced FFS, adding support forfvdl
2003-03-21Use 'void *' instead of 'caddr_t' in prototypes of VOP_IOCTL, VOP_FCNTLdsl
2003-01-25Use PRId64 instead of hard coding "%lld" to fix build problems undertron
2003-01-25The oldblks and newblks arrays are used to store direct copies offvdl
2003-01-25Fix printf() format strings problems caused by "daddr_t" change.tron
2003-01-24Bump daddr_t to 64 bits. Replace it with int32_t in all places wherefvdl
2003-01-06writable, not writeable.wiz
2002-12-01Add multiple inclusion protection for headers. Fix mismatchedmatt
2002-11-26eliminate i_ino from in-core inodeyamt
2002-11-25Avoid strict-alias warnings.thorpej
2002-10-23ext2fs_remove(): use 'else' to eliminate need for goto (and improvejdolecek
2002-10-23merge kqueue branch into -currentjdolecek
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-26use ufs_balloc_range() rather than local (mostly identical, but with somejdolecek
2002-09-22don't need <sys/conf.h> herejdolecek
2002-09-21MNT_GETARGS supportchristos
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-07-30Die, qaddr_t, die! - mnt_data in struct mount is already effectivelysoren
2002-07-26Spell '[Rr]ight' correctly. From Jim Bernard.wiz
2002-05-30#if 0 a test that is always false (and the XXX comment above itthorpej
2002-05-05use the correct size when zeroing an array.chs
2002-03-25if the size argument to write(2) is 0, do not modify the file in any way,chs
2002-03-17don't do any flush-behind for async mounts.chs
2002-03-08Pool deals fairly well with physical memory shortage, but it doesn'tthorpej
2002-01-26fix an error case.chs
2001-11-30pick up changes from ufs_balloc_range().chs
2001-11-30VOP_PUTPAGES() requires page-aligned offsets, so be sure to provide such.chs
2001-11-10track some changes in the ufs code:chs
2001-11-10update to track ufs_bmap.c:chs
2001-11-08add RCSIDlukem
2001-11-06Remove some variables that are set but never used.simonb
2001-11-06Use the sector size from the partition info, not a hard-coded value.simonb
2001-11-06Remove a variable that is set but never used.simonb