linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-10 15:43:10 to 2020-08-14 11:38:46 UTC [more...]

Is request_firmware() really safe to call in resume callback when /usr/lib/firmware is on btrfs?
 2020-08-14 11:38 UTC  (5+ messages)

[PATCH v4 0/4] btrfs: Enhanced runtime defence against fuzzed images
 2020-08-14 10:29 UTC  (16+ messages)
` [PATCH v4 1/4] btrfs: extent_io: Do extra check for extent buffer read write functions
` [PATCH v4 2/4] btrfs: extent-tree: Kill BUG_ON() in __btrfs_free_extent() and do better comment
` [PATCH v4 3/4] btrfs: extent-tree: Kill the BUG_ON() in insert_inline_extent_backref()
` [PATCH v4 4/4] btrfs: ctree: Checking key orders before merged tree blocks

[PATCH] btrfs: fix space cache memory leak after transaction abort
 2020-08-14 10:04 UTC 

[PATCH 0/7] btrfs: consolidate seed mutex to sprout mutex
 2020-08-14  8:53 UTC  (9+ messages)
` [PATCH 1/7] btrfs: reada: use sprout device_list_mutex
` [PATCH 2/7] btrfs: btrfs_init_devices_late: "
` [PATCH 3/7] btrfs: open code list_head pointer in btrfs_init_dev_replace_tgtdev
` [PATCH 4/7] btrfs: cleanup unused return in btrfs_close_devices
` [PATCH 5/7] btrfs: cleanup btrfs_assign_next_active_device()
` [PATCH 6/7] btrfs: cleanup unnecessary goto in open_seed_device
` [PATCH 7/7] btrfs: btrfs_dev_replace_update_device_in_mapping_tree drop file global declare

[PATCH][v3] btrfs: introduce rescue=all
 2020-08-14  7:14 UTC  (2+ messages)

[PATCH] btrfs: Remove alloc_list splice in btrfs_prepare_sprout
 2020-08-14  6:29 UTC  (3+ messages)

5.6 pretty massive unexplained btrfs corruption: parent transid verify failed + open_ctree failed
 2020-08-14  2:19 UTC  (7+ messages)

Tree-checker Issue / Corrupt FS after upgrade ?
 2020-08-14  0:56 UTC  (5+ messages)
    ` AW: "
        ` AW: "

[GIT PULL] Btrfs updates for 5.9, part 2
 2020-08-13 19:47 UTC  (2+ messages)

[PATCH 00/23][v4] Change data reservations to use the ticketing infra
 2020-08-13 17:12 UTC  (12+ messages)
` [PATCH 12/23] btrfs: add flushing states for handling data reservations
` [PATCH 13/23] btrfs: add the data transaction commit logic into may_commit_transaction
` [PATCH 15/23] btrfs: use ticketing for data space reservations

[PATCH 00/17] Convert to an rwsem for our tree locking
 2020-08-13 14:26 UTC  (24+ messages)
` [PATCH 01/17] btrfs: drop path before adding new uuid tree entry
` [PATCH 02/17] btrfs: fix potential deadlock in the search ioctl
` [PATCH 03/17] btrfs: do not hold device_list_mutex when closing devices
` [PATCH 04/17] btrfs: allocate scrub workqueues outside of locks
` [PATCH 05/17] btrfs: set the correct lockdep class for new nodes
` [PATCH 06/17] btrfs: set the lockdep class for log tree extent buffers
` [PATCH 09/17] btrfs: add nesting tags to the locking helpers
` [PATCH 11/17] btrfs: introduce BTRFS_NESTING_LEFT/BTRFS_NESTING_RIGHT
` [PATCH 12/17] btrfs: introduce BTRFS_NESTING_LEFT/RIGHT_COW
` [PATCH 13/17] btrfs: introduce BTRFS_NESTING_SPLIT for split blocks
` [PATCH 14/17] btrfs: introduce BTRFS_NESTING_NEW_ROOT for adding new roots
` [PATCH 15/17] btrfs: change our extent buffer lock to a rw_semaphore
` [PATCH 16/17] btrfs: remove all of the blocking helpers
` [PATCH 17/17] btrfs: rip out path->leave_spinning

[PATCH] btrfs: remove fsid argument from btrfs_sysfs_update_sprout_fsid
 2020-08-13 13:55 UTC  (4+ messages)

[PATCH] btrfs: refactor how we prepare pages for btrfs_buffered_write()
 2020-08-13 11:22 UTC  (3+ messages)

[PATCH] btrfs: remove the dead copied check in btrfs_copy_from_user()
 2020-08-13 11:03 UTC  (3+ messages)

[PATCH] btrfs: cleanup how we calculate lockend in lock_and_cleanup_extent_if_need()
 2020-08-13  6:33 UTC 

Write time tree block corruption detected
 2020-08-13  5:58 UTC  (4+ messages)

[RFC PATCH 0/8] btrfs: convert to fscontext
 2020-08-12 16:36 UTC  (9+ messages)
` [RFC PATCH 1/8] btrfs: fs_context: Add initial fscontext parameters
` [RFC PATCH 2/8] btrfs: super: Introduce fs_context ops, init and free functions
` [RFC PATCH 3/8] btrfs: super: Introduce btrfs_fc_parse_param and btrfs_apply_configuration
` [RFC PATCH 4/8] btrfs: super: Introduce btrfs_fc_validate
` [RFC PATCH 5/8] btrfs: super: Introduce btrfs_dup_fc
` [RFC PATCH 6/8] btrfs: super: Introduce btrfs_mount_root_fc
` [RFC PATCH 7/8] btrfs: Convert to fs_context
` [RFC PATCH 8/8] btrfs: Remove leftover code from fscontext conversion

[PATCH] btrfs-progs: --init-extent-tree if extent tree is unreadable
 2020-08-12 17:14 UTC  (4+ messages)

Linux RAID with btrfs stuck and consume 100 % CPU
 2020-08-12 14:19 UTC  (5+ messages)

[PATCH] btrfs: Document some invariants of seed code
 2020-08-12 14:04 UTC 

[PATCH] btrfs: Rework error detection in init_tree_roots
 2020-08-12 13:16 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v4] btrfs: trim: fix underflow in trim length to prevent access beyond device boundary
 2020-08-12 11:26 UTC  (17+ messages)
` [PATCH v5] "

[PATCH 2/3] btrfs: do not commit logs and transactions during link and rename operations
 2020-08-12  8:29 UTC  (3+ messages)

[PATCH v4 0/4] btrfs: Enhanced runtime defence against fuzzed images
 2020-08-12  6:02 UTC  (2+ messages)
` [PATCH v4 1/4] btrfs: extent_io: Do extra check for extent buffer read write functions

filesystem issues after abrupt powerloss
 2020-08-12  5:16 UTC 

raid10 corruption while removing failing disk
 2020-08-12  3:03 UTC  (14+ messages)

[PATCH v3 0/5] btrfs: Enhanced runtime defence against fuzzed images
 2020-08-12  1:53 UTC  (16+ messages)
` [PATCH v3 1/5] btrfs: extent_io: Do extra check for extent buffer read write functions
` [PATCH v3 2/5] btrfs: extent-tree: Kill BUG_ON() in __btrfs_free_extent() and do better comment
` [PATCH v3 3/5] btrfs: Detect unbalanced tree with empty leaf before crashing btree operations
` [PATCH v3 4/5] btrfs: extent-tree: Kill the BUG_ON() in insert_inline_extent_backref()
` [PATCH v3 5/5] btrfs: ctree: Checking key orders before merged tree blocks

BTRFS suddenly moving to read-only
 2020-08-11 22:58 UTC  (4+ messages)

system hangs when running btrfs balance
 2020-08-11 21:30 UTC  (5+ messages)

[PATCH v2 0/2] btrfs: remove the inode_need_compress() call in
 2020-08-11 18:59 UTC  (5+ messages)
` [PATCH v2 1/2] btrfs: prevent NULL pointer dereference in compress_file_range() when btrfs_compress_pages() hits default case
` [PATCH v2 2/2] btrfs: inode: don't re-evaluate inode_need_compress() in compress_file_extent()

[PATCH 3/3] btrfs: make fast fsyncs wait only for writeback
 2020-08-11 18:41 UTC  (4+ messages)

[PATCH 1/3] btrfs: do not take the log_mutex of the subvolume when pinning the log
 2020-08-11 14:46 UTC  (2+ messages)

[PATCH] btrfs: check the right variable in btrfs_del_dir_entries_in_log
 2020-08-11 14:38 UTC  (4+ messages)

[PATCH] btrfs: super.c: Set compress_level=0 when using compress=lzo
 2020-08-11 14:22 UTC  (3+ messages)

btrfs crash in kobject_del while running xfstest
 2020-08-11 14:02 UTC  (2+ messages)

[PATCH] btrfs: Remove spurious BUG_ON in btrfs_get_extent
 2020-08-11 13:53 UTC  (2+ messages)

[PATCH AUTOSEL 4.4 03/16] fs/btrfs: Add cond_resched() for try_release_extent_mapping() stalls
 2020-08-11 13:47 UTC  (3+ messages)

[PATCH v2 0/4] btrfs-progs: check: add the ability to repair extent item generation corruption
 2020-08-11 11:44 UTC  (5+ messages)
` [PATCH v2 1/4] btrfs-progs: check/lowmem: add the ability to repair extent item generation
` [PATCH v2 2/4] btrfs-progs: check/original: don't reset extent generation for check_block()
` [PATCH v2 3/4] btrfs-progs: check/original: add the ability to repair extent item generation
` [PATCH v2 4/4] btrfs-progs: tests/fsck: enhance invalid extent item generation test cases

[PATCH 0/3] btrfs: a few performance improvements for fsync and rename/link
 2020-08-11 11:43 UTC 

[PATCH v2 0/4] btrfs-progs: check: add the ability to repair extent item generation corruption
 2020-08-11 11:41 UTC 

[PATCH] btrfs: fix error value in btrfs_get_extent
 2020-08-11 10:28 UTC  (5+ messages)

[PATCH btrfs-progs] Documentation: btrfs-man5: Remove nonexistent nousebackuproot option
 2020-08-11  6:52 UTC  (2+ messages)

KASAN: use-after-free Write in hci_conn_del
 2020-08-11  6:50 UTC  (2+ messages)

[PATCH] btrfs: sysfs: fix NULL pointer dereference at btrfs_sysfs_del_qgroups()
 2020-08-11  6:46 UTC  (4+ messages)

[PATCH AUTOSEL 5.8 08/64] fs/btrfs: Add cond_resched() for try_release_extent_mapping() stalls
 2020-08-10 19:08 UTC  (4+ messages)
` [PATCH AUTOSEL 5.8 25/64] btrfs: fix lockdep splat from btrfs_dump_space_info
` [PATCH AUTOSEL 5.8 58/64] btrfs: allow btrfs_truncate_block() to fallback to nocow for data space reservation
` [PATCH AUTOSEL 5.8 59/64] btrfs: qgroup: free per-trans reserved space when a subvolume gets dropped

[PATCH AUTOSEL 5.7 08/60] fs/btrfs: Add cond_resched() for try_release_extent_mapping() stalls
 2020-08-10 19:10 UTC  (4+ messages)
` [PATCH AUTOSEL 5.7 23/60] btrfs: fix lockdep splat from btrfs_dump_space_info
` [PATCH AUTOSEL 5.7 54/60] btrfs: allow btrfs_truncate_block() to fallback to nocow for data space reservation
` [PATCH AUTOSEL 5.7 55/60] btrfs: qgroup: free per-trans reserved space when a subvolume gets dropped

[PATCH AUTOSEL 5.4 05/45] fs/btrfs: Add cond_resched() for try_release_extent_mapping() stalls
 2020-08-10 19:11 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 19/45] btrfs: fix lockdep splat from btrfs_dump_space_info

[PATCH AUTOSEL 4.19 05/31] fs/btrfs: Add cond_resched() for try_release_extent_mapping() stalls
 2020-08-10 19:12 UTC 

[PATCH AUTOSEL 4.14 03/22] fs/btrfs: Add cond_resched() for try_release_extent_mapping() stalls
 2020-08-10 19:13 UTC 

[PATCH AUTOSEL 4.9 03/17] fs/btrfs: Add cond_resched() for try_release_extent_mapping() stalls
 2020-08-10 19:14 UTC 

[josef-btrfs:locking-rework 16/18] include/trace/events/btrfs.h:2066:1: sparse: sparse: context imbalance in '__btrfs_tree_lock' - wrong count at exit
 2020-08-10 18:19 UTC 

[PATCH RFC] btrfs: change commit txn to end txn in subvol_setflags ioctl
 2020-08-10 18:05 UTC  (6+ messages)

[PATCH] btrfs: relax conditions on user subvolume delete
 2020-08-10 17:22 UTC  (2+ messages)
` [PATCH v2] "

[josef-btrfs:locking-rework 16/18] fs/btrfs/locking.c:204:6: sparse: sparse: context imbalance in '__btrfs_tree_lock' - wrong count at exit
 2020-08-10 17:08 UTC 

Is there some doc or some example of libbtrfs ?
 2020-08-10 16:02 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).