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

[PATCH 0/4] Misc cleanups
 2018-04-16 18:15 UTC  (7+ messages)
` [PATCH 1/4] btrfs: Use while loop instead of labels in __endio_write_update_ordered
` [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 v4 0/4] Allow rmdir(2) to delete a subvolume
 2018-04-16 17:53 UTC  (6+ messages)
` [PATCH v4 1/4] btrfs: move may_destroy_subvol() from ioctl.c to inode.c
` [PATCH v4 2/4] btrfs: Add definition of btrfs_delete_subvolume()
` [PATCH v4 3/4] btrfs: Refactor btrfs_ioctl_snap_destroy() by using btrfs_delete_subvolume()
` [PATCH v4 4/4] btrfs: Allow rmdir(2) to delete an empty subvolume

Kernel unaligned access at ... btrfs_real_readdir+0x51c/0x718 [btrfs]
 2018-04-16 19:55 UTC  (3+ messages)

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

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

btrfs fails to mount after power outage
 2018-04-16 16:07 UTC  (4+ messages)

Symlink not persisted even after fsync
 2018-04-16 15:17 UTC  (20+ messages)

[PATCH] btrfs: don't bug_on with enomem in __clear_state_bit
 2018-04-16 15:12 UTC  (5+ messages)

Hard link not persisted on fsync
 2018-04-16 14:35 UTC 

Unclear `btrfs subvolume snapshot` command
 2018-04-16 12:45 UTC 

[PATCH] btrfs: Do super block verification before writing it to disk
 2018-04-16 13:00 UTC  (3+ messages)

[PATCH] btrfs: add comment about BTRFS_FS_EXCL_OP
 2018-04-16 10:28 UTC 

[PATCH 00/16 v1] Kill fs_info::volume_mutex
 2018-04-16  9:43 UTC  (16+ messages)
` [PATCH 08/16] btrfs: add sanity check when resuming balance after mount
` [PATCH 10/16] btrfs: remove wrong use of volume_mutex from btrfs_dev_replace_start
` [PATCH 11/16] btrfs: kill btrfs_fs_info::volume_mutex
` [PATCH 13/16] btrfs: remove redundant read-only check from btrfs_cancel_balance
` [PATCH 16/16] btrfs: open code set_balance_control

error: redefinition of 'struct btrfs_ioctl_defrag_range_args
 2018-04-16  8:06 UTC  (3+ messages)

Why btrfsInode -> root is null
 2018-04-16  8:05 UTC 

[PATCH v2] btrfs: Do super block verification before writing it to disk
 2018-04-16  5:06 UTC 

having issue removing a drive with a bad block
 2018-04-16  4:34 UTC  (7+ messages)

remounted ro during operation, unmountable since
 2018-04-15 14:07 UTC  (7+ messages)

[GIT PULL] Btrfs updates for 4.17, part 2
 2018-04-15 12:36 UTC 

[PATCH for 4.7-rc] btrfs: Only check first key for committed tree blocks
 2018-04-13 14:09 UTC  (2+ messages)

[PATCH v3 0/3] btrfs: Add three new unprivileged ioctls to allow normal users to call "sub list/show" etc
 2018-04-13  4:30 UTC  (3+ messages)

BUG during send, cannot delete subvolume
 2018-04-12 21:06 UTC 

[PATCH] Btrfs: fix loss of prealloc extents past i_size after fsync log replay
 2018-04-12 14:50 UTC  (3+ messages)

[PATCH for 4.7-rc 1/2] btrfs: Remove first key verification since it's causing false alerts
 2018-04-12 13:56 UTC  (8+ messages)
` [PATCH 2/2] btrfs: Do first key check under proper lock context

[PATCH] btrfs-progs: dump-tree: add degraded option
 2018-04-12  8:58 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] btrfs-progs: wipe copies of the stale superblock beyond -b size
 2018-04-12  8:15 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v4 0/7] Superblock read and verify cleanups
 2018-04-12  6:43 UTC  (3+ messages)

[PATCH v2 1/2] btrfs: Factor out read portion of btrfs_get_blocks_direct
 2018-04-12  6:08 UTC  (4+ messages)
` [PATCH v2 2/2] btrfs: Factor out write "

[PATCH 0/15] Review uuid_mutex usage
 2018-04-12  2:29 UTC  (16+ messages)
` [PATCH 01/15] btrfs: optimize move uuid_mutex closer to the critical section
` [PATCH 02/15] btrfs: rename struct btrfs_fs_devices::list
` [PATCH 03/15] btrfs: cleanup __btrfs_open_devices() drop head pointer
` [PATCH 04/15] btrfs: rename __btrfs_close_devices to close_fs_devices
` [PATCH 05/15] btrfs: rename __btrfs_open_devices to open_fs_devices
` [PATCH 06/15] btrfs: cleanup find_device() drop list_head pointer
` [PATCH 07/15] btrfs: cleanup btrfs_rm_device() promote fs_devices pointer
` [PATCH 08/15] btrfs: cleanup btrfs_rm_device() use cur_devices
` [PATCH 09/15] btrfs: uuid_mutex in read_chunk_tree, add a comment
` [PATCH 10/15] btrfs: drop uuid_mutex in btrfs_free_extra_devids()
` [PATCH 11/15] btrfs: drop uuid_mutex in btrfs_open_devices()
` [PATCH 12/15] btrfs: drop uuid_mutex in close_fs_devices()
` [PATCH 13/15] btrfs: drop uuid_mutex in btrfs_dev_replace_finishing()
` [PATCH 14/15] btrfs: drop uuid_mutex in btrfs_destroy_dev_replace_tgtdev()
` [PATCH 15/15] btrfs: cleanup btrfs_destroy_dev_replace_tgtdev() localize btrfs_fs_devices

[PATCH] Btrfs: do not abort transaction when failing to insert hole extent
 2018-04-12  1:39 UTC  (8+ messages)

[PATCH] btrfs-progs: tests: test mkfs.btrfs fails on small backing size thin provision device
 2018-04-12  1:11 UTC  (9+ messages)

[PATCH v2] btrfs-progs: tests: test mkfs.btrfs fails on small backing size thin provision device
 2018-04-12  1:10 UTC 

[PATCH v2] btrfs-progs: dump-super: Refactor print function and add extra check
 2018-04-11 23:21 UTC  (8+ messages)

[PATCH v2 1/2] btrfs-progs: Rename OPEN_CTREE_FS_PARTIAL to OPEN_CTREE_TEMPORARY_SUPER
 2018-04-11 15:30 UTC  (4+ messages)
` [PATCH v2 2/2] btrfs-progs: Use more loose open ctree flags for dump-tree and restore
` [PATCH v2.1 "

[PATCH] btrfs.static: needs libbtrfsutil
 2018-04-11 13:36 UTC  (2+ messages)

[PATCH] btrfs-progs: configure: check if xmlto exists at configure time
 2018-04-11 13:16 UTC  (3+ messages)

[PATCH 1/2] btrfs: print-tree: output enhancement
 2018-04-11  9:08 UTC  (2+ messages)
` [PATCH 2/2] btrfs: print-tree: Add locking status output for debug build

[PATCH 1/2] btrfs-progs: remove stale dir-test and quick-test
 2018-04-11  8:59 UTC  (2+ messages)
` [PATCH 2/2] btrfs-progs: make all programs and libraries optional

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

[PATCH 1/2] btrfs: Factor out read portion of btrfs_get_blocks_direct
 2018-04-11  7:22 UTC  (5+ messages)
` [PATCH 2/2] btrfs: Factor out write "

[PATCH] btrfs: Fix race condition between delayed refs and blockgroup removal
 2018-04-11  7:18 UTC  (3+ messages)

[PATCH v2] btrfs-progs: remove meaningless process
 2018-04-11  6:44 UTC 

[PATCH] btrfs-progs: remove meaningless process
 2018-04-11  6:26 UTC 

[PATCH v3 0/3] Allow rmdir(2) to delete a subvolume
 2018-04-11  5:16 UTC  (4+ messages)
` [PATCH v3 2/3] btrfs: "

[RFC PATCH 0/8] btrfs iomap support
 2018-04-10 16:19 UTC  (3+ messages)
` [RFC PATCH 1/8] btrfs: use iocb for __btrfs_buffered_write

How to zero errors
 2018-04-10 13:14 UTC  (2+ messages)

[PATCH 0/7] Tracepoint updates
 2018-04-10 12:06 UTC  (8+ messages)
` [PATCH 4/7] btrfs: tracepoints, fix whitespace in strings
` [PATCH 5/7] btrfs: tracepoints, use extended format with UUID where possible
` [PATCH 6/7] btrfs: tests: pass fs_info to extent_map tests
` [PATCH 7/7] btrfs: use fs_info for btrfs_handle_em_exist tracepoint

[PATCH RFC] btrfs-progs: ctree: Don't return error if first key mismatch on leaf
 2018-04-10  5:55 UTC 

[PATCH] btrfs-progs: remove meaningless field write of scrub status file
 2018-04-10  3:31 UTC 

[PATCH] btrfs-progs: Use more loose open ctree flags for dump-tree and restore
 2018-04-10  1:49 UTC  (5+ messages)

[PATCH] btrfs-progs: let mkfs return nozero value on thin provision device
 2018-04-09 16:31 UTC  (4+ messages)

[PATCH v2 0/5] btrfs-progs: extent buffer related refactor and cleanup
 2018-04-09 14:54 UTC  (2+ messages)

[PATCH] btrfs-progs: Do not add extra slash if given path end with it
 2018-04-09 14:39 UTC  (2+ messages)

[PATCH 1/2] btrfs-progs: check: Skip data csum verification for metadata dump
 2018-04-09 14:31 UTC  (4+ messages)
` [PATCH 2/2] btrfs-progs: tests/fsck: Add test case to check if btrfs check can skip data csum verfication "

[PATCH] btrfs-progs: Remove duplicate value-get for data_extents_scrubbed
 2018-04-09 14:21 UTC  (2+ messages)

[PATCH] btrfs-progs: Let function find_device to be consistent with kernel
 2018-04-09 14:17 UTC  (2+ messages)

[PATCH v2 1/4] btrfs-progs: Remove btrfs-debug-tree command
 2018-04-09 14:01 UTC  (2+ messages)

[PATCH] btrfs-progs: remove unused function path_cat and path_cat3
 2018-04-09 13:30 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).