summaryrefslogtreecommitdiffstats
path: root/sys/fs/ext2fs/ext2_vnops.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r295616:pfg2016-02-171-5/+8
* Revert r294271:pfg2016-01-221-33/+18
* MFC r293680pfg2016-01-181-18/+33
* MFC r277354, r277365:pfg2015-02-021-3/+0
* MFC r276007:kib2015-01-041-1/+3
* MFC r272952:kib2014-10-181-1/+1
* MFC r271467, r271468:pfg2014-10-041-2/+47
* MFC r268764:kib2014-07-301-4/+0
* MFC r262623, r262667:pfg2014-03-041-14/+13
* MFC r260988, r261034, r261120, r261235:pfg2014-01-311-1/+1
* MFC r256448, r257029;pfg2013-12-111-1/+1
* Define ext2fs local types and use them.pfg2013-08-131-1/+1
* Add read-only support for extents in ext2fs.pfg2013-08-121-1/+127
* Implement 1003.1-2001 pathconf() keys.pfg2013-07-101-9/+44
* Reinstate the assertion from r253045.pfg2013-07-091-2/+2
* Enhancement when writing an entire block of a file.pfg2013-07-091-9/+20
* Avoid a panic and return EINVAL instead.pfg2013-07-081-2/+2
* Implement SEEK_HOLE/SEEK_DATA for ext2fs.pfg2013-07-071-0/+20
* Turn DIAGNOSTICs to INVARIANTS in ext2fs.pfg2013-06-121-4/+4
* Add currently unused flag argument to the cluster_read(),kib2013-03-141-4/+5
* ext2fs: Use prototype declarations for function definitionspfg2013-02-101-165/+29
* ext2fs: Use EXT2_LINK_MAX instead of LINK_MAXpfg2013-02-051-5/+5
* Fix a couple of issues that appear to be inherited from the oldpfg2012-05-161-1/+5
* Apply changes from r234103 to ext2fs:jh2012-04-131-8/+4
* Restore the blank line incorrectly removed in r234104.jh2012-04-111-0/+1
* Apply changes from r233787 to ext2fs:jh2012-04-101-6/+5
* Remove fifo.h. The only used function declaration from the header iskib2012-03-111-2/+0
* Add support for ns timestamps and birthtime to the ext2/3 driver.pfg2012-03-081-3/+9
* Style cleanups by jh@.pfg2011-12-161-3/+3
* Merge ext2_readwrite.c into ext2_vnops.c as done in UFS in r101729.pfg2011-12-141-2/+329
* Sync with several changes in UFS/FFS:jhb2011-04-281-5/+5
* Use a private EXT2_ROOTINO constant instead of redefining ROOTINO.jhb2011-04-271-3/+4
* Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize().trasz2010-05-051-3/+0
* Fix common misspelling of hierarchyuqs2010-02-201-1/+1
* Revert parts of r202283:lulf2010-01-181-4/+7
* Bring in the ext2fs work done by Aditya Sarawgi during and after Google Summerlulf2010-01-141-0/+1676
OpenPOWER on IntegriCloud