linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-11-22 21:23:45 to 2017-11-29 20:28:23 UTC [more...]

[PATCH RESEND 1/2] btrfs: Enhance btrfs_trim_fs function to handle error better
 2017-11-29 20:28 UTC  (4+ messages)
` [PATCH v2 2/2] btrfs: Ensure btrfs_trim_fs can trim the whole fs
  ` [PATCH v2.1 "

[PATCH 1/2] btrfs: submit a normal bio for the mirror read
 2017-11-29 19:26 UTC  (3+ messages)
` [PATCH 2/2] btrfs: submit a normal bio for the mirror dio read

[GIT PULL] Btrfs fixes for 4.15-rc2
 2017-11-29 19:28 UTC 

Read before you deploy btrfs + zstd
 2017-11-29 19:29 UTC  (10+ messages)

[PATCHSET v2] cgroup, writeback, btrfs: make sure btrfs issues metadata IOs from the root cgroup
 2017-11-29 18:38 UTC  (5+ messages)

[PATCH 0/7] retry write on error
 2017-11-29 18:09 UTC  (10+ messages)
` [PATCH 3/7] Btrfs: retry write for non-raid56

[PATCH v2 00/11] Metadata specific accouting and dirty writeout
 2017-11-29 17:05 UTC  (12+ messages)
` [PATCH v2 02/11] writeback: convert WB_WRITTEN/WB_DIRITED counters to bytes
` [PATCH v2 03/11] lib: make the fprop batch size a multiple of PAGE_SIZE
` [PATCH v2 04/11] lib: add a __fprop_add_percpu_max
` [PATCH v2 05/11] writeback: convert the flexible prop stuff to bytes
` [PATCH v2 09/11] Btrfs: kill the btree_inode

[PATCH v7 0/4] Add the ability to do BPF directed error injection
 2017-11-29 16:59 UTC  (10+ messages)
` [PATCH v7 1/5] add infrastructure for tagging functions as error injectable
` [PATCH v7 3/5] bpf: add a bpf_override_function helper
` [PATCH v7 5/5] btrfs: allow us to inject errors at io_ctl_init

[PATCH 0/4] factor __btrfs_open_devices()
 2017-11-29 16:02 UTC  (6+ messages)
` [PATCH 4/4] btrfs: factor __btrfs_open_devices() to create btrfs_open_one_device()
    ` [PATCH] btrfs: ignore return from btrfs_open_one_device()

[PATCH 1/2] btrfs-progs: convert: Fix a bug in rollback check which overwrite return value
 2017-11-29 13:48 UTC  (2+ messages)
` [PATCH 2/2] btrfs-progs: tests/convert: Introduce test case to ensure btrfs-convert won't rollback the filesystem after balance

A partially failing disk in raid0 needs replacement
 2017-11-29 13:33 UTC  (6+ messages)

[PATCH] btrfs: drop btrfs_device::can_discard to query directly
 2017-11-29 11:53 UTC  (2+ messages)

How about adding an ioctl to convert a directory to a subvolume?
 2017-11-29 11:23 UTC  (11+ messages)

[PATCH 0/4] define BTRFS_DEV_STATE
 2017-11-29 10:55 UTC  (11+ messages)
` [PATCH 1/4] btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLE
` [PATCH 2/4] btrfs: cleanup device states define BTRFS_DEV_STATE_IN_FS_METADATA
` [PATCH 3/4] btrfs: cleanup device states define BTRFS_DEV_STATE_MISSING
` [PATCH 4/4] btrfs: cleanup device states define BTRFS_DEV_STATE_CAN_DISCARD

[PATCH 0/9] Remaining part of mkfs --rootdir rework
 2017-11-29  9:16 UTC  (10+ messages)
` [PATCH 1/9] btrfs-progs: mkfs: Cleanup temporary chunks before filling rootdir
` [PATCH 2/9] btrfs-progs: mkfs: Don't use custom chunk allocator for rootdir
` [PATCH 3/9] btrfs-progs: mkfs/rootdir: Use over-reserve method to make size estimate easier
` [PATCH 4/9] btrfs-progs: mkfs/rootdir: Shrink fs for rootdir option
` [PATCH 5/9] btrfs-progs: mkfs: Separate shrink from rootdir
` [PATCH 6/9] btrfs-progs: mkfs: Fix regression preventing --rootdir to create file
` [PATCH 7/9] btrfs-progs: tests/mkfs: Introduce test case to check if mkfs rootdir can create new file
` [PATCH 8/9] btrfs-progs: mkfs: Use the whole file or block device to mkfs for rootdir
` [PATCH 9/9] btrfs-progs: tests/mkfs: Introduce test case to verify if mkfs.btrfs rootdir shrink behaves correctly

[PATCH v2 1/3] btrfs-progs: fi defrag: clean up duplicate code if find errors
 2017-11-29  2:12 UTC  (8+ messages)
` [PATCH v2 2/3] btrfs-progs: fi defrag: do not exit if defrag range ioctl is unsupported
` [PATCH v2 3/3] btrfs-progs: fi defrag: extend -c to drop nocompress flag on files
` [PATCH v3 2/3] btrfs-progs: fi defrag: do not exit if defrag range ioctl is unsupported

[PATCH] btrfs: handle dynamically reappearing missing device
 2017-11-28 22:52 UTC  (4+ messages)

About 'key type for persistent [...] items'
 2017-11-28 19:32 UTC  (9+ messages)

[PATCH 1/5] btrfs-progs: Add location check when process share_data_ref item
 2017-11-28 19:02 UTC  (6+ messages)
` [PATCH 2/5] btrfs-progs: Add logic to judge the level between parent and child
` [PATCH 3/5] btrfs-progs: return error to upper caller instead of BUG_ON
` [PATCH 4/5] btrfs-progs: check null pointer before use it
` [PATCH 5/5] btrfs-progs: return error to caller instead of BUG_ON

[PATCH] Btrfs: incremental send, fix wrong unlink path after renaming file
 2017-11-28 16:18 UTC  (2+ messages)

[PATCH] btrfs-progs: mkfs: fix verbose value
 2017-11-28 16:11 UTC  (2+ messages)

[PATCH 0/7] btrfs-progs: mkfs: Reword --rootdir
 2017-11-28 15:44 UTC  (8+ messages)
` [PATCH 3/7] btrfs-progs: mkfs: Only zero out the first 1M for rootdir
` [PATCH 4/7] btrfs-progs: mkfs/rootdir: Introduce function to get end position of last device extent
` [PATCH 6/7] btrfs-progs: mkfs: Update allocation info before verbose output

[PATCH v4 0/4] mkfs: Fix minimal device check so that reported
 2017-11-28 14:34 UTC  (11+ messages)
` [PATCH v4 1/4] btrfs-progs: mkfs: Enhance minimal device size calculation to fix mkfs failure on small file
` [PATCH v4 2/4] btrfs-progs: test/common: Introduce run_mustfail_stdout
` [PATCH v4 3/4] btrfs-progs: test/common: Enhance prepare_test_dev to reset device size
` [PATCH v4 4/4] btrfs-progs: test/mkfs: Test if the minimal device size is valid

splat on 4.15-rc1: invalid ram_bytes for uncompressed inline extent
 2017-11-28 14:01 UTC  (10+ messages)

swapon: swapfile has holes
 2017-11-28 13:05 UTC  (2+ messages)

[PATCH 0/3] btrfs-progs: check: fix up bugs of lowmem mode
 2017-11-28  8:40 UTC  (12+ messages)
` [PATCH 1/3] btrfs-progs: check: release path in repair_extent_data_item()
` [PATCH 2/3] btrfs-progs: check: record returned errors after walk_down_tree_v2()
` [PATCH 3/3] btrfs-progs: check: exclude extents of tree blocks and extent items

[PATCH] btrfs: add helper for device path or missing
 2017-11-28  2:43 UTC 

[PATCH] btrfs-progs: mkfs: check the status of file at mkfs
 2017-11-27 20:22 UTC  (2+ messages)

[PATCH 1/2] btrfs-progs: fi defrag: clean up duplicate code if find errors
 2017-11-27 19:14 UTC  (2+ messages)

[PATCH v2 1/3] btrfs-progs: test/fsck: Introduce test images containing tree reloc tree
 2017-11-27 19:02 UTC  (2+ messages)

[PATCH] btrfs-progs: lowmem check: Reword an unclear error message about file extent gap
 2017-11-27 18:55 UTC  (2+ messages)

[PATCH] btrfs: Remove redundant FLAG_VACANCY
 2017-11-27 16:55 UTC  (2+ messages)

[PATCH] btrfs: extent-tree: Make btrfs_inode_rsv_refill function static
 2017-11-27 16:46 UTC  (2+ messages)

[PATCH] Btrfs: fix list_add corruption and soft lockups in fsync
 2017-11-27 16:41 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] btrfs-progs: dump_tree: remove superfluous _TREE
 2017-11-27 16:17 UTC  (3+ messages)

FAQ / encryption / error handling?
 2017-11-27 13:05 UTC  (3+ messages)

again "out of space" and remount read only, with 4.14
 2017-11-26 16:02 UTC  (2+ messages)

misc/021-image-multi-devices fails on latest btrfs-devel/misc-next
 2017-11-26 11:36 UTC  (13+ messages)

[PATCH 00/11] Lowmem mode btrfs fixes exposed by complex tree
 2017-11-24 14:46 UTC  (2+ messages)

[PATCH 1/3] btrfs: Introduce macros to handle bytes and sector conversion
 2017-11-24 11:25 UTC  (6+ messages)
` [PATCH 2/3] btrfs: Cleanup open coded sector and bytes convert
` [PATCH 3/3] btrfs: extent-tree: Use round up to replace align macro

Issue in recovering and using the mirror superblock
 2017-11-24  1:08 UTC  (3+ messages)

notification about corrupt files from "btrfs scrub" in cron
 2017-11-24  1:04 UTC  (6+ messages)

python-btrfs release v9
 2017-11-23 23:50 UTC 

btrfs-progs-4.13: cmds-inspect-tree-stats.h: No such file or directory
 2017-11-23 19:23 UTC  (4+ messages)

uncorrectable errors in Raid 10
 2017-11-23 14:05 UTC  (7+ messages)

btrfs restore corrupt file
 2017-11-23  9:25 UTC  (5+ messages)

WARNING: CPU: 3 PID: 20953 at /usr/src/linux/fs/btrfs/raid56.c:848 __free_raid_bio+0x8e/0xa0
 2017-11-23  5:49 UTC  (3+ 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).