linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-02-14 20:35:32 to 2017-02-20 16:56:50 UTC [more...]

[PATCH 0/5] block subsystem refcounter conversions
 2017-02-20 16:56 UTC  (10+ messages)
` [PATCH 1/5] block: convert bio.__bi_cnt from atomic_t to refcount_t
` [PATCH 2/5] block: convert blk_queue_tag.refcnt "
` [PATCH 3/5] block: convert blkcg_gq.refcnt "
` [PATCH 4/5] block: convert io_context.active_ref "
` [PATCH 5/5] block: convert bsg_device.ref_count "

[PATCH] generic/311: Disable dmesg check
 2017-02-20 15:03 UTC  (2+ messages)

mount troubles after crash
 2017-02-20 14:13 UTC 

Large no.of extents for a single small file with a fresh RAID5 setup
 2017-02-20 14:07 UTC  (2+ messages)

[PATCH] Btrfs: remove unnecessary constraint when splitting a leaf
 2017-02-20 13:58 UTC  (3+ messages)

[PATCH] Btrfs: try harder to migrate items to left sibling before splitting a leaf
 2017-02-19 20:56 UTC 

[PATCH] btrfs: Handle btrfs_reloc_clone_csums error correctly to avoid deadlock
 2017-02-20 13:43 UTC  (8+ messages)

[PATCH] qgroup: Retry after commit on getting EDQUOT
 2017-02-20 12:51 UTC  (5+ messages)

[PATCH 0/5] Parameter reduction in compression wrappers
 2017-02-20  8:07 UTC  (7+ messages)
` [PATCH 1/5] btrfs: merge length input and output parameter in compress_pages
` [PATCH 2/5] btrfs: merge nr_pages "
` [PATCH 3/5] btrfs: export compression buffer limits in a header
` [PATCH 4/5] btrfs: use predefined limits for calculating maximum number of pages for compression
` [PATCH 5/5] btrfs: derive maximum output size in the compression implementation

[PATCH 0/7] cleanup __btrfs_map_block
 2017-02-20  6:42 UTC  (17+ messages)
` [PATCH 1/7] Btrfs: create a helper for getting chunk map
` [PATCH 2/7] Btrfs: separate DISCARD from __btrfs_map_block
` [PATCH 3/7] Btrfs: introduce a function to get extra mirror from replace
` [PATCH 4/7] Btrfs: handle operations for device replace separately
` [PATCH 5/7] Btrfs: do not add extra mirror when dev_replace target dev is not available
` [PATCH 6/7] Btrfs: helper for ops that requires full stripe
` [PATCH 7/7] Btrfs: convert BUG_ON to WARN_ON

[PATCH] qgroup: Add trace events for reserve and free_ref_root
 2017-02-20  3:02 UTC  (2+ messages)

[PULL] Btrfs patches for 4.11, part 1
 2017-02-20  0:39 UTC  (2+ messages)

Btrfs Heatmap - v5 ... snake, linear ... the virtual address space
 2017-02-19 14:24 UTC  (3+ messages)

FS gives kernel UPS on attempt to create snapshot and after running balance it's unmountable
 2017-02-18 16:44 UTC  (10+ messages)

[PATCH] btrfs: fix hole read corruption for compressed inline extents
 2017-02-18 16:36 UTC  (2+ messages)

high cpu usage due to btrfs_find_space_for_alloc and rb_next
 2017-02-18  7:16 UTC 

man filesystems(5) doesn't contain Btrfs
 2017-02-18  6:02 UTC  (3+ messages)

Subvolume corruption after restart on Raid1 array
 2017-02-17 18:39 UTC  (2+ messages)

[PATCH 00/38] More btrfs_inode cleanups
 2017-02-17 17:26 UTC  (43+ messages)
` [PATCH 01/38] btrfs: Make btrfs_log_all_parents take btrfs_inode
` [PATCH 02/38] btrfs: Make btrfs_insert_dir_item "
` [PATCH 03/38] btrfs: make btrfs_set_inode_index_count "
` [PATCH 04/38] btrfs: Make btrfs_set_inode_index "
` [PATCH 05/38] btrfs: Make btrfs_i_size_write "
` [PATCH 06/38] btrfs: make btrfs_is_free_space_inode "
` [PATCH 07/38] btrfs: make btrfs_alloc_data_chunk_ondemand "
` [PATCH 08/38] btrfs: Make drop_outstanding_extent "
` [PATCH 09/38] btrfs: Make calc_csum_metadata_size "
` [PATCH 10/38] btrfs: Make btrfs_orphan_reserve_metadata "
` [PATCH 11/38] btrfs: Make btrfs_orphan_release_metadata "
` [PATCH 12/38] btrfs: Make btrfs_delalloc_reserve_metadata "
` [PATCH 13/38] btrfs: ale btrfs_delalloc_release_metadata "
` [PATCH 14/38] btrfs: Make (__)btrfs_add_inode_defrag "
` [PATCH 15/38] btrfs: Make btrfs_requeue_inode_defrag "
` [PATCH 16/38] btrfs: Make btrfs_drop_extent_cache "
` [PATCH 17/38] btrfs: Make hole_mergeable "
` [PATCH 18/38] btrfs: Make fille_holes "
` [PATCH 19/38] btrfs: Make btrfs_mark_extent_written "
` [PATCH 20/38] btrfs: Make btrfs_lookup_ordered_range "
` [PATCH 21/38] btrfs: Make check_can_nocow "
` [PATCH 22/38] btrfs: Make lock_and_cleanup_extent_if_need "
` [PATCH 23/38] btrfs: make free_io_failure "
` [PATCH 24/38] btrfs: make btrfs_print_data_csum_error "
` [PATCH 25/38] btrfs: make check_compressed_csum "
` [PATCH 26/38] btrfs: make repair_io_failure "
` [PATCH 27/38] btrfs: make clean_io_failure "
` [PATCH 28/38] btrfs: make btrfs_free_io_failure_record "
` [PATCH 29/38] btrfs: make btrfs_orphan_del "
` [PATCH 30/38] btrfs: Make btrfs_orphan_add "
` [PATCH 31/38] btrfs: Make check_parent_dirs_for_sync "
` [PATCH 32/38] btrfs: make btrfs_log_inode_parent "
` [PATCH 33/38] btrfs: Make btrfs_extent_item_to_extent_map "
` [PATCH 34/38] btrfs: Make btrfs_clear_bit_hook "
` [PATCH 35/38] btrfs: Make clone_update_extent_map "
` [PATCH 36/38] btrfs: Make check_extent_to_block "
` [PATCH 37/38] btrfs: Make get_extent_t "
` [PATCH 38/38] btrfs: Make btrfs_del_delalloc_inode "

[PATCH 0/4] Const char cleanups
 2017-02-17 16:27 UTC  (5+ messages)
` [PATCH 1/4] btrfs: constify device path passed to relevant helpers
` [PATCH 2/4] btrfs: constify input buffer of btrfs_csum_data
` [PATCH 3/4] btrfs: constify buffers used by compression helpers
` [PATCH 4/4] btrfs: constify name of subvolume in creation helpers

Opps.. Should be 4.9/4.10 Experiences
 2017-02-17 13:04 UTC  (3+ messages)

Way to force allocation of more metadata?
 2017-02-17  8:44 UTC  (3+ messages)

4.10/4.11 Experiences
 2017-02-17  8:43 UTC  (4+ messages)
  ` 4.9/4.10 Experiences

[4.7.2] btrfs_run_delayed_refs:2963: errno=-17 Object already exists
 2017-02-17  8:19 UTC  (5+ messages)

stat(2) returning device ID not existing in mountinfo
 2017-02-17  8:13 UTC  (4+ messages)

[PATCH 00/10] Qgroup fixes for kdave/for-next-20161125 branch
 2017-02-17  2:41 UTC  (3+ messages)

[PATCH v2] btrfs-progs: RAID5:Inject data stripe corruption and verify scrub fixes it
 2017-02-16 23:00 UTC 

[PATCH v2] btrfs-progs: misc-tests: Superblock corruption and recovery using backup
 2017-02-16 22:33 UTC  (2+ messages)

[PATCH v3] btrfs-progs: misc-tests: Superblock corruption and recovery using backup
 2017-02-16 22:31 UTC 

Device ID issue on btrfs
 2017-02-16 19:07 UTC  (2+ messages)

[PATCH 0/8] btrfs: cleanup patches
 2017-02-16 16:41 UTC  (12+ messages)
` [PATCH 1/8] btrfs: pass fs_info to (more) routines that are only called with extent_root
` [PATCH 2/8] btrfs: flush_space always takes fs_info->fs_root
` [PATCH 3/8] btrfs: convert btrfs_inc_block_group_ro to accept fs_info
` [PATCH 4/8] btrfs: free-space-cache, clean up unnecessary root arguments
` [PATCH 5/8] btrfs: btrfs_wait_cache_io_root doesn't use path argument
` [PATCH 6/8] btrfs: btrfs_truncate_free_space_cache always allocates path
` [PATCH 7/8] btrfs: drop unused extent_op arg from btrfs_add_delayed_data_ref
` [PATCH 8/8] btrfs: use btrfs_debug instead of pr_debug in transaction abort

[PATCH] btrfs-progs: RAID5:Inject data stripe corruption and verify scrub fixes it
 2017-02-16 15:51 UTC  (3+ messages)

How to dump/find parity of RAID-5 file?
 2017-02-16 15:14 UTC  (5+ messages)

[GIT PULL] Btrfs fixes and improvements for 4.11
 2017-02-15 21:01 UTC 

[PATCH v2] btrfs: qgroup: Move half of the qgroup accounting time out of commit trans
 2017-02-16 10:16 UTC  (6+ messages)

[PATCH 00/29] Cleanup of unused parameters
 2017-02-16  0:12 UTC  (50+ messages)
` [PATCH 02/29] btrfs: remove unused parameter from check_async_write
` [PATCH 03/29] btrfs: remove unused parameter from clean_tree_block
` [PATCH 04/29] btrfs: remove unused parameter from split_item
` [PATCH 06/29] btrfs: merge two superblock writing helpers
` [PATCH 07/29] btrfs: remove unused parameter from __push_leaf_right
` [PATCH 08/29] btrfs: remove unused parameter from __push_leaf_left
` [PATCH 09/29] btrfs: remove unused parameter from btrfs_subvolume_release_metadata
` [PATCH 10/29] btrfs: remove unused parameter from btrfs_prepare_extent_commit
` [PATCH 12/29] btrfs: remove unused parameter from tree_move_down
` [PATCH 13/29] btrfs: remove unused parameter from tree_move_next_or_upnext
` [PATCH 14/29] btrfs: remove unused parameter from submit_extent_page
` [PATCH 15/29] btrfs: remove unused parameter from update_nr_written
` [PATCH 16/29] btrfs: remove unused parameter from add_pending_csums
` [PATCH 17/29] btrfs: remove unused parameter from extent_write_cache_pages
` [PATCH 18/29] btrfs: remove unused parameter from btrfs_fill_super
` [PATCH 19/29] btrfs: remove unused parameter from __btrfs_alloc_chunk
` [PATCH 20/29] btrfs: remove unused parameter from init_first_rw_device
` [PATCH 22/29] btrfs: remove unused parameters from scrub_setup_wr_ctx
` [PATCH 23/29] btrfs: remove unused parameter from __add_inline_refs
` [PATCH 25/29] btrfs: remove unused parameter from clone_copy_inline_extent
` [PATCH 26/29] btrfs: remove unused parameter from __add_inode_ref
` [PATCH 27/29] btrfs: remove unused parameter from cleanup_write_cache_enospc
` [PATCH 29/29] btrfs: remove unused parameter from adjust_slots_upwards

[PATCH v2] Btrfs: fix btrfs_decompress_buf2page()
 2017-02-15 21:57 UTC  (3+ messages)

[PATCH] Btrfs: fix data loss after truncate when using the no-holes feature
 2017-02-15 18:42 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/7] Qgroup cleanups
 2017-02-15 15:51 UTC  (2+ messages)
` [PATCH 8/7] btrfs: ulist: rename ulist_fini to ulist_release

[PATCH] btrfs-progs: misc-tests: Primary Superblock corruption and recovery using backup Superblock
 2017-02-15  9:14 UTC  (2+ messages)

btrfs/125 deadlock using nospace_cache or space_cache=v2
 2017-02-15  6:41 UTC  (3+ messages)

[PATCH v3] btrfs: relocation: Enhance kernel error output for relocation
 2017-02-15  1:39 UTC 

[PATCH v2] btrfs: relocation: Enhance kernel error output for relocation
 2017-02-15  1:13 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).