aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs/ffs
Commit message (Expand)AuthorAgeFilesLines
* Implement list of EA return functionality.Poul-Henning Kamp2002-08-201-9/+33
* First snapshot of UFS2 EA support.Poul-Henning Kamp2002-08-191-7/+228
* Expand the arguments to ffs_ext{read,write}() to their componentPoul-Henning Kamp2002-08-131-41/+17
* Unravel the UFS_EXTATTR incest between FFS and UFS: UFS_EXTATTR is anPoul-Henning Kamp2002-08-132-7/+65
* Introduce typedefs for the member functions of struct vfsops and employPoul-Henning Kamp2002-08-132-10/+9
* Stop pretending that the FFS file ufs_readwrite.c is a UFS file.Poul-Henning Kamp2002-08-121-2/+1028
* Don't call softdep_slowdown() if soft updates are not active on theIan Dowse2002-08-051-1/+1
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-045-24/+44
* I forgot this bit of uglyness in the fsck_ffs cleanup.Poul-Henning Kamp2002-07-311-0/+1
* Fix braino in last commit.Poul-Henning Kamp2002-07-301-3/+0
* Move ffs_isfreeblock() to ffs_alloc.c and make it static.Poul-Henning Kamp2002-07-303-26/+25
* Add a missing argument to the stub for softdep_setup_freeblocks.Benno Rice2002-07-201-1/+2
* Fix a warning:Peter Wemm2002-07-201-1/+2
* Add support to UFS2 to provide storage for extended attributes.Kirk McKusick2002-07-197-190/+665
* Change the name of st_createtime to st_birthtime. This change isKirk McKusick2002-07-161-2/+2
* Fix a type: s/your are/you are/Tom Rhodes2002-07-121-1/+1
* Fixed some printf format errors (4 new ones reported by gcc and 5 nearbyBruce Evans2002-07-081-7/+7
* Use indirect function pointer hooks instead of #ifdef SOFTUPDATESIan Dowse2002-07-011-0/+6
* Add the ffs bits necessary to support unloading of the ufs kernelIan Dowse2002-07-014-2/+38
* Remove the kernel file-size limit for UFS2, so that only the limitIan Dowse2002-06-261-5/+7
* Prototype fixes (long newinum --> ino_t newinum).Jonathan Lemon2002-06-241-2/+2
* Warning fixes for 64 bits platforms. This eliminates all theMaxime Henrion2002-06-235-23/+23
* Rename the BALLOC flags from B_* to BA_* to avoid confusion with theMatthew Dillon2002-06-233-38/+38
* This patch fixes a problem whereby filesystems that ranKirk McKusick2002-06-221-2/+2
* This commit adds basic support for the UFS2 filesystem. The UFS2Kirk McKusick2002-06-2113-882/+2151
* Fix a typo in my recently added comment: s/beleived/believed/Semen Ustimenko2002-06-061-1/+1
* Remove lock from ffs_vget introduced by v1.24. Instead of locking theSemen Ustimenko2002-05-301-69/+27
* Remove um_i_effnlink_valid, i_spare[] and the ufsmount_u and inode_uIan Dowse2002-05-181-1/+0
* Fix ufs_daddr_t/daddr_t type problems.Poul-Henning Kamp2002-05-171-1/+1
* More s/file system/filesystem/gTom Rhodes2002-05-165-45/+45
* Remove register keyword.Poul-Henning Kamp2002-05-134-56/+56
* ARGH! SBLOCK is not unused. Try to get this right.Poul-Henning Kamp2002-05-122-3/+3
* Remove #define for BBOFF, it is assumed == 0 so many places that we mightPoul-Henning Kamp2002-05-121-2/+1
* Remove unused BBLOCK and SBLOCK #defines.Poul-Henning Kamp2002-05-121-2/+0
* Name ufs_vop_[gs]etextattr() consistently with the rest of our VOPs andPoul-Henning Kamp2002-05-031-12/+0
* Don't peak into the malloc_type structure for limits. The desired vnodesJeff Roberson2002-04-151-2/+1
* Move generic disk ioctls from <sys/disklabel.h> to <sys/disk.h>.Poul-Henning Kamp2002-04-081-1/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+1
* Move the FFS parameter MAXFRAG from <sys/param.h> to <ufs/ffs/fs.h>Poul-Henning Kamp2002-04-032-0/+3
* Use DIOCGSECTORSIZE instead of the bogus DIOCGPART ioctl.Poul-Henning Kamp2002-04-021-6/+8
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-012-4/+4
* In ffs_mountffs(), set mnt_iosize_max to si_iosize_max unconditionallyBruce Evans2002-03-301-1/+1
* Remove __P.Alfred Perlstein2002-03-198-172/+165
* Fixed some printf format errors (hopefully all of the remaining daddr64_tBruce Evans2002-03-191-5/+6
* Add a flags parameter to VFS_VGET to pass through the desiredKirk McKusick2002-03-176-35/+53
* Introduce the new 64-bit size disk block, daddr64_t. ChangeKirk McKusick2002-03-152-6/+9
* Quiet a warning on the Alpha.David E. O'Brien2002-03-151-1/+5
* This corrects the first of two known deadlock conditions thatKirk McKusick2002-03-141-12/+1
* I missed one VOP_CLOSE in the previous commit.Poul-Henning Kamp2002-03-111-0/+5
* As a XXX bandaid open the mounted device READ/WRITE even if we only mountPoul-Henning Kamp2002-03-111-0/+14