linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-10 15:11:03 to 2017-05-17 02:56:44 UTC [more...]

[RFC PATCH v3.2 0/6] Qgroup fixes, Non-stack version
 2017-05-17  2:56 UTC  (6+ 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 6/6] btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved ranges

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

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

[PATCH 0/6 RFC] utilize bio_clone_fast to clean up
 2017-05-16 17:15 UTC  (8+ messages)
` [PATCH 2/6] Btrfs: use bio_clone_bioset_partial to simplify DIO submit

[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

[PATCH 00/10] Btrfs, minor scrub code cleanups
 2017-05-16 17:10 UTC  (11+ 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

Btrfs/SSD
 2017-05-16 17:08 UTC  (34+ messages)
        ` [OT] SSD performance patterns (was: Btrfs/SSD)
            ` Btrfs/SSD (my -o ssd "summary")

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

Can't remount a BTRFS partition read write after a drive failure
 2017-05-16 12:56 UTC 

[RFC PATCH 0/2] Introduce blkdev_issue_flush_no_wait()
 2017-05-16 14:07 UTC  (6+ messages)
` [PATCH 1/2] block: "
` [PATCH 2/2] btrfs: Use blkdev_issue_flush_no_wait()

[PATCH] btrfs: add mount umount logs
 2017-05-16 11:23 UTC  (3+ messages)

[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  (12+ messages)
` [PATCH v4 15/27] fs: retrofit old error reporting API onto new infrastructure
` [PATCH v4 19/27] buffer: set errors in mapping at the time that the error occurs
` [PATCH v4 21/27] mm: clean up error handling in write_one_page
` [PATCH v4 22/27] jbd2: don't reset error in journal_finish_inode_data_buffers
` [PATCH v4 23/27] gfs2: clean up some filemap_* calls

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

[PATCH] Btrfs: tolerate errors if we have retried successfully
 2017-05-15 15:57 UTC  (4+ messages)

[PATCH] btrfs-progs: Fix slot >= nritems
 2017-05-15 15:50 UTC  (2+ messages)

Btrfs progs pre-release 4.11-rc1
 2017-05-15 15:16 UTC 

balancing every night broke balancing so now I can't balance anymore?
 2017-05-15 12:34 UTC  (13+ messages)

[PATCH 0/10 v8] No wait AIO
 2017-05-15  9:47 UTC  (12+ messages)
` [PATCH 01/10] fs: Separate out kiocb flags setup based on RWF_* flags
` [PATCH 02/10] fs: Introduce filemap_range_has_page()
` [PATCH 03/10] fs: Use RWF_* flags for AIO operations
` [PATCH 04/10] fs: Introduce RWF_NOWAIT
` [PATCH 05/10] fs: return if direct write will trigger writeback
` [PATCH 06/10] fs: Introduce IOMAP_NOWAIT
` [PATCH 07/10] fs: return on congested block device
` [PATCH 08/10] ext4: nowait aio support
` [PATCH 09/10] xfs: "
` [PATCH 10/10] btrfs: "

[PATCH v2] btrfs-progs: btrfs-convert: Add larger device support
 2017-05-15  8:36 UTC  (2+ messages)

[PATCH 1/5] btrfs-progs: Cleanup open-coded btrfs_chunk_item_size
 2017-05-15  8:27 UTC  (5+ messages)
` [PATCH 2/5] btrfs-progs: Enhance chunk item validation check
` [PATCH 3/5] btrfs-progs: check: Reuse btrfs_check_chunk_valid in lowmem mode
` [PATCH 4/5] btrfs-progs: Introduce function to get correct stripe length
` [PATCH 5/5] btrfs-progs: lowmem check: Fix false alert on missing chunk or dev extent

4.11: da_remove called for id=16 which is not allocated
 2017-05-14 17:55 UTC  (2+ messages)

btrfs fi usage crash when multiple device volume contains seed device
 2017-05-14 17:38 UTC 

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

Creating btrfs RAID on LUKS devs makes devices disappear
 2017-05-13 18:51 UTC  (11+ messages)

[PATCH RFC] btrfs: introduce a separate mutex for caching_block_groups list
 2017-05-13 18:45 UTC  (3+ messages)

[PATCH v3 00/19] Btrfs-progs offline scrub
 2017-05-13 13:37 UTC  (4+ messages)

severe performance regression in generic/027
 2017-05-12 22:17 UTC  (2+ messages)

[PATCH] Btrfs: add statx support
 2017-05-12 22:07 UTC 

[RFC PATCH v1 00/30] fs: inode->i_version rework and optimization
 2017-05-12 16:21 UTC  (17+ messages)

[PATCH v2 0/2] btrfs: allow mechanism to override quota
 2017-05-12 14:48 UTC  (4+ messages)
` [PATCH v2 1/2] btrfs: add quota override flag to enable quota override for sys_resource
` [PATCH v2 2/2] btrfs: Add quota_override knob into sysfs

btrfs list corruption and soft lockups while testing writeback error handling
 2017-05-12 14:22 UTC  (5+ messages)

[PATCH] btrfs: Convert fs_info->free_chunk_space to atomic64_t
 2017-05-12 14:07 UTC  (2+ messages)

Qgroup reserved space like in ZFS?
 2017-05-12 11:16 UTC  (2+ messages)

Backing up BTRFS metadata
 2017-05-12  6:06 UTC  (6+ messages)

errno=-28 No space left, with kernel backtrace (blocking bug)
 2017-05-12  2:19 UTC  (4+ messages)

Question on compression unit
 2017-05-11 19:31 UTC  (3+ messages)

[PATCH v3] btrfs: relocation: Enhance kernel error output for relocation
 2017-05-11 18:40 UTC  (4+ messages)

[PATCH 0/8 v7] No wait AIO
 2017-05-11 18:16 UTC  (12+ messages)
` [PATCH 1/8] Use RWF_* flags for AIO operations
` [PATCH 2/8] nowait aio: Introduce RWF_NOWAIT
` [PATCH 3/8] nowait aio: return if direct write will trigger writeback
` [PATCH 5/8] nowait aio: return on congested block device
` [PATCH 7/8] nowait aio: xfs

runtime btrfsck
 2017-05-11 14:03 UTC  (6+ messages)

parent transid verify failed
 2017-05-11 10:01 UTC 

[RFC PATCH v3 0/6] Qgroup fixes, Non-stack version
 2017-05-11  8:12 UTC  (4+ messages)
` [RFC PATCH v3 5/6] btrfs: qgroup: Introduce extent changeset for qgroup reserve functions

qgroup: direct writes returns -EDQUOT too soon
 2017-05-11  0:29 UTC  (2+ messages)

[PATCH] btrfs: fix incorrect error return ret being passed to mapping_set_error
 2017-05-10 15:10 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).