summaryrefslogtreecommitdiffstats
path: root/sys/fs/nandfs/nandfs_subr.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix a minor style(9) issue.imp2014-08-021-4/+2
|
* Take out the hack to write -1's to non-NAND. Always do a BIO_DELETE onimp2014-04-181-31/+1
| | | | | the ranges we want to erase. This is nicer to SSDs that want TRIMs anyway.
* More properly account for free/reserved segments to avoid deadlock orimp2014-04-181-1/+1
| | | | | | | | | worse when filling up a device and then trying to erase files to make space. Without enough space, you can't do that. Also, ensure that the metadata writes don't generate ENOSPC. They will be retried later since the buffers are still dirty... Submitted by: mjg@
* remove duplicate semicolons where possible.eadler2012-10-221-1/+1
| | | | | Approved by: cperciva MFC after: 1 week
* Import work done under project/nand (@235533) into head.gber2012-05-171-0/+1120
The NAND Flash environment consists of several distinct components: - NAND framework (drivers harness for NAND controllers and NAND chips) - NAND simulator (NANDsim) - NAND file system (NAND FS) - Companion tools and utilities - Documentation (manual pages) This work is still experimental. Please use with caution. Obtained from: Semihalf Supported by: FreeBSD Foundation, Juniper Networks
OpenPOWER on IntegriCloud