summaryrefslogtreecommitdiffstats
path: root/sys/fs/ext2fs/ext2_alloc.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r277340, r277349:pfg2015-01-281-6/+3
* MFC r262623, r262667:pfg2014-03-041-52/+52
* MFC r261136:pfg2014-01-311-2/+2
* Define ext2fs local types and use them.pfg2013-08-131-9/+10
* Define and use e2fs_lbn_t in ext2fs.pfg2013-06-231-2/+3
* Re-sort ext2fs headers to make things easier to find.pfg2013-06-161-1/+1
* Relax some unnecessary unsigned type changes in ext2fs.pfg2013-06-131-6/+6
* Turn DIAGNOSTICs to INVARIANTS in ext2fs.pfg2013-06-121-6/+6
* s/file system/filesystem/gpfg2013-06-111-5/+5
* Prepare to replace the buf splay with a trie:jeff2013-04-061-2/+0
* ext2fs: Use prototype declarations for function definitionspfg2013-02-101-34/+9
* ext2fs: general cleanup.pfg2013-02-021-5/+4
* ext2fs: make some inode fields match the ext2 spec.pfg2013-01-221-1/+1
* ext2fs: temporarily disable the reallocation code.pfg2013-01-221-2/+2
* Partially bring r242520 to ext2fs.pfg2012-11-281-0/+12
* Fix up kernel sources to be ready for a 64-bit ino_t.mdf2012-09-271-2/+2
* Add support for ns timestamps and birthtime to the ext2/3 driver.pfg2012-03-081-6/+12
* Migrate ufs and ext2fs from skpc() to memcchr().ed2012-01-011-25/+14
* Style cleanups by jh@.pfg2011-12-161-3/+3
* Bring in reallocblk to ext2fs.pfg2011-12-151-34/+154
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Various style fixes including using uint*_t instead of u_int*_t.jhb2011-04-271-2/+2
* Use ffs() to locate free bits in the inode and block bitmaps rather thanjhb2011-02-241-18/+10
* After reading a bitmap block for i-nodes or blocks, recheck the count ofjhb2011-02-081-0/+18
* Fix build with DIAGNOSTIC enabled.jhb2011-02-021-4/+4
* - Set the next_alloc fields for an i-node after allocating a new blockjhb2011-02-011-14/+58
* Whitespace and style fixes.jhb2011-01-191-2/+1
* - Remove duplicate comment.lulf2010-09-011-14/+0
* Bring in the ext2fs work done by Aditya Sarawgi during and after Google Summerlulf2010-01-141-0/+973
OpenPOWER on IntegriCloud