Jump to content
 







Main menu
   


Navigation  



Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Donate
 




Contribute  



Help
Learn to edit
Community portal
Recent changes
Upload file
 








Search  

































Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 



















Contents

   



(Top)
 


1 Method of operation  





2 Implementations  





3 Comparison to journaling file systems  





4 Notes  





5 External links  





6 References  














Soft updates






Deutsch

 

Edit links
 









Article
Talk
 

















Read
Edit
View history
 








Tools
   


Actions  



Read
Edit
View history
 




General  



What links here
Related changes
Upload file
Special pages
Permanent link
Page information
Cite this page
Get shortened URL
Download QR code
Wikidata item
 




Print/export  



Download as PDF
Printable version
 
















Appearance
   

 






From Wikipedia, the free encyclopedia
 


Soft updates is an approach to maintaining file system metadata integrity in the event of a crash or power outage. Soft updates work by tracking and enforcing dependencies among updates to file system metadata. Soft updates are an alternative to the more commonly used approach of journaling file systems.

Method of operation[edit]

Soft updates allow only asynchronous metadata writes that do not render the on-disk file system inconsistent, or that the only inconsistency that ever happens is a storage space leak (space marked allocated when not used by any file). It avoids having to do ordered synchronous metadata writes by temporarily "rolling back" any part of a metadata block that depends on another potentially non-flushed or partially rolled-back block when writing it.

In effect, blocks may be flushed at any time and the soft updates code will always provide the disk a consistent version of the metadata (as long as it knows which blocks have physically been flushed). Recovery then simply becomes a matter of running a background walk of the file system when it is next mounted to garbage collect any allocated space that has been orphaned. This also permits the file system to selectively flush certain files without having to flush all metadata blocks or all of the records.

Data that is unlinked from the metadata dependency graph before writing it to disk has begun, does not need to be written to disk at all. For example, creating a file, using it for a short period of time, and then deleting it may cause no disk activity at all.

Soft updates require periodic flushing of the metadata to nonvolatile storage.

Implementations[edit]

FreeBSD supports soft updates for the UFS file system[1] and they have been enabled by default during installation for many years. Soft updates are manually enabled or disabled during file system creation with an option to the newfs command.[2] They can be disabled or enabled anytime thereafter with an option to the tunefs command.[3] FreeBSD 9.0 introduced a journaling supplement to soft updates for the purpose of eliminating a background fsck for garbage collection after a crash.[4][5] However, enabling journaling on a file system with soft updates disables the ability to make file system snapshots.[6] This may cause issues when file systems are dumped with the -L option, as snapshots are used to guarantee file system coherency during the dump.

OpenBSD supported soft updates for the FFS file system until the release 7.4 (2023), at which time it was disabled. [7]

NetBSD supported soft updates until the 6.0 release (2012) at which time it was deprecated in favor of WAPBL journaling.[8]


Comparison to journaling file systems[edit]

Neither journaling nor soft updates guarantees that no data will be lost, but they do make sure that the file system remains consistent.

An advantage of a file system with soft updates is that it can be mounted immediately after a crash, since there is no log replay.

Notes[edit]

External links[edit]

References[edit]

  1. ^ McKusick, Marshall Kirk; Neville-Neil, George V. (2005). "8.6". The Design and Implementation of the FreeBSD Operating System. Addison-Wesley. ISBN 978-0321968975.
  • ^ "newfs(8)". FreeBSD. 2017-07-07. Retrieved 2019-02-02.
  • ^ "tunefs(8)". FreeBSD. 2016-04-19. Retrieved 2019-02-02.
  • ^ "FreeBSD 9.0-RELEASE Release Notes". FreeBSD. 2012-01-12. Retrieved 2019-02-02.
  • ^ McKusick, Marshall Kirk; Roberson, Jeff (2010-01-23). "Journaled Soft-updates" (PDF). Retrieved 2019-02-02.
  • ^ "Bug 195485 - [ufs] mksnap_ffs(8) cannot create snapshot with journaled soft updates enabled". FreeBSD. 2014-11-28. Retrieved 2019-02-02.
  • ^ "Soft updates disabled for future VFS work". OpenBSD_Journal. 2023-07-05. Retrieved 2024-03-09.
  • ^ "Announcing NetBSD 6.0". NetBSD. 2012-10-17. Retrieved 2019-02-02.

  • Retrieved from "https://en.wikipedia.org/w/index.php?title=Soft_updates&oldid=1213315132"

    Categories: 
    Berkeley Software Distribution
    BSD software
    Computer file systems
    Disk file systems
    FreeBSD
    DragonFly BSD
    OpenBSD
    Unix file system technology
    Hidden categories: 
    Articles with short description
    Short description matches Wikidata
     



    This page was last edited on 12 March 2024, at 08:22 (UTC).

    Text is available under the Creative Commons Attribution-ShareAlike License 4.0; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.



    Privacy policy

    About Wikipedia

    Disclaimers

    Contact Wikipedia

    Code of Conduct

    Developers

    Statistics

    Cookie statement

    Mobile view



    Wikimedia Foundation
    Powered by MediaWiki