summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ufs/ufs_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* Use ufs_bmaparray() rather than VOP_BMAP() on our own vnodes.phk2001-05-011-2/+2
* VOP_BALLOC was never really a VOP in the first place, so convert itphk2001-04-291-1/+1
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* When closing the last reference to an unlinked file, it is freedmckusick2001-04-251-3/+23
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* In my first reading of POSIX.1e, I misinterpreted handling of therwatson2001-04-171-2/+2
* Introduce support for POSIX.1e ACLs on UFS-based file systems. Thisrwatson2001-03-261-5/+213
* o In my merge, missed the one-line patch to ufs_vnops.c that removedrwatson2001-03-141-1/+0
* Add a NOTE_REVOKE flag for vnodes, which is triggered from within vclean().jlemon2001-02-231-0/+13
* Use correct list pointer when detaching knote from list.jlemon2001-02-231-1/+2
* Extend kqueue down to the device layer.jlemon2001-02-151-0/+72
* Change and clean the mutex lock interface.bmilekic2001-02-091-6/+6
* Fixed breakage of mknod() in rev.1.48 of ext2_vnops.c and rev.1.126 ofbde2000-11-041-1/+3
* Give vop_mmap an untimely death. The opportunity to give it a timelyeivind2000-11-011-21/+0
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* o Introduce new VOP_ACCESS() flag VADMIN, allowing file systems to performrwatson2000-10-191-23/+46
* Convert lockmgr locks from using simple locks to using mutexes.jasone2000-10-041-6/+8
* Add a lock structure to vnode structure. Previously it was either allocatedbp2000-09-251-1/+1
* o Allow privileged processes in jail() to override sticky bit behaviorrwatson2000-09-181-2/+2
* o Add a comment clarifying interaction between jail(), privileged processes,rwatson2000-09-181-0/+5
* o Add missing PRISON_ROOT allowing a privileged process in a jail() to notrwatson2000-09-181-1/+1
* o Substitute suser() calls for direct credential checks, which is nowrwatson2000-09-181-4/+5
* Remove a pointless casting of a gid_t to a gid_t.phk2000-09-161-1/+1
* o Restructure vaccess() so as to check for DAC permission to modify therwatson2000-08-291-1/+1
* Centralize the canonical vop_access user/group/other check in vaccess().phk2000-08-201-41/+3
* Clean up the snapshot code so that it no longer depends on the use ofmckusick2000-07-261-4/+14
* This patch corrects the first round of panics and hangs reportedmckusick2000-07-241-1/+2
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-0/+3
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* Replace the POLLEXTEND extensions with the kqueue() mechanism.jlemon2000-04-161-22/+23
* Complete the bio/buf divorce for all code below devfs::strategyphk2000-04-151-2/+2
* Introduce extended attribute support for FFS, allowing arbitraryrwatson2000-04-151-0/+1
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.phk2000-04-021-1/+1
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()phk2000-03-201-2/+2
* After much consulting with bde, concluded that this fix was the best fixrwatson2000-02-221-2/+2
* Disable chflags() from within jail() so that root within jail can't makerwatson2000-02-201-1/+1
* Several performance improvements for soft updates have been added:mckusick2000-01-101-21/+45
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-43/+1
* Remove WILLRELE from VOP_SYMLINKeivind1999-11-131-1/+2
* Remove WILLRELE from VOP_RENAMEeivind1999-11-121-2/+6
* Quick fix for breakage of ext2fs link counts as reported by stat(2) bybde1999-11-031-1/+2
* remove unused variables.phk1999-08-281-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Simplify the handling of VCHR and VBLK vnodes using the new dev_t:phk1999-08-261-19/+2
* Use devtoname() to print dev_t's instead of casting them to long or u_longbde1999-08-231-3/+3
* Support full-precision file timestamps. Until now, only the secondsjdp1999-08-221-10/+19
* Move the special-casing of stat(2)->st_blksize for device filesphk1999-08-131-15/+2
* s/v_specinfo/v_rdev/phk1999-08-131-4/+4
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-081-2/+2
OpenPOWER on IntegriCloud