summaryrefslogtreecommitdiffstats
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
* Style(9).kib2007-02-151-5/+11
* Remove not needed acquision of the mount interlock aroung reading ofkib2007-02-081-12/+5
* Call pbgetvp() and pbrelvp() instead of setting b_vp directly.tegge2007-02-041-3/+9
* If quotacheck or edquota reset the block or inode grace time formpp2007-02-041-2/+10
* Prevent quotactl calls that pass in an id of -1 from incorrectlympp2007-02-011-7/+20
* Disallow negative UIDs when processing quotactl options.mpp2007-02-011-0/+5
* Cylinder group bitmaps and blocks containing inode for a snapshotkib2007-01-233-0/+120
* Fix build. chkdquot() should not return anything.delphij2007-01-201-1/+1
* Quota system cleanup.mpp2007-01-204-30/+41
* Fix a spelling error. heirarchy -> hierarchy.mpp2007-01-161-1/+1
* Fix a spelling error in some comments. heirarchy -> hierarchy.mpp2007-01-161-2/+2
* Canonicalize copyright: use a date range rather than comma-delimitedrwatson2007-01-081-1/+1
* change vop_lock handling to allowing tracking of callers' file and line forkmacy2006-11-131-9/+11
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-066-43/+84
* Aquire Giant in the softdep_flush for clear_remove() and clear_inodedeps()kib2006-11-011-0/+7
* Add gjournal specific code to the UFS file system:pjd2006-10-317-4/+247
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-222-2/+4
* Do not translate the IN_ACCESS inode flag into the IN_MODIFIED while filesystemkib2006-10-105-34/+89
* Correct check for when IO_SYNC should be set for filesystemtegge2006-10-021-2/+2
* Protect change to bo_flag by holding the bufobj mutex.tegge2006-09-261-0/+2
* Reduce fluctuations of mnt_flag to allow unlocked readers to get ategge2006-09-261-2/+1
* Don't restore MNT_QUOTA bit in mnt_flag after snapshot creation,tegge2006-09-261-1/+1
* Increase mnt_noasync once in softdep_mount() to disallow async io,tegge2006-09-261-0/+5
* Add mnt_noasync counter to better handle interleaved calls to nmount(),tegge2006-09-261-1/+1
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.tegge2006-09-264-15/+57
* Fix the glitch introduced in rev. 1.93. In softdep_sync_metadata(),kib2006-09-201-2/+3
* Declare security and security.bsd sysctl hierarchies in sysctl.h alongrwatson2006-09-171-2/+0
* While checking for update of snapshot file in the ffs_copyonwrite,kib2006-08-211-1/+1
* Correct typo in comment.pjd2006-08-201-1/+1
* Rather than print out a nice error message giving details sufficent to fixobrien2006-07-311-3/+5
* Drop two unnecessary casts.stefanf2006-07-181-2/+2
* The ufs_lookup.c has a critical bug around the whiteoutdaichi2006-07-111-2/+10
* Declare UFS module version.pjd2006-07-091-0/+1
* Change fs->fs_fsmnt to mp->mnt_stat.f_mntonname in warnings about missingpjd2006-07-091-2/+2
* Check the sectorsize of the underlying disk before trying torodrigc2006-06-031-1/+8
* o Rearrange and remove incorrect comments.maxim2006-05-311-8/+3
* o According to POSIX, the result of ftruncate(2) is unspecifiedmaxim2006-05-311-4/+22
* Remove "update" from ffs_opts. It has been moved to global_optsrodrigc2006-05-261-4/+1
* Remove calls to vfs_export() for exporting a filesystem for NFS mountingrodrigc2006-05-261-18/+0
* Take errmsg out of ffs_opts. It is already part of global_optsrodrigc2006-05-241-1/+1
* o Fix a comment: ufs2_dinode.di_blocks counts blocks not bytes actually held.maxim2006-05-211-1/+1
* o Fix a comment: directory whiteout type is DT_WHT not DT_W.maxim2006-05-211-1/+1
* Provide a less cryptic panic message in place of just "found inode."trhodes2006-05-161-1/+2
* Read block hints list from last snapshot on the active snapshot list.tegge2006-05-161-0/+4
* Copy last block on file system again after file system has been suspended.tegge2006-05-151-0/+11
* Don't leak a locked buffer if last block on file system cannot be read.tegge2006-05-151-2/+3
* Errors detected while file system is suspended should not trigger antegge2006-05-151-6/+4
* Expunge traces of unlinked snapshot files when making a new snapshot.tegge2006-05-131-2/+9
* Bring the call to softdep_releasefile() within the region protected bytegge2006-05-091-3/+7
* ffs_syncvnode() might skip some of the blocks due to them being locked,tegge2006-05-061-0/+46
OpenPOWER on IntegriCloud