summaryrefslogtreecommitdiffstats
path: root/sys/ufs/ffs/ffs_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r305977:kib2016-10-031-7/+13
* MFC r305902:kib2016-10-011-57/+62
* arc4random() returns 0 to (2**32)−1, use an alternative to initializekevlo2016-05-221-3/+4
* UFS: spelling fixes on comments.pfg2016-04-291-3/+3
* ufs: replace 0 with NULL for pointers.pfg2016-04-101-4/+7
* Split the global taskqueue used to process all UFS trim completions,kib2016-03-271-3/+3
* Do not relocate extents to make them contiguous if the underlying drive can doimp2015-10-161-2/+12
* Move chdir/chroot-related fdp manipulation to kern_descrip.cmjg2015-07-111-8/+2
* Replace struct filedesc argument in getvnode with struct threadmjg2015-06-161-2/+2
* Limit the number of cylinder groups that will be searched whenmckusick2015-04-241-16/+62
* Adjust printf format specifiers for dev_t and ino_t in kernel.gleb2014-12-171-3/+3
* Update comment to explain search order reverted to historical ordermckusick2014-03-221-10/+11
* Update kernel inclusions of capability.h to use capsicum.h instead; somerwatson2014-03-161-1/+1
* ufs: small formatting fixes.pfg2014-03-021-2/+2
* Fine tune filesystem block allocations under low free-spacemckusick2013-12-301-4/+4
* Change the cap_rights_t type from uint64_t to a structure that we can extendpjd2013-09-051-3/+4
* In looking at block layouts as part of fixing filesystem blockmckusick2013-08-281-2/+2
* A performance problem was reported in PR kern/181226:mckusick2013-08-281-2/+14
* Update to comments describing block allocation policy.mckusick2013-07-141-7/+6
* Make better use of metadata area by avoiding using it for data blocksmckusick2013-07-021-1/+1
* The purpose of this change to the FFS layout policy is to reduce themckusick2013-03-221-65/+163
* UFS support of the unmapped i/o for the user data buffers.kib2013-03-191-4/+6
* An inode block must not be blockingly read while cg block is owned.kib2013-02-271-6/+67
* The UFS2 filesystem allocates new blocks of inodes as they are needed.mckusick2013-02-161-3/+10
* Fix several unsafe pointer dereferences in the buffered_write()kib2013-02-101-3/+23
* When a file is first being written, the dynamic block reallocationmckusick2012-11-031-0/+65
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-12/+2
* Fix up kernel sources to be ready for a 64-bit ino_t.mdf2012-09-271-12/+14
* Extend the KPI to lock and unlock f_offset member of struct file. Itkib2012-07-021-5/+2
* Migrate ufs and ext2fs from skpc() to memcchr().ed2012-01-011-13/+7
* Fix two cases involving opt_capsicum.h and module builds:rwatson2011-08-151-1/+0
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDrwatson2011-08-111-2/+6
* Update to -r224294 to ensure that only one of MNT_SUJ or MNT_SOFTDEPmckusick2011-07-301-2/+2
* Default debugging error messages to off for journaled soft updates sysctls.mckusick2011-07-221-5/+3
* Add an FFS specific mount option to allow a filesystem checkermckusick2011-07-151-8/+177
* When first creating snapshots, we may free some blocks within it.mckusick2011-07-101-1/+5
* - Fix directory count rollbacks by passing the mode to the journal depjeff2011-06-201-1/+1
* Ensure that filesystem metadata contained within persistent snapshotsmckusick2011-06-151-9/+10
* With the restructuring of the block reclaimation code, the notificationmckusick2011-06-151-4/+3
* Update to soft updates journaling to properly track freed blocksmckusick2011-06-121-1/+1
* Implement fully asynchronous partial truncation with softupdates journalingjeff2011-06-101-2/+2
* Grammer fix in comment.mckusick2011-06-051-3/+3
* Due to a lag in updating the fs_pendinginodes count, we cannot dependmckusick2011-05-281-1/+1
* The check for whether a block is going to be claimed by a snapshotmckusick2011-05-261-4/+12
* VFS sometimes is unable to inactivate a vnode when vnode use countkib2011-04-241-1/+2
* Be far more persistent in reclaiming blocks and inodes before givingmckusick2011-04-051-5/+5
* Add retry code analogous to the block allocation retry codemckusick2011-03-231-3/+10
* Use ffs() to locate free bits in the inode bitmap rather than a loop withjhb2011-03-041-10/+6
* Add kernel side support for BIO_DELETE/TRIM on UFS.kib2010-12-291-2/+100
* - Handle the truncation of an inode with an effective link count of 0 injeff2010-07-061-20/+0
OpenPOWER on IntegriCloud