summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move the FFS parameter MAXFRAG from <sys/param.h> to <ufs/ffs/fs.h>phk2002-04-032-0/+3
* Use DIOCGSECTORSIZE instead of the bogus DIOCGPART ioctl.phk2002-04-021-6/+8
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-018-16/+16
* In ffs_mountffs(), set mnt_iosize_max to si_iosize_max unconditionallybde2002-03-301-1/+1
* 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-204-15/+15
* Remove __P.alfred2002-03-1914-280/+271
* Fixed some printf format errors (hopefully all of the remaining daddr64_tbde2002-03-191-5/+6
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-1713-81/+96
* Introduce the new 64-bit size disk block, daddr64_t. Changemckusick2002-03-154-11/+21
* Quiet a warning on the Alpha.obrien2002-03-151-1/+5
* This corrects the first of two known deadlock conditions thatmckusick2002-03-141-12/+1
* Fix a bug in ufsdirhash_adjfree() that caused it to incorrectlyiedowse2002-03-111-10/+7
* I missed one VOP_CLOSE in the previous commit.phk2002-03-111-0/+5
* As a XXX bandaid open the mounted device READ/WRITE even if we only mountphk2002-03-111-0/+14
* 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
OpenPOWER on IntegriCloud