aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/fs
Commit message (Expand)AuthorAgeFilesLines
* MFufs 1.33:Bruce Evans2002-10-181-1/+1
* Be consistent about functions being static.Poul-Henning Kamp2002-10-161-16/+16
* Regularize the vop_stdlock'ing protocol across all the filesystemsKirk McKusick2002-10-142-2/+0
* - Lock access to the buf lists.Jeff Roberson2002-09-253-14/+19
* VOP_FSYNC() requires that it's vnode argument be locked, which nfs_link()Don Lewis2002-09-191-11/+4
* Remove any VOP_PRINT that redundantly prints the tag.Nate Lawson2002-09-181-4/+2
* Remove all use of vnode->v_tag, replacing with appropriate substitutes.Nate Lawson2002-09-142-4/+4
* vfs_syscalls.c:Bruce Evans2002-09-101-51/+6
* In order to better support flexible and extensible access control,Robert Watson2002-08-152-7/+9
* Pass IO_NOMACCHECK to vn_rdwr() in the following checks to preventRobert Watson2002-08-122-10/+13
* - Replace v_flag with v_iflag and v_vflagJeff Roberson2002-08-041-3/+6
* Convert ext2fs to nmount(2).Maxime Henrion2002-05-242-27/+28
* Add an ext2_uninit() routine that undoes the actions performed byIan Dowse2002-05-182-5/+10
* Fix two off-by-one errors when sanity-checking inode numbers. InIan Dowse2002-05-182-2/+2
* Use explicitly-sized types where necessary to make ext2fs work againIan Dowse2002-05-188-59/+59
* Give ext2fs its own static "dirchk" variable instead of using ufs'sIan Dowse2002-05-161-4/+12
* Remove register keyword.Ian Dowse2002-05-168-86/+83
* Complete the separation of ext2fs from ufs by copying the remainingIan Dowse2002-05-1614-449/+1342
* Following a repo-copy from src/sys/ufs/ufs, rename functions andIan Dowse2002-05-143-141/+97
* Make daddr_t and u_daddr_t 64bits wide.Poul-Henning Kamp2002-05-141-2/+2
* Fixed syntax errors (garbage after #endif; just editing errors in thisBruce Evans2002-05-131-4/+4
* Remove register keyword.Poul-Henning Kamp2002-05-131-1/+1
* ARGH! SBLOCK is not unused. Try to get this right.Poul-Henning Kamp2002-05-121-2/+1
* 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
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-012-3/+3
* In ffs_mountffs(), set mnt_iosize_max to si_iosize_max unconditionallyBruce Evans2002-03-301-0/+5
* Moved $FreeBSD$ to the correct place.Bruce Evans2002-03-232-3/+2
* Repaired CSRG id. This file was not in Lite1; it was just cloned from aBruce Evans2002-03-234-5/+4
* Fixed some style bugs in the removal of __P(()). Continuation linesBruce Evans2002-03-233-11/+8
* Remove __P.Alfred Perlstein2002-03-198-84/+84
* Add a flags parameter to VFS_VGET to pass through the desiredKirk McKusick2002-03-174-10/+18
* Introduce the new 64-bit size disk block, daddr64_t. ChangeKirk McKusick2002-03-152-5/+10
* Remove use of the bogus ioctl DIOCGPART.Poul-Henning Kamp2002-03-111-11/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-3/+3
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-1/+1
* Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mountMatthew Dillon2001-11-041-0/+1
* Change the vnode list under the mount point from a LIST to a TAILQMatthew Dillon2001-10-231-4/+5
* The addition of i_dirhash to struct inode pushed RELENG_4'sIan Dowse2001-09-242-3/+3
* KSE Milestone 2Julian Elischer2001-09-128-112/+112
* Bring in dirhash, a simple hash-based lookup optimisation for largeIan Dowse2001-07-101-0/+2
* Fix more mntvnode and vnode interlock order reversals.John Baldwin2001-06-281-2/+2
* Fix a mntvnode and vnode interlock reversal.John Baldwin2001-06-281-3/+4
* Remove last vestiges of MFS.Poul-Henning Kamp2001-05-291-10/+0
* Change the second argument of vflush() to an integer that specifiesIan Dowse2001-05-161-2/+2
* When running with soft updates, track the number of blocks and filesKirk McKusick2001-05-081-4/+3
* Remove blatantly pointless call to VOP_BMAP().Poul-Henning Kamp2001-05-011-4/+1
* Implement vop_std{get|put}pages() and add them to the default vop[].Poul-Henning Kamp2001-05-011-32/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-6/+9
* VOP_BALLOC was never really a VOP in the first place, so convert itPoul-Henning Kamp2001-04-291-0/+2