summaryrefslogtreecommitdiffstats
path: root/sys/gnu/ext2fs
Commit message (Expand)AuthorAgeFilesLines
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+1
* 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-175-15/+31
* 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-129-116/+117
* 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
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-6/+9
* VOP_BALLOC was never really a VOP in the first place, so convert itphk2001-04-291-0/+2
* Make a panic less misleading.phk2001-04-291-1/+1
* Remove two unused arguments from ufs_bmaparray().phk2001-04-291-20/+15
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* MFffs ffs_balloc.c 1.5.bde2001-04-251-0/+2
* Move the netexport structure from the fs-specific mountstructurephk2001-04-252-4/+2
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* Fixes to track snapshot copy-on-write checking in the specinfomckusick2001-03-071-1/+1
* Grab the process lock while calling psignal and before calling psignal.jhb2001-03-071-0/+2
* Reviewed by: jlemonadrian2001-03-011-5/+11
* Preceed/preceeding are not english words. Use precede or preceding.asmodai2001-02-181-1/+1
* Change and clean the mutex lock interface.bmilekic2001-02-092-23/+23
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-4/+4
* Use <sys/queue.h> macro API.phk2001-02-041-2/+2
* Remove a DIAGNOSTIC check which belongs in <sys/queue.h> if anyplace at all.phk2001-02-041-4/+0
* Back out proc locking to protect p_ucred for obtaining additionaljhb2001-01-271-24/+3
* Convert all simplelocks to mutexes and remove the simplelock implementations.jasone2001-01-242-28/+24
* Proc locking, mostly protecting p_ucred while obtaining additionaljhb2001-01-232-5/+28
* Avoid a data-consistency race between write() and mmap()dillon2000-12-171-0/+9
* Put the bits in place for Alpha support for ext2. Not tested.mjacob2000-12-093-0/+259
* Correct to a common %ld the 5 argument to a printf.mjacob2000-12-091-2/+2
* Use a pointer to a size_t for the 4th argument to copyinstr-mjacob2000-12-091-1/+1
* Backed out previous commit. Don't depend on namespace pollution inbde2000-12-022-0/+2
* remove unneded sys/ucred.h includesalfred2000-11-302-2/+0
* Quick fix for not writing group descriptor group, inode bitmaps orbde2000-11-101-1/+2
OpenPOWER on IntegriCloud