summaryrefslogtreecommitdiffstats
path: root/sys/fs/nandfs
Commit message (Expand)AuthorAgeFilesLines
* sys: Make use of our rounddown() macro when sys/param.h is available.pfg2016-04-301-2/+2
* sys/fs: spelling fixes in comments.pfg2016-04-294-5/+5
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-3/+3
* [PR 206224] bv_cnt is sometimes examined without holding the bufobj lockrpokala2016-01-171-0/+5
* File systems that do not use the buffer cache (such as ZFS) mustrmacklem2015-04-151-0/+1
* nandfs_meta_bread() calls bread() which can set bp to NULL in someimp2015-03-011-1/+2
* Do not leak 'copy' buffer if bmap_truncate_indirect fails.kan2015-02-281-0/+1
* Handle MAKEENTRY cnp flag in the VOP_CREATE(). Curiously, somekib2014-12-211-0/+2
* The VOP_LOOKUP() implementations for CREATE op do not put the namekib2014-12-181-1/+1
* Set the erase block size properly in the case the underlying mediaimp2014-08-021-2/+1
* Follow the ufs practice for disallowing permission changes as well asimp2014-08-021-1/+1
* Fix a minor style(9) issue.imp2014-08-021-4/+2
* Fix typo in comment: noone -> no one.imp2014-07-231-7/+4
* Check for the cross-device cross-link attempt in the VFS, instead ofkib2014-07-161-3/+0
* Naughty NANDFS was using hidden unused flag, hiding the fact that theimp2014-07-071-3/+3
* 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