messages from 2018-02-08 03:23:07 to 2018-02-15 01:47:26 UTC [more...]
fatal database corruption with btrfs "out of space" with ~50 GB left
2018-02-15 1:47 UTC (3+ messages)
Status of FST and mount times
2018-02-15 1:42 UTC (5+ messages)
[PATCH 3/8] fs: btrfs: remove unused hardirq.h
2018-02-14 23:34 UTC (3+ messages)
[PATCH v2 1/2] btrfs: declare max_inline as u32
2018-02-14 17:20 UTC (5+ messages)
` [PATCH v2 2/2] btrfs: verify max_inline mount parameter
[PATCH] btrfs: manage thread_pool mount option as %u
2018-02-14 17:15 UTC (16+ messages)
` [PATCH] btrfs: manage subvolid "
` [PATCH v2] btrfs: verify subvolid mount parameter
` [PATCH] btrfs: manage metadata_ratio mount option as %u
` [PATCH] btrfs: manage check_int_print_mask "
` [PATCH] btrfs: manage commit "
` [PATCH] btrfs: add a comment to mark the deprecated mount option
` [PATCH] btrfs: fix bare unsigned declarations
` [PATCH v2] "
[PATCH] btrfs-progs: mkfs/rootdir: Fix memory leak in traverse_directory()
2018-02-14 16:34 UTC (2+ messages)
calling inode->i_op->getattr to get kstat structure to obtain device id
2018-02-14 15:42 UTC
[PATCH] btrfs-progs: convert/ext2: Fix memory leak caused by handled ext2_filsys
2018-02-14 15:37 UTC (2+ messages)
[PATCH] btrfs: alloc_chunk: fix DUP stripe size handling
2018-02-14 15:34 UTC (3+ messages)
[PATCH] btrfs-progs: Fix read beyond boundary bug in build_roots_info_cache()
2018-02-14 15:25 UTC (2+ messages)
[PATCH] btrfs: use set functions to update latest refs to the SB
2018-02-14 14:53 UTC (10+ messages)
` [PATCH v2] btrfs: fix endianness compatibility during the SB RW
[PATCH] btrfs: Move error handling of btrfs_start_dirty_block_groups closer to call site
2018-02-14 13:32 UTC (2+ messages)
[PATCH] btrfs: Add enospc_debug printing in metadata_reserve_bytes
2018-02-14 13:13 UTC (5+ messages)
[PATCH] btrfs: Relax memory barrier in btrfs_tree_unlock
2018-02-14 12:37 UTC
[PATCH] btrfs: Remove redundant memory barriers
2018-02-14 8:53 UTC
btrfs-cleaner / snapshot performance analysis
2018-02-14 1:14 UTC (22+ messages)
mount btrfs takes 30 minutes, btrfs check runs out of memory
2018-02-14 0:43 UTC (19+ messages)
[PATCH 1/2] btrfs: Remove invalid null checks from btrfs_cleanup_dirty_bgs
2018-02-13 18:05 UTC (4+ messages)
` [PATCH 2/2] btrfs: Document consistency of transaction->io_bgs list
[PATCH 1/1] btrfs: log, when replace, is canceled by the user
2018-02-13 17:04 UTC (8+ messages)
` [PATCH v2] "
[PATCH] btrfs: extent_buffer_uptodate() make it static and inline
2018-02-13 16:31 UTC (3+ messages)
btrfs-progs: compile with musl libc
2018-02-13 15:19 UTC (3+ messages)
[PATCH 1/2] btrfs: Remove extra run_delayed_items call
2018-02-13 14:16 UTC (2+ messages)
` [PATCH 2/2] btrfs: Refactor running of delayed inode items during transaction commit
[PATCH] btrfs: Verify extent allocated by find_free_extent() won't overlap with extents from previous transaction
2018-02-13 13:21 UTC (5+ messages)
[PATCH] btrfs: verify max_inline mount parameter
2018-02-13 9:32 UTC (3+ messages)
[PATCH] btrfs: fix extent_buffer_uptodate() return
2018-02-13 4:23 UTC (3+ messages)
[PATCH] btrfs: no need to check if tgt_device is null
2018-02-13 3:54 UTC
[PATCH 1/1] btrfs: open code btrfs_init_dev_replace_tgtdev_for_resume()
2018-02-13 1:48 UTC (3+ messages)
[PATCH RFC] Btrfs: expose bad chunks in sysfs
2018-02-13 0:06 UTC (14+ messages)
[PATCH][btrfs-next] Btrfs: extent map selftest: fix non-ANSI btrfs_test_extent_map declaration
2018-02-12 18:22 UTC (2+ messages)
[PATCH] btrfs: Move qgroup rescan on quota enable to btrfs_quota_enable
2018-02-12 18:20 UTC (3+ messages)
[PATCH 00/14] Misc transaction cleanups
2018-02-12 17:58 UTC (2+ messages)
[PATCH 0/3] cleanup btrfs_dev_replace_cancel()
2018-02-12 16:58 UTC (5+ messages)
` [PATCH 1/3] btrfs: open code btrfs_dev_replace_cancel()
` [PATCH 2/3] btrfs: rename __btrfs_dev_replace_cancel()
` [PATCH 3/3] btrfs: btrfs_dev_replace_cancel() can return int
[PATCH] btrfs-progs: print-tree: fix INODE_ITEM sequence and flags
2018-02-12 15:33 UTC (2+ messages)
[4.15-rc9] fs_reclaim lockdep trace
2018-02-12 13:46 UTC (4+ messages)
` [PATCH v2] lockdep: Fix fs_reclaim warning
[btrfs-progs] coreutils-like -i parameter, splitting permissions for various tasks
2018-02-11 19:04 UTC (2+ messages)
IO Error (.snapshots is not a btrfs subvolume)
2018-02-11 7:08 UTC (6+ messages)
[PATCH v2 00/10] Chunk allocator unification
2018-02-09 10:02 UTC (16+ messages)
` [PATCH v2] btrfs-progs: ctree: Add extra level check for read_node_slot()
` [PATCH v2 01/10] btrfs-progs: Refactor parameter of BTRFS_MAX_DEVS() from root to fs_info
` [PATCH v2 02/10] btrfs-progs: Merge btrfs_alloc_data_chunk into btrfs_alloc_chunk
` [PATCH v2 03/10] btrfs-progs: Make btrfs_alloc_chunk to handle block group creation
` [PATCH v2 04/10] btrfs-progs: Introduce btrfs_raid_array and related infrastructures
` [PATCH v2 05/10] btrfs-progs: volumes: Allow find_free_dev_extent() to return maximum hole size
` [PATCH v2 06/10] btrfs-progs: kernel-lib: Port kernel sort() to btrfs-progs
` [PATCH v2 07/10] btrfs-progs: volumes: Unify free dev extent search behavior between kernel and btrfs-progs
` [PATCH v2 08/10] btrfs-progs: Move chunk stripe size calcution function to volumes.h
` [PATCH v2 09/10] btrfs-progs: Use btrfs_device->fs_info to replace btrfs_device->dev_root
` [PATCH v2 10/10] btrfs-progs: Refactor btrfs_alloc_chunk to mimic kernel structure and behavior
[PATCH 0/4] Btrfs: just bunch of patches to ioctl.c
2018-02-09 9:00 UTC (3+ messages)
segmentation fault in btrfs tool v4.15
2018-02-09 7:34 UTC (3+ messages)
[PATCH v5 0/3] Add support for export testsuits
2018-02-09 1:33 UTC (6+ messages)
` [PATCH v5 1/3] btrfs-progs: Add make testsuite command for export tests
` [PATCH v5 2/3] btrfs-progs: introduce TEST_TOP and INTERNAL_BIN for tests directory and internal binaries
` [PATCH v5 3/3] btrfs-progs: Add readme for export testsuits
[PATCH 1/3] btrfs-progs: add prerequisite mkfs.btrfs for test-cli
2018-02-08 14:11 UTC (4+ messages)
` [PATCH 2/3] btrfs-progs: add prerequisite btrfs-image for test-fuzz
` [PATCH 3/3] btrfs-progs: add prerequisite btrfs-convert for test-misc
Crash when unraring large archives on btrfs-filesystem
2018-02-08 11:37 UTC (3+ messages)
[PATCH v2] btrfs-progs: ctree: Add extra level check for read_node_slot()
2018-02-08 7:38 UTC (2+ messages)
[PATCH] btrfs: delete function btrfs_close_extra_devices()
2018-02-08 7:31 UTC (2+ messages)
[PATCH v4 00/18] btrfs-progs: lowmem check: avoid extents overwrite
2018-02-08 3:27 UTC (15+ messages)
` [PATCH v4 05/18] btrfs-progs: lowmem check: introduce mark/clear_block_groups_full()
` [PATCH v4 06/18] btrfs-progs: lowmem check: introduce try_force_cow_in_new_chunk()
` [PATCH v4 07/18] btrfs-progs: lowmem check: introduce avoid_extents_overwrite()
` [PATCH v4 08/18] btrfs-progs: lowmem check: exclude extents if init-extent-tree in lowmem
` [PATCH v4 09/18] btrfs-progs: lowmem check: start to remove parameters @trans "
` [PATCH v4 10/18] btrfs-progs: lowmem check: remove parameter @trans of delete_extent_item()
` [PATCH v4 11/18] btrfs-progs: lowmem check: remove parameter @trans of repair_chunk_item()
` [PATCH v4 12/18] btrfs-progs: lowmem check: remove parameter @trans of repair_extent_item()
` [PATCH v4 13/18] btrfs-progs: lowmem check: remove parameter @trans of check_leaf_items()
` [PATCH v4 14/18] btrfs-progs: lowmem check: remove parameter @trans of repair_tree_back_ref()
` [PATCH v4 15/18] btrfs-progs: lowmem check: remove parameter @trans of check_btrfs_root()
` [PATCH v4 16/18] btrfs-progs: lowmem check: introduce repair_block_accounting()
` [PATCH v4 17/18] btrfs-progs: lowmem check: end of removing parameters @trans in lowmem
` [PATCH v4 18/18] btrfs-progs: fsck-tests: add image no extent with normal device size
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).