summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* We don't need to #include <sys/disklabel.h>.phk2002-09-201-2/+0
* VOP_FSYNC() requires that it's vnode argument be locked, which nfs_link()truckman2002-09-191-11/+4
* intmax_t is printed with %jd, not %lld.obrien2002-09-191-7/+7
* Remove any VOP_PRINT that redundantly prints the tag.njl2002-09-181-4/+2
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.njl2002-09-142-4/+4
* vfs_syscalls.c:bde2002-09-101-52/+6
* Implement the VOP_OPENEXTATTR() and VOP_CLOSEEXTATTR() methods.phk2002-09-052-31/+192
* Use canonical extattr_check_cred() instead of private implementation of thephk2002-09-051-39/+3
* Fix credentials check: do not leak ENOATTR until we know if they'rephk2002-09-051-12/+15
* Include <sys/malloc.h> instead of depending on namespace pollution 2bde2002-09-051-9/+11
* Since we have vp and td cached in local variables, use those insteadrwatson2002-09-011-1/+1
* Correctly handle setting, getting and deleting EA's with zero length content.phk2002-08-301-12/+14
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-1/+1
* 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
* In order to better support flexible and extensible access control,rwatson2002-08-152-3/+3
* 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-135-13/+13
* Pass IO_NOMACCHECK to vn_rdwr() in the following checks to preventrwatson2002-08-122-5/+7
* Stop pretending that the FFS file ufs_readwrite.c is a UFS file.phk2002-08-122-1075/+1028
* Fix a comment.phk2002-08-121-1/+1
* 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-048-30/+55
* 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
OpenPOWER on IntegriCloud