summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-197-190/+665
* Change the name of st_createtime to st_birthtime. This change ismckusick2002-07-161-2/+2
* 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 kernel file-size limit for UFS2, so that only the limitiedowse2002-06-261-5/+7
* 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-233-38/+38
* 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-2113-882/+2151
* Fix a typo in my recently added comment: s/beleived/believed/semenu2002-06-061-1/+1
* Remove lock from ffs_vget introduced by v1.24. Instead of locking thesemenu2002-05-301-69/+27
* Remove um_i_effnlink_valid, i_spare[] and the ufsmount_u and inode_uiedowse2002-05-181-1/+0
* Fix ufs_daddr_t/daddr_t type problems.phk2002-05-171-1/+1
* More s/file system/filesystem/gtrhodes2002-05-165-45/+45
* Remove register keyword.phk2002-05-134-56/+56
* 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
* Name ufs_vop_[gs]etextattr() consistently with the rest of our VOPs andphk2002-05-031-12/+0
* 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-041-1/+1
* 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-012-4/+4
* In ffs_mountffs(), set mnt_iosize_max to si_iosize_max unconditionallybde2002-03-301-1/+1
* Remove __P.alfred2002-03-198-172/+165
* 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-176-35/+53
* Introduce the new 64-bit size disk block, daddr64_t. Changemckusick2002-03-152-6/+9
* 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
* 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
* Use thread0.td_ucred instead of proc0.p_ucred. This change is cosmeticjhb2002-02-271-1/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-273-16/+16
* In a threaded world, differnt priorirites become properties ofjulian2002-02-111-2/+2
* Occationally background fsck would cause a spurious ``freeing freemckusick2002-02-071-0/+4
* Occationally deleted files would hang around for hours or daysmckusick2002-02-071-7/+10
* When taking a snapshot, we must check for active files that havemckusick2002-02-026-272/+336
* Add a stub for softdep_request_cleanup() so that compilation withoutmckusick2002-01-231-0/+9
* This patch fixes a long standing complaint with soft updates inmckusick2002-01-223-10/+64
OpenPOWER on IntegriCloud