summaryrefslogtreecommitdiff
path: root/sys/fs/ext2fs/ext2_alloc.c
AgeCommit message (Expand)Author
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-01-29Fix block bitmap end position computationFedor Uporov
2022-12-26vfs: add the concept of vnode state transitionsMateusz Guzik
2022-02-06fs: fix a few common typos in source code commentsGordon Bergling
2020-10-06ext2fs: minor typo.Pedro F. Giffuni
2020-09-01fs: clean up empty lines in .c and .h filesMateusz Guzik
2020-07-20ext2fs: Stop checking for failures from malloc(M_WAITOK).Mark Johnston
2020-05-17Add BE architectures support.Fedor Uporov
2020-05-17Add inode bitmap tail initialization.Fedor Uporov
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2019-09-06ext2fs: Remove redundant brelse() after r294954Conrad Meyer
2019-04-16ext2fs: Initial version of DTrace support.Fedor Uporov
2019-03-15Remove unneeded mount point unlock function calls.Fedor Uporov
2019-03-04Do not read the on-disk inode in case of vnode allocation.Fedor Uporov
2019-03-04Do not panic if inode bitmap is corrupted.Fedor Uporov
2019-03-04Validate block bitmaps.Fedor Uporov
2019-03-04Make superblock reading logic more strict.Fedor Uporov
2018-08-21Change unused inodes counters behavior in the cylinder groups.Fedor Uporov
2018-05-13Fix EXT2FS_DEBUG definition usage.Fedor Uporov
2018-03-17Revert r313780 (UFS_ prefix)Ed Maste
2018-03-17Prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste
2018-01-29Add flex_bg/meta_bg features RW support.Fedor Uporov
2018-01-14Add metadata_csum feature support.Fedor Uporov
2018-01-05Add 64bit feature support.Fedor Uporov
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-10-24Fix physical block number overflow in different places.Fedor Uporov
2017-10-24Set doreallocblks sysctl value to zero by default because ofFedor Uporov
2017-10-17Add inital extents read-write support.Fedor Uporov
2017-09-27Add check to avoid raw inode iblocks fields overflow in case of huge_file fea...Fedor Uporov
2017-06-20ext2fs: Add uninit_bg feature support.Pedro F. Giffuni
2017-05-03ext2fs: add read-write support for Extended Attributes.Pedro F. Giffuni
2017-02-15prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste
2016-12-28Undo small wrong style change.Pedro F. Giffuni
2016-12-28style(9) cleanups.Pedro F. Giffuni
2016-12-02ext2fs: renumber the license clauses to avoid skipping #3.Pedro F. Giffuni
2016-06-07ext2fs: cleanup generation number management.Pedro F. Giffuni
2016-05-22arc4random() returns 0 to (2**32)−1, use an alternative to initializeKevin Lo
2016-04-11ext2fs: replace 0 with NULL for pointers.Pedro F. Giffuni
2016-04-01Update comment: Linux does set a randomized generation number of an inodeKevin Lo
2016-01-24ext2: Initialize i_flag after allocation.Pedro F. Giffuni
2015-01-18Remove dead code.Pedro F. Giffuni
2014-12-17Adjust printf format specifiers for dev_t and ino_t in kernel.Gleb Kurtsou
2014-03-21Revert r263449;Pedro F. Giffuni
2014-03-20ext2fs: minor update to the dirpref policy.Pedro F. Giffuni
2014-03-01ext2fs: small formatting fixes.Pedro F. Giffuni
2014-02-28ext2fs: use of tab vs spaces.Pedro F. Giffuni
2014-01-24ext2fs: Re-enable reallocblk.Pedro F. Giffuni
2013-08-13Define ext2fs local types and use them.Pedro F. Giffuni
2013-06-23Define and use e2fs_lbn_t in ext2fs.Pedro F. Giffuni