Age | Commit message (Expand) | Author |
2006-10-16 | Use daddr64_t for logical blocks, okay krw@ thib@ mickey@ | Pedro Martelletto |
2006-10-03 | Introduce daddr64_t and use it for physical block numbers | Pedro Martelletto |
2006-07-18 | Swap inode's associated device number on big-endian architectures when | Pedro Martelletto |
2006-06-18 | Under certain circumstances, ext2fs_inactive() can be called without a | Pedro Martelletto |
2006-04-19 | Remove unused mount list simple_lock() goo | Pedro Martelletto |
2006-01-09 | Put vprint() under DIAGNOSTIC, as to save space in generated ramdisks. | Pedro Martelletto |
2005-12-28 | Use the DIP macros to uniformly access fields from UFS1 and UFS2 dinodes. | Pedro Martelletto |
2005-12-16 | Fix unsigned < 0 check in ext2fs_readdir(), okay krw@ | Pedro Martelletto |
2005-12-15 | A sanity check for an unsigned variable being < 0 after a subtraction | Kenneth R Westerback |
2005-12-14 | Make ext2fs use a memory pool to allocate inodes, okay tedu@ | Pedro Martelletto |
2005-12-11 | Use e2fs_sbsave() instead of bcopy() when dumping the super-block back | Pedro Martelletto |
2005-12-11 | inode/dinode separation for ext2fs | Pedro Martelletto |
2005-11-30 | No need for vfs_busy() and vfs_unbusy() to take a process pointer | Pedro Martelletto |
2005-11-06 | Replace obsolete comment with one that better describes reality. | Pedro Martelletto |
2005-10-06 | typo | Pedro Martelletto |
2005-10-06 | Use part of the reserved space on the disk inode to scatter 16 more bits | Pedro Martelletto |
2005-10-04 | typo | Pedro Martelletto |
2005-08-14 | KNF | Pedro Martelletto |
2005-08-14 | When leaving ext2fs_symlink(), unlock the vnode on both error and | Pedro Martelletto |
2005-07-28 | no point in having an inode pool if we don't use it | Pedro Martelletto |
2005-07-28 | KNF | Pedro Martelletto |
2005-07-03 | Extended Attributes was a piece to get to ACLs, however ACLs have not | Dale Rahn |
2005-05-02 | quadradically -> quadratically, lots of | Pedro Martelletto |
2005-04-30 | Add support for large files (> 4GB). | Niall O'Higgins |
2004-12-26 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-09-18 | hierarchy is spelled hierarchy, from Jonathan Gray | Ted Unangst |
2004-07-13 | Change mode_t and nlink_t from 16bit to 32bit. This allows us to | Todd C. Miller |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
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-05-14 | use pool for namei pathbuf. testing ok millert@ tdeval@ | Ted Unangst |
2004-05-06 | Two missing ifdef FIFO; noticed by form@pdp-11.org.ru. | Alexander Yurchenko |
2004-03-02 | call fifo_reclaim here too | Ted Unangst |
2004-01-20 | some pieces of ufs2. help testing otto sturm | Ted Unangst |
2003-12-06 | u_int8_t variable can't be > 255; pointed out by Mr. GCC3. | Alexander Yurchenko |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-08-25 | rename struct dinode to ufs1_dinode. clears the namespace and makes | Ted Unangst |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-08-14 | constify vfsops; tedu@ ok | Michael Shalayeff |
2003-08-11 | if we run out of space, make the dead vnode VNON. if a VBLK gets out, it | Ted Unangst |
2003-07-06 | remove ext2fs_vinit. it wasn't used and is identical to ufs_vinit. | Ted Unangst |
2003-07-06 | reset inode fields if deleted, prevents a panic after deleting a device. | Ted Unangst |
2003-07-06 | fix off by one. inodes start at 1, so e2fs_icount is a valid inode number. | Ted Unangst |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-26 | fiddle with some type names. change most instances of ufs_daddr_t to | Ted Unangst |
2003-01-31 | File system locking fixups, mostly from NetBSD: | Artur Grabowski |
2002-11-08 | Implement simple vnodeop inheritance for specfs and fifofs. | Artur Grabowski |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-07-29 | Fix two off-by-one errors when sanity-checking inode numbers. In | Federico G. Schwindt |
2002-07-29 | add 2 flags from ext3. useful to help you diagnose problems. | Federico G. Schwindt |