linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-02-24 02:33:37 to 2017-03-04 00:17:47 UTC [more...]

[RFC PATCH v1 00/30] fs: inode->i_version rework and optimization
 2017-03-04  0:09 UTC  (7+ messages)
` [RFC PATCH v1 11/30] fs: new API for handling i_version
` [RFC PATCH v1 30/30] fs: convert i_version counter over to an atomic64_t

raid1 degraded mount still produce single chunks, writeable mount not allowed
 2017-03-03 20:10 UTC  (16+ messages)

[PATCH] Btrfs: fix file corruption after cloning inline extents
 2017-03-03 18:48 UTC  (5+ messages)

assertion failed: last_size == new_size, file: fs/btrfs/inode.c
 2017-03-03 18:20 UTC  (9+ messages)

[PATCH] btrfs-progs: report I/O errors when closing the filesystem
 2017-03-03 17:02 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v5] btrfs: Handle delalloc error correctly to avoid ordered extent hang
 2017-03-03 10:39 UTC  (4+ messages)

[4.7.2] btrfs_run_delayed_refs:2963: errno=-17 Object already exists
 2017-03-03 11:54 UTC  (17+ messages)

[PATCH 00/17] fs, btrfs refcount conversions
 2017-03-03  8:55 UTC  (18+ messages)
` [PATCH 01/17] fs, btrfs: convert btrfs_bio.refs from atomic_t to refcount_t
` [PATCH 02/17] fs, btrfs: convert btrfs_transaction.use_count "
` [PATCH 03/17] fs, btrfs: convert extent_map.refs "
` [PATCH 04/17] fs, btrfs: convert btrfs_ordered_extent.refs "
` [PATCH 05/17] fs, btrfs: convert btrfs_caching_control.count "
` [PATCH 06/17] fs, btrfs: convert btrfs_delayed_ref_node.refs "
` [PATCH 07/17] fs, btrfs: convert btrfs_delayed_node.refs "
` [PATCH 08/17] fs, btrfs: convert btrfs_delayed_item.refs "
` [PATCH 09/17] fs, btrfs: convert btrfs_root.refs "
` [PATCH 10/17] fs, btrfs: convert extent_state.refs "
` [PATCH 11/17] fs, btrfs: convert compressed_bio.pending_bios "
` [PATCH 12/17] fs, btrfs: convert scrub_recover.refs "
` [PATCH 13/17] fs, btrfs: convert scrub_page.refs "
` [PATCH 14/17] fs, btrfs: convert scrub_block.refs "
` [PATCH 15/17] fs, btrfs: convert scrub_parity.refs "
` [PATCH 16/17] fs, btrfs: convert scrub_ctx.refs "
` [PATCH 17/17] fs, btrfs: convert btrfs_raid_bio.refs "

[PATCH 2/2] btrfs-progs: dump-tree: Also output log root tree
 2017-03-03  4:13 UTC 

[PATCH] Btrfs: remove ASSERT in btrfs_truncate_inode_items
 2017-03-03  2:41 UTC 

[PATCH v3] btrfs: remove btrfs_err_str function from uapi/linux/btrfs.h
 2017-03-02 19:42 UTC  (6+ messages)
              ` [PATCH] MAINTAINERS: add btrfs file entries

[GIT PULL] Btrfs
 2017-03-02 20:19 UTC 

[PATCH 0/8 v2] Non-blocking AIO
 2017-03-02 15:22 UTC  (20+ messages)
` [PATCH 1/8] nowait aio: Introduce IOCB_FLAG_NOWAIT
` [PATCH 2/8] nowait aio: Return if cannot get hold of i_rwsem
` [PATCH 3/8] nowait aio: return if direct write will trigger writeback
` [PATCH 4/8] nowait aio: Introduce IOMAP_NOWAIT
` [PATCH 5/8] nowait aio: return on congested block device
` [PATCH 6/8] nowait aio: ext4
` [PATCH 7/8] nowait aio: xfs
` [PATCH 8/8] nowait aio: btrfs

Btrfs progs pre-release 4.10-rc1
 2017-03-02 14:59 UTC 

Please add more info to dmesg output on I/O error
 2017-03-02  2:30 UTC  (5+ messages)

[PATCH] btrfs-progs: docs: fix many typos, plus three edits for clarit
 2017-03-01 15:14 UTC  (2+ messages)

[PATCH v3 00/12] lowmem mode fixes
 2017-03-01 16:30 UTC  (4+ messages)
` [PATCH v3 10/12] btrfs-progs: fsck-test: Add new test case for file extent false alerts

[PATCH] btrfs-progs: send-dump: add missing newlines
 2017-03-01 14:59 UTC  (2+ messages)

[PULL] Btrfs cleanups for 4.11, part 2
 2017-03-01 13:26 UTC  (4+ messages)

[PATCH 1/2] Btrfs: fix unexpected file hole after disk errors
 2017-03-01  8:48 UTC  (5+ messages)
` [PATCH 2/2] Btrfs: remove start_pos

[PATCH 00/20] Enable lowmem repair for fs/subvolume tree
 2017-03-01  3:14 UTC  (21+ messages)
` [PATCH 01/20] btrfs-progs: cmds-check.c: supports inode nbytes fix in lowmem
` [PATCH 02/20] btrfs-progs: cmds-check.c: supports dir isize "
` [PATCH 03/20] btrfs-progs: cmds-check.c: inode orphan item repair
` [PATCH 04/20] btrfs-progs: cmds-check.c: change find_inode_ref's arg
` [PATCH 05/20] btrfs-progs: cmds-check.c: modify check_fs_first_inode
` [PATCH 06/20] btrfs-progs: cmds-check.c: change find_dir_index/item
` [PATCH 07/20] btrfs-progs: cmds-check.c: introduce print_inode_ref
` [PATCH 08/20] btrfs-progs: cmds-check.c: print_dir_item_err
` [PATCH 09/20] btrfs-progs: cmds-check.c: introduce count_dir_isize
` [PATCH 10/20] btrfs-progs: dir-item.c: modify btrfs_insert_dir_item
` [PATCH 11/20] btrfs-progs: inode.c: alter btrfs_add_link
` [PATCH 12/20] btrfs-progs: cmds-check.c: introduce __create_inode_item
` [PATCH 13/20] btrfs-progs: cmds-check.c: repair_inode_item_missing
` [PATCH 14/20] btrfs-progs: cmds-check.c: repair_fs_first_inode
` [PATCH 15/20] btrfs-progs: cmds-check.c: introduce repair_ternary_lowmem
` [PATCH 16/20] btrfs-progs: cmds-check.c: Introduce repair_dir_item
` [PATCH 17/20] btrfs-progs: cmds-check.c: repair inode ref
` [PATCH 18/20] btrfs-progs: cmds-check.c: repair nlinks lowmem
` [PATCH 19/20] btrfs-progs: cmds-check.c: add punch_extent_hole
` [PATCH 20/20] btrfs-progs: fsck-check: Allow fsck check test to repair in lowmem mode for certain test cases

[PATCH 3/4] reflink: test adjacency of reflinked blocks
 2017-03-01  3:20 UTC  (3+ messages)

[PATCH 0/7] cleanup __btrfs_map_block
 2017-03-01  2:19 UTC  (4+ messages)
` [PATCH 1/7] Btrfs: create a helper for getting chunk map

[PATCH 0/3] Remove some BUG_ONs
 2017-02-28 10:41 UTC  (4+ messages)
` [PATCH 3/3] btrfs: do proper error handling in btrfs_insert_xattr_item

[PATCH v5] btrfs: Handle delalloc error correctly to avoid ordered extent hang
 2017-02-28  2:42 UTC 

"parent transid verify failed" out of blue sky
 2017-02-28  1:24 UTC  (2+ messages)

[PATCH v4] btrfs: Handle delalloc error correctly to avoid ordered extent deadlock
 2017-02-28  1:00 UTC  (4+ messages)

Low IOOP Performance
 2017-02-27 22:32 UTC  (7+ messages)

BTRFS hybrid system setup issues
 2017-02-27 19:19 UTC  (5+ messages)

[PATCH 0/3] introduce type based delalloc metadata reserve to fix some false enospc issues
 2017-02-27 13:43 UTC  (8+ messages)

List of corruption cases for scrub
 2017-02-27 11:01 UTC  (4+ messages)

[PATCH 0/9 PULL REQUEST] Qgroup fixes for 4.11
 2017-02-27  7:10 UTC  (10+ messages)
` [PATCH 1/9] btrfs: qgroup: Add trace point for qgroup reserved space
` [PATCH 2/9] btrfs: qgroup: Re-arrange tracepoint timing to co-operate with reserved space tracepoint
` [PATCH 3/9] btrfs: qgroup: Fix qgroup corruption caused by inode_cache mount option
` [PATCH 4/9] btrfs: qgroup: Add quick exit for non-fs extents
` [PATCH 5/9] btrfs: qgroup: Cleanup btrfs_qgroup_prepare_account_extents function
` [PATCH 6/9] btrfs: qgroup: Return actually freed bytes for qgroup release or free data
` [PATCH 7/9] btrfs: qgroup: Fix qgroup reserved space underflow caused by buffered write and quota enable
` [PATCH 8/9] btrfs: qgroup: Introduce extent changeset for qgroup reserve functions
` [PATCH 9/9] btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved ranges

linux 4.8 kernel OOM
 2017-02-27  5:25 UTC  (2+ messages)

Subvolume corruption after restart on Raid1 array
 2017-02-25 19:00 UTC  (5+ messages)

[GIT PULL] Btrfs
 2017-02-25  0:56 UTC 

[PATCH] Btrfs: fix deadlock between dedup on same file and starting writeback
 2017-02-24 20:17 UTC  (2+ messages)

Downgrading kernel 4.9 to 4.4 with space_cache=v2 enabled?
 2017-02-24 18:35 UTC  (8+ messages)

[GIT PULL] Btrfs bug fixes and improvements for 4.11 (2nd retry)
 2017-02-24 15:19 UTC  (2+ messages)

[PATCH v2 0/9] convert: rework rollback
 2017-02-24  5:52 UTC  (10+ messages)
` [PATCH v2 1/9] btrfs-progs: Introduce kernel sizes to cleanup large intermediate number
` [PATCH v2 2/9] btrfs-progs: Introduce macro to calculate backup superblock offset
` [PATCH v2 3/9] btrfs-progs: convert: Add comment for the overall convert workflow
` [PATCH v2 4/9] btrfs-progs: convert: Introduce simple range structure for convert reserved ranges
` [PATCH v2 5/9] btrfs-progs: convert: Use reserved ranges array to cleanup open code
` [PATCH v2 6/9] btrfs-progs: file: Introduce function to read out file content
` [PATCH v2 7/9] btrfs-progs: convert: Introduce function to read out btrfs reserved range
` [PATCH v2 8/9] btrfs-progs: convert: Introduce function to check if convert image is able to be rolled back
` [PATCH v2 9/9] btrfs-progs: convert: Rework rollback


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