aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/ext2fs
Commit message (Expand)AuthorAgeFilesLines
* 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-129-116/+117
* 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
* Make a panic less misleading.Poul-Henning Kamp2001-04-291-1/+1
* Remove two unused arguments from ufs_bmaparray().Poul-Henning Kamp2001-04-291-20/+15
* Revert consequences of changes to mount.h, part 2.Greg Lehey2001-04-291-2/+0
* MFffs ffs_balloc.c 1.5.Bruce Evans2001-04-251-0/+2
* Move the netexport structure from the fs-specific mountstructurePoul-Henning Kamp2001-04-252-4/+2
* Correct #includes to work with fixed sys/mount.h.Greg Lehey2001-04-231-0/+2
* Fixes to track snapshot copy-on-write checking in the specinfoKirk McKusick2001-03-071-1/+1
* Grab the process lock while calling psignal and before calling psignal.John Baldwin2001-03-071-0/+2
* Reviewed by: jlemonAdrian Chadd2001-03-011-5/+11
* Preceed/preceeding are not english words. Use precede or preceding.Jeroen Ruigrok van der Werven2001-02-181-1/+1
* Change and clean the mutex lock interface.Bosko Milekic2001-02-092-23/+23
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-4/+4
* Use <sys/queue.h> macro API.Poul-Henning Kamp2001-02-041-2/+2
* Remove a DIAGNOSTIC check which belongs in <sys/queue.h> if anyplace at all.Poul-Henning Kamp2001-02-041-4/+0
* Back out proc locking to protect p_ucred for obtaining additionalJohn Baldwin2001-01-271-24/+3
* Convert all simplelocks to mutexes and remove the simplelock implementations.Jason Evans2001-01-242-28/+24
* Proc locking, mostly protecting p_ucred while obtaining additionalJohn Baldwin2001-01-232-5/+28
* Avoid a data-consistency race between write() and mmap()Matthew Dillon2000-12-171-0/+9
* Put the bits in place for Alpha support for ext2. Not tested.Matt Jacob2000-12-093-0/+259
* Correct to a common %ld the 5 argument to a printf.Matt Jacob2000-12-091-2/+2
* Use a pointer to a size_t for the 4th argument to copyinstr-Matt Jacob2000-12-091-1/+1
* Backed out previous commit. Don't depend on namespace pollution inBruce Evans2000-12-022-0/+2
* remove unneded sys/ucred.h includesAlfred Perlstein2000-11-302-2/+0
* Quick fix for not writing group descriptor group, inode bitmaps orBruce Evans2000-11-101-1/+2
* Fixed breakage of mknod() in rev.1.48 of ext2_vnops.c and rev.1.126 ofBruce Evans2000-11-041-1/+3
* Support filesystems with the not-so-new "sparse_superblocks" feature.Bruce Evans2000-11-034-15/+45
* Weaken a bogus dependency on <sys/proc.h> in <sys/buf.h> by #ifdef'ingPoul-Henning Kamp2000-10-292-2/+0
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-271-2/+0
* Blow away the v_specmountpoint define, replacing it with what it wasEivind Eklund2000-10-091-2/+2
* Convert lockmgr locks from using simple locks to using mutexes.Jason Evans2000-10-042-5/+9
* ext2fs depends on ufs code, so update it to properly handle v_lock field.Boris Popov2000-09-261-1/+1
* Add a lock structure to vnode structure. Previously it was either allocatedBoris Popov2000-09-252-2/+1
* Fixed some serious bugs in ext2_readdir():Bruce Evans2000-09-121-11/+22
* This patch corrects the first round of panics and hangs reportedKirk McKusick2000-07-241-1/+23
* Add snapshots to the fast filesystem. Most of the changes supportKirk McKusick2000-07-112-7/+17