public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-04-20 12:01:53 to 2018-04-26 13:11:09 UTC [more...]

[PATCH] btrfs: remove unused fs_info parameter
 2018-04-26 13:08 UTC  (4+ messages)

[PATCH] btrfs: trace: Remove unnecessary fs_info parameter for btrfs__reserve_extent event class
 2018-04-26 13:06 UTC  (3+ messages)

[PATCH 0/3] enhance btrfs_raid_array[]
 2018-04-26 13:01 UTC  (6+ messages)
` [PATCH v3 1/3] btrfs: kill btrfs_raid_type_names[]
` [PATCH 2/3] btrfs: kill btrfs_raid_group[]
` [PATCH 3/3] btrfs: kill btrfs_raid_mindev_error[]

[PATCH] btrfs: trace: Add trace points for unused block groups
 2018-04-26  9:17 UTC 

[PATCH 0/2] improve balance logs
 2018-04-26  8:01 UTC  (3+ messages)
` [PATCH 1/2] btrfs: improve balance kernel logs
` [PATCH 2/2] btrfs: add balance args info during start and resume

[PATCH v2] Btrfs: set keep_lock when necessary in btrfs_defrag_leaves
 2018-04-26  4:57 UTC  (2+ messages)

[PATCH] Btrfs: set keep_lock when necessary in btrfs_defrag_leaves
 2018-04-26  1:13 UTC  (3+ messages)

status page
 2018-04-25 19:28 UTC  (7+ messages)

Btrfs progs release 4.16.1
 2018-04-25 17:56 UTC  (7+ messages)

[PATCH] btrfs: Change bit number of BTRFS_FS_BALANCE_RUNNING
 2018-04-25 15:19 UTC  (4+ messages)

Inconsistent behavior of fsync in btrfs
 2018-04-25 13:53 UTC  (6+ messages)

[PATCH v2] btrfs: kill btrfs_raid_type_names[]
 2018-04-25 11:04 UTC  (3+ messages)

[PATCH] btrfs: kill btrfs_raid_mindev_error[]
 2018-04-25 10:32 UTC 

[PATCH] btrfs: kill btrfs_raid_group[]
 2018-04-25  9:54 UTC 

[PATCH] btrfs: kill btrfs_raid_type_names[]
 2018-04-25  9:29 UTC  (5+ messages)

[PATCH V4] Btrfs: enchanse raid1/10 balance heuristic
 2018-04-25  8:31 UTC  (4+ messages)

[PATCH 1/3] btrfs-progs: remove comments about delayed ref in backref.c
 2018-04-25  6:15 UTC  (14+ messages)
` [PATCH 2/3] btrfs-progs: remove useless branch in __merge_refs
` [PATCH 3/3] btrfs-progs: do not merge tree block refs have different root_id
` [PATCH V2] "
` [PATCH V2.1] "

[PATCH v2] btrfs: print-tree: Add locking status output for debug build
 2018-04-24 23:44 UTC  (3+ messages)

[PATCH 0/4] [RESEND] Btrfs: just bunch of patches to ioctl.c
 2018-04-24 23:37 UTC  (5+ messages)
` [PATCH 1/4] [RESEND] Btrfs: btrfs_dedupe_file_range() ioctl, remove 16MiB restriction
` [PATCH 2/4] [RESEND] Btrfs: make should_defrag_range() understood compressed extents
` [PATCH 3/4] [RESEND] Btrfs: allow btrfs_defrag_file() uncompress files on defragmentation
` [PATCH 4/4] [RESEND] Btrfs: reduce size of struct btrfs_inode

[PATCH] btrfs: push relocation recovery into a helper thread
 2018-04-24 18:03 UTC  (3+ messages)

[PATCH] btrfs: update uuid_mutex and device_list_mutex comments
 2018-04-24 15:48 UTC  (2+ messages)

[PATCH 0/5] Remove delay_iput parameter when running delalloc work
 2018-04-24 14:24 UTC  (14+ messages)
` [PATCH 1/5] btrfs: Remove delayed_iput parameter of btrfs_start_delalloc_roots
` [PATCH 2/5] btrfs: Remove delayed_iput parameter from btrfs_start_delalloc_inodes
` [PATCH 3/5] btrfs: Remove delay_iput parameter from __start_delalloc_inodes
` [PATCH 4/5] btrfs: Remove delayed_iput member from btrfs_delalloc_work
` [PATCH 5/5] btrfs: Unexport btrfs_alloc_delalloc_work
  ` [PATCH v2] "

Directory entry not persisted on a fsync
 2018-04-24 14:20 UTC  (4+ messages)

[PATCH v2 0/8] Delayed refs cleanups/streamlining
 2018-04-24 14:18 UTC  (9+ messages)
` [PATCH v2 1/8] btrfs: Factor out common delayed refs init code
` [PATCH v2 2/8] btrfs: Use init_delayed_ref_common in add_delayed_tree_ref
` [PATCH v2 3/8] btrfs: Use init_delayed_ref_common in add_delayed_data_ref
` [PATCH v2 4/8] btrfs: Open-code add_delayed_tree_ref
` [PATCH v2 5/8] btrfs: Open-code add_delayed_data_ref
` [PATCH v2 6/8] btrfs: Introduce init_delayed_ref_head
` [PATCH v2 7/8] btrfs: Use init_delayed_ref_head in add_delayed_ref_head
` [PATCH v2 8/8] btrfs: split delayed ref head initialization and addition

[PATCH 0/3] Simplify counting of extent buffer pages
 2018-04-24 13:26 UTC  (10+ messages)
` [PATCH 1/3] btrfs: simplify counting number of eb pages
` [PATCH 2/3] btrfs: pass only eb to num_extent_pages
` [PATCH 3/3] btrfs: switch types to int when counting eb pages

[PATCH v2 0/4] btrfs: Add write time super block validation
 2018-04-24 13:14 UTC  (10+ messages)
` [PATCH v2 1/4] btrfs: Rename btrfs_check_super_valid() to btrfs_validate_super()
` [PATCH v2 2/4] btrfs: Add incompat flags check for btrfs_check_super_valid()
` [PATCH v2 3/4] btrfs: Add csum type "
` [PATCH v2 4/4] btrfs: Do super block verification before writing it to disk

[PATCH v2 0/3] Cleanup waitqueue_active and barriers
 2018-04-24 13:11 UTC  (4+ messages)
` [PATCH v2 1/3] btrfs: introduce conditional wakeup helpers
` [PATCH v2 2/3] btrfs: add barriers to btrfs_sync_log before log_commit_wait wakeups
` [PATCH v2 3/3] btrfs: replace waitqueue_actvie with cond_wake_up

[PATCH] btrfs-progs: treewide: Replace strerror(errno) with %m
 2018-04-24 11:25 UTC  (4+ messages)

4.14.35: possible circular locking dependency detected
 2018-04-23 23:30 UTC 

[RFC] Add support for BTRFS raid5/6 to GRUB
 2018-04-23 19:17 UTC  (3+ messages)

libbrtfsutil questions
 2018-04-23 18:39 UTC  (2+ messages)

[PATCH] btrfs: Fix wrong first_key parameter in replace_path
 2018-04-23 14:27 UTC  (4+ messages)

[PATCH 0/7] Add ioctl to support extended inode flags
 2018-04-23 13:14 UTC  (12+ messages)
` [PATCH 1/7] btrfs: rename btrfs_update_iflags to reflect which flags it touches
` [PATCH 2/7] btrfs: rename btrfs_mask_flags "
` [PATCH 3/7] btrfs: rename check_flags "
` [PATCH 4/7] btrfs: rename btrfs_flags_to_ioctl "
` [PATCH 5/7] btrfs: add helpers for FS_XFLAG_* conversion
` [PATCH 6/7] btrfs: add FS_IOC_FSGETXATTR ioctl
` [PATCH 7/7] btrfs: add FS_IOC_FSSETXATTR ioctl

4.17-rc1 FS went read-only during balance
 2018-04-23  8:40 UTC  (6+ messages)

btrfs check : check/main.c:3654: check_owner_ref: BUG_ON `rec->is_root` triggered, value `
 2018-04-23  5:19 UTC  (2+ messages)

[RFC PATCH v4 0/6] btrfs-porgs: Allow normal user to call "subvolume list"
 2018-04-23  5:10 UTC  (7+ messages)
` [RFC PATCH v4 1/6] btrfs-progs: sub list: Call rb_free_nodes() in error path
` [RFC PATCH v4 2/6] btrfs-progs: ioctl: Add 3 definitions of new unprivileged ioctl
` [RFC PATCH v4 3/6] btrfs-progs: sub list: Pass specified path down to btrfs_list_subvols()
` [RFC PATCH v4 4/6] btrfs-progs: sub list: Allow normal user to call "subvolume list"
` [RFC PATCH v4 5/6] btrfs-progs: test: Add helper function to check if test user exists
` [RFC PATCH v4 6/6] btrfs-porgs: test: Add cli-test/009 to check subvolume list for both root and normal user

parent transid verify errors, does mount though, how to recover & proceed
 2018-04-23  4:30 UTC  (2+ messages)

[GIT PULL] Btrfs fixes for 4.17-rc1
 2018-04-22 15:06 UTC 

extent-tree.c no space left (4.9.77 + 4.16.2)
 2018-04-21 16:18 UTC  (3+ messages)

4.9.83 - btrfs_truncate_inode_items - nospace left -> transid / csum issues
 2018-04-21 16:15 UTC 

[PATCH 1/3] btrfs: Add incompat flags check for btrfs_check_super_valid()
 2018-04-21  5:18 UTC  (13+ messages)
` [PATCH 3/3] btrfs: Do super block verification before writing it to disk

[PATCH] btrfs: add chattr support for send/receive
 2018-04-20 17:33 UTC  (3+ messages)

[PATCH 0/6] Add ioctl to clear unused space
 2018-04-20 14:49 UTC  (8+ messages)
` [PATCH 1/6] btrfs: extend trim callchain to pass the operation type
` [PATCH 2/6] btrfs: add wrapper to switch clearing operation
` [PATCH 3/6] btrfs: add zeroing clear operation
` [PATCH 4/6] btrfs: add new ioctl BTRFS_IOC_CLEAR_FREE
` [PATCH 5/6] btrfs: add discard secure to clear unused space
` [PATCH 6/6] btrfs: add more zeroout modes for clearing "

[PATCH v2 00/16] Kill fs_info::volume_mutex
 2018-04-20 13:32 UTC  (10+ messages)
` [PATCH v2 12/16] btrfs: track running balance in a simpler way
` [PATCH v2 13/16] btrfs: move and comment read-only check in btrfs_cancel_balance
    ` [PATCH v2.1 "


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