linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-04-16 18:18:15 to 2018-04-20 17:05:09 UTC [more...]

[PATCH 0/7] Add ioctl to support extended inode flags
 2018-04-20 17:02 UTC  (4+ 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 1/3] btrfs: Add incompat flags check for btrfs_check_super_valid()
 2018-04-20 15:15 UTC  (15+ messages)
` [PATCH 2/3] btrfs: Add csum type "
` [PATCH 3/3] btrfs: Do super block verification before writing it to disk

[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  (34+ messages)
` [PATCH v2 01/16] btrfs: squeeze btrfs_dev_replace_continue_on_mount to its caller
` [PATCH v2 02/16] btrfs: make success path out of btrfs_init_dev_replace_tgtdev more clear
` [PATCH v2 03/16] btrfs: export and rename free_device
` [PATCH v2 04/16] btrfs: move btrfs_init_dev_replace_tgtdev to dev-replace.c and make static
` [PATCH v2 05/16] btrfs: move volume_mutex to callers of btrfs_rm_device
` [PATCH v2 06/16] btrfs: move clearing of EXCL_OP out of __cancel_balance
` [PATCH v2 07/16] btrfs: add proper safety check before resuming dev-replace
` [PATCH v2 08/16] btrfs: add sanity check when resuming balance after mount
` [PATCH v2 09/16] btrfs: cleanup helpers that reset balance state
` [PATCH v2 10/16] btrfs: remove wrong use of volume_mutex from btrfs_dev_replace_start
` [PATCH v2 11/16] btrfs: kill btrfs_fs_info::volume_mutex
` [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 "
` [PATCH v2 14/16] btrfs: drop lock parameter from update_ioctl_balance_args and rename
` [PATCH v2 15/16] btrfs: use mutex in btrfs_resume_balance_async
` [PATCH v2 16/16] btrfs: open code set_balance_control

Hard link not persisted on fsync
 2018-04-20 11:37 UTC  (5+ messages)

[bug report] btrfs fail when run xfstests-dev/btrfs/007
 2018-04-20  9:41 UTC  (2+ messages)

[PATCH] btrfs: fix BUG trying to resume balance without resume flag
 2018-04-20  9:32 UTC 

Recovery from full metadata with all device space consumed?
 2018-04-20  9:17 UTC  (6+ messages)

[PATCH RESEND v4 0/4] device_list_add() peparation to add reappearing missing device
 2018-04-20  6:58 UTC  (8+ messages)

status page
 2018-04-19 16:24 UTC 

[PATCH 1/2] btrfs: Factor out read portion of btrfs_get_blocks_direct
 2018-04-19 15:53 UTC  (4+ messages)

[PATCH 0/15] Review uuid_mutex usage
 2018-04-19 15:22 UTC  (3+ messages)

[PATCH 1/3] btrfs: Drop add_delayed_ref_head fs_info parameter
 2018-04-19 15:14 UTC  (5+ messages)
` [PATCH 2/3] btrfs: Drop fs_info parameter from add_delayed_data_ref
` [PATCH 3/3] btrfs: Drop fs_info parameter from btrfs_merge_delayed_refs

[PATCH 1/6] btrfs: Sink extent_tree arguments in try_release_extent_mapping
 2018-04-19 14:55 UTC  (9+ messages)
` [PATCH 2/6] btrfs: Remove map argument from try_release_extent_state
` [PATCH 3/6] btrfs: Remove redundant tree argument from extent_readpages
` [PATCH 4/6] btrfs: Use list_empty instead of list_empty_careful
` [PATCH 5/6] btrfs: Remove tree argument from extent_writepages
` [PATCH 6/6] btrfs: Remove btrfs_wait_and_free_delalloc_work

[PATCH 1/2] btrfs: print-tree: output enhancement
 2018-04-19 13:12 UTC  (6+ messages)
` [PATCH 2/2] btrfs: print-tree: Add locking status output for debug build

[PATCH v2 1/3] btrfs: clean up le_bitmap_{set, clear}()
 2018-04-19 12:41 UTC  (4+ messages)
` [PATCH v2 2/3] btrfs: optimize free space tree bitmap conversion
` [PATCH v2 3/3] btrfs: remove le_test_bit()

Filesystem full with unallocated space?
 2018-04-19 11:12 UTC  (3+ messages)

[PATCH v2 2/3] btrfs: Add csum type check for btrfs_check_super_valid()
 2018-04-19 11:02 UTC  (2+ messages)
` [PATCH v2 3/3] btrfs: Do super block verification before writing it to disk

[PATCH v2 3/3] btrfs: Do super block verification before writing it to disk
 2018-04-19 10:57 UTC 

[btrfs_put_block_group] WARNING: CPU: 1 PID: 14674 at fs/btrfs/disk-io.c:3675 free_fs_root+0xc2/0xd0 [btrfs]
 2018-04-19  7:25 UTC 

nvme+btrfs+compression sensibility and benchmark
 2018-04-19  7:12 UTC  (8+ messages)

[PATCH v3] btrfs: Fix race condition between delayed refs and blockgroup removal
 2018-04-19  5:38 UTC  (3+ messages)

d_instantiate() and unlock_new_inode() order in btrfs_mkdir()
 2018-04-19  0:54 UTC  (4+ messages)

[PATCH v3] btrfs: Do super block verification before writing it to disk
 2018-04-18 23:24 UTC  (7+ messages)
` [PATCH] "

[PATCH 1/2] btrfs: remove le_bitmap_clear()
 2018-04-18 23:09 UTC  (5+ messages)
` [PATCH 2/2] btrfs: optimize free space tree bitmap conversion

[PATCH v5 0/3] Allow rmdir(2) to delete a subvolume
 2018-04-18 19:28 UTC  (5+ messages)
` [PATCH v5 1/3] btrfs: Move may_destroy_subvol() from ioctl.c to inode.c
` [PATCH v5 2/3] btrfs: Factor out the main deletion process from btrfs_ioctl_snap_destroy()
` [PATCH v5 3/3] btrfs: Allow rmdir(2) to delete an empty subvolume

[PATCH] btrfs: optimize free space tree bitmap conversion
 2018-04-18 18:50 UTC  (3+ messages)

[PATCH] btrfs: delayed-inode: Remove wrong qgroup meta reservation calls
 2018-04-18 18:34 UTC  (4+ messages)

[PATCH] btrfs: fix unaligned access in readdir
 2018-04-18 17:12 UTC  (2+ messages)

[PATCH v2] btrfs: add comment about BTRFS_FS_EXCL_OP
 2018-04-18 14:54 UTC  (2+ messages)

Kernel unaligned access at ... btrfs_real_readdir+0x51c/0x718 [btrfs]
 2018-04-18 13:03 UTC  (6+ messages)

[PATCH] btrfs: update uuid_mutex and device_list_mutex comments
 2018-04-18  9:56 UTC 

[PATCH] btrfs: add chattr support for send/receive
 2018-04-18  9:47 UTC  (5+ messages)
` [PATCH] btrfs-progs: "

[PATCH v3] btrfs-progs: dump-tree: add degraded option
 2018-04-18  9:33 UTC 

[PATCH 0/4] Misc cleanups
 2018-04-18  7:31 UTC  (10+ messages)
` [PATCH 2/4] btrfs: Fix lock release order
` [PATCH 3/4] btrfs: Consolidate error checking for btrfs_alloc_chunk
` [PATCH 4/4] btrfs: Rewrite retry logic in do_chunk_alloc
    ` [PATCH v2] "

[PATCH] btrfs-progs: restore: fix mistake on overwrite_ok() if relative path is given
 2018-04-18  7:12 UTC 

[PATCH v2 00/10] undelete subvolume offline version
 2018-04-18  5:42 UTC  (18+ messages)
` [PATCH v2 02/10] btrfs-progs: extract btrfs_link_subvol from btrfs_mksubvol
` [PATCH v2 03/10] btrfs-progs: use btrfs_find_free_dir_index to find free inode index
` [PATCH v2 04/10] btrfs-progs: undelete-subvol: introduce is_subvol_intact
` [PATCH v2 05/10] btrfs-progs: undelete-subvol: introduce recover_dead_root
` [PATCH v2 06/10] btrfs-progs: undelete-subvol: introduce link_subvol_to_lostfound
` [PATCH v2 07/10] btrfs-progs: undelete-subvol: introduce btrfs_undelete_intact_subvols
` [PATCH v2 08/10] btrfs-progs: undelete-subvol: add undelete-subvol subcommand
` [PATCH v2 09/10] btrfs-progs: tests: add testcase for undelete-subvol

[RFC] Add support for BTRFS raid5/6 to GRUB
 2018-04-17 19:57 UTC 

How to dump/find parity of RAID-5 file?
 2018-04-17 19:20 UTC  (3+ messages)

[PATCH] btrfs: push relocation recovery into a helper thread
 2018-04-17 18:45 UTC 

[PATCH 00/16 v1] Kill fs_info::volume_mutex
 2018-04-17 17:47 UTC  (7+ messages)
` [PATCH 08/16] btrfs: add sanity check when resuming balance after mount
` [PATCH 13/16] btrfs: remove redundant read-only check from btrfs_cancel_balance

[PATCH] Btrfs: clean up resources during umount after trans is aborted
 2018-04-17 17:14 UTC  (3+ messages)

[PATCH] btrfs: add comment about BTRFS_FS_EXCL_OP
 2018-04-17 17:07 UTC  (2+ messages)

[PATCH v4 0/4] Allow rmdir(2) to delete a subvolume
 2018-04-17 17:03 UTC  (5+ messages)
` [PATCH v4 3/4] btrfs: Refactor btrfs_ioctl_snap_destroy() by using btrfs_delete_subvolume()

[PATCH] btrfs: Fix wrong btrfs_delalloc_release_extents parameter
 2018-04-17 15:41 UTC  (2+ messages)

Add udev-md-raid-safe-timeouts.rules
 2018-04-17 11:28 UTC  (6+ messages)

[PATCH] btrfs-progs: libbtrfsutil: python: use top=0 as default value in SubvolumeIterator
 2018-04-17  6:53 UTC 

Symlink not persisted even after fsync
 2018-04-17  2:56 UTC  (10+ messages)

btrfs fails to mount after power outage
 2018-04-17  0:31 UTC  (4+ messages)

[PATCH v2 00/10] Use split qgroup rsv type
 2018-04-17  0:14 UTC  (7+ messages)
` [PATCH v2 10/10] btrfs: qgroup: Use independent and accurate per inode qgroup rsv

[PATCH v2] btrfs: Fix race condition between delayed refs and blockgroup removal
 2018-04-16 20:11 UTC  (2+ messages)

[PATCH] btrfs: Do super block verification before writing it to disk
 2018-04-16 19:03 UTC  (5+ 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).