summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* 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-044-5/+5
* 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-018-16/+16
* In ffs_mountffs(), set mnt_iosize_max to si_iosize_max unconditionallybde2002-03-301-1/+1
* Two minor changes to dirhash, which result in some marginal benchmarkdwmalone2002-03-201-3/+15
* Remove references to vm_zone.h and switch over to the new uma API.jeff2002-03-204-15/+15
* Remove __P.alfred2002-03-1914-280/+271
* 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-1713-81/+96
* Introduce the new 64-bit size disk block, daddr64_t. Changemckusick2002-03-154-11/+21
* 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
* Fix a bug in ufsdirhash_adjfree() that caused it to incorrectlyiedowse2002-03-111-10/+7
* 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
* Update DBA for NAI. We have several. We used the wrong one. :-)rwatson2002-03-071-1/+1
* Add new errno ``ENOATTR''.green2002-03-072-29/+17
* cleanup readability syntax prior to ongoing b_resid work commits.dillon2002-03-061-4/+5
* 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-277-32/+32
* Replace bowrite() with BUF_WRITE in ufs.phk2002-02-221-3/+3
* o Minor style fix on #endif, missing '_' in comment.rwatson2002-02-201-1/+1
* Make v_addpollinfo() visible and non-inline.phk2002-02-181-5/+2
* Move the stuff related to select and poll out of struct vnode.phk2002-02-171-6/+12
* Collect the VN_KNOTE() macro definitions on vnode.hphk2002-02-173-8/+0
* In a threaded world, differnt priorirites become properties ofjulian2002-02-111-2/+2
* Minor style tweaks.rwatson2002-02-101-19/+15
* Copyright + license update.rwatson2002-02-101-1/+10
* Part I: Update extended attribute API and ABI:rwatson2002-02-101-20/+31
* Remove di_inumber since LFS is long gone.phk2002-02-101-2/+0
* 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
* Fix a bug introduced in ffs_snapshot.c -r1.25 and fs.h -r1.26mckusick2002-01-172-4/+4
* Put write on read-only filesystem panic after we have weeded outmckusick2002-01-161-2/+2
* When downgrading a filesystem from read-write to read-only, operationsmckusick2002-01-154-8/+17
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-0/+3
* When going to sleep, we must save our SPL so that it does not getmckusick2002-01-121-38/+76
* Must call drain_output() before checking the dirty block listmckusick2002-01-111-8/+10
* Do not pull quota entries of the cache-list if they have alreadyphk2002-01-101-1/+2
* Initialise the bioops vector hack at runtime rather than at link time. Thismsmith2002-01-081-8/+7
* Fix a BUF_TIMELOCK race against BUF_LOCK and fix a deadlock in vget()dillon2001-12-202-2/+2
* Change the atomic_set_char to atomic_set_int and atomic_clear_charmckusick2001-12-183-13/+17
* Make sure we ignore the value of `fs_active' when reloading theiedowse2001-12-161-1/+2
* Move the new superblock field `fs_active' into the region of theiedowse2001-12-161-5/+7
OpenPOWER on IntegriCloud