summaryrefslogtreecommitdiffstats
path: root/sys/gnu/fs/ext2fs
Commit message (Expand)AuthorAgeFilesLines
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-2/+2
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
* MFufs 1.33:bde2002-10-181-1/+1
* Be consistent about functions being static.phk2002-10-161-16/+16
* Regularize the vop_stdlock'ing protocol across all the filesystemsmckusick2002-10-142-2/+0
* - Lock access to the buf lists.jeff2002-09-253-14/+19
* VOP_FSYNC() requires that it's vnode argument be locked, which nfs_link()truckman2002-09-191-11/+4
* 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-51/+6
* In order to better support flexible and extensible access control,rwatson2002-08-152-7/+9
* Pass IO_NOMACCHECK to vn_rdwr() in the following checks to preventrwatson2002-08-122-10/+13
* - Replace v_flag with v_iflag and v_vflagjeff2002-08-041-3/+6
* Convert ext2fs to nmount(2).mux2002-05-242-27/+28
* Add an ext2_uninit() routine that undoes the actions performed byiedowse2002-05-182-5/+10
* Fix two off-by-one errors when sanity-checking inode numbers. Iniedowse2002-05-182-2/+2
* Use explicitly-sized types where necessary to make ext2fs work againiedowse2002-05-188-59/+59
* Give ext2fs its own static "dirchk" variable instead of using ufs'siedowse2002-05-161-4/+12
* Remove register keyword.iedowse2002-05-168-86/+83
* Complete the separation of ext2fs from ufs by copying the remainingiedowse2002-05-1614-449/+1342
* Following a repo-copy from src/sys/ufs/ufs, rename functions andiedowse2002-05-143-142/+98
* Make daddr_t and u_daddr_t 64bits wide.phk2002-05-141-2/+2
* Fixed syntax errors (garbage after #endif; just editing errors in thisbde2002-05-131-4/+4
* Remove register keyword.phk2002-05-131-1/+1
* ARGH! SBLOCK is not unused. Try to get this right.phk2002-05-121-2/+1
* 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
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-012-3/+3
* In ffs_mountffs(), set mnt_iosize_max to si_iosize_max unconditionallybde2002-03-301-0/+5
* Moved $FreeBSD$ to the correct place.bde2002-03-232-3/+2
* Repaired CSRG id. This file was not in Lite1; it was just cloned from abde2002-03-234-5/+4
* Fixed some style bugs in the removal of __P(()). Continuation linesbde2002-03-233-11/+8
* Remove __P.alfred2002-03-198-84/+84
* Add a flags parameter to VFS_VGET to pass through the desiredmckusick2002-03-174-10/+18
* Introduce the new 64-bit size disk block, daddr64_t. Changemckusick2002-03-152-5/+10
* Remove use of the bogus ioctl DIOCGPART.phk2002-03-111-11/+1
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-3/+3
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-1/+1
* Add mnt_reservedvnlist so we can MFC to 4.x, in order to make all mountdillon2001-11-041-0/+1
* Change the vnode list under the mount point from a LIST to a TAILQdillon2001-10-231-4/+5
* The addition of i_dirhash to struct inode pushed RELENG_4'siedowse2001-09-242-3/+3
* KSE Milestone 2julian2001-09-128-112/+112
* Bring in dirhash, a simple hash-based lookup optimisation for largeiedowse2001-07-101-0/+2
* Fix more mntvnode and vnode interlock order reversals.jhb2001-06-281-2/+2
* Fix a mntvnode and vnode interlock reversal.jhb2001-06-281-3/+4
* Remove last vestiges of MFS.phk2001-05-291-10/+0
* Change the second argument of vflush() to an integer that specifiesiedowse2001-05-161-2/+2
* When running with soft updates, track the number of blocks and filesmckusick2001-05-081-4/+3
* Remove blatantly pointless call to VOP_BMAP().phk2001-05-011-4/+1
* Implement vop_std{get|put}pages() and add them to the default vop[].phk2001-05-011-32/+0
OpenPOWER on IntegriCloud