Linux Btrfs filesystem development
 help / color / mirror / Atom feed
 messages from 2018-01-09 07:44:27 to 2018-01-11 07:24:08 UTC [more...]

[PATCH] btrfs: use enum instead of constant value
 2018-01-11  7:24 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 00/12] mkfs: Quota support through -R|--runtime quota
 2018-01-11  6:04 UTC  (2+ messages)

[PATCH 00/67] btrfs-progs: add the stack prefix for the set/get
 2018-01-11  5:09 UTC  (68+ messages)
` [PATCH 01/67] btrfs-progs: add the stack prefix for block_group_used set/get function
` [PATCH 02/67] btrfs-progs: add the stack prefix for block_group_chunk_objectid "
` [PATCH 03/67] btrfs-progs: add the stack prefix for block_group_flags "
` [PATCH 04/67] btrfs-progs: add the stack prefix for disk_key_objectid "
` [PATCH 05/67] btrfs-progs: add the stack prefix for disk_key_offset "
` [PATCH 06/67] btrfs-progs: add the stack prefix for disk_key_type "
` [PATCH 07/67] btrfs-progs: add the stack prefix for root_generation "
` [PATCH 08/67] btrfs-progs: add the stack prefix for root_bytenr "
` [PATCH 09/67] btrfs-progs: add the stack prefix for root_level "
` [PATCH 10/67] btrfs-progs: add the stack prefix for root_dirid "
` [PATCH 11/67] btrfs-progs: add the stack prefix for root_refs "
` [PATCH 12/67] btrfs-progs: add the stack prefix for root_flags "
` [PATCH 13/67] btrfs-progs: add the stack prefix for root_used "
` [PATCH 14/67] btrfs-progs: add the stack prefix for root_limit "
` [PATCH 15/67] btrfs-progs: add the stack prefix for root_last_snapshot "
` [PATCH 16/67] btrfs-progs: add the stack prefix for root_generation_v2 "
` [PATCH 17/67] btrfs-progs: add the stack prefix for root_ctransid "
` [PATCH 18/67] btrfs-progs: add the stack prefix for root_otransid "
` [PATCH 19/67] btrfs-progs: add the stack prefix for root_stransid "
` [PATCH 20/67] btrfs-progs: add the stack prefix for root_rtransid "
` [PATCH 21/67] btrfs-progs: add the stack prefix for backup_tree_root "
` [PATCH 22/67] btrfs-progs: add the stack prefix for backup_tree_root_gen "
` [PATCH 23/67] btrfs-progs: add the stack prefix for backup_tree_root_level "
` [PATCH 24/67] btrfs-progs: add the stack prefix for backup_chunk_root "
` [PATCH 25/67] btrfs-progs: add the stack prefix for backup_chunk_root_gen "
` [PATCH 26/67] btrfs-progs: add the stack prefix for backup_chunk_root_level "
` [PATCH 27/67] btrfs-progs: add the stack prefix for backup_extent_root "
` [PATCH 28/67] btrfs-progs: add the stack prefix for backup_extent_root_gen "
` [PATCH 29/67] btrfs-progs: add the stack prefix for backup_extent_root_level "
` [PATCH 30/67] btrfs-progs: add the stack prefix for backup_fs_root "
` [PATCH 31/67] btrfs-progs: add the stack prefix for backup_fs_root_gen "
` [PATCH 32/67] btrfs-progs: add the stack prefix for backup_fs_root_level "
` [PATCH 33/67] btrfs-progs: add the stack prefix for backup_dev_root "
` [PATCH 34/67] btrfs-progs: add the stack prefix for backup_dev_root_gen "
` [PATCH 35/67] btrfs-progs: add the stack prefix for backup_dev_root_level "
` [PATCH 36/67] btrfs-progs: add the stack prefix for backup_csum_root "
` [PATCH 37/67] btrfs-progs: add the stack prefix for backup_csum_root_gen "
` [PATCH 38/67] btrfs-progs: add the stack prefix for backup_csum_root_level "
` [PATCH 39/67] btrfs-progs: add the stack prefix for backup_total_bytes "
` [PATCH 40/67] btrfs-progs: add the stack prefix for backup_bytes_used "
` [PATCH 41/67] btrfs-progs: add the stack prefix for backup_num_devices "
` [PATCH 42/67] btrfs-progs: add the stack prefix for super_bytenr "
` [PATCH 43/67] btrfs-progs: add the stack prefix for super_flags "
` [PATCH 44/67] btrfs-progs: add the stack prefix for super_generation "
` [PATCH 45/67] btrfs-progs: add the stack prefix for super_root "
` [PATCH 46/67] btrfs-progs: add the stack prefix for super_sys_array_size "
` [PATCH 47/67] btrfs-progs: add the stack prefix for super_chunk_root_generation "
` [PATCH 48/67] btrfs-progs: add the stack prefix for super_root_level "
` [PATCH 49/67] btrfs-progs: add the stack prefix for super_chunk_root "
` [PATCH 50/67] btrfs-progs: add the stack prefix for super_chunk_root_level "
` [PATCH 51/67] btrfs-progs: add the stack prefix for super_log_root "
` [PATCH 52/67] btrfs-progs: add the stack prefix for super_log_root_transid "
` [PATCH 53/67] btrfs-progs: add the stack prefix for super_log_root_level "
` [PATCH 54/67] btrfs-progs: add the stack prefix for super_total_bytes "
` [PATCH 55/67] btrfs-progs: add the stack prefix for super_bytes_used "
` [PATCH 56/67] btrfs-progs: add the stack prefix for super_sectorsize "
` [PATCH 57/67] btrfs-progs: add the stack prefix for super_nodesize "
` [PATCH 58/67] btrfs-progs: add the stack prefix for super_stripesize "
` [PATCH 59/67] btrfs-progs: add the stack prefix for super_root_dir "
` [PATCH 60/67] btrfs-progs: add the stack prefix for super_num_devices "
` [PATCH 61/67] btrfs-progs: add the stack prefix for super_compat_flags "
` [PATCH 62/67] btrfs-progs: add the stack prefix for super_compat_ro_flags "
` [PATCH 63/67] btrfs-progs: add the stack prefix for super_incompat_flags "
` [PATCH 64/67] btrfs-progs: add the stack prefix for super_csum_type "
` [PATCH 65/67] btrfs-progs: add the stack prefix for super_cache_generation "
` [PATCH 66/67] btrfs-progs: add the stack prefix for super_uuid_tree_generation "
` [PATCH 67/67] btrfs-progs: add the stack prefix for super_magic "

hang in btrfs_async_reclaim_metadata_space
 2018-01-11  3:03 UTC  (3+ messages)

[PATCH] btrfs: return 0 for success in btrfs_alloc_data_chunk_ondemand
 2018-01-11  2:10 UTC  (2+ messages)

[RFC PATCH] btrfs: Fix slight df misreporting when listing mixed block groups fs
 2018-01-11  1:30 UTC  (7+ messages)

[PATCH v6] Add cli and ioctl to forget scanned device(s)
 2018-01-11  1:25 UTC  (3+ messages)
` [PATCH 1/1] btrfs: introduce feature to forget a btrfs device
` [PATCH 1/1] btrfs-progs: add cli to forget one or all scanned devices

[PATCH] btrfs: tree-check: reduce stack consumption in check_dir_item
 2018-01-11  1:14 UTC  (3+ messages)

[PATCH v4 0/4] device_list_add() peparation to add reappearing missing device
 2018-01-10 22:53 UTC  (5+ messages)
` [PATCH 1/4] btrfs: move pr_info into device_list_add
` [PATCH 2/4] btrfs: set the total_devices in device_list_add()
` [PATCH 3/4] btrfs: get device pointer from device_list_add()
` [PATCH 4/4] btrfs: drop devid as device_list_add() arg

Recommendations for balancing as part of regular maintenance?
 2018-01-10 21:37 UTC  (16+ messages)

[PATCH 0/4] Finally remove userspace transaction support
 2018-01-10 16:32 UTC  (13+ messages)
` [PATCH 1/4] btrfs: Remove userspace transaction ioctls
  ` [PATCH v2] "
  ` [PATCH v3] "
` [PATCH 2/4] btrfs: Remove code referencing unused TRANS_USERSPACE
` [PATCH 3/4] btrfs: Remove transaction handle from btrfs_file_private
` [PATCH 4/4] btrfs: Remove btrfs_fs_info::open_ioctl_trans
` [PATCH RESEND 1/4] btrfs: Remove userspace transaction ioctls
  ` [PATCH RESEND 2/4] btrfs: Remove code referencing unused TRANS_USERSPACE
  ` [PATCH RESEND 3/4] btrfs: Remove transaction handle from btrfs_file_private
  ` [PATCH RESEND 4/4] btrfs: Remove btrfs_fs_info::open_ioctl_trans

[PATCH v4 0/6] preparatory work to add device forget
 2018-01-10 15:51 UTC  (11+ messages)
` [PATCH 1/6] btrfs: cleanup btrfs_free_stale_device() usage
` [PATCH 2/6] btrfs: no need to check for btrfs_fs_devices::seeding
` [PATCH 3/6] btrfs: make btrfs_free_stale_device() to iterate all stales
` [PATCH 4/6] btrfs: make btrfs_free_stale_device() argument optional
` [PATCH 5/6] btrfs: rename btrfs_free_stale_devices() arg to skip_dev
` [PATCH 6/6] btrfs: make btrfs_free_stale_device() to match the path

[PATCH 1/2] btrfs-progs: mkfs: Prevent temporary system chunk to use space in reserved 1M range
 2018-01-10 14:27 UTC  (6+ messages)
` [PATCH 2/2] btrfs-progs: mkfs-tests: Add test case to check if the first device extent is occupying reserved 0~1M range

[PATCH v3 0/4] device_list_add() peparation to add reappearing missing device
 2018-01-10 13:26 UTC  (7+ messages)
` [PATCH 1/4] btrfs: move pr_info into device_list_add
` [PATCH 2/4] btrfs: set the total_devices in device_list_add()
` [PATCH 3/4] btrfs: get device pointer from device_list_add()
` [PATCH 4/4] btrfs: drop devid as device_list_add() arg

[PATCH] Re: [Bug-tar] Detection of sparse files is broken on btrfs
 2018-01-10 12:00 UTC  (6+ messages)
  ` [Bug-tar] [PATCH] "

[PATCH v2 1/2] btrfs-progs: fi-usage: Fix wrong RAID10 used and unallocated space
 2018-01-10  6:18 UTC  (2+ messages)
` [PATCH v2 2/2] btrfs-progs: misc-test: Add test case to check if fi usage and show report consistent "

[PATCH] btrfs-progs: Fix wrong chunk allocation type in btrfs_reserve_extent
 2018-01-10  5:51 UTC 

btrfs scrub not repair corruption
 2018-01-10  2:56 UTC  (2+ messages)

[PATCH] Btrfs: raid56: fix race between merge_bio and rbio_orig_end_io
 2018-01-10  1:36 UTC  (2+ messages)
` [PATCH v2] "

[PATCH V2 0/4] device_list_add() peparation to add reappearing missing device
 2018-01-10  1:49 UTC  (5+ messages)
` [PATCH 1/4] btrfs: move pr_info into device_list_add
` [PATCH 2/4] btrfs: set the total_devices in device_list_add()
` [PATCH 3/4] btrfs: get device pointer from device_list_add()
` [PATCH 4/4] btrfs: drop devid as device_list_add() arg

[PATCH 0/5] device_list_add() peparation to add reappearing missing device
 2018-01-10  1:38 UTC  (13+ messages)
` [PATCH 1/5] btrfs: move pr_info into device_list_add
` [PATCH 2/5] btrfs: set the total_devices in device_list_add()
` [PATCH 3/5] btrfs: get device pointer from device_list_add()
` [PATCH 4/5] btrfs: drop devid as device_list_add() arg
` [PATCH 5/5] btrfs: move uuid_mutex closer to exclusivity

[PATCH] btrfs: use correct string length
 2018-01-09 17:36 UTC  (2+ messages)

[PATCH v2 00/10] bugfixes and regression tests of btrfs_get_extent
 2018-01-09 17:35 UTC  (21+ messages)
` [PATCH v2 01/10] Btrfs: fix incorrect block_len in merge_extent_mapping
` [PATCH v2 02/10] Btrfs: fix unexpected EEXIST from btrfs_get_extent
` [PATCH v2 03/10] Btrfs: add helper for em merge logic
` [PATCH v2 04/10] Btrfs: move extent map specific code to extent_map.c
` [PATCH v2 05/10] Btrfs: add extent map selftests
` [PATCH v2 06/10] Btrfs: extent map selftest: buffered write vs dio read
` [PATCH v2 07/10] Btrfs: extent map selftest: dio "
` [PATCH v2 08/10] Btrfs: add WARN_ONCE to detect unexpected error from merge_extent_mapping
` [PATCH v2 09/10] Btrfs: add tracepoint for em's EEXIST case
` [PATCH v2 10/10] Btrfs: noinline merge_extent_mapping

[PATCH 0/3] Add missing flags in the kernel
 2018-01-09 16:58 UTC  (7+ messages)
` [PATCH 1/3] btrfs: define SUPER_FLAG_METADUMP_V2
` [PATCH 2/3] btrfs: add support for SUPER_FLAG_CHANGING_FSID in btrfs.ko
` [PATCH 3/3] btrfs: fail mount when sb flag is not in BTRFS_SUPER_FLAG_SUPP

[PATCH RESEND v3 0/6] preparatory work to add device forget
 2018-01-09 16:24 UTC  (13+ messages)
` [PATCH 1/6] btrfs: cleanup btrfs_free_stale_device() usage
` [PATCH 2/6] btrfs: no need to check for btrfs_fs_devices::seeding
` [PATCH 3/6] btrfs: make btrfs_free_stale_device() to iterate all stales
` [PATCH 4/6] btrfs: make btrfs_free_stale_device() argument optional
` [PATCH 5/6] btrfs: make btrfs_free_stale_device() to match the path
` [PATCH 6/6] btrfs: cleanup to make btrfs_free_stale_device() readable

Recommendations for balancing as part of regular maintenance?
 2018-01-09 14:16 UTC  (3+ messages)

[PATCH 0/4] Btrfs: just bunch of patches to ioctl.c
 2018-01-09 10:53 UTC  (2+ messages)

[PATCH 1/3] btrfs-progs: check: report more specific info about invalid location
 2018-01-09  7:52 UTC  (2+ messages)
` [PATCH 2/3 v2] btrfs-progs: check: do not reset ret after try_repair_inode

[PATCH v2 00/17] btrfs-progs: lowmem check: avoid extents overwrite
 2018-01-09  7:44 UTC  (12+ messages)
` [PATCH v2 06/17] btrfs-progs: lowmem check: introduce force_cow_in_new_chunk()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox