| Commit message (Expand) | Author | Age | Files | Lines |
* | The purpose of this change to the FFS layout policy is to reduce the | mckusick | 2013-03-22 | 1 | -8/+33 |
* | The .journal file needs to reside on the ROOTINO which must not extend | pho | 2013-02-27 | 1 | -1/+1 |
* | Declare functions as static and move global variables to the top; | trasz | 2012-10-28 | 1 | -13/+12 |
* | Fix sbin/ build with a 64-bit ino_t. | mdf | 2012-09-27 | 1 | -3/+3 |
* | Fix warning when compiling with gcc46: | eadler | 2012-01-10 | 1 | -2/+1 |
* | Add missing static keywords for global variables to tools in sbin/. | ed | 2011-11-04 | 1 | -2/+2 |
* | After creating a filesystem using newfs -j the time stamps are all | mckusick | 2011-10-11 | 1 | -0/+10 |
* | When creating a directory entry for the journal, always read at least | kib | 2011-02-12 | 1 | -10/+20 |
* | Add support for FS_TRIM to user-mode UFS utilities. | kib | 2010-12-29 | 1 | -4/+40 |
* | - Round up the journal size to the block size so we don't confuse fsck. | jeff | 2010-05-18 | 1 | -4/+8 |
* | Improve usage of tunefs: | edwin | 2010-05-01 | 1 | -3/+4 |
* | - Use the path to the filesystem mountpoint to look up the statfs | jeff | 2010-04-30 | 1 | -4/+4 |
* | - Merge soft-updates journaling from projects/suj/head into head. This | jeff | 2010-04-24 | 1 | -8/+559 |
* | Quiet spurious warnings. | mckusick | 2010-02-11 | 1 | -2/+2 |
* | Implement NFSv4 ACL support for UFS. | trasz | 2009-12-21 | 1 | -10/+50 |
* | Add -J flag to both newfs(8) and tunefs(8) which allows to enable gjournal | pjd | 2006-10-31 | 1 | -7/+42 |
* | Remove advertising clause from University of California Regent's license, | markm | 2004-04-09 | 1 | -4/+0 |
* | Fixed some style bugs in the residue of rev.1.14 (mainly initialization in | bde | 2004-03-26 | 1 | -26/+23 |
* | Fixed some style bugs in or related to rev.1.13 (mainly misindentation of | bde | 2004-03-26 | 1 | -109/+128 |
* | Use __FBSDID() to quiet GCC 3.3 warnings. | obrien | 2003-05-03 | 1 | -4/+4 |
* | Sort options. | ru | 2003-02-23 | 1 | -19/+19 |
* | Bring in support for volume labels to the filesystem utilities. | gordon | 2003-02-01 | 1 | -8/+32 |
* | Fix problems with how libufs was used, with regard to mounted/active fs's, | jmallett | 2003-01-28 | 1 | -32/+16 |
* | Make tunefs use libufs, it seems to do well enough for printing / setting | jmallett | 2003-01-20 | 1 | -108/+13 |
* | Consistentify output whitespace. | jmallett | 2003-01-18 | 1 | -1/+1 |
* | Create a new 32-bit fs_flags word in the superblock. Add code to move | mckusick | 2002-11-27 | 1 | -1/+1 |
* | s/clear/cleared/ for consistency (sigh) | rwatson | 2002-10-16 | 1 | -2/+2 |
* | Spell 'set' as 'cleared' where appropriate. | rwatson | 2002-10-15 | 1 | -2/+2 |
* | Teach tunefs to print the ACL and multilabel flag information when | rwatson | 2002-10-15 | 1 | -0/+4 |
* | Correct some of the style problems in this file: | rwatson | 2002-10-15 | 1 | -6/+6 |
* | Introduce -a [enable|disable] and -l [enable|disable] flags to the tunefs | rwatson | 2002-10-14 | 1 | -7/+67 |
* | Removed vestiges of the -a and -d options. | bde | 2002-09-06 | 1 | -5/+3 |
* | Remove the -a maxcontig option, the kernel doesn't inspect fs_maxcontig | phk | 2002-09-06 | 1 | -22/+3 |
* | s/filesystem/file system/g as discussed on -developers | trhodes | 2002-08-21 | 1 | -5/+5 |
* | This commit adds basic support for the UFS2 filesystem. The UFS2 | mckusick | 2002-06-21 | 1 | -33/+31 |
* | more file system > filesystem | trhodes | 2002-05-16 | 1 | -3/+3 |
* | Sigh, more BBSIZE related breakage. | phk | 2002-05-12 | 1 | -0/+1 |
* | o remove __P | imp | 2002-03-21 | 1 | -6/+6 |
* | Don't require that the special/filesystem argument translates into | iedowse | 2001-09-30 | 1 | -5/+4 |
* | sprintf -> snprintf | kris | 2001-07-24 | 1 | -1/+2 |
* | Constify, de-register-ify, and set WARNS=2. | dd | 2001-07-15 | 1 | -12/+14 |
* | Do not allow the soft updates flag to be set if the filesystem is dirty. | mckusick | 2001-04-13 | 1 | -1/+4 |
* | Directory layout preference improvements from Grigoriy Orlov <gluk@ptci.ru>. | mckusick | 2001-04-10 | 1 | -7/+50 |
* | Fix 'tunefs -p' | ben | 2001-01-29 | 1 | -0/+1 |
* | The tunefs code assumed that the last argument was the device specification. | charnier | 2000-12-10 | 1 | -88/+140 |
* | Remove .Op when arg is required (special | filesystem). Document that at | charnier | 2000-11-28 | 1 | -125/+114 |
* | Open the device read-only initially and re-open read-write if necessary | sheldonh | 2000-03-14 | 1 | -13/+33 |
* | Remove unused #include and prototype declaration. | luoqi | 2000-01-30 | 1 | -2/+0 |
* | Typo fix. While I am at it, remove the name translation from block to raw | luoqi | 2000-01-30 | 1 | -26/+3 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |