linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-11 11:45:39 to 2020-08-18 15:38:49 UTC [more...]

[PATCH 0/5] Misc warning fixes
 2020-08-18 15:38 UTC  (7+ messages)
` [PATCH 1/5] btrfs: remove const from btrfs_feature_set_name
` [PATCH 2/5] btrfs: compression: move declarations to header
` [PATCH 3/5] btrfs: remove unnecessarily shadowed variables
` [PATCH 4/5] btrfs: scrub: rename ratelimit state varaible to avoid shadowing
` [PATCH 5/5] btrfs: send: remove indirect callback parameter for changed_cb

[PATCH] fstests: btrfs/218 check if mount opts are applied
 2020-08-18 15:33 UTC  (3+ messages)

[PATCH] btrfs: fix put of uninitialized kobject after seed device delete
 2020-08-18 15:31 UTC  (2+ messages)

[PATCH] btrfs: fix space cache memory leak after transaction abort
 2020-08-18 15:28 UTC  (2+ messages)

[PATCH] btrfs-progs: Make btrfs_lookup_dir_index in parity with kernel code
 2020-08-18 15:22 UTC  (2+ messages)

[PATCH 5/5] btrfs: Switch seed device to list api
 2020-08-18 15:19 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/5] Convert seed devices to proper list API
 2020-08-18 15:08 UTC  (10+ messages)
` [PATCH 1/5] btrfs: Factor out reada loop in __reada_start_machine
` [PATCH 2/5] btrfs: Factor out loop logic from btrfs_free_extra_devids
` [PATCH 3/5] btrfs: Make close_fs_devices return void
` [PATCH 4/5] btrfs: Simplify setting/clearing fs_info to btrfs_fs_devices

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

Fwd: Read time tree block corruption detected
 2020-08-18 12:18 UTC  (15+ messages)

[PATCH] btrfs: Merge inode_can_compress in inode_need_compress
 2020-08-18  7:50 UTC  (2+ messages)

compress-force mount option documentation is ambiguous
 2020-08-18  6:39 UTC  (5+ messages)

[PATCH] btrfs: switch to iomap_dio_rw() for dio
 2020-08-17 16:18 UTC 

[PATCH 1/3] btrfs/024: Remove no longer valid test
 2020-08-17 14:24 UTC  (9+ messages)
` [PATCH 2/3] btrfs/173: Adjust compress file check
` [PATCH 3/3] btrfs/174: Adjust error message when setting compressed flag
` [PATCH v2] btrfs/024: Remove no longer valid test

[PATCH] btrfs: block-group: Make read_block_group_item return void
 2020-08-17 13:59 UTC  (2+ messages)

[RFC PATCH 0/8] btrfs: convert to fscontext
 2020-08-17 13:26 UTC  (14+ 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: cleanup how we calculate lockend in lock_and_cleanup_extent_if_need()
 2020-08-17 12:18 UTC  (3+ messages)

[PATCH 00/23][v4] Change data reservations to use the ticketing infra
 2020-08-17 10:42 UTC  (13+ 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

Tree-checker Issue / Corrupt FS after upgrade ?
 2020-08-17  6:40 UTC  (8+ messages)
    ` AW: "
        ` AW: "
            ` AW: "

AW: AW: Tree-checker Issue / Corrupt FS after upgrade ?
 2020-08-17  2:08 UTC 

[PATCH] fstests: btrfs/217 add a test for btrfs seed device stats
 2020-08-16 15:24 UTC  (2+ messages)

5.6 pretty massive unexplained btrfs corruption: parent transid verify failed + open_ctree failed
 2020-08-15  4:41 UTC  (8+ messages)

AW: Tree-checker Issue / Corrupt FS after upgrade ?
 2020-08-15  7:53 UTC 

[PATCH 1/2] btrfs-progs: convert: Ensure the data chunks size never exceed device size
 2020-08-15 23:40 UTC  (3+ messages)

Linux RAID with btrfs stuck and consume 100 % CPU
 2020-08-14 20:04 UTC  (8+ messages)

[PATCH 00/17] Convert to an rwsem for our tree locking
 2020-08-14 14:45 UTC  (11+ messages)
` [PATCH 01/17] btrfs: drop path before adding new uuid tree entry
` [PATCH 03/17] btrfs: do not hold device_list_mutex when closing devices
` [PATCH 09/17] btrfs: add nesting tags to the locking helpers
` [PATCH 14/17] btrfs: introduce BTRFS_NESTING_NEW_ROOT for adding new roots

[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 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)

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

[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)

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

[PATCH] btrfs-progs: --init-extent-tree if extent tree is unreadable
 2020-08-12 17:14 UTC  (4+ 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  (2+ 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  (6+ 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  (4+ messages)
` [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


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).