summaryrefslogtreecommitdiffstats
path: root/sys/fs/nandfs
Commit message (Expand)AuthorAgeFilesLines
* Take out the hack to write -1's to non-NAND. Always do a BIO_DELETE onimp2014-04-183-37/+3
* More properly account for free/reserved segments to avoid deadlock orimp2014-04-184-7/+17
* In sys/fs/nandfs/nandfs_vfsops.c, #if 0 an unused static function.dim2014-02-151-0/+2
* - Convert the bufobj lock to rwlock.jeff2013-05-312-2/+4
* Remove the last use of the deprecated MNT_VNODE_FOREACH interface inkib2013-01-031-28/+4
* Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.attilio2012-11-091-1/+0
* remove duplicate semicolons where possible.eadler2012-10-221-1/+1
* Prevent nump NULL pointer dereference in bmap_getlbns()kevlo2012-09-111-1/+2
* Catch a corner case where ssegs could be 0 and thus i would be 0 andmarcel2012-05-281-8/+7
* Import work done under project/nand (@235533) into head.gber2012-05-1719-0/+11832
OpenPOWER on IntegriCloud