From: bugzilla-daemon@kernel.org
To: linux-ext4@vger.kernel.org
Subject: [Bug 220594] Online defragmentation has broken in 6.16
Date: Thu, 20 Nov 2025 06:52:18 +0000 [thread overview]
Message-ID: <bug-220594-13602-B787bQ83UU@https.bugzilla.kernel.org/> (raw)
In-Reply-To: <bug-220594-13602@https.bugzilla.kernel.org/>
https://bugzilla.kernel.org/show_bug.cgi?id=220594
--- Comment #10 from Artem S. Tashkinov (aros@gmx.com) ---
openat(AT_FDCWD, "/home/birdie/.config/google-chrome/Default/Sync
Data/LevelDB/000435.log", O_RDWR) = 3
ioctl(3, FS_IOC_FIEMAP, {fm_start=0, fm_length=18446744073709551615,
fm_flags=FIEMAP_FLAG_SYNC, fm_extent_count=512} => {fm_flags=FIEMAP_FLAG_SYNC,
fm_mapped_extents=4, ...}) = 0
fstatfs(3, {f_type=EXT2_SUPER_MAGIC, f_bsize=4096, f_blocks=6177397,
f_bfree=4170566, f_bavail=3852103, f_files=1572864, f_ffree=1433202,
f_fsid={val=[0xbbd03838, 0xb062f9ed]}, f_namelen=255, f_frsize=4096,
f_flags=ST_VALID|ST_NOATIME}) = 0
fcntl(3, F_GETLK, {l_type=F_UNLCK, l_whence=SEEK_SET, l_start=0, l_len=0,
l_pid=0}) = 0
fsync(3) = 0
openat(AT_FDCWD, "/home/birdie/.config/google-chrome/Default/Sync
Data/LevelDB/000435.log.defrag", O_WRONLY|O_CREAT|O_EXCL, 0400) = 4
unlink("/home/birdie/.config/google-chrome/Default/Sync
Data/LevelDB/000435.log.defrag") = 0
fallocate(4, 0, 0, 139264) = 0
ioctl(4, FS_IOC_FIEMAP, {fm_start=0, fm_length=18446744073709551615,
fm_flags=FIEMAP_FLAG_SYNC, fm_extent_count=512} => {fm_flags=FIEMAP_FLAG_SYNC,
fm_mapped_extents=1, ...}) = 0
[1/1]/home/birdie/.config/google-chrome/Default/Sync Data/LevelDB/000435.log:
0%) = 97
mmap(NULL, 139264, PROT_READ, MAP_SHARED, 3, 0) = 0x7f5541c99000
mincore(0x7f5541c99000, 139264, [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, ...]) = 0
munmap(0x7f5541c99000, 139264) = 0
ioctl(3, EXT4_IOC_MOVE_EXT, 0x7ffd6bb8ac40) = -1 EBUSY (Device or resource
busy)
sync_file_range(3, 0, 139264,
SYNC_FILE_RANGE_WAIT_BEFORE|SYNC_FILE_RANGE_WRITE|SYNC_FILE_RANGE_WAIT_AFTER) =
0
fadvise64(3, 0, 4096, POSIX_FADV_DONTNEED) = 0
fadvise64(3, 4096, 4096, POSIX_FADV_DONTNEED) = 0
fadvise64(3, 8192, 4096, POSIX_FADV_DONTNEED) = 0
fadvise64(3, 12288, 4096, POSIX_FADV_DONTNEED) = 0
fadvise64(3, 16384, 4096, POSIX_FADV_DONTNEED) = 0
fadvise64(3, 20480, 4096, POSIX_FADV_DONTNEED) = 0
fadvise64(3, 24576, 4096, POSIX_FADV_DONTNEED) = 0
fadvise64(3, 28672, 4096, POSIX_FADV_DONTNEED) = 0
fadvise64(3, 32768, 4096, POSIX_FADV_DONTNEED) = 0
fadvise64(3, 36864, 4096, POSIX_FADV_DONTNEED) = 0
fadvise64(3, 40960, 4096, POSIX_FADV_DONTNEED) = 0
fadvise64(3, 45056, 4096, POSIX_FADV_DONTNEED) = 0
fadvise64(3, 49152, 4096, POSIX_FADV_DONTNEED) = 0
fadvise64(3, 53248, 4096, POSIX_FADV_DONTNEED) = 0
fadvise64(3, 57344, 4096, POSIX_FADV_DONTNEED) = 0
fadvise64(3, 61440, 4096, POSIX_FADV_DONTNEED) = 0
fadvise64(3, 65536, 4096, POSIX_FADV_DONTNEED) = 0
fadvise64(3, 69632, 4096, POSIX_FADV_DONTNEED) = 0
fadvise64(3, 73728, 4096, POSIX_FADV_DONTNEED) = 0
fadvise64(3, 77824, 4096, POSIX_FADV_DONTNEED) = 0
fadvise64(3, 81920, 4096, POSIX_FADV_DONTNEED) = 0
fadvise64(3, 86016, 4096, POSIX_FADV_DONTNEED) = 0
fadvise64(3, 90112, 4096, POSIX_FADV_DONTNEED) = 0
fadvise64(3, 94208, 4096, POSIX_FADV_DONTNEED) = 0
write(1, "\n", 1
) = 1
write(2, "\tFailed to defrag with EXT4_IOC_"..., 62 Failed to defrag with
EXT4_IOC_MOVE_EXT ioctl:Success [ NG ]
) = 62
ioctl(3, FS_IOC_FIEMAP, {fm_start=0, fm_length=18446744073709551615,
fm_flags=FIEMAP_FLAG_SYNC, fm_extent_count=0} => {fm_flags=FIEMAP_FLAG_SYNC,
fm_mapped_extents=4, ...}) = 0
Device or resource busy? Why? Chrome is not open.
ps ax | grep -i chrome
967139 pts/1 S+ 0:00 grep --color=auto -i chrome
Online defragmentation in both 6.16 and 6.17 is broken.
--
You may reply to this email to add a comment.
You are receiving this mail because:
You are watching the assignee of the bug.
next prev parent reply other threads:[~2025-11-20 6:52 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-22 17:57 [Bug 220594] New: Online defragmentation has broken in 6.16 bugzilla-daemon
2025-09-22 18:04 ` [Bug 220594] " bugzilla-daemon
2025-09-25 12:14 ` bugzilla-daemon
2025-09-25 14:24 ` bugzilla-daemon
2025-09-25 18:44 ` bugzilla-daemon
2025-09-25 20:44 ` bugzilla-daemon
2025-09-26 21:29 ` bugzilla-daemon
2025-09-27 13:19 ` bugzilla-daemon
2025-09-28 2:17 ` bugzilla-daemon
2025-11-20 6:48 ` bugzilla-daemon
2025-11-24 5:15 ` Theodore Tso
2025-11-20 6:52 ` bugzilla-daemon [this message]
2025-11-24 5:15 ` bugzilla-daemon
2025-11-24 16:13 ` bugzilla-daemon
2025-11-24 16:33 ` Theodore Tso
2025-11-24 16:33 ` bugzilla-daemon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-220594-13602-B787bQ83UU@https.bugzilla.kernel.org/ \
--to=bugzilla-daemon@kernel.org \
--cc=linux-ext4@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.