summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* o Marius pointed out an unusually inconvenient upper bound on extendedrwatson2000-07-141-1/+0
* Prevent possible dereference of NULL pointer.bp2000-07-131-1/+1
* Brain fault, forgot to update ffs_snapshot.c with the new calling conventionmckusick2000-07-121-4/+5
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-1115-184/+1365
* Clean up warning about undeclared function by declaring softdep_fsyncmckusick2000-07-111-0/+3
* Finish repo-copy:phk2000-07-101-409/+0
* Delete README as it is now obsolete. Relevant information is inmckusick2000-07-081-322/+0
* Update to reflect current status.mckusick2000-07-081-4/+42
* Get userland visible flags added for snapshots to give a few daysmckusick2000-07-041-1/+26
* Move the truncation code out of vn_open and into the open system callmckusick2000-07-042-4/+6
* Make the two calls from kern/* into softupdates #ifdef SOFTUPDATES,phk2000-07-031-15/+0
* Move prtactive to vfs from ufs. It is used all over the place.phk2000-06-271-2/+0
* Remove obsoleted info about linking from contribache2000-06-241-16/+2
* Update to new copyright.mckusick2000-06-222-46/+12
* When running with quotas enabled on a filesystem using soft updates,mckusick2000-06-181-2/+3
* Some additional performance improvements. When freeing an inodemckusick2000-06-181-8/+18
* Revert part of my bioops change which implemented panic(8).phk2000-06-161-2/+0
* ARGH! I have too many source trees :-(phk2000-06-163-4/+4
* Virtualizes & untangles the bioops operations vector.phk2000-06-163-4/+21
* Remove a comment which should never have made it in.phk2000-06-141-1/+0
* o Remove unneeded off_t variable to clean up compile warningrwatson2000-06-051-1/+1
* o If FFS_EXTATTR is defined, don't print out an error message on unmountrwatson2000-06-041-3/+4
* Back out the previous change to the queue(3) interface.jake2000-05-267-33/+33
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-237-33/+33
* s/ffs_unmonut/ffs_unmount/ in a gratuitous ufs_extattr printf.rwatson2000-05-071-1/+1
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-0513-0/+13
* Don't allow VOP_GETEXTATTR to set uio->uio_offset != 0, as we don'trwatson2000-05-031-12/+10
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-303-3/+0
* s/biowait/bufwait/gphk2000-04-293-6/+6
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
* When files are given to users by root, the quota system failed tomckusick2000-04-281-0/+10
* Convert the magic MFS device to a VCHR.phk2000-04-222-7/+5
* o Introduce an extended attribute backing file header magic numberrwatson2000-04-192-3/+20
* Remove ~25 unneeded #include <sys/conf.h>phk2000-04-193-3/+0
* o Cause attribute data writes to use IO_SYNC since this improves therwatson2000-04-192-1/+17
* Retire bufqdisksort(), all drivers use bioqdisksort now.phk2000-04-181-98/+0
* Remove unneeded cast.jlemon2000-04-171-1/+1
* Replace the POLLEXTEND extensions with the kqueue() mechanism.jlemon2000-04-162-25/+29
* Fix two bugs in extended attribute support for UFS/FFS:rwatson2000-04-161-2/+5
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-153-17/+17
* Introduce extended attribute support for FFS, allowing arbitraryrwatson2000-04-1515-0/+924
* Clone bio versions of certain bits of infrastructure:phk2000-04-021-0/+98
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-026-6/+8
* Change the write-behind code to take more care when startingdillon2000-04-021-1/+3
* diff, patch and cvs didn't like these three last time around, try again.phk2000-03-201-3/+3
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()phk2000-03-206-19/+18
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newphk2000-03-205-18/+19
* Use 64-bit math to calculate if we have hit our freespace limit.mckusick2000-03-171-1/+2
* Bug fixes for currently harmless bugs that could rise to bitemckusick2000-03-152-4/+4
* Use 64-bit math to decide if optimization needs to be changed.mckusick2000-03-151-30/+48
OpenPOWER on IntegriCloud