aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* o Restructure vaccess() so as to check for DAC permission to modify theRobert Watson2000-08-291-1/+1
* o Correct spelling of ufs_exttatr_find_attr -> ufs_extattr_find_attrRobert Watson2000-08-262-22/+22
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)Poul-Henning Kamp2000-08-201-1/+2
* Centralize the canonical vop_access user/group/other check in vaccess().Poul-Henning Kamp2000-08-201-41/+3
* Initialize *countp to 0 in stub for softdep_flushworklist().Tor Egge2000-08-091-0/+1
* Fix the lockmgr panic everyone is seeing at shutdown time.Ollivier Robert2000-08-011-1/+2
* Minor tweak - removed unused variable 'struct mount *mp';Peter Wemm2000-07-281-1/+0
* Minor change: fix warning - move a 'struct vnode *vp' declaration inside aPeter Wemm2000-07-281-0/+2
* Clean up the snapshot code so that it no longer depends on the use ofKirk McKusick2000-07-264-12/+37
* Fix the "mfs_badop[vop_getwritemount] = 45" messages.Poul-Henning Kamp2000-07-261-0/+1
* Add stub for softdep_flushworklist() so that kernels compiledKirk McKusick2000-07-251-0/+10
* Eliminate periodic 'mfs_badop[vop_getwritemount] = 45' messages.Kirk McKusick2000-07-251-0/+1
* This patch corrects the first round of panics and hangs reportedKirk McKusick2000-07-249-75/+152
* o Marius pointed out an unusually inconvenient upper bound on extendedRobert Watson2000-07-141-1/+0
* Prevent possible dereference of NULL pointer.Boris Popov2000-07-131-1/+1
* Brain fault, forgot to update ffs_snapshot.c with the new calling conventionKirk McKusick2000-07-121-4/+5
* Add snapshots to the fast filesystem. Most of the changes supportKirk McKusick2000-07-1115-184/+1365
* Clean up warning about undeclared function by declaring softdep_fsyncKirk McKusick2000-07-111-0/+3
* Finish repo-copy:Poul-Henning Kamp2000-07-101-409/+0
* Delete README as it is now obsolete. Relevant information is inKirk McKusick2000-07-081-322/+0
* Update to reflect current status.Kirk McKusick2000-07-081-4/+42
* Get userland visible flags added for snapshots to give a few daysKirk McKusick2000-07-041-1/+26
* Move the truncation code out of vn_open and into the open system callKirk McKusick2000-07-042-4/+6
* Make the two calls from kern/* into softupdates #ifdef SOFTUPDATES,Poul-Henning Kamp2000-07-031-15/+0
* Move prtactive to vfs from ufs. It is used all over the place.Poul-Henning Kamp2000-06-271-2/+0
* Remove obsoleted info about linking from contribAndrey A. Chernov2000-06-241-16/+2
* Update to new copyright.Kirk McKusick2000-06-222-46/+12
* When running with quotas enabled on a filesystem using soft updates,Kirk McKusick2000-06-181-2/+3
* Some additional performance improvements. When freeing an inodeKirk McKusick2000-06-181-8/+18
* Revert part of my bioops change which implemented panic(8).Poul-Henning Kamp2000-06-161-2/+0
* ARGH! I have too many source trees :-(Poul-Henning Kamp2000-06-163-4/+4
* Virtualizes & untangles the bioops operations vector.Poul-Henning Kamp2000-06-163-4/+21
* Remove a comment which should never have made it in.Poul-Henning Kamp2000-06-141-1/+0
* o Remove unneeded off_t variable to clean up compile warningRobert Watson2000-06-051-1/+1
* o If FFS_EXTATTR is defined, don't print out an error message on unmountRobert Watson2000-06-041-3/+4
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-267-33/+33
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-237-33/+33
* s/ffs_unmonut/ffs_unmount/ in a gratuitous ufs_extattr printf.Robert Watson2000-05-071-1/+1
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-0513-0/+13
* Don't allow VOP_GETEXTATTR to set uio->uio_offset != 0, as we don'tRobert Watson2000-05-031-12/+10
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-303-3/+0
* s/biowait/bufwait/gPoul-Henning Kamp2000-04-293-6/+6
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
* When files are given to users by root, the quota system failed toKirk McKusick2000-04-281-0/+10
* Convert the magic MFS device to a VCHR.Poul-Henning Kamp2000-04-222-7/+5
* o Introduce an extended attribute backing file header magic numberRobert Watson2000-04-192-3/+20
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-193-3/+0
* o Cause attribute data writes to use IO_SYNC since this improves theRobert Watson2000-04-192-1/+17
* Retire bufqdisksort(), all drivers use bioqdisksort now.Poul-Henning Kamp2000-04-181-98/+0
* Remove unneeded cast.Jonathan Lemon2000-04-171-1/+1