summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
...
* When a file is first being written, the dynamic block reallocationmckusick2012-11-032-2/+75
* - In cancel_mkdir_dotdot don't panic if the inodedep is not available. Ifjeff2012-11-021-1/+1
* The r241025 fixed the case when a binary, executed from nullfs mount,kib2012-11-021-1/+1
* Fix problem with geom_label(4) not recognizing UFS labels on filesystemstrasz2012-10-301-1/+2
* Fix two problems that caused instant panic when the device mountedtrasz2012-10-281-2/+7
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-223-42/+6
* Fix up kernel sources to be ready for a 64-bit ino_t.mdf2012-09-277-53/+63
* Remove unused member of struct indir (in_exists) from UFS and EXT2 code.mjg2012-08-172-4/+0
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonkib2012-08-051-0/+1
* Use NULL instead of 0 for pointerskevlo2012-07-222-4/+4
* Extend the KPI to lock and unlock f_offset member of struct file. Itkib2012-07-021-5/+2
* Fix unbounded-length malloc, controlled from usermode. The added checkkib2012-06-211-3/+7
* In softdep_setup_inomapdep() we may have to allocate both inodedepmckusick2012-06-111-14/+41
* Enable vn_io_fault() lock avoidance for UFS.kib2012-05-302-4/+4
* Implement SEEK_HOLE/SEEK_DATA for UFS.kib2012-05-261-0/+20
* Add missing `continue' statement at end of case.mckusick2012-05-181-0/+1
* Remove unused thread argument from ufs_extattr_uepm_lock()/ufs_extattr_uepm_u...trasz2012-04-231-21/+21
* Fix build.trasz2012-04-231-1/+1
* Remove unused thread argument from clear_inodeps() and clear_remove().trasz2012-04-231-11/+8
* Remove unused thread argument to vrecycle().trasz2012-04-231-2/+1
* Remove unused thread argument from vtruncbuf().trasz2012-04-238-18/+14
* Fix use-after-free introduced in r234036.trasz2012-04-211-1/+5
* This update uses the MNT_VNODE_FOREACH_ACTIVE interface that loopsmckusick2012-04-204-5/+47
* The part about exec atime no longer applies in the comment.jh2012-04-181-3/+2
* Replace the MNT_VNODE_FOREACH interface with MNT_VNODE_FOREACH_ALL.mckusick2012-04-174-106/+36
* Export vinactive() from kern/vfs_subr.c (e.g., make it no longermckusick2012-04-111-12/+1
* - Return EPERM from ufs_setattr() when an user without PRIV_VFS_SYSFLAGSjh2012-04-101-11/+5
* Fix panic in ffs_reload(), which may happen when read-only filesystemtrasz2012-04-081-2/+8
* Drop an unnecessary setting of si_mountpt when updating a UFS mount point.mckusick2012-04-081-2/+0
* Add a check for unsupported file flags to ufs_setattr().jh2012-04-041-0/+4
* A file cannot be deallocated until its last name has been removedmckusick2012-04-022-52/+37
* - Use more natural ip->i_flags instead of vap->va_flags in the finaljh2012-04-021-5/+11
* A refinement of change 232351 to avoid a race with a forcible unmount.mckusick2012-03-281-4/+19
* Keep track of the mount point associated with a special devicemckusick2012-03-281-0/+6
* Do trivial reformatting of the comment to record the missed commitkib2012-03-281-4/+3
* Reviewed by: bde, mckusickkib2012-03-281-11/+73
* Microoptimize: in qsync loop over mount vnodes, only unlock mountkib2012-03-281-2/+1
* Update comment.kib2012-03-281-1/+1
* Add a third flags argument to ffs_syncvnode to avoid a possible conflictmckusick2012-03-258-43/+40
* Supply boolean as the second argument to ffs_update(), and not akib2012-03-132-7/+7
* Remove superfluous brackets.kib2012-03-111-1/+1
* Do schedule delayed writes for async mounts.kib2012-03-111-7/+11
* Do not fall back to slow synchronous i/o when low on memory or buffers.kib2012-03-111-2/+4
* In ffs_syncvnode(), pass boolean false as second argument of ffs_update().kib2012-03-111-1/+1
* Remove not needed ARGSUSED lint command.kib2012-03-111-1/+0
* Remove fifo.h. The only used function declaration from the header iskib2012-03-111-2/+0
* Revert r232692 as the correct place to fix this is at the syscall level.pho2012-03-091-2/+2
* Decomission mnt_noasync. Introduce MNTK_NOASYNC mnt_kern_flag whichkib2012-03-091-2/+1
* Add KTR_VFS traces to track modifications to a vnode's writecount.jhb2012-03-081-0/+2
* syscall() fuzzing can trigger this panic. Return EINVAL instead.pho2012-03-081-2/+2
OpenPOWER on IntegriCloud