aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs
Commit message (Expand)AuthorAgeFilesLines
...
* Aquire Giant in the softdep_flush for clear_remove() and clear_inodedeps()Konstantin Belousov2006-11-011-0/+7
* Add gjournal specific code to the UFS file system:Pawel Jakub Dawidek2006-10-317-4/+247
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-222-2/+4
* Do not translate the IN_ACCESS inode flag into the IN_MODIFIED while filesystemKonstantin Belousov2006-10-105-34/+89
* Correct check for when IO_SYNC should be set for filesystemTor Egge2006-10-021-2/+2
* Protect change to bo_flag by holding the bufobj mutex.Tor Egge2006-09-261-0/+2
* Reduce fluctuations of mnt_flag to allow unlocked readers to get aTor Egge2006-09-261-2/+1
* Don't restore MNT_QUOTA bit in mnt_flag after snapshot creation,Tor Egge2006-09-261-1/+1
* Increase mnt_noasync once in softdep_mount() to disallow async io,Tor Egge2006-09-261-0/+5
* Add mnt_noasync counter to better handle interleaved calls to nmount(),Tor Egge2006-09-261-1/+1
* Use mount interlock to protect all changes to mnt_flag and mnt_kern_flag.Tor Egge2006-09-264-15/+57
* Fix the glitch introduced in rev. 1.93. In softdep_sync_metadata(),Konstantin Belousov2006-09-201-2/+3
* Declare security and security.bsd sysctl hierarchies in sysctl.h alongRobert Watson2006-09-171-2/+0
* While checking for update of snapshot file in the ffs_copyonwrite,Konstantin Belousov2006-08-211-1/+1
* Correct typo in comment.Pawel Jakub Dawidek2006-08-201-1/+1
* Rather than print out a nice error message giving details sufficent to fixDavid E. O'Brien2006-07-311-3/+5
* Drop two unnecessary casts.Stefan Farfeleder2006-07-181-2/+2
* The ufs_lookup.c has a critical bug around the whiteoutDaichi GOTO2006-07-111-2/+10
* Declare UFS module version.Pawel Jakub Dawidek2006-07-091-0/+1
* Change fs->fs_fsmnt to mp->mnt_stat.f_mntonname in warnings about missingPawel Jakub Dawidek2006-07-091-2/+2
* Check the sectorsize of the underlying disk before trying toCraig Rodrigues2006-06-031-1/+8
* o Rearrange and remove incorrect comments.Maxim Konovalov2006-05-311-8/+3
* o According to POSIX, the result of ftruncate(2) is unspecifiedMaxim Konovalov2006-05-311-4/+22
* Remove "update" from ffs_opts. It has been moved to global_optsCraig Rodrigues2006-05-261-4/+1
* Remove calls to vfs_export() for exporting a filesystem for NFS mountingCraig Rodrigues2006-05-261-18/+0
* Take errmsg out of ffs_opts. It is already part of global_optsCraig Rodrigues2006-05-241-1/+1
* o Fix a comment: ufs2_dinode.di_blocks counts blocks not bytes actually held.Maxim Konovalov2006-05-211-1/+1
* o Fix a comment: directory whiteout type is DT_WHT not DT_W.Maxim Konovalov2006-05-211-1/+1
* Provide a less cryptic panic message in place of just "found inode."Tom Rhodes2006-05-161-1/+2
* Read block hints list from last snapshot on the active snapshot list.Tor Egge2006-05-161-0/+4
* Copy last block on file system again after file system has been suspended.Tor Egge2006-05-151-0/+11
* Don't leak a locked buffer if last block on file system cannot be read.Tor Egge2006-05-151-2/+3
* Errors detected while file system is suspended should not trigger anTor Egge2006-05-151-6/+4
* Expunge traces of unlinked snapshot files when making a new snapshot.Tor Egge2006-05-131-2/+9
* Bring the call to softdep_releasefile() within the region protected byTor Egge2006-05-091-3/+7
* ffs_syncvnode() might skip some of the blocks due to them being locked,Tor Egge2006-05-061-0/+46
* Return error if vnode was reclaimed while it was temporarily unlocked.Tor Egge2006-05-051-1/+11
* Turn off disk quotas for snapshot files.Tor Egge2006-05-052-0/+38
* Avoid locking overhead when snapshots are disabled.Tor Egge2006-05-051-0/+4
* - Set bio_done directly to NULL to indicate that we want to wait for the bio.Pawel Jakub Dawidek2006-05-051-5/+2
* Detect the snapshot file being prematurely unlinked.Tor Egge2006-05-031-0/+10
* Temporarily undo clusters contribution to global runningbufspace whileTor Egge2006-05-031-0/+4
* A side effect of calling runningbufwakeup() is that bp->b_runningbufspace isTor Egge2006-05-031-3/+10
* Close a race when VOP_LOCK() on a snapshot file is attempted at theTor Egge2006-05-022-42/+110
* Fix a typo.Scott Long2006-04-281-1/+1
* - Add a BO_NEEDSGIANT flag to the bufobj. This flag forces all childJeff Roberson2006-04-281-1/+7
* Revert previous to this file before an actual request is made.Tom Rhodes2006-04-221-0/+12
* Remove what I believe are two useless ifdefs. If a user or administratorTom Rhodes2006-04-211-12/+0
* Fix panic() message to give the right function name.Ken Smith2006-04-171-1/+1
* Eliminate softdep_flush() livelock by accounting for number of worklist itemsTor Egge2006-04-032-1/+7