messages from 2017-12-28 22:42:22 to 2018-01-08 12:30:04 UTC [more...]
[PATCH 0/2] Remove custom crc32c init code from btrfs
2018-01-08 12:30 UTC (5+ messages)
` [PATCH 1/2] libcrc32c: Add crc32c_impl function
` [PATCH 2/2] btrfs: Remove custom crc32c init code
[PATCH] btrfs: use correct string length
2018-01-08 11:51 UTC
[PATCH 0/4] Btrfs: just bunch of patches to ioctl.c
2018-01-08 9:17 UTC (4+ messages)
` [PATCH 1/4] Btrfs: btrfs_dedupe_file_range() ioctl, remove 16MiB restriction
[PATCH] btrfs: handle failure of add_pending_csums
2018-01-08 8:59 UTC (3+ messages)
` [PATCH v2] "
[PATCH 0/2] Preparation for later btrfs_alloc_chunk() rework, Part 2
2018-01-08 8:25 UTC (8+ messages)
` [PATCH 1/2] btrfs-progs: Merge btrfs_alloc_data_chunk into btrfs_alloc_chunk
` [PATCH v2 "
` [PATCH 2/2] btrfs-progs: Make btrfs_alloc_chunk to handle block group creation
[PATCH v3 0/3] Add missing flags in the kernel
2018-01-08 8:21 UTC (7+ messages)
` [PATCH 1/3] btrfs: fail mount when sb flag is not in BTRFS_SUPER_FLAG_SUPP
` [PATCH 2/3] btrfs: define SUPER_FLAG_METADUMP_V2
` [PATCH 3/3] btrfs: add support for SUPER_FLAG_CHANGING_FSID in btrfs.ko
[PATCH 1/2] btrfs: add missing BTRFS_SUPER_FLAG define
2018-01-08 7:50 UTC (12+ messages)
` [PATCH 2/2] btrfs: add support for SUPER_FLAG_CHANGING_FSID in btrfs.ko
` [PATCH v2 1/2] "
[PATCH] btrfs: add missing BTRFS_SUPER_FLAG define
2018-01-08 3:17 UTC (3+ messages)
[PATCH] btrfs-progs: treewide: Replace strerror(errno) with %m
2018-01-07 21:54 UTC
hang in btrfs_async_reclaim_metadata_space
2018-01-07 11:17 UTC (2+ messages)
btrfs quota exceeded notifications through netlink sockets
2018-01-07 6:21 UTC (3+ messages)
btrfs balance problems
2018-01-06 18:09 UTC (8+ messages)
[PATCH v2 00/10] bugfixes and regression tests of btrfs_get_extent
2018-01-05 19:51 UTC (11+ messages)
` [PATCH v2 01/10] Btrfs: fix incorrect block_len in merge_extent_mapping
` [PATCH v2 02/10] Btrfs: fix unexpected EEXIST from btrfs_get_extent
` [PATCH v2 03/10] Btrfs: add helper for em merge logic
` [PATCH v2 04/10] Btrfs: move extent map specific code to extent_map.c
` [PATCH v2 05/10] Btrfs: add extent map selftests
` [PATCH v2 06/10] Btrfs: extent map selftest: buffered write vs dio read
` [PATCH v2 07/10] Btrfs: extent map selftest: dio "
` [PATCH v2 08/10] Btrfs: add WARN_ONCE to detect unexpected error from merge_extent_mapping
` [PATCH v2 09/10] Btrfs: add tracepoint for em's EEXIST case
` [PATCH v2 10/10] Btrfs: noinline merge_extent_mapping
Btrfs progs release 4.14.1
2018-01-05 18:34 UTC
[PATCH v2] Btrfs: avoid losing data raid profile when deleting a device
2018-01-05 18:14 UTC (3+ messages)
` [PATCH v3] "
[GIT PULL] Btrfs fixes for 4.15-rc7
2018-01-05 17:59 UTC
[PATCH v3] Btrfs: add support for fallocate's zero range operation
2018-01-05 16:49 UTC (3+ messages)
` [PATCH v4] "
[PATCH 0/3] Btrfs: loop retry on raid6 read failures
2018-01-05 15:54 UTC (2+ messages)
[PATCH 1/3] btrfs: make code easy to read in btrfs_open_one_device()
2018-01-05 14:14 UTC (6+ messages)
` [PATCH 2/3] btrfs: optimize move uuid_mutex closer to the critical section
` [PATCH 3/3] btrfs: misc cleanup btrfs_scan_one_device()
Filesystem corruption (v4.14) & btrfs-progs btrfs check --repair loop
2018-01-05 13:35 UTC
[PATCH] Btrfs: replace raid56 stripe bubble sort with insert sort
2018-01-05 13:14 UTC (4+ messages)
[PATCH] btrfs: optimize code converge mutex unlock
2018-01-05 13:12 UTC (3+ messages)
[PATCH] btrfs: rename btrfs_device::scrub_device to scrub_ctx
2018-01-05 13:08 UTC (2+ messages)
[PATCH 1/2] btrfs: remove check for BTRFS_FS_STATE_ERROR which we just set
2018-01-05 13:00 UTC (5+ messages)
` [PATCH 2/2] btrfS: collapse btrfs_handle_error() into __btrfs_handle_fs_error()
[PATCH 1/2 RESEND] Btrfs: make raid6 rebuild retry more
2018-01-05 12:51 UTC (3+ messages)
` [PATCH 2/2] Btrfs: fix scrub to repair raid6 corruption
[PATCH] btrfs: Don't generate UUID for non-fs tree
2018-01-05 12:48 UTC (4+ messages)
[v6 00/16] Btrfs-progs offline scrub
2018-01-05 11:01 UTC (17+ messages)
` [v6 01/16] btrfs-progs: Introduce new btrfs_map_block function which returns more unified result
` [v6 02/16] btrfs-progs: Allow __btrfs_map_block_v2 to remove unrelated stripes
` [v6 03/16] btrfs-progs: csum: Introduce function to read out data csums
` [v6 04/16] btrfs-progs: scrub: Introduce structures to support offline scrub for RAID56
` [v6 05/16] btrfs-progs: scrub: Introduce functions to scrub mirror based tree block
` [v6 06/16] btrfs-progs: scrub: Introduce functions to scrub mirror based data blocks
` [v6 07/16] btrfs-progs: scrub: Introduce function to scrub one mirror-based extent
` [v6 08/16] btrfs-progs: scrub: Introduce function to scrub one data stripe
` [v6 09/16] btrfs-progs: scrub: Introduce function to verify parities
` [v6 10/16] btrfs-progs: extent-tree: Introduce function to check if there is any extent in given range
` [v6 11/16] btrfs-progs: scrub: Introduce function to recover data parity
` [v6 12/16] btrfs-progs: scrub: Introduce helper to write a full stripe
` [v6 13/16] btrfs-progs: scrub: Introduce a function to scrub one "
` [v6 14/16] btrfs-progs: scrub: Introduce function to check a whole block group
` [v6 15/16] btrfs-progs: scrub: Introduce offline scrub function
` [v6 16/16] btrfs-progs: add test for offline-scrub
[PATCH v3] btrfs: not a disk error if the bio_add_page fails
2018-01-05 2:47 UTC
[PATCH] btrfs: not a disk error if the bio_add_page fails
2018-01-05 2:25 UTC (7+ messages)
` [PATCH v2] "
[PATCH 0/5] Cleanups for later btrfs_alloc_chunk() rework
2018-01-04 13:54 UTC (8+ messages)
` [PATCH 1/5] btrfs-progs: Use bool parameter to determine if we're allocating data extent
` [PATCH 2/5] btrfs-progs: volumes: Make find_free_dev_extent_start static
` [PATCH 3/5] btrfs-progs: volumes: Remove unnecessary trans parameter
` [PATCH 4/5] btrfs-progs: volumes: Remove unnecessary parameters when allocating device extent
` [PATCH 5/5] btrfs-progs: Remove unnecessary parameter for btrfs_add_block_group
[PATCH] btrfs: Remove unused btrfs_start_transaction_lflush function
2018-01-04 9:53 UTC (3+ messages)
[PATCH v3 00/11] Metadata specific accouting and dirty writeout
2018-01-04 9:10 UTC (13+ messages)
` [PATCH v3 06/10] writeback: introduce super_operations->write_metadata
Kernel crash during btrfs scrub
2018-01-03 10:25 UTC (4+ messages)
Btrfs reserve metadata problem
2018-01-03 2:01 UTC (5+ messages)
[josef-btrfs:kill-btree-inode 30/32] fs/btrfs/disk-io.c:1059:13: sparse: incorrect type in assignment (different base types)
2018-01-02 23:15 UTC
[PATCH V3] Btrfs: enchanse raid1/10 balance heuristic
2018-01-02 21:23 UTC (5+ messages)
Btrfs allow compression on NoDataCow files? (AFAIK Not, but it does)
2018-01-02 18:44 UTC (2+ messages)
[PATCH 00/10] bugfixes and regression tests of btrfs_get_extent
2018-01-02 18:02 UTC (6+ messages)
` [PATCH 09/10] Btrfs: add tracepoint for em's EEXIST case
[PATCH] btrfs: factor btrfs_check_rw_degradable() to check given device
2018-01-02 18:01 UTC (3+ messages)
Project idea: reduce boot time/RAM usage: option to disable/delay raid6_pq and xor kmod
2018-01-02 17:55 UTC (3+ messages)
[PATCH] btrfs: drop unused parameters from mount_subvol
2018-01-02 17:22 UTC
[PATCH v4 05/19] afs: convert to new i_version API
2018-01-02 17:20 UTC (11+ messages)
` [PATCH v4 00/19] fs: rework and optimize i_version handling in filesystems
` [PATCH v4 01/19] fs: new API for handling inode->i_version
` [PATCH v4 16/19] fs: only set S_VERSION when updating times if necessary
` [PATCH v4 19/19] fs: handle inode->i_version more efficiently
[PATCH] btrfs: cleanup unnecessary string dup in btrfs_parse_options()
2018-01-02 17:15 UTC (2+ messages)
[PATCH] Btrfs: remove unused wait in btrfs_stripe_hash
2018-01-02 16:29 UTC (2+ messages)
[PATCH] fstests: btrfs: Add new 'limit' test group for btrfs
2018-01-02 16:24 UTC (2+ messages)
[PATCH] btrfs: qgroup: remove unused label 'retry'
2018-01-02 15:52 UTC (2+ messages)
[PATCH 0/4] Cleanup of bio_get/set
2018-01-02 15:40 UTC (2+ messages)
A Big Thank You, and some Notes on Current Recovery Tools
2018-01-02 14:45 UTC (12+ messages)
[PATCH 1/2] btrfs-progs: fi-usage: Fix wrong RAID10 used and unallocated space
2018-01-02 6:33 UTC (2+ messages)
` [PATCH 2/2] btrfs-progs: misc-test: Add test case to check if fi usage and show report consistent "
[PATCH v2 00/17] btrfs-progs: lowmem check: avoid extents overwrite
2018-01-02 1:50 UTC (5+ messages)
` [PATCH v2 02/17] btrfs-progs: lowmem check: record returned errors after walk_down_tree_v2()
Hand Patching a BTRFS Superblock?
2017-12-31 1:00 UTC (14+ messages)
[PATCH 0/2] Btrfs: heuristic/compression convert workspace memory cache
2017-12-30 20:43 UTC (3+ messages)
` [PATCH 1/2] Btrfs: heuristic: replace workspace managment code by mempool API
WARNING: CPU: 1 PID: 3016 at fs/btrfs/ctree.h:1564 btrfs_update_device+0x189/0x190 [btrfs]
2017-12-30 14:37 UTC (7+ messages)
[PATCH v2] Btrfs: enchanse raid1/10 balance heuristic
2017-12-30 9:47 UTC (6+ messages)
[PATCH] bytrfs-progs: Print error on invalid extent item format during check
2017-12-29 9:01 UTC
[PATCH] Btrfs: enchanse raid1/10 balance heuristic for non rotating devices
2017-12-28 22:41 UTC (3+ messages)
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).