summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ufs
Commit message (Expand)AuthorAgeFilesLines
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-1/+31
* Lock page queue accesses by vm_page_free().alc2002-07-281-0/+8
* Add support to UFS2 to provide storage for extended attributes.mckusick2002-07-196-21/+378
* Change utimes to set the file creation time (for filesystems thatmckusick2002-07-171-1/+11
* Change the name of st_createtime to st_birthtime. This change ismckusick2002-07-162-6/+6
* Remove the bogus SYSINIT from ufs_dirhash.c and instead add a calliedowse2002-06-307-7/+65
* At long last, commit the zero copy sockets code.ken2002-06-261-1/+1
* Force the quota update to be done when an inode is released inmckusick2002-06-251-1/+1
* Rename the BALLOC flags from B_* to BA_* to avoid confusion with thedillon2002-06-234-10/+10
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-2113-186/+343
* In rev 1.72 a situation related to write/mmap was fixed which could resultdillon2002-06-191-7/+11
* Backout/modify previous revision:alfred2002-06-011-0/+4
* Silence warnings, remove some empty 'default' switch cases.alfred2002-06-011-2/+0
* Remove lock from ffs_vget introduced by v1.24. Instead of locking thesemenu2002-05-302-7/+27
* Fix two casts to "daddr_t *" that should have been "ufs_daddr_t *".iedowse2002-05-181-2/+3
* Fix a typo where sizeof(daddr_t) was specified instead of sizeof(doff_t).iedowse2002-05-181-1/+1
* Remove um_i_effnlink_valid, i_spare[] and the ufsmount_u and inode_uiedowse2002-05-184-24/+6
* Fix ufs_daddr_t/daddr_t type problems.phk2002-05-172-3/+3
* Call ufs_bmaparray() with right parameter type.phk2002-05-171-1/+1
* More s/file system/filesystem/gtrhodes2002-05-1610-34/+34
* Make daddr_t and u_daddr_t 64bits wide.phk2002-05-142-3/+3
* Remove register keyword.phk2002-05-136-65/+65
* Remove two "register" and a blank line.phk2002-05-121-3/+2
* o Condition the compilation and use of vm_freeze_copyopts()alc2002-05-061-1/+2
* Move some UFS related stuff home where it belongs.phk2002-05-051-1/+7
* Include systm.h so panic(9) is defined when doing DEBUG_ALL_VFS_LOCKS.jeff2002-05-041-0/+1
* Name ufs_vop_[gs]etextattr() consistently with the rest of our VOPs andphk2002-05-033-4/+16
* Use vop_panic() instead of our home-rolled version.phk2002-05-021-16/+6
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-042-3/+3
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-015-11/+11
* Two minor changes to dirhash, which result in some marginal benchmarkdwmalone2002-03-201-3/+15
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-202-12/+13
* Remove __P.alfred2002-03-196-108/+106
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-175-41/+36
* Introduce the new 64-bit size disk block, daddr64_t. Changemckusick2002-03-152-5/+12
* Fix a bug in ufsdirhash_adjfree() that caused it to incorrectlyiedowse2002-03-111-10/+7
* Update DBA for NAI. We have several. We used the wrong one. :-)rwatson2002-03-071-1/+1
* Add new errno ``ENOATTR''.green2002-03-072-29/+17
* cleanup readability syntax prior to ongoing b_resid work commits.dillon2002-03-061-4/+5
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-274-16/+16
* Replace bowrite() with BUF_WRITE in ufs.phk2002-02-221-3/+3
* o Minor style fix on #endif, missing '_' in comment.rwatson2002-02-201-1/+1
* Make v_addpollinfo() visible and non-inline.phk2002-02-181-5/+2
* Move the stuff related to select and poll out of struct vnode.phk2002-02-171-6/+12
* Collect the VN_KNOTE() macro definitions on vnode.hphk2002-02-173-8/+0
* Minor style tweaks.rwatson2002-02-101-19/+15
* Copyright + license update.rwatson2002-02-101-1/+10
* Part I: Update extended attribute API and ABI:rwatson2002-02-101-20/+31
* Remove di_inumber since LFS is long gone.phk2002-02-101-2/+0
* When downgrading a filesystem from read-write to read-only, operationsmckusick2002-01-152-6/+5
OpenPOWER on IntegriCloud