btrfs-progs/kernel-shared
Qu Wenruo 5dc737c42c btrfs-progs: print-tree: handle all supported flags
Although we already have a pretty good array defined for all
super/compat_ro/incompat flags, we still rely on a manually defined mask
to do the printing.

This can lead to easy de-sync between the definition and the flags.

Change it to automatically iterate through the array to calculate the
flags, and add the remaining super flags.

Pull-request: #810
Signed-off-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
2024-06-24 19:17:53 +02:00
..
uapi btrfs-progs: fix the conflicting super block flags 2024-06-24 19:17:49 +02:00
README.md
accessors.c
accessors.h btrfs-progs: reorder key initializations 2024-04-30 21:49:15 +02:00
async-thread.c
async-thread.h
backref.c btrfs-progs: error out immediately if an unknown backref type is found 2024-06-05 19:48:04 +02:00
backref.h
compression.h
ctree.c btrfs-progs: reorder key initializations 2024-04-30 21:49:15 +02:00
ctree.h btrfs-progs: fix the conflicting super block flags 2024-06-24 19:17:49 +02:00
delayed-ref.c
delayed-ref.h
dir-item.c btrfs-progs: reorder key initializations 2024-04-30 21:49:15 +02:00
disk-io.c
disk-io.h
extent-io-tree.c
extent-io-tree.h
extent-tree.c btrfs-progs: reorder key initializations 2024-04-30 21:49:15 +02:00
extent_io.c
extent_io.h
file-item.c btrfs-progs: reorder key initializations 2024-04-30 21:49:15 +02:00
file-item.h
file.c btrfs-progs: reorder key initializations 2024-04-30 21:49:15 +02:00
free-space-cache.c btrfs-progs: reorder key initializations 2024-04-30 21:49:15 +02:00
free-space-cache.h
free-space-tree.c
free-space-tree.h
inode-item.c btrfs-progs: reorder key initializations 2024-04-30 21:49:15 +02:00
inode.c btrfs-progs: reorder key initializations 2024-04-30 21:49:15 +02:00
locking.c
locking.h
messages.c
messages.h
misc.h
print-tree.c btrfs-progs: print-tree: handle all supported flags 2024-06-24 19:17:53 +02:00
print-tree.h
root-tree.c
send.h
transaction.c
transaction.h
tree-checker.c
tree-checker.h
tree-mod-log.h
ulist.c
ulist.h
uuid-tree.c btrfs-progs: reorder key initializations 2024-04-30 21:49:15 +02:00
volumes.c btrfs-progs: reorder key initializations 2024-04-30 21:49:15 +02:00
volumes.h
zoned.c btrfs-progs: support byte length for zone resetting 2024-06-03 21:26:39 +02:00
zoned.h btrfs-progs: support byte length for zone resetting 2024-06-03 21:26:39 +02:00

README.md

Shared sources with kernel

Status and progress of kernel/userspace synchronization.

  • accessors.c - done, local changes
  • accessors.h - done, local changes
  • async-thread.c - done
  • async-thread.h - done
  • backref.c - todo
  • backref.h - todo
  • compression.h - done
  • ctree.c - partial
  • ctree.h - partial
  • delayed-ref.c - partial
  • delayed-ref.h - partial
  • dir-item.c - partial
  • disk-io.c - todo
  • disk-io.h - todo
  • extent_io.c
  • extent_io.h
  • extent-io-tree.c - done, local changes
  • extent-io-tree.h - done, local changes
  • extent-tree.c - todo
  • file.c - todo
  • file-item.c - todo
  • file-item.h - partial
  • free-space-cache.c - not needed
  • free-space-cache.h - not needed
  • free-space-tree.c - partial
  • free-space-tree.h - partial
  • inode.c - todo
  • inode-item.c - partial
  • locking.c - done, local changes
  • locking.h - done, local changes
  • messages.c - done, local changes
  • messages.h - done, local changes
  • misc.h - done
  • print-tree.c - partial, sync to kernel
  • print-tree.h - partial
  • root-tree.c - partial
  • root-tree.h - done
  • send.h - done
  • transaction.c - todo
  • transaction.h - partial, local changes
  • tree-checker.c - partial, local changes
  • tree-checker.h - partial, local changes
  • tree-mod-log.h - done, local changes
  • ulist.c - done
  • ulist.h - done
  • uuid-tree.c - partial
  • volumes.c - todo, local changes
  • volumes.h - todo, local changes
  • zoned.c - todo
  • zoned.h - todo