summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-1/+31
* I forgot this bit of uglyness in the fsck_ffs cleanup.phk2002-07-311-0/+1
* Fix braino in last commit.phk2002-07-301-3/+0
* Move ffs_isfreeblock() to ffs_alloc.c and make it static.phk2002-07-303-26/+25
* Lock page queue accesses by vm_page_free().alc2002-07-281-0/+8
* Add a missing argument to the stub for softdep_setup_freeblocks.benno2002-07-201-1/+2
* Fix a warning:peter2002-07-201-1/+2
* Add support to UFS2 to provide storage for extended attributes.mckusick2002-07-1913-211/+1043
* 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-163-8/+8
* Fix a type: s/your are/you are/trhodes2002-07-121-1/+1
* Fixed some printf format errors (4 new ones reported by gcc and 5 nearbybde2002-07-081-7/+7
* Use indirect function pointer hooks instead of #ifdef SOFTUPDATESiedowse2002-07-011-0/+6
* Add the ffs bits necessary to support unloading of the ufs kerneliedowse2002-07-014-2/+38
* Remove the bogus SYSINIT from ufs_dirhash.c and instead add a calliedowse2002-06-307-7/+65
* Remove the kernel file-size limit for UFS2, so that only the limitiedowse2002-06-261-5/+7
* 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
* Prototype fixes (long newinum --> ino_t newinum).jlemon2002-06-241-2/+2
* Warning fixes for 64 bits platforms. This eliminates all themux2002-06-235-23/+23
* Rename the BALLOC flags from B_* to BA_* to avoid confusion with thedillon2002-06-237-48/+48
* This patch fixes a problem whereby filesystems that ranmckusick2002-06-221-2/+2
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-2126-1068/+2494
* In rev 1.72 a situation related to write/mmap was fixed which could resultdillon2002-06-191-7/+11
* Fix a typo in my recently added comment: s/beleived/believed/semenu2002-06-061-1/+1
* 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-303-76/+54
* Remove IFS from 5.0-CURRENT. This facilitates introducing UFS2 asrwatson2002-05-196-1347/+0
* 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-186-27/+7
* Fix ufs_daddr_t/daddr_t type problems.phk2002-05-173-4/+4
* Call ufs_bmaparray() with right parameter type.phk2002-05-171-1/+1
* More s/file system/filesystem/gtrhodes2002-05-1615-79/+79
* Make daddr_t and u_daddr_t 64bits wide.phk2002-05-142-3/+3
* Remove register keyword.phk2002-05-1311-125/+125
* Remove two "register" and a blank line.phk2002-05-121-3/+2
* ARGH! SBLOCK is not unused. Try to get this right.phk2002-05-122-3/+3
* Remove #define for BBOFF, it is assumed == 0 so many places that we mightphk2002-05-121-2/+1
* Remove unused BBLOCK and SBLOCK #defines.phk2002-05-121-2/+0
* 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-034-16/+16
* Use vop_panic() instead of our home-rolled version.phk2002-05-021-16/+6
* Remove support for using soon to be retired "special" poll(2) ops.alfred2002-04-181-7/+7
* Don't peak into the malloc_type structure for limits. The desired vnodesjeff2002-04-151-2/+1
* Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.phk2002-04-081-1/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-044-5/+5
OpenPOWER on IntegriCloud