• Join/Login
  • Business Software
  • Open Source Software
  • For Vendors
  • Blog
  • About
  • More
    • Articles
    • Create
    • SourceForge Podcast
    • Site Documentation
    • Subscribe to our Newsletter
    • Support Request
SourceForge logo
For Vendors Help Create Join Login
SourceForge logo
SourceForge logo
Business Software
Open Source Software
SourceForge Podcast
Resources
  • Articles
  • Case Studies
  • Blog
Menu
  • Help
  • Create
  • Join
  • Login
  • Home
  • Browse
  • Ext2/Ext3/Ext4 Filesystems Utilities
  • Patches

fix logdump -b<block> to show correct allocation status

Brought to you by: tytso
  • Summary
  • Files
  • Reviews
  • Support
  • Mailing Lists
  • Tickets ▾
    • Bugs
    • Feature Requests
    • Support Requests
    • Patches
  • News
  • Discussion
  • Donate
  • Code
  • Svn
Menu ▾ ▴
  • Create Ticket
  • View Stats

Group

Searches

  • Changes
  • Closed Tickets
  • Open Tickets

Help

  • Formatting Help

#48 fix logdump -b<block> to show correct allocation status

open
nobody
None
5
2012-11-28
2010-01-07
Anon Sricharoenchai
No

This fix the bug,
https://sourceforge.net/tracker/?func=detail&aid=2927365&group_id=2406&atid=102406

"logdump -b<block>" command in debugfs show incorrect allocation status in
block bitmap

== What happens ==
$ debugfs /dev/sda1
debugfs: logdump -b1827766

It always report "block is SET" like this,

FS block 1802240 logged at journal block 14742 (flags 0x2)
(block bitmap for block 1827766: block is SET)
FS block 1802240 logged at journal block 14749 (flags 0x2)
(block bitmap for block 1827766: block is SET)

== What should happen ==
It should show SET or CLEAR correspond to the bitmap logged in the journal
like this,

FS block 1802240 logged at journal block 14742 (flags 0x2)
(block bitmap for block 1827766: block is CLEAR)
FS block 1802240 logged at journal block 14749 (flags 0x2)
(block bitmap for block 1827766: block is SET)

Discussion

  • Anon Sricharoenchai

    Anon Sricharoenchai - 2010-01-07
     
    e2fsprogs-1.41.9-1ubuntu3.01logdump-bitmap_offset_to_dump.patch
    If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
SourceForge
  • Create a Project
  • Open Source Software
  • Business Software
  • Top Downloaded Projects
Company
  • About
  • Team
  • SourceForge Headquarters
    225 Broadway Suite 1600
    San Diego, CA 92101
    +1 (858) 422-6466
Resources
  • Support
  • Site Documentation
  • Site Status
  • SourceForge Reviews
SourceForge logo
© 2025 Slashdot Media. All Rights Reserved.
Terms Privacy Opt Out Advertise
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.