summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs
Commit message (Expand)AuthorAgeFilesLines
...
* Use our mount-credential if we get a NOCRED when we try to write out EAphk2002-09-271-0/+2
* - Convert locks to use standard macros.jeff2002-09-254-7/+28
* - Document broken locking.jeff2002-09-251-3/+2
* We don't need to #include <sys/disklabel.h>.phk2002-09-201-2/+0
* intmax_t is printed with %jd, not %lld.obrien2002-09-191-7/+7
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-141-1/+1
* Implement the VOP_OPENEXTATTR() and VOP_CLOSEEXTATTR() methods.phk2002-09-051-31/+184
* Include <sys/malloc.h> instead of depending on namespace pollution 2bde2002-09-051-9/+11
* Correctly handle setting, getting and deleting EA's with zero length content.phk2002-08-301-12/+14
* o Retire vm_page_zero_fill() and vm_page_zero_fill_area(). Ever sincealc2002-08-251-1/+1
* Implement list of EA return functionality.phk2002-08-201-9/+33
* First snapshot of UFS2 EA support.phk2002-08-191-7/+228
* Expand the arguments to ffs_ext{read,write}() to their componentphk2002-08-131-41/+17
* Unravel the UFS_EXTATTR incest between FFS and UFS: UFS_EXTATTR is anphk2002-08-132-7/+65
* Introduce typedefs for the member functions of struct vfsops and employphk2002-08-132-10/+9
* Stop pretending that the FFS file ufs_readwrite.c is a UFS file.phk2002-08-121-2/+1028
* Don't call softdep_slowdown() if soft updates are not active on theiedowse2002-08-051-1/+1
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-045-24/+44
* 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
OpenPOWER on IntegriCloud