Age | Commit message (Expand) | Author |
2006-12-28 | Zap nextgennumber, unused since LFS went up into the attic. | Thordur I. Bjornsson |
2006-10-20 | brelse() after failed bread(), from Christoph Egger, okay mickey@ | Pedro Martelletto |
2006-08-07 | Revert last commit | Pedro Martelletto |
2006-08-06 | obey the locking disaplince wrt to VOP_CLOSE during umounts | Thordur I. Bjornsson |
2006-06-17 | Refuse to mount a ffs fielsystems whose number of frags is not 1, 2, 4 or 8, | Miod Vallat |
2006-05-20 | Don't mark a mount point read-only if we are about to sync it, otherwise | Pedro Martelletto |
2006-04-19 | Remove unused mount list simple_lock() goo | Pedro Martelletto |
2006-04-12 | revert the new superblock format. it violates the rule that new | Ted Unangst |
2006-04-07 | Add and use ffs_validate(), a function for sanity checking super blocks | Pedro Martelletto |
2006-04-01 | Mark FFS2 file systems with UM_UFS2 | Pedro Martelletto |
2006-03-31 | FFS2 dinode pool needs to be defined here too | Pedro Martelletto |
2006-03-31 | Make ffs_statfs() tag FFS2 file systems as such | Pedro Martelletto |
2006-03-31 | ffs_statfs() should not panic on FFS2 file systems | Pedro Martelletto |
2006-03-31 | Teach ffs_vget() to allocate and associate FFS2 dinodes | Pedro Martelletto |
2006-03-31 | Add a pool for FFS2 dinodes | Pedro Martelletto |
2006-03-31 | Super block changes for FFS2, thanks to all who tested. | Pedro Martelletto |
2006-03-09 | - Slightly more informative error message (requested by krw@) | Pedro Martelletto |
2006-03-09 | Better handling of ancient file systems that still have 4.2 BSD | Pedro Martelletto |
2006-02-14 | if updating supablock fails w/ EROFS just procede w/ unmount thus allowing un... | Michael Shalayeff |
2006-01-03 | Fix UFS2 detection by looking for the super-block at every possible | Pedro Martelletto |
2005-12-28 | Use the DIP macros to uniformly access fields from UFS1 and UFS2 dinodes. | Pedro Martelletto |
2005-12-17 | Remove the 'on disk' inode (dinode) from the 'in memory' inode in UFS. | Pedro Martelletto |
2005-11-30 | Use suser() to check for root privileges, okay hshoexer@ deraadt@ | Pedro Martelletto |
2005-11-30 | No need for vfs_busy() and vfs_unbusy() to take a process pointer | Pedro Martelletto |
2005-11-08 | Use ANSI function declarations and deregister, no binary change | Pedro Martelletto |
2005-11-06 | Replace obsolete comment with one that better describes reality. | Pedro Martelletto |
2005-11-05 | Don't go through the mountpoint vnode list if we want to skip them all. | Pedro Martelletto |
2005-09-29 | Sync dirty data when going from read-write to read-only. | Pedro Martelletto |
2005-07-03 | Extended Attributes was a piece to get to ACLs, however ACLs have not | Dale Rahn |
2005-05-22 | put VLOCKSWORK stuff under a single option, VFSDEBUG | Pedro Martelletto |
2004-08-12 | Prevent a panic by validating the super block size as recorded in the | Otto Moerbeek |
2004-07-14 | trailing '\n' in printf, ok deraadt@ | Pedro Martelletto |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2004-06-04 | rootvp is already externed in systm.h, no need for a local extern | Ted Unangst |
2004-01-25 | vref device vnodes early, so we don't get mismatched vrele calls. | Ted Unangst |
2004-01-20 | some pieces of ufs2. help testing otto sturm | Ted Unangst |
2004-01-07 | sysctls for dirhash variables. with a hint from miod. ok deraadt | Ted Unangst |
2003-10-17 | Be sure i_ffs_gen is always positive. | Mike Pechkin |
2003-10-04 | vrele swap and/or root vnode should we fail during mountroot; found by mpech@... | Michael Shalayeff |
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst |
2003-08-14 | constify vfsops; tedu@ ok | Michael Shalayeff |
2003-07-10 | in statfs, cast disk size to int64_t to prevent overflow on large disks. | Ted Unangst |
2003-06-10 | o make mount(2) return EROFS, not EPERM if ffs is dirty | Todd C. Miller |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2002-08-01 | Limit max file size based on PAGE_SIZE. Even though ffs can handle | Todd C. Miller |
2002-04-23 | In mount.h, rename field export -> export_info, to avoid collision with C++. | Marc Espie |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-22 | Extended Attribute support from FreeBSD/TrustedBSD ok art@, deraadt@ | Dale Rahn |
2002-01-25 | Move softdep sysctls from debug to vfs.ffs; art@ OK | Todd C. Miller |
2002-01-23 | Pool deals fairly well with physical memory shortage, but it doesn't deal | Artur Grabowski |