aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/ext2fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typo (accessable --> accessible).Alexander Langer2000-06-141-1/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-262-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-232-2/+2
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-059-0/+11
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-302-2/+0
* s/biowait/bufwait/gPoul-Henning Kamp2000-04-292-2/+2
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* ext2fs relies on UFS support code, and as a result also requiresRobert Watson2000-04-157-0/+12
* Introduce extended attribute support for FFS, allowing arbitraryRobert Watson2000-04-152-0/+3
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-021-1/+2
* Change the write-behind code to take more care when startingMatthew Dillon2000-04-021-1/+3
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()Poul-Henning Kamp2000-03-202-5/+5
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-202-2/+4
* Bug fixes for currently harmless bugs that could rise to biteKirk McKusick2000-03-151-1/+1
* Don't forget to check for unsupported features when updating. It wasBruce Evans2000-03-091-1/+4
* MFS (ext2_lookup.c 1.17.2.2, ext2_vnops.c 1.42.2.2: fix "filetype" support).Bruce Evans2000-03-032-12/+24
* Give vn_isdisk() a second argument where it can return a suitable errno.Poul-Henning Kamp2000-01-101-2/+2
* Support filesystems with the not-so-new "filetype" feature. ThisBruce Evans2000-01-051-66/+95
* Don't allow mounting (or mounting R/W) of filesystems with unsupportedBruce Evans2000-01-022-19/+34
* Merged changes in ext2_fs.h between Linux 1.2.2 and Linux 2.3.35. TheBruce Evans2000-01-012-50/+172
* Merged cosmetic changes from the initial import on the vendor branchBruce Evans2000-01-011-62/+118
* Use an ifdef in ext2_fs.h instead of a bogus separate file (ext2_fs_i.h)Bruce Evans2000-01-013-88/+72
* Updated/corrected the list of GPL'ed files.Bruce Evans2000-01-011-0/+5
* This file is not used directly. The small parts of it that are used wereBruce Evans2000-01-011-780/+0
* This file is not used directly. It was merged into ext2_linux_balloc.cBruce Evans2000-01-011-26/+0