aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/ext2fs/ext2_inode.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* Fix build with gcc12.Navdeep Parhar2023-10-271-0/+6
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Move mnt_maxsymlinklen into appropriate fs mount data structuresKonstantin Belousov2021-05-221-1/+1
* Add chr/blk devices support.Fedor Uporov2021-05-071-2/+1
* ext2fs: clear write cluster tracking on truncationKonstantin Belousov2021-02-211-0/+1
* vfs: drop the de facto curthread argument from VOP_INACTIVEMateusz Guzik2020-10-201-1/+1
* Add BE architectures support.Fedor Uporov2020-05-171-2/+3
* Rework v_object lifecycle for vnodes.Konstantin Belousov2019-08-291-1/+0
* Remove "struct ucred*" argument from vtruncbufAlan Somers2019-05-241-2/+2
* ext2fs: Initial version of DTrace support.Fedor Uporov2019-04-161-0/+1
* Fix EXT2FS_DEBUG definition usage.Fedor Uporov2018-05-131-0/+1
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Fix physical block number overflow in different places.Fedor Uporov2017-10-241-2/+2
* Add inital extents read-write support.Fedor Uporov2017-10-171-124/+229
* Add check to avoid raw inode iblocks fields overflow in case of huge_file fea...Fedor Uporov2017-09-271-1/+5
* ext2fs: add read-write support for Extended Attributes.Pedro F. Giffuni2017-05-031-0/+2
* prefix UFS symbols with UFS_ to reduce namespace pollutionEd Maste2017-02-151-13/+14
* style(9) cleanups.Pedro F. Giffuni2016-12-281-7/+6
* ext2fs: renumber the license clauses to avoid skipping #3.Pedro F. Giffuni2016-12-021-1/+1
* fs/ext2fs: spelling fixes on comment.Pedro F. Giffuni2016-04-291-1/+1
* Fix the build when INVARIANTS is defined by restoring `bo`'s definition inEnji Cooper2015-01-191-0/+6
* ext2: Garbage-collect some unused variablesPedro F. Giffuni2015-01-191-2/+0
* ext2fs: Fix old out-of-bounds access.Pedro F. Giffuni2014-12-091-6/+16
* ext2fs: use of tab vs spaces.Pedro F. Giffuni2014-02-281-1/+1
* Define ext2fs local types and use them.Pedro F. Giffuni2013-08-131-11/+11
* Turn DIAGNOSTICs to INVARIANTS in ext2fs.Pedro F. Giffuni2013-06-121-3/+3
* - Convert the bufobj lock to rwlock.Jeff Roberson2013-05-311-0/+1
* ext2fs: Use prototype declarations for function definitionsPedro F. Giffuni2013-02-101-25/+7
* ext2fs: general cleanup.Pedro F. Giffuni2013-02-021-1/+1
* Cosmetical off-by-onePedro F. Giffuni2013-01-261-2/+2
* ext2fs: fix a check for negative block numbers.Pedro F. Giffuni2013-01-231-2/+1
* ext2fs: make some inode fields match the ext2 spec.Pedro F. Giffuni2013-01-221-2/+4
* ext2fs: Add some DOINGASYNC check to match ffs.Pedro F. Giffuni2013-01-181-5/+9
* Fix style nitKevin Lo2012-09-111-2/+1
* Remove unused thread argument to vrecycle().Edward Tomasz Napierala2012-04-231-1/+1
* Remove unused thread argument from vtruncbuf().Edward Tomasz Napierala2012-04-231-1/+1
* Style cleanups by jh@.Pedro F. Giffuni2011-12-161-4/+4
* Sync with several changes in UFS/FFS:John Baldwin2011-04-281-14/+10
* Remove prtactive variable and related printf()s in the vop_inactiveKonstantin Belousov2010-11-191-5/+0
* Bring in the ext2fs work done by Aditya Sarawgi during and after Google SummerUlf Lilleengen2010-01-141-0/+537