| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix problems that manifested from filesystem full conditions: | jeff | 2011-04-02 | 1 | -9/+14 |
* | Fix the softdep_request_cleanup() function definition for !SOFTUPDATES case. | kib | 2011-03-28 | 1 | -1/+2 |
* | Add retry code analogous to the block allocation retry code | mckusick | 2011-03-23 | 3 | -21/+46 |
* | Retire opt_ffs_broken_fixme.h. | kib | 2011-03-20 | 1 | -0/+1 |
* | Use ffs() to locate free bits in the inode bitmap rather than a loop with | jhb | 2011-03-04 | 1 | -10/+6 |
* | Use the native sector size of the device backing the UFS volume for SU+J | kib | 2011-02-12 | 2 | -12/+14 |
* | Add some FEATURE macros for some UFS features. | netchild | 2011-02-09 | 2 | -0/+4 |
* | Based on discussions on the svn-src mailing list, rework r218195: | mdf | 2011-02-08 | 1 | -1/+1 |
* | Put the general logic for being a CPU hog into a new function | mdf | 2011-02-02 | 2 | -5/+3 |
* | sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly. | mdf | 2011-01-12 | 1 | -2/+2 |
* | Instead of incrementing freework reference counter in indir_trunc(), do | kib | 2011-01-04 | 1 | -15/+15 |
* | Handle missing jremrefs when a directory is renamed overtop of | kib | 2010-12-30 | 1 | -7/+5 |
* | In indir_trunc(), when processing jnewblk entries that are not written | kib | 2010-12-30 | 1 | -10/+29 |
* | Add kernel side support for BIO_DELETE/TRIM on UFS. | kib | 2010-12-29 | 3 | -2/+116 |
* | Move the definition of mkdirlisthd from header to C file. | kib | 2010-12-29 | 2 | -1/+2 |
* | This patch fixes a soft update panic while running perl 5.12 tests | mckusick | 2010-12-23 | 1 | -1/+2 |
* | Journal start looks up .sujournal file by doing lookup on the root dvp. | kib | 2010-12-01 | 1 | -0/+1 |
* | First step in fixing the handle_workitem_freeblocks panic. | pho | 2010-11-27 | 1 | -5/+6 |
* | Delete /sys/ufs/ffs/README.snapshot as it is no longer relevant. | mckusick | 2010-11-20 | 1 | -110/+0 |
* | The softdep_setup_freeblocks() adds worklist items before | kib | 2010-11-11 | 1 | -2/+5 |
* | Change #ifdef INVARIANTS panic into KASSERT, and print some useful | kib | 2010-11-11 | 1 | -5/+5 |
* | In journal_mount(), only set MNTK_SUJ flag after the jblocks are mapped. | kib | 2010-11-11 | 1 | -13/+18 |
* | Add function lbn_offset to calculate offset of the indirect block of | kib | 2010-11-11 | 3 | -11/+18 |
* | Fix typo. Function is called ffs_blkfree. | kib | 2010-11-11 | 1 | -2/+2 |
* | The r184588 changed the layout of struct export_args, causing an ABI | kib | 2010-10-10 | 1 | -1/+3 |
* | M_USE_RESERVE has been deprecated for a decade. Eliminate any uses that | alc | 2010-10-02 | 1 | -1/+1 |
* | Since local variable 'i' is used only in a KASSERT, declare and | mckusick | 2010-09-29 | 1 | -2/+3 |
* | Fix typo in comment. | kib | 2010-09-29 | 1 | -1/+1 |
* | Correct some non-code typos. | obrien | 2010-09-17 | 1 | -13/+11 |
* | Update comments in soft updates code to more fully describe | mckusick | 2010-09-14 | 3 | -80/+103 |
* | Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE and | jhb | 2010-08-20 | 2 | -3/+3 |
* | Softdep_process_worklist() should unsuspend not only before processing | kib | 2010-08-12 | 1 | -8/+26 |
* | Revert the previous commit. The race is not applicable to the lockmgr | jhb | 2010-07-16 | 1 | -2/+0 |
* | When the MNTK_EXTENDED_SHARED mount option was added, some filesystems were | jhb | 2010-07-16 | 1 | -0/+2 |
* | - Handle the truncation of an inode with an effective link count of 0 in | jeff | 2010-07-06 | 5 | -102/+11 |
* | ffs_softdep: change K&R in function defintions to ANSI prototypes | avg | 2010-06-11 | 1 | -19/+6 |
* | ffs_mount: accept and drop userland-only options that can be passed from | avg | 2010-05-19 | 1 | -3/+12 |
* | - Don't immediately re-run softdepflush if we didn't make any progress | jeff | 2010-05-19 | 2 | -51/+72 |
* | - Call softdep_prealloc() before any of the balloc routines in the | jeff | 2010-05-07 | 2 | -1/+10 |
* | - Use the correct flag mask when determining whether an inode has | jeff | 2010-05-07 | 1 | -1/+1 |
* | Eliminate page queues locking around most calls to vm_page_free(). | alc | 2010-05-06 | 1 | -2/+0 |
* | Acquire the page lock around all remaining calls to vm_page_free() on | alc | 2010-05-05 | 1 | -2/+4 |
* | Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize(). | trasz | 2010-05-05 | 1 | -15/+2 |
* | ffs_vfsops: restore alphabetic order of options in ffs_opts | avg | 2010-04-29 | 1 | -2/+2 |
* | - When canceling jaddrefs they may not yet be in the journal if this is via | jeff | 2010-04-28 | 1 | -1/+2 |
* | - Fix builds without SOFTUPDATES defined in the kernel config. | jeff | 2010-04-28 | 1 | -0/+171 |
* | Fix build for UFS without SOFTUPDATES. | pjd | 2010-04-24 | 1 | -1/+2 |
* | - Merge soft-updates journaling from projects/suj/head into head. This | jeff | 2010-04-24 | 11 | -1461/+7092 |
* | ffs_mount: remove redundant assignment of geom consumer to devvp.v_bufobj | avg | 2010-04-03 | 1 | -1/+0 |
* | When ffs_realloccg() failed to allocate bigger fragment and, because | kib | 2010-02-13 | 1 | -1/+3 |