linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-11-21 14:35:06 to 2017-11-28 14:36:32 UTC [more...]

[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 v2 1/3] btrfs-progs: fi defrag: clean up duplicate code if find errors
 2017-11-28  9:14 UTC  (3+ 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 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

How about adding an ioctl to convert a directory to a subvolume?
 2017-11-28  8:35 UTC  (7+ messages)

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

[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 v2 00/11] Metadata specific accouting and dirty writeout
 2017-11-27 17:10 UTC  (14+ messages)
` [PATCH v2 01/11] remove mapping from balance_dirty_pages*()
` [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 06/11] writeback: add counters for metadata usage
` [PATCH v2 07/11] writeback: introduce super_operations->write_metadata
` [PATCH v2 08/11] export radix_tree_iter_tag_set
` [PATCH v2 09/11] Btrfs: kill the btree_inode
` [PATCH v2 10/11] btrfs: rework end io for extent buffer reads
` [PATCH v2 11/11] btrfs: add NR_METADATA_BYTES accounting

[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)

[PATCH 0/4] factor __btrfs_open_devices()
 2017-11-27 14:00 UTC  (5+ messages)
` [PATCH 4/4] btrfs: factor __btrfs_open_devices() to create btrfs_open_one_device()
    ` [PATCH] btrfs: ignore return from btrfs_open_one_device()

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)

A partially failing disk in raid0 needs replacement
 2017-11-26  9:04 UTC  (5+ messages)

About 'key type for persistent [...] items'
 2017-11-25  1:44 UTC  (3+ messages)

[PATCH 00/11] Lowmem mode btrfs fixes exposed by complex tree
 2017-11-24 14:46 UTC  (12+ messages)
` [PATCH 01/11] btrfs-progs: lowmem check: Fix regression which screws up extent allocator
` [PATCH 02/11] btrfs-progs: lowmem check: Fix NULL pointer access caused by large tree reloc tree
` [PATCH 03/11] btrfs-progs: lowmem check: Fix inlined data extent ref lookup
` [PATCH 04/11] btrfs-progs: lowmem check: Fix false backref lost warning for keyed extent data ref
` [PATCH 05/11] btrfs-progs: fsck-test: Introduce test case for false data extent backref lost
` [PATCH 06/11] btrfs-progs: backref: Allow backref walk to handle direct parent ref
` [PATCH 07/11] btrfs-progs: lowmem check: Fix function call stack overflow caused by wrong tree reloc tree detection
` [PATCH 08/11] btrfs-progs: lowmem check: Fix false alerts for image with shared block ref only backref
` [PATCH 10/11] btrfs-progs: lowmem check: Fix false alerts of referencer count mismatch for snapshot
` [PATCH 11/11] btrfs-progs: fsck-tests: Introduce test case with keyed data backref with shared tree blocks

[PATCH] Btrfs: incremental send, fix wrong unlink path after renaming file
 2017-11-17 14:48 UTC 

[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

[PATCH 1/5] btrfs-progs: Add location check when process share_data_ref item
 2017-11-24 10:41 UTC  (5+ 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 v7 0/4] Add the ability to do BPF directed error injection
 2017-11-24  9:46 UTC  (8+ messages)
` [PATCH v7 1/5] add infrastructure for tagging functions as error injectable
` [PATCH v7 2/5] btrfs: make open_ctree "
` [PATCH v7 3/5] bpf: add a bpf_override_function helper
` [PATCH v7 4/5] samples/bpf: add a test for bpf_override_return
` [PATCH v7 5/5] btrfs: allow us to inject errors at io_ctl_init

[PATCH] btrfs-progs: mkfs: fix verbose value
 2017-11-24  5:24 UTC 

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)

[PATCH] btrfs: switch uuid tree semaphore to mutex
 2017-11-22 19:20 UTC  (2+ messages)

[josef-btrfs:kill-btree-inode 33/33] fs/btrfs/extent_io.c:4806:9: warning: overflow in implicit constant conversion
 2017-11-22 19:20 UTC 

btrfs restore corrupt file
 2017-11-22 18:46 UTC 

mail notifications to root once quota limit reached
 2017-11-22 16:39 UTC  (2+ messages)

[PATCH 0/7] retry write on error
 2017-11-22 14:41 UTC  (9+ messages)
` [PATCH 1/7] Btrfs: keep a copy of bi_iter in btrfs_io_bio
` [PATCH 2/7] Btrfs: add helper __btrfs_end_bio
` [PATCH 3/7] Btrfs: retry write for non-raid56
` [PATCH 4/7] Btrfs: get rbio inside fail_bio_stripe
` [PATCH 5/7] Btrfs: add helper __raid_write_end_io
` [PATCH 6/7] Btrfs: retry write for raid56
` [PATCH 7/7] Btrfs: retry the whole bio on write error

Kernel 4.14 RAID5 multi disk array on bcache not mounting
 2017-11-22 11:57 UTC  (3+ messages)

[PATCH 01/10] remove mapping from balance_dirty_pages*()
 2017-11-22 10:21 UTC  (7+ messages)
` [PATCH 03/10] lib: add a batch size to fprop_global
` [PATCH 06/10] writeback: add counters for metadata usage

[PATCH] btrfs: handle errors while updating refcounts in update_ref_for_cow
 2017-11-22  9:06 UTC  (3+ messages)

quotas: failure on removing a file via SFTP/SSH
 2017-11-22  9:01 UTC  (10+ messages)

[PATCH 0/6] btrfs-progs: check: extent tree lowmem repair
 2017-11-22  8:43 UTC  (4+ messages)
` [PATCH 2/6] btrfs-progs: check: change traversal way of lowmem mode

[PATCH 1/3] btrfs-progs: check: report more specific info about invalid location
 2017-11-22  7:06 UTC  (5+ messages)
` [PATCH v2 "

[PATCH 0/3] btrfs: some code cleanup and documentation
 2017-11-22  7:01 UTC  (5+ messages)
` [PATCH 2/3] btrfs: update some code documentation

[PATCH] btrfs-progs: Allow to open filesystem with some broken tree roots
 2017-11-22  6:52 UTC 

[PATCH v2 1/2] btrfs: Enhance btrfs_trim_fs function to handle error better
 2017-11-22  0:42 UTC  (4+ messages)
` [PATCH 2/2] btrfs: extent-tree: Ensure btrfs_trim_fs can trim the whole fs

[PATCH v3] iomap: report collisions between directio and buffered writes to userspace
 2017-11-21 20:34 UTC 

Read before you deploy btrfs + zstd
 2017-11-21 16:22 UTC  (5+ messages)

[PATCH 1/2] btrfs: Fix wild memory access in compression level parser
 2017-11-21 15:25 UTC  (4+ messages)

Btrfs progs release 4.14
 2017-11-21 15:08 UTC 

[PATCH] btrfs: Enhance btrfs_trim_fs function to handle error better
 2017-11-21 15:01 UTC  (4+ messages)

[PATCH] btrfs: extent-tree: Use round up to replace align macro
 2017-11-21 14:36 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).