summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs
Commit message (Expand)AuthorAgeFilesLines
* Revert the previous commit. The race is not applicable to the lockmgrjhb2010-07-161-2/+0
* When the MNTK_EXTENDED_SHARED mount option was added, some filesystems werejhb2010-07-161-0/+2
* - Handle the truncation of an inode with an effective link count of 0 injeff2010-07-065-102/+11
* ffs_softdep: change K&R in function defintions to ANSI prototypesavg2010-06-111-19/+6
* ffs_mount: accept and drop userland-only options that can be passed fromavg2010-05-191-3/+12
* - Don't immediately re-run softdepflush if we didn't make any progressjeff2010-05-192-51/+72
* - Call softdep_prealloc() before any of the balloc routines in thejeff2010-05-072-1/+10
* - Use the correct flag mask when determining whether an inode hasjeff2010-05-071-1/+1
* Eliminate page queues locking around most calls to vm_page_free().alc2010-05-061-2/+0
* Acquire the page lock around all remaining calls to vm_page_free() onalc2010-05-051-2/+4
* Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize().trasz2010-05-051-15/+2
* ffs_vfsops: restore alphabetic order of options in ffs_optsavg2010-04-291-2/+2
* - When canceling jaddrefs they may not yet be in the journal if this is viajeff2010-04-281-1/+2
* - Fix builds without SOFTUPDATES defined in the kernel config.jeff2010-04-281-0/+171
* Fix build for UFS without SOFTUPDATES.pjd2010-04-241-1/+2
* - Merge soft-updates journaling from projects/suj/head into head. Thisjeff2010-04-2411-1461/+7092
* ffs_mount: remove redundant assignment of geom consumer to devvp.v_bufobjavg2010-04-031-1/+0
* When ffs_realloccg() failed to allocate bigger fragment and, becausekib2010-02-131-1/+3
* One last pass to get all the unsigned comparisons correct.mckusick2010-02-111-1/+1
* This fix corrects a problem in the file system that treats largemckusick2010-02-102-58/+64
* Remove unused variable.trasz2010-02-101-3/+2
* Cast 64-bit quantity to intptr_t rather than int so as to work properlymckusick2010-01-111-2/+2
* Background:mckusick2010-01-112-9/+128
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Implement NFSv4 ACL support for UFS.trasz2009-12-212-16/+58
* VI_OBJDIRTY vnode flag mirrors the state of OBJ_MIGHTBEDIRTY vm objectkib2009-12-211-7/+8
* insmntque_stddtr() clears vp->v_data and resets vp->v_op tokib2009-09-071-0/+1
* The clear_remove() and clear_inodedeps() call vn_start_write(NULL, &mp,kib2009-09-061-5/+21
* When a UFS node is truncated to the zero length, e.g. by explicitkib2009-08-141-1/+8
* In vn_vget_ino() and their inline equivalents, mnt_ref() the mount pointkib2009-07-021-0/+2
* Don't panic on attempt to set ACL on a block device file.trasz2009-07-011-6/+6
* For SU mounts, softdep_fsync() might drop vnode lock, allowing otherkib2009-06-301-4/+25
* Softdep_fsync() may need to lock parent directory of the synced vnode.kib2009-06-301-0/+18
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* Handle lock recursion differenty by always checking against LO_RECURSABLEattilio2009-06-021-2/+2
* Introduce vfs_bio_set_valid() and use it from ffs_realloccg(). Thisalc2009-05-171-8/+6
* Remove the thread argument from the FSD (File-System Dependent) parts ofattilio2009-05-111-13/+16
* Remove VOP_LEASE and supporting functions. This hasn't been used sincerwatson2009-04-101-1/+0
* When removing or renaming snaphost, do not delve into request_cleanup().kib2009-04-041-1/+1
* Correct typo.kib2009-03-271-2/+2
* Fix two issues with bufdaemon, often causing the processes to hang inkib2009-03-161-1/+4
* The non-modifying EA VOPs are executed with only shared vnode lock taken.kib2009-03-122-63/+91
* Do not double-free the struct inode when insmntque failed. Defaultkib2009-03-111-1/+0
* Add a new internal mount flag (MNTK_EXTENDED_SHARED) to indicate that ajhb2009-03-111-3/+7
* Adjust some variables (mostly related to the buffer cache) that holdjhb2009-03-092-3/+3
* Right now, when trying to unmount a device that's already gone,trasz2009-02-231-2/+2
* Refactor, moving error checking outside of thetrasz2009-02-231-7/+7
* - If the g_access() call for the initial root mount fails, then fullyjhb2009-02-111-6/+6
* When a device containing mounted UFS filesystem disappears, the typetrasz2009-02-061-4/+4
* Make sure the cdev doesn't go away while the filesystem is still mounted.trasz2009-01-291-0/+3
OpenPOWER on IntegriCloud