linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-17 15:06:28 to 2018-07-20 17:27:02 UTC [more...]

[PATCH 0/7] fs_info cleanups for volume.c
 2018-07-20 16:37 UTC  (7+ messages)
` [PATCH 1/7] btrfs: Remove fs_info argument from btrfs_add_dev_item
` [PATCH 2/7] btrfs: Remove fs_info from btrfs_rm_dev_replace_remove_srcdev
` [PATCH 3/7] btrfs: remove fs_info argument from update_dev_stat_item
` [PATCH 4/7] btrfs: Remove fs_info from btrfs_assign_next_active_device
` [PATCH 5/7] btrfs: Remove fs_info from btrfs_destroy_dev_replace_tgtdev
` [PATCH 6/7] btrfs: Remove fs_info form btrfs_free_chunk

[PATCH 0/4] 3- and 4- copy RAID1
 2018-07-20 16:35 UTC  (22+ messages)
` [PATCH 2/4] btrfs: add support for 3-copy replication (raid1c3)

[PATCH 01/22] btrfs: add btrfs_delete_ref_head helper
 2018-07-20 16:04 UTC  (41+ messages)
` [PATCH 02/22] btrfs: add cleanup_ref_head_accounting helper
` [PATCH 03/22] btrfs: use cleanup_extent_op in check_ref_cleanup
` [PATCH 04/22] btrfs: only track ref_heads in delayed_ref_updates
` [PATCH 05/22] btrfs: introduce delayed_refs_rsv
` [PATCH 06/22] btrfs: check if free bgs for commit
` [PATCH 07/22] btrfs: don't leak ret from do_chunk_alloc
` [PATCH 08/22] btrfs: dump block_rsv whe dumping space info
` [PATCH 09/22] btrfs: release metadata before running delayed refs
` [PATCH 10/22] btrfs: alloc space cache inode with GFP_NOFS
` [PATCH 11/22] btrfs: fix truncate throttling
` [PATCH 12/22] btrfs: don't use global rsv for chunk allocation
` [PATCH 13/22] btrfs: reset max_extent_size properly
` [PATCH 14/22] btrfs: don't enospc all tickets on flush failure
` [PATCH 15/22] btrfs: run delayed iputs before committing
` [PATCH 16/22] btrfs: loop in inode_rsv_refill
` [PATCH 17/22] btrfs: don't take the dio_sem in the fsync path
` [PATCH 18/22] btrfs: add ALLOC_CHUNK_FORCE to the flushing code
` [PATCH 19/22] btrfs: set max_extent_size properly
` [PATCH 20/22] btrfs: don't use ctl->free_space for max_extent_size
` [PATCH 21/22] btrfs: reset max_extent_size on clear in a bitmap
` [PATCH 22/22] btrfs: only run delayed refs if we're committing

[PATCH 0/7] Structure and callback cleanups
 2018-07-20 14:59 UTC  (12+ messages)
` [PATCH 1/7] btrfs: remove unused member async_submit_bio::fs_info
` [PATCH 2/7] btrfs: remove unused member async_submit_bio::bio_flags
` [PATCH 3/7] btrfs: remove redundant member async_cow::root
` [PATCH 4/7] btrfs: unify end_io callbacks of async_submit_bio
` [PATCH 5/7] btrfs: drop extent_io_ops::tree_fs_info callback
` [PATCH 6/7] btrfs: drop extent_io_ops::merge_bio_hook callback
` [PATCH 7/7] btrfs: drop extent_io_ops::set_range_writeback callback

[PATCH 0/4] More structure shrinking and cleanups
 2018-07-20 14:30 UTC  (5+ messages)
` [PATCH 1/4] btrfs: remove unused member btrfs_root::name
` [PATCH 2/4] btrfs: dev-replace: remove unused members of btrfs_dev_replace
` [PATCH 3/4] btrfs: constify strings passed to assertion helper
` [PATCH 4/4] btrfs: merge free_fs_root helpers

[PATCH v2] btrfs: fix bug of chunk type check
 2018-07-20 12:17 UTC  (2+ messages)

[PATCH 1/2] btrfs: kill btrfs_write_inode
 2018-07-20 11:48 UTC  (5+ messages)

Healthy amount of free space?
 2018-07-20 11:36 UTC  (17+ messages)

[PATCH 0/7] Misc volume patch set part2
 2018-07-20 11:22 UTC  (15+ messages)
` [PATCH 3/7] btrfs: do device clone using the btrfs_scan_one_device
` [PATCH 4/7] btrfs: use the assigned fs_devices instead of the dereference
` [PATCH 6/7] btrfs: add helper btrfs_num_devices() to deduce num_devices
` [PATCH 7/7] btrfs: add helper function check device delete able

[PATCH] btrfs: fix bug of chunk type check
 2018-07-20 10:37 UTC  (4+ messages)

[PATCH] Btrfs: fix mount failure after fsync due to hard link recreation
 2018-07-20  9:59 UTC  (2+ messages)
` [PATCH v2] "

[bug report] btrfs: add helper function check device delete able
 2018-07-20  6:36 UTC  (2+ messages)

[bug report] btrfs: Add type check when reading a chunk
 2018-07-20  5:32 UTC  (5+ messages)

[PATCH v14.8 00/14] Btrfs In-band De-duplication
 2018-07-20  3:39 UTC  (4+ messages)
` [PATCH v14.8 12/14] btrfs: dedupe: Add ioctl for inband deduplication

[PATCH 0/4] Misc cleanups
 2018-07-19 15:40 UTC  (10+ messages)
` [PATCH 1/4] btrfs: Refactor loop in btrfs_release_extent_buffer_page
` [PATCH 3/4] btrfs: Rename EXTENT_BUFFER_DUMMY to EXTENT_BUFFER_PRIVATE

[PATCH 1/2] btrfs: Simplify page unlocking in alloc_extent_buffer
 2018-07-19 15:00 UTC  (2+ messages)

[PATCH 0/5] Enhancement for block group/chunk verification
 2018-07-19 14:22 UTC  (9+ messages)
` [PATCH 5/5] btrfs: Verify every chunk has corresponding block group at mount time

[PATCH RFC v2 1/2] btrfs: scrub: Don't use inode page cache in scrub_handle_errored_block()
 2018-07-19 14:01 UTC  (3+ messages)
` [PATCH RFC 2/2] btrfs: scrub: Cleanup the nodatasum fixup code

[PATCH v2] Btrfs: fix file data corruption after cloning a range and fsync
 2018-07-19 13:35 UTC  (2+ messages)

[PATCH] btrfs: remove remaing full_sync logic from btrfs_sync_file
 2018-07-19 13:32 UTC 

[PULL] uuid_mutex fixes and cleanups part2
 2018-07-19 13:20 UTC  (2+ messages)

[PATCH] btrfs-progs: ins: Add v2 ioctl support in logical-resolve
 2018-07-19 13:13 UTC  (6+ messages)

[PATCH] btrfs: tree-checker: Add DATA_RELOC tree to essential non-empty tree list
 2018-07-19  9:27 UTC  (3+ messages)

btrfs check (not lowmem) and OOM-like hangs (4.17.6)
 2018-07-19  9:22 UTC  (7+ messages)

[PATCH] btrfs-progs: btrfs_close_devices(): only fsync() if device->writeable
 2018-07-18 14:06 UTC  (2+ messages)

[PATCH v2 2/3] btrfs-progs: map-logical: Use btrfs_next_extent_item()
 2018-07-18 14:00 UTC  (2+ messages)

[PATCH 00/19] qgroup unused parameter cleanup
 2018-07-18 13:36 UTC  (26+ messages)
` [PATCH 01/19] btrfs: qgroup: Drop quota_root parameter from add_qgroup_relation_item
` [PATCH 02/19] btrfs: qgroup: Drop quota_root parameter from del_qgroup_relation_item
` [PATCH 03/19] btrfs: qgroup: Drop quota_root parameter from del_qgroup_item
` [PATCH 04/19] btrfs: qgroup: Drop root parameter from update_qgroup_limit_item
` [PATCH 05/19] btrfs: qgroup: Drop root parameter from update_qgroup_info_item
` [PATCH 06/19] btrfs: qgroup: Drop quota_root and fs_info parameters from update_qgroup_status_item
` [PATCH 07/19] btrfs: qgroup: Drop fs_info parameter from btrfs_add_qgroup_relation
` [PATCH 08/19] btrfs: qgroup: Drop fs_info parameter from __del_qgroup_relation
` [PATCH 09/19] btrfs: qgroup: Drop fs_info parameter from btrfs_del_qgroup_relation
` [PATCH 10/19] btrfs: qgroup: Drop fs_info parameter from btrfs_create_qgroup
` [PATCH 11/19] btrfs: qgroup: Drop fs_info parameter from btrfs_remove_qgroup
` [PATCH 12/19] btrfs: qgroup: Drop fs_info parameter from btrfs_limit_qgroup
` [PATCH 13/19] btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_trace_extent
  ` [PATCH v2 "
` [PATCH 14/19] btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_trace_leaf_items
` [PATCH 15/19] btrfs: qgroup: Drop root parameter from btrfs_qgroup_trace_subtree
` [PATCH 16/19] btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_account_extent
` [PATCH 17/19] btrfs: qgroup: Drop fs_info parameter from btrfs_run_qgroups
` [PATCH 18/19] btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_inherit
` [PATCH 19/19] btrfs: qgroup: Drop fs_info parameter from qgroup_rescan_leaf

[GIT PULL] Btrfs fixes for 4.18-rc5
 2018-07-18 12:30 UTC 

[PATCH FIXED v7] Add cli and ioctl to forget scanned device(s)
 2018-07-18  3:41 UTC  (3+ messages)
` [PATCH FIXED v7] btrfs: introduce feature to forget a btrfs device
` [PATCH FIXED v7] btrfs-progs: add cli to forget one or all scanned devices

[PATCH v7] Add cli and ioctl to forget scanned device(s)
 2018-07-18  3:18 UTC  (4+ messages)
` [PATCH v7] btrfs: introduce feature to forget a btrfs device
` [PATCH v7] btrfs-progs: add cli to forget one or all scanned devices

[PATCH resend 0/2] btrfs: fix races between exec and defrag
 2018-07-17 22:09 UTC  (3+ messages)
` [PATCH resend 1/2] btrfs: allow defrag on a file opened ro that has rw permissions
  ` [PATCH resend 2/2] btrfs: defrag: return EPERM not EINVAL when only permissions fail

[RESEND][PATCH v4 0/2] vfs: better dedupe permission check
 2018-07-17 20:14 UTC  (6+ messages)
` [PATCH v4 1/2] vfs: allow dedupe of user owned read-only files
` [PATCH v4 2/2] vfs: dedupe should return EPERM if permission is not granted

task btrfs-transacti:921 blocked for more than 120 seconds during check repair
 2018-07-17 17:50 UTC 

[PATCH] btrfs: fix size_t format string
 2018-07-17 16:02 UTC  (4+ messages)

[PATCH] btrfs: rename btrfs_parse_early_options
 2018-07-17 15:24 UTC  (3+ messages)

[PATCH] btrfs: qgroup: cleanup the unused srcroot from btrfs_qgroup_inherit
 2018-07-17 15:15 UTC  (2+ 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).