aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs
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
* In order to better support flexible and extensible access control,Robert Watson2002-08-152-3/+3
* 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-135-13/+13
* Pass IO_NOMACCHECK to vn_rdwr() in the following checks to preventRobert Watson2002-08-122-5/+7
* Stop pretending that the FFS file ufs_readwrite.c is a UFS file.Poul-Henning Kamp2002-08-122-1075/+1028
* Fix a comment.Poul-Henning Kamp2002-08-121-1/+1
* 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-048-30/+55
* Introduce support for Mandatory Access Control and extensibleRobert Watson2002-07-311-1/+31
* 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
* Lock page queue accesses by vm_page_free().Alan Cox2002-07-281-0/+8
* 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-1913-211/+1043
* Change utimes to set the file creation time (for filesystems thatKirk McKusick2002-07-171-1/+11
* Change the name of st_createtime to st_birthtime. This change isKirk McKusick2002-07-163-8/+8
* 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 bogus SYSINIT from ufs_dirhash.c and instead add a callIan Dowse2002-06-307-7/+65
* Remove the kernel file-size limit for UFS2, so that only the limitIan Dowse2002-06-261-5/+7
* At long last, commit the zero copy sockets code.Kenneth D. Merry2002-06-261-1/+1
* Force the quota update to be done when an inode is released inKirk McKusick2002-06-251-1/+1
* 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-237-48/+48
* 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-2126-1068/+2494
* In rev 1.72 a situation related to write/mmap was fixed which could resultMatthew Dillon2002-06-191-7/+11
* Fix a typo in my recently added comment: s/beleived/believed/Semen Ustimenko2002-06-061-1/+1
* Backout/modify previous revision:Alfred Perlstein2002-06-011-0/+4
* Silence warnings, remove some empty 'default' switch cases.Alfred Perlstein2002-06-011-2/+0
* Remove lock from ffs_vget introduced by v1.24. Instead of locking theSemen Ustimenko2002-05-303-76/+54
* Remove IFS from 5.0-CURRENT. This facilitates introducing UFS2 asRobert Watson2002-05-196-1347/+0
* Fix two casts to "daddr_t *" that should have been "ufs_daddr_t *".Ian Dowse2002-05-181-2/+3
* Fix a typo where sizeof(daddr_t) was specified instead of sizeof(doff_t).Ian Dowse2002-05-181-1/+1
* Remove um_i_effnlink_valid, i_spare[] and the ufsmount_u and inode_uIan Dowse2002-05-186-27/+7
* Fix ufs_daddr_t/daddr_t type problems.Poul-Henning Kamp2002-05-173-4/+4
* Call ufs_bmaparray() with right parameter type.Poul-Henning Kamp2002-05-171-1/+1
* More s/file system/filesystem/gTom Rhodes2002-05-1615-79/+79
* Make daddr_t and u_daddr_t 64bits wide.Poul-Henning Kamp2002-05-142-3/+3
* Remove register keyword.Poul-Henning Kamp2002-05-1311-125/+125
* Remove two "register" and a blank line.Poul-Henning Kamp2002-05-121-3/+2
* ARGH! SBLOCK is not unused. Try to get this right.Poul-Henning Kamp2002-05-122-3/+3