summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_balloc.c
Commit message (Expand)AuthorAgeFilesLines
* Make better use of metadata area by avoiding using it for data blocksmckusick2013-07-021-2/+24
* Fix several typoseadler2013-05-121-1/+1
* - Correct mispellings of the word occurrencegabor2013-04-171-1/+1
* The purpose of this change to the FFS layout policy is to reduce themckusick2013-03-221-4/+8
* UFS support of the unmapped i/o for the user data buffers.kib2013-03-191-20/+30
* Some style fixes.kib2013-03-141-4/+4
* Add currently unused flag argument to the cluster_read(),kib2013-03-141-2/+2
* When a file is first being written, the dynamic block reallocationmckusick2012-11-031-2/+10
* Add a third flags argument to ffs_syncvnode to avoid a possible conflictmckusick2012-03-251-4/+4
* Use 'curthread_pflags' instead of 'thread_pflags' to signify that onlykib2011-07-091-12/+12
* Use helper functions instead of manually managing TDP_INBDFLUSH.kib2011-07-091-16/+12
* Ensure that filesystem metadata contained within persistent snapshotsmckusick2011-06-151-2/+2
* With the restructuring of the block reclaimation code, the notificationmckusick2011-06-151-0/+24
* Implement fully asynchronous partial truncation with softupdates journalingjeff2011-06-101-6/+40
* - Merge soft-updates journaling from projects/suj/head into head. Thisjeff2010-04-241-2/+11
* Following a fair amount of real world experience with ACLs andrwatson2009-01-271-19/+23
* The ffs_balloc_ufs{1,2} functions call bdwrite() while having severalkib2008-07-231-2/+22
* ffs_balloc_ufsX() routines, in the case of recovering from the failedkib2008-01-031-12/+16
* The ffs_balloc() routines, whan allocating the indirect blocks forkib2007-12-291-2/+42
* Turn most ffs 'DIAGNOSTIC's into INVARIANTS.obrien2007-11-081-2/+2
* For snapshots we need all VOP_LOCKs to be exclusive.phk2005-02-081-6/+4
* - Acquire the ufs lock around several ffs_alloc functions that requirejeff2005-01-241-2/+23
* Remove the unused credential argument from VOP_FSYNC() and VFS_SYNC().phk2005-01-111-4/+4
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Explicitly break out NETA license from Berkeley license to clearlyrwatson2004-10-201-0/+21
* Remove advertising clause from University of California Regent'simp2004-04-071-4/+0
* Eliminate the i_devvp field from the incore UFS inodes, we canphk2003-08-151-0/+2
* Use __FBSDID().obrien2003-06-111-1/+3
* - Add a new 'flags' parameter to getblk().jeff2003-03-041-11/+11
* Correct lines incorrectly added to the copyright message.mckusick2003-02-141-3/+0
* This update is a performance improvement when allocating blocks onmckusick2002-10-221-0/+12
* Fix a file-rewrite performance case for UFS[2]. When rewriting portionsdillon2002-10-181-2/+22
* Add support to UFS2 to provide storage for extended attributes.mckusick2002-07-191-42/+148
* Rename the BALLOC flags from B_* to BA_* to avoid confusion with thedillon2002-06-231-20/+20
* This commit adds basic support for the UFS2 filesystem. The UFS2mckusick2002-06-211-43/+399
* More s/file system/filesystem/gtrhodes2002-05-161-1/+1
* When taking a snapshot, we must check for active files that havemckusick2002-02-021-1/+1
* KSE Milestone 2julian2001-09-121-3/+3
* VOP_BALLOC was never really a VOP in the first place, so convert itphk2001-04-291-20/+13
* Revert consequences of changes to mount.h, part 2.grog2001-04-291-2/+0
* Correct #includes to work with fixed sys/mount.h.grog2001-04-231-0/+2
* Add snapshots to the fast filesystem. Most of the changes supportmckusick2000-07-111-0/+9
* Separate the struct bio related stuff out of <sys/buf.h> intophk2000-05-051-0/+1
* Fix a 'freeing free block' panic in UFS. The problem occurs when thedillon2000-02-241-1/+24
* The only known cause of this panic is running out of disk space.mckusick2000-01-111-3/+13
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Create the macro DOINGASYNC to check whether the MNT_ASYNC flag hasmckusick1999-07-131-2/+4
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-281-8/+8
* Don't dereference an uninitialized pointer in dead code. The deadbde1998-09-121-2/+2
* Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)julian1998-03-081-25/+67
OpenPOWER on IntegriCloud