summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs
Commit message (Expand)AuthorAgeFilesLines
...
* Ensure that vnode for directory isn't reclaimed before ffs_snapshot() hastegge2006-03-191-4/+3
* - Remove the call to softdep_waitidle after suspending the filesystem.jeff2006-03-121-7/+0
* - Remove the call to softdep_waitidle after suspending the filesystem.jeff2006-03-121-0/+3
* Block secondary writes while expunging active unlinked files.tegge2006-03-112-2/+89
* Remove unneeded (and broken) usage of MNT_REF()/MNT_REL().tegge2006-03-101-2/+0
* Use vn_start_secondary_write() and vn_finished_secondary_write() as ategge2006-03-083-8/+210
* Eliminate a deadlock when creating snapshots. Blocking vn_start_write() musttegge2006-03-021-1/+11
* - Acquire lk in softdep_slowdown so that it's owned when we calljeff2006-03-021-3/+7
* - Move softdep from using a global worklist to per-mount worklists. Thisjeff2006-03-025-268/+328
* Add marker vnodes to ensure that all vnodes associated with the mount point aretegge2006-01-092-7/+13
* If the lock passed to getdirtybuf() is the softdep lock then the backgroundtegge2006-01-091-0/+13
* Broaden scope of softdep_worklist_busy rwlock protection of softdep processingtegge2006-01-091-1/+19
* New option: NO_FFS_SNAPSHOT. I did this in p4 about the same timeimp2006-01-061-0/+58
* Typo.delphij2005-12-231-1/+1
* Fix parsing of atime, clusterr, clusterw, exec, suid, symfollowrodrigc2005-11-241-4/+4
* If export mount flag is not passed in, set default parametersrodrigc2005-11-201-1/+13
* Add more options to ffs_opts, so that vfs_filteropts() will notrodrigc2005-11-191-2/+3
* - Add parsing for the following existing UFS/FFS mount options in the nmount()rodrigc2005-11-181-1/+33
* Rate limit filesystem full and out of inodes messages to once aps2005-10-311-6/+21
* Adjust maxfilesize for UFS1 and old 4.4 FFS. For UFS1, increase the limitnjl2005-10-211-2/+2
* Avoid unintended VMIO on directories and symlinks due to leftover objecttegge2005-10-101-0/+1
* Adjust totread argument passed to cluster_read() to account for offset nottegge2005-10-091-1/+1
* Don't pretend that a failed sync write was succesful.tegge2005-10-091-3/+1
* Reduce probability for a deadlock that can occur when a snapshot inode istegge2005-10-091-0/+11
* Eliminate a deadlock that can occur when a dirty block belonging to a snapshottegge2005-10-091-0/+2
* Eliminate a deadlock that can occur during the cgaccount() processing due totegge2005-10-091-3/+2
* Reduce the probability of low block numbers passed to ffs_snapblkfree() bytegge2005-10-091-55/+35
* Reinitialize v_type and v_op fields in case vnode has been reused withouttegge2005-10-091-0/+5
* Initialize the inode i_flag field in ffs_valloc() to clean up anytruckman2005-10-031-0/+1
* Correct previous commit to fix the sense of the TDP_NORUNNINGBUFtruckman2005-10-011-1/+1
* Un-staticize waitrunningbufspace() and call it before returning fromtruckman2005-09-301-1/+13
* Un-staticize runningbufwakeup() and staticize updateproc.truckman2005-09-301-4/+16
* After a rmdir()ed directory has been truncated, force an update oftruckman2005-09-291-0/+2
* Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,rwatson2005-09-281-6/+0
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),rwatson2005-09-191-0/+6
* Giant is no longer needed here.tegge2005-09-121-3/+0
* Retain generation count when writing zeroes instead of an inode to disk.tegge2005-09-051-4/+42
* ffs_mountfs() needs devvp to be locked, so lock it.ssouhlal2005-09-021-5/+3
* Set the mountpoint path in the superblock (fs_fsmnt) at mount-timessouhlal2005-08-211-1/+2
* Don't set the COMPLETE flag in an inodedep structure before the relatedtegge2005-08-211-1/+1
* Delay freeing disk space for file system blocks until all dirty buffersups2005-07-312-0/+20
* Eliminate inconsistency in the setting of the B_DONE flag. Specifically,alc2005-07-201-1/+1
* Allow EVFILT_VNODE events to work on every filesystem type, not justssouhlal2005-06-091-5/+1
* - Don't set our bio op to be a READ when we've just completed a write. Therejeff2005-05-301-10/+10
* - Don't restrict the softdep stats to DEBUG kernels, they cost nothing tojeff2005-05-031-11/+7
* - Use bdone() directly instead of calling it indirectly throughjeff2005-04-301-11/+1
* - Consistently call 'vp' vp rather than ovp sometimes in ffs_truncate().jeff2005-04-051-105/+104
* - Use M_ZERO rather than explicitly calling bzero().jeff2005-04-031-13/+13
* - In ffs_sync we need to pass LK_SLEEPFAIL in when we lock the vnodejeff2005-04-031-4/+3
* - Move the contents of softdep_disk_prewrite into ffs_geom_strategy to fixjeff2005-04-033-32/+21
OpenPOWER on IntegriCloud