aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
Commit message (Expand)AuthorAgeFilesLines
* MFC:Tom Rhodes2007-03-082-3/+20
* MFC rev. 1.15: fix race with execve().Konstantin Belousov2007-02-141-3/+11
* MFC 1.63:Pav Lucistnik2007-02-141-24/+52
* MFC: New unionfs implementation from Daichi GOTO and Masanori OZAWA,Craig Rodrigues2007-02-134-3012/+3199
* MFC: Do not set B_NOCACHE on buffers when releasing them in flushbuflist().John Baldwin2007-02-122-0/+14
* MFC 1.61:Craig Rodrigues2007-02-081-1/+1
* MFCKonstantin Belousov2007-02-051-1/+24
* MFC: 1.148, 1.149:Craig Rodrigues2007-01-311-6/+5
* MFC 1.46:Pav Lucistnik2007-01-141-1/+6
* MFC: Use the vnode interlock to close a vnode destroy race.John Baldwin2007-01-091-8/+9
* MFC 1.56:Craig Rodrigues2007-01-061-4/+10
* MFC 1.14, 1.15:Craig Rodrigues2007-01-051-26/+5
* MFC rev. 1.166 (with mods for RELENG_6): do not leave uninitializedMaxim Konovalov2006-12-311-2/+5
* MFC rev. 1.62:Pav Lucistnik2006-12-301-0/+12
* MFC rev. 1.50: fix 8.3 capitalization.Maxim Konovalov2006-12-191-2/+4
* MFC: 1.155 (without vfs_mount_error()):Craig Rodrigues2006-12-141-3/+4
* MFC rev. 1.15:Konstantin Belousov2006-11-241-2/+2
* MFC 1.58:Tom Rhodes2006-11-141-1/+1
* MFC rev. 1.138.Konstantin Belousov2006-10-301-2/+2
* MFCKonstantin Belousov2006-10-301-5/+9
* MFCKonstantin Belousov2006-10-304-25/+113
* MFC rev. 1.135.Konstantin Belousov2006-10-301-1/+1
* MFC:Konstantin Belousov2006-10-304-16/+113
* MFC rev. 1.132.Konstantin Belousov2006-10-301-16/+33
* MFC rev. 1.130.Konstantin Belousov2006-10-301-0/+3
* MFC rev. 1.29.Konstantin Belousov2006-10-301-2/+0
* MFC: Use mount interlock to protect all changes to mnt_flag andTor Egge2006-10-0911-3/+42
* MFC: Fix our ioctl(2) implementation for ioctls with "int" arguments.Ruslan Ermilov2006-10-041-4/+17
* MFC 1.152:Xin LI2006-09-241-0/+4
* MFC:Alexander Leidinger2006-07-081-1/+1
* MFC: msdosfs_vfsops.c:1.150, ntfs_vfsops.c:1.83, udf_vfsops.c:1.41Craig Rodrigues2006-06-173-32/+12
* MFC: 1.78, 1.79Craig Rodrigues2006-06-171-16/+7
* MFC procfs.c revisions 1.13 and 1.14:Guy Helmer2006-06-141-3/+4
* Enable inadvertantly disabled "securenet" access controls in ypserv. [1]Colin Percival2006-05-311-1/+8
* Merge fifo_vnops.c:1.134 from HEAD to RELENG_6:Robert Watson2006-03-281-0/+1
* MFC: Call vn_start_write() before locking vnode.Tor Egge2006-03-221-2/+2
* Merge fifo_vnops.c:1.133 from HEAD to RELENG_6:Robert Watson2006-03-201-0/+2
* MFC Revs 1.91, 1.90Jeff Roberson2006-03-131-9/+34
* MFC Revs 1.77, 1.76, 1.73Jeff Roberson2006-03-131-4/+1
* MFC Rev 1.50Jeff Roberson2006-03-131-26/+21
* MFC Rev 1.163Jeff Roberson2006-03-131-2/+2
* MFC Rev 1.45Jeff Roberson2006-03-131-0/+2
* MFC Rev 1.49Jeff Roberson2006-03-131-0/+14
* MFC: Call vfs_destroy_object() before v_data gets set to NULL.Scott Long2006-03-126-6/+28
* MFC:Kris Kennaway2006-03-081-4/+2
* MFC: Close some races between procfs/ptrace and exit1() by changingJohn Baldwin2006-03-071-0/+8
* MFC: Change pfs_visible() to optionally return with the process stillJohn Baldwin2006-03-011-50/+44
* MFC: Hold the proc lock while calling proc_sstep().John Baldwin2006-03-011-2/+1
* Work around the shortness of the size argument toYaroslav Tykhiy2006-02-206-6/+6
* MFC: Correctly set the MPSAFE flag based on the lower vnode's mount.John Baldwin2006-02-141-1/+1