aboutsummaryrefslogtreecommitdiff
path: root/sys/ufs/ffs
Commit message (Expand)AuthorAgeFilesLines
* - Refactor softdep_setup_freeblocks() into a set of functions to prepareJeff Roberson2011-04-111-151/+221
* Fix a long standing SUJ performance problem:Jeff Roberson2011-04-102-57/+215
* - Don't invalidate jnewblks immediately upon discovering that the blockJeff Roberson2011-04-072-102/+233
* Be far more persistent in reclaiming blocks and inodes before givingKirk McKusick2011-04-053-19/+131
* Fix problems that manifested from filesystem full conditions:Jeff Roberson2011-04-021-9/+14
* Fix the softdep_request_cleanup() function definition for !SOFTUPDATES case.Konstantin Belousov2011-03-281-1/+2
* Add retry code analogous to the block allocation retry codeKirk McKusick2011-03-233-21/+46
* Retire opt_ffs_broken_fixme.h.Konstantin Belousov2011-03-201-0/+1
* Use ffs() to locate free bits in the inode bitmap rather than a loop withJohn Baldwin2011-03-041-10/+6
* Use the native sector size of the device backing the UFS volume for SU+JKonstantin Belousov2011-02-122-12/+14
* Add some FEATURE macros for some UFS features.Alexander Leidinger2011-02-092-0/+4
* Based on discussions on the svn-src mailing list, rework r218195:Matthew D Fleming2011-02-081-1/+1
* Put the general logic for being a CPU hog into a new functionMatthew D Fleming2011-02-022-5/+3
* sysctl(9) cleanup checkpoint: amd64 GENERIC builds cleanly.Matthew D Fleming2011-01-121-2/+2
* Instead of incrementing freework reference counter in indir_trunc(), doKonstantin Belousov2011-01-041-15/+15
* Handle missing jremrefs when a directory is renamed overtop ofKonstantin Belousov2010-12-301-7/+5
* In indir_trunc(), when processing jnewblk entries that are not writtenKonstantin Belousov2010-12-301-10/+29
* Add kernel side support for BIO_DELETE/TRIM on UFS.Konstantin Belousov2010-12-293-2/+116
* Move the definition of mkdirlisthd from header to C file.Konstantin Belousov2010-12-292-1/+2
* This patch fixes a soft update panic while running perl 5.12 testsKirk McKusick2010-12-231-1/+2
* Journal start looks up .sujournal file by doing lookup on the root dvp.Konstantin Belousov2010-12-011-0/+1
* First step in fixing the handle_workitem_freeblocks panic.Peter Holm2010-11-271-5/+6
* Delete /sys/ufs/ffs/README.snapshot as it is no longer relevant.Kirk McKusick2010-11-201-110/+0
* The softdep_setup_freeblocks() adds worklist items beforeKonstantin Belousov2010-11-111-2/+5
* Change #ifdef INVARIANTS panic into KASSERT, and print some usefulKonstantin Belousov2010-11-111-5/+5
* In journal_mount(), only set MNTK_SUJ flag after the jblocks are mapped.Konstantin Belousov2010-11-111-13/+18
* Add function lbn_offset to calculate offset of the indirect block ofKonstantin Belousov2010-11-113-11/+18
* Fix typo. Function is called ffs_blkfree.Konstantin Belousov2010-11-111-2/+2
* The r184588 changed the layout of struct export_args, causing an ABIKonstantin Belousov2010-10-101-1/+3
* M_USE_RESERVE has been deprecated for a decade. Eliminate any uses thatAlan Cox2010-10-021-1/+1
* Since local variable 'i' is used only in a KASSERT, declare andKirk McKusick2010-09-291-2/+3
* Fix typo in comment.Konstantin Belousov2010-09-291-1/+1
* Correct some non-code typos.David E. O'Brien2010-09-171-13/+11
* Update comments in soft updates code to more fully describeKirk McKusick2010-09-143-80/+103
* Add dedicated routines to toggle lockmgr flags such as LK_NOSHARE andJohn Baldwin2010-08-202-3/+3
* Softdep_process_worklist() should unsuspend not only before processingKonstantin Belousov2010-08-121-8/+26
* Revert the previous commit. The race is not applicable to the lockmgrJohn Baldwin2010-07-161-2/+0
* When the MNTK_EXTENDED_SHARED mount option was added, some filesystems wereJohn Baldwin2010-07-161-0/+2
* - Handle the truncation of an inode with an effective link count of 0 inJeff Roberson2010-07-065-102/+11
* ffs_softdep: change K&R in function defintions to ANSI prototypesAndriy Gapon2010-06-111-19/+6
* ffs_mount: accept and drop userland-only options that can be passed fromAndriy Gapon2010-05-191-3/+12
* - Don't immediately re-run softdepflush if we didn't make any progressJeff Roberson2010-05-192-51/+72
* - Call softdep_prealloc() before any of the balloc routines in theJeff Roberson2010-05-072-1/+10
* - Use the correct flag mask when determining whether an inode hasJeff Roberson2010-05-071-1/+1
* Eliminate page queues locking around most calls to vm_page_free().Alan Cox2010-05-061-2/+0
* Acquire the page lock around all remaining calls to vm_page_free() onAlan Cox2010-05-051-2/+4
* Move checking against RLIMIT_FSIZE into one place, vn_rlimit_fsize().Edward Tomasz Napierala2010-05-051-15/+2
* ffs_vfsops: restore alphabetic order of options in ffs_optsAndriy Gapon2010-04-291-2/+2
* - When canceling jaddrefs they may not yet be in the journal if this is viaJeff Roberson2010-04-281-1/+2
* - Fix builds without SOFTUPDATES defined in the kernel config.Jeff Roberson2010-04-281-0/+171