linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-15 15:58:24 to 2017-05-19 00:28:06 UTC [more...]

[PATCH 00/10] Btrfs, minor scrub code cleanups
 2017-05-19  0:25 UTC  (12+ messages)
` [PATCH 01/10] btrfs: scrub: inline helper scrub_setup_wr_ctx
` [PATCH 02/10] btrfs: scrub: inline helper scrub_free_wr_ctx
` [PATCH 03/10] btrfs: scrub: simplify cleanup of wr_ctx in scrub_free_ctx
` [PATCH 04/10] btrfs: scrub: embed scrub_wr_ctx into scrub context
` [PATCH 05/10] btrfs: scrub: remove pages_per_wr_bio from "
` [PATCH 06/10] btrfs: scrub: use bool for flush_all_writes
` [PATCH 07/10] btrfs: scrub: use fs_info::sectorsize and drop it from scrub context
` [PATCH 08/10] btrfs: scrub: clean up division in __scrub_mark_bitmap
` [PATCH 09/10] btrfs: scrub: clean up division in scrub_find_csum
` [PATCH 10/10] btrfs: scrub: simplify srrub worker initialization

[PATCH] btrfs: fix memory leak in update_space_info failure path
 2017-05-19  0:20 UTC  (2+ messages)

[PATCH 2/2] btrfs-progs: test for restoring multiple devices fs into a single device
 2017-05-19  0:18 UTC  (2+ messages)

[PATCH 1/2] btrfs-progs: Fix restoring image from multi devices fs into single device
 2017-05-19  0:11 UTC  (2+ messages)

[PATCH RFC] vfs: add mount umount logs
 2017-05-19  0:17 UTC  (5+ messages)

[PATCH 1/3] btrfs: fix race with relocation recovery and fs_root setup
 2017-05-19  0:02 UTC  (6+ messages)
` [PATCH 2/3] btrfs: cleanup root usage by btrfs_get_alloc_profile
` [PATCH 3/3] btrfs: remove root usage from can_overcommit

[PATCH v2 1/2] btrfs: Separate space_info create/update
 2017-05-18 23:51 UTC  (10+ messages)
` [PATCH v2 2/2] btrfs: Refactor update_space_info

btrfs metadata reclaim behavior/performance characteristics
 2017-05-18 21:47 UTC  (4+ messages)

[PATCH] btrfs: use correct types for page indices in btrfs_page_exists_in_range
 2017-05-18 15:01 UTC  (2+ messages)

dedicated error codes for the block layer
 2017-05-18 14:55 UTC  (16+ messages)
` [PATCH 01/15] nvme-lightnvm: use blk_execute_rq in nvme_nvm_submit_user_cmd
` [PATCH 02/15] scsi/osd: don't save block errors into req_results
` [PATCH 03/15] gfs2: remove the unused sd_log_error field
` [PATCH 04/15] dm: fix REQ_RAHEAD handling
` [PATCH 05/15] fs: remove the unused error argument to dio_end_io()
` [PATCH 06/15] fs: simplify dio_bio_complete
` [PATCH 07/15] block_dev: propagate bio_iov_iter_get_pages error in __blkdev_direct_IO
` [PATCH 08/15] dm mpath: merge do_end_io_bio into multipath_end_io_bio
` [PATCH 09/15] dm: don't return errnos from ->map
` [PATCH 10/15] dm: change ->end_io calling convention
` [PATCH 11/15] fs-writeback: move wbc_to_write_flags out of line
` [PATCH 12/15] block: merge blk_types.h into bio.h
` [PATCH 14/15] blk-mq: switch ->queue_rq return value to blk_status_t

Btrfs progs release 4.11
 2017-05-18 14:35 UTC 

confusing "no space left" -- how to troubleshoot and "be prepared"?
 2017-05-18 14:19 UTC  (2+ messages)
  ` Fwd: "

[fs-btrfs] question about apparent useless function call
 2017-05-18 14:02 UTC  (2+ messages)

[RFC PATCH v3.2 0/6] Qgroup fixes, Non-stack version
 2017-05-18 13:45 UTC  (10+ messages)
` [RFC PATCH v3.2 1/6] btrfs: qgroup: Add quick exit for non-fs extents
` [RFC PATCH v3.2 2/6] btrfs: qgroup: Cleanup btrfs_qgroup_prepare_account_extents function
` [RFC PATCH v3.2 3/6] btrfs: qgroup: Return actually freed bytes for qgroup release or free data
` [RFC PATCH v3.2 4/6] btrfs: qgroup: Fix qgroup reserved space underflow caused by buffered write and quota enable
` [RFC PATCH v3.2 5/6] btrfs: qgroup: Introduce extent changeset for qgroup reserve functions
` [RFC PATCH v3.2 6/6] btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved ranges

[PATCH] Btrfs: work around maybe-uninitialized warning
 2017-05-18 13:33 UTC 

Can't remount a BTRFS partition read write after a drive failure
 2017-05-18  7:22 UTC  (5+ messages)

[PATCH] btrfs: add mount umount logs
 2017-05-18 10:31 UTC  (5+ messages)

[RFC PATCH 0/2] Introduce blkdev_issue_flush_no_wait()
 2017-05-18  9:31 UTC  (10+ messages)
` [PATCH 1/2] block: "
` [PATCH 2/2] btrfs: Use blkdev_issue_flush_no_wait()

RAID 6 corrupted
 2017-05-18  8:34 UTC  (11+ messages)

[PATCH 00/32] btrfs_fs_info refactoring
 2017-05-18  3:38 UTC  (33+ messages)
` [PATCH 01/32] btrfs-progs: Remove deprecated leafsize usage
` [PATCH 02/32] btrfs-progs: Introduce sectorsize nodesize and stripesize members for btrfs_fs_info
` [PATCH 03/32] btrfs-progs: Refactor block sizes users in disk-io.c
` [PATCH 04/32] btrfs-progs: Refactor block sizes users in btrfs-corrupt-block.c
` [PATCH 05/32] btrfs-progs: Refactor block sizes users in ctree.c and ctree.h
` [PATCH 06/32] btrfs-progs: Refactor block sizes users in btrfs-map-logical.c
` [PATCH 07/32] btrfs-progs: Refactor block sizes users in chunk-recover.c
` [PATCH 08/32] btrfs-progs: Refactor block sizes users in backref.c
` [PATCH 09/32] btrfs-progs: Refactor block sizes users in cmds-restore.c
` [PATCH 10/32] btrfs-progs: Refactor nodesize user in extent_io.c
` [PATCH 11/32] btrfs-progs: Refactor nodesize users in image/main.c
` [PATCH 12/32] btrfs-progs: Refactor block sizes users in cmds-check.c
` [PATCH 13/32] btrfs-progs: Refactor nodesize user in btrfstune.c
` [PATCH 14/32] btrfs-progs: Refactor nodesize users in utils.c
` [PATCH 15/32] btrfs-progs: Refactor block sizes users in extent-tree.c
` [PATCH 16/32] btrfs-progs: Refactor nodesize user in print-tree.c
` [PATCH 17/32] btrfs-progs: Refactor nodesize users in qgroup-verify.c
` [PATCH 18/32] btrfs-progs: Refactor nodesize users in cmds-inspect-tree-stats.c
` [PATCH 19/32] btrfs-progs: Refactor sectorsize users in mkfs/main.c
` [PATCH 20/32] btrfs-progs: Refactor sectorsizes users in file-item.c
` [PATCH 21/32] btrfs-progs: Refactor sectorsize users in free-space-cache.c
` [PATCH 22/32] btrfs-progs: Refactor sectorsize users in file.c
` [PATCH 23/32] btrfs-progs: Refactor sectorsize users in volumes.c
` [PATCH 24/32] btrfs-progs: Refactor sectorsize users in free-space-tree.c
` [PATCH 25/32] btrfs-progs: Refactor sectorsize in convert/source-fs.c
` [PATCH 26/32] btrfs-progs: Refactor sectorsize users in convert/main.c
` [PATCH 27/32] btrfs-progs: Refactor sectorsize users in convert/source-ext2.c
` [PATCH 28/32] btrfs-progs: Refactor sectorsize users in cmds-inspect-dump-tree.c
` [PATCH 29/32] btrfs-progs: Remove block size members in btrfs_root
` [PATCH 30/32] btrfs-progs: Refactor btrfs_root paramters in btrfs-corrupt-block.c
` [PATCH 31/32] btrfs-progs: Refactor read_tree_block to get rid of btrfs_root
` [PATCH 32/32] btrfs-progs: Refactor read_node_slot function to get rid of btrfs_root parameter

[PATCH v2] ioctl_getfsmap.2: document the GETFSMAP ioctl
 2017-05-18  2:07 UTC 

[PATCH] ioctl_getfsmap.2: document the GETFSMAP ioctl
 2017-05-18  2:04 UTC  (5+ messages)

[RFC PATCH v3.3 5/6] btrfs: qgroup: Introduce extent changeset for qgroup reserve functions
 2017-05-18  0:57 UTC 

[PATCH 0/8 v1] utilize bio_clone_fast to clean up
 2017-05-17 22:22 UTC  (9+ messages)
` [PATCH 1/8] Btrfs: use bio_clone_fast to clone our bio
` [PATCH 2/8] Btrfs: new helper btrfs_bio_clone_partial
` [PATCH 3/8] Btrfs: use bio_clone_bioset_partial to simplify DIO submit
` [PATCH 4/8] Btrfs: change how we iterate bios in endio
` [PATCH 5/8] Btrfs: record error if one block has failed to retry
` [PATCH 6/8] Btrfs: make check-integrity use bvec_iter
` [PATCH 7/8] Btrfs: unify naming of btrfs_io_bio
` [PATCH 8/8] Btrfs: hardcode GFP_NOFS for btrfs_bio_clone_partial

[PATCH] Btrfs: tolerate errors if we have retried successfully
 2017-05-17 21:42 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/1] Remove unnecessary branching in free-space-tree.c
 2017-05-17 18:41 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 0/6 RFC] utilize bio_clone_fast to clean up
 2017-05-17 18:32 UTC  (10+ messages)
` [PATCH 1/6] Btrfs: use bio_clone_fast to clone our bio
` [PATCH 2/6] Btrfs: use bio_clone_bioset_partial to simplify DIO submit
` [PATCH 4/6] Btrfs: record error if one block has failed to retry
` [PATCH 6/6] Btrfs: unify naming of btrfs_io_bio

4.11 relocate crash, null pointer + rolling back a filesystem by X hours?
 2017-05-17 18:23 UTC  (4+ messages)

[PATCH 0/3] Kill btree inode prep patches
 2017-05-17 17:44 UTC  (2+ messages)

ERROR: rename o3528-7220-0 -> usr failed: Directory not empty
 2017-05-17 15:36 UTC  (4+ messages)

[PATCH] btrfs: fix bool type in btrfs_page_exists_in_range
 2017-05-17 14:00 UTC 

[PATCH 0/2] space_info update/creation refactoring
 2017-05-17 13:50 UTC  (5+ messages)
` [PATCH 1/2] btrfs: Separate space_info create/update
` [PATCH 2/2] btrfs: Refactor update_space_info

btrfs hang with 4.11.1 kernel
 2017-05-17 10:02 UTC  (2+ messages)

[PATCH 0/5] btrfs-progs: check: simple errors repair in lowmem
 2017-05-17  8:25 UTC  (2+ messages)

[RFC PATCH v3.1 0/6] Qgroup fixes, Non-stack version
 2017-05-17  1:19 UTC  (7+ messages)
` [RFC PATCH v3.1 1/6] btrfs: qgroup: Add quick exit for non-fs extents
` [RFC PATCH v3.1 3/6] btrfs: qgroup: Return actually freed bytes for qgroup release or free data

"Corrected" errors persist after scrubbing
 2017-05-16 18:55 UTC  (5+ messages)

[PATCH 0/4] Btrfs, remove unused structure members
 2017-05-16 17:17 UTC  (5+ messages)
` [PATCH 1/4] btrfs: remove unused member err from reada_extent
` [PATCH 2/4] btrfs: remove unused member list from async_submit_bio
` [PATCH 3/4] btrfs: remove unused members dir_path from recorded_ref
` [PATCH 4/4] btrfs: remove unused member list from btrfs_end_io_wq

Btrfs/SSD
 2017-05-16 17:08 UTC  (20+ messages)

[PATCH] btrfs: use generic slab for for btrfs_transaction
 2017-05-16 17:05 UTC 

[PATCH] btrfs: add framework to handle device flush error as a volume
 2017-05-16  9:52 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] btrfs-progs: tests: remove variable quotation from convert-tests
 2017-05-16  4:46 UTC  (2+ messages)

[PATCH v4 00/27] fs: introduce new writeback error reporting and convert existing API as a wrapper around it
 2017-05-15 17:58 UTC  (4+ messages)
` [PATCH v4 15/27] fs: retrofit old error reporting API onto new infrastructure

[PATCHv2] btrfs-progs: Fix slot >= nritems
 2017-05-15 17:00 UTC 


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