linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-12-19 06:57:07 to 2016-12-27 11:23:20 UTC [more...]

OOM: Better, but still there on 4.9
 2016-12-27 11:23 UTC  (30+ messages)
` OOM: Better, but still there on
                              ` [RFC PATCH] mm, memcg: fix (Re: OOM: Better, but still there on)
                                  ` [lkp-developer] [mm, memcg] d18e2b2aca: WARNING:at_mm/memcontrol.c:#mem_cgroup_update_lru_size

[CORRUPTION FILESYSTEM] Corrupted and unrecoverable file system during the snapshot receive
 2016-12-27  9:29 UTC  (31+ messages)

WARNING at fs/btrfs/extent-tree.c:3201 btrfs_cross_ref_exist (v4.8.11)
 2016-12-26 15:57 UTC 

[PATCH] btrfs: Replace ACCESS_ONCE with (READ|WRITE)_ONCE
 2016-12-26 11:08 UTC 

[PATCH v2 00/19]
 2016-12-26  8:42 UTC  (21+ messages)
` [PATCH v2 01/19] btrfs-progs: raid56: Introduce raid56 header for later recovery usage
` [PATCH v2 02/19] btrfs-progs: raid56: Introduce tables for RAID6 recovery
` [PATCH v2 03/19] btrfs-progs: raid56: Allow raid6 to recover 2 data stripes
` [PATCH v2 04/19] btrfs-progs: raid56: Allow raid6 to recover data and p
` [PATCH v2 05/19] btrfs-progs: Introduce wrapper to recover raid56 data
` [PATCH v2 06/19] btrfs-progs: Introduce new btrfs_map_block function which returns more unified result
` [PATCH v2 07/19] btrfs-progs: Allow __btrfs_map_block_v2 to remove unrelated stripes
` [PATCH v2 08/19] btrfs-progs: csum: Introduce function to read out one data csum
` [PATCH v2 09/19] btrfs-progs: scrub: Introduce structures to support fsck scrub for RAID56
` [PATCH v2 10/19] btrfs-progs: scrub: Introduce function to scrub mirror based tree block
` [PATCH v2 11/19] btrfs-progs: scrub: Introduce function to scrub mirror based data blocks
` [PATCH v2 12/19] btrfs-progs: scrub: Introduce function to scrub one extent
` [PATCH v2 13/19] btrfs-progs: scrub: Introduce function to scrub one data stripe
` [PATCH v2 14/19] btrfs-progs: scrub: Introduce function to verify parities
` [PATCH v2 15/19] btrfs-progs: extent-tree: Introduce function to check if there is any extent in given range
` [PATCH v2 16/19] btrfs-progs: scrub: Introduce function to recover data parity
` [PATCH v2 17/19] btrfs-progs: scrub: Introduce a function to scrub one full stripe
` [PATCH v2 18/19] btrfs-progs: scrub: Introduce function to check a whole block group
` [PATCH v2 19/19] btrfs-progs: fsck: Introduce offline scrub function
` [PATCH v2 00/19] Btrfs offline scrub

some free space cache corruptions
 2016-12-26  7:06 UTC  (3+ messages)

[BUG] kernel BUG at fs/btrfs/extent_io.c:2315 btrfs_check_repairable (v4.8.11)
 2016-12-24 18:03 UTC  (2+ messages)

[BUG] kernel BUG at fs/btrfs/extent_io.c:2041 repair_io_failure (v4.8.11)
 2016-12-24 17:24 UTC  (3+ messages)

[PATCH] Btrfs: Fix deadlock between direct IO and fast fsync
 2016-12-24  3:27 UTC  (5+ messages)

csum errors during btrfs check
 2016-12-24  0:23 UTC 

Btrfs progs release 4.9
 2016-12-23 19:37 UTC 

btrfs_log2phys: cannot lookup extent mapping
 2016-12-23 12:45 UTC  (10+ messages)

strange btrfs deadlock
 2016-12-23  6:26 UTC 

[PATCH] Btrfs: adjust outstanding_extents counter properly when dio write is split
 2016-12-23  3:18 UTC  (2+ messages)

[PATCH] btrfs-progs: Get the highest inode for lost+found
 2016-12-23  1:08 UTC  (5+ messages)

[RFC PATCH v1 00/30] fs: inode->i_version rework and optimization
 2016-12-22 14:42 UTC  (35+ messages)
` [RFC PATCH v1 01/30] lustre: don't set f_version in ll_readdir
` [RFC PATCH v1 02/30] ecryptfs: remove unnecessary i_version bump
` [RFC PATCH v1 03/30] ceph: remove the bump of i_version
` [RFC PATCH v1 04/30] f2fs: don't bother setting i_version
` [RFC PATCH v1 05/30] hpfs: don't bother with the i_version counter
` [RFC PATCH v1 06/30] jfs: remove initialization of "
` [RFC PATCH v1 07/30] nilfs2: remove inode->i_version initialization
` [RFC PATCH v1 08/30] orangefs: remove initialization of i_version
` [RFC PATCH v1 09/30] reiserfs: remove unneeded i_version bump
` [RFC PATCH v1 10/30] ntfs: remove i_version handling
` [RFC PATCH v1 11/30] fs: new API for handling i_version
` [RFC PATCH v1 12/30] fat: convert to new i_version API
` [RFC PATCH v1 13/30] affs: "
` [RFC PATCH v1 14/30] afs: "
` [RFC PATCH v1 15/30] btrfs: "
` [RFC PATCH v1 16/30] exofs: switch "
` [RFC PATCH v1 17/30] ext2: convert "
` [RFC PATCH v1 18/30] ext4: "
` [RFC PATCH v1 19/30] nfs: "
` [RFC PATCH v1 20/30] nfsd: "
` [RFC PATCH v1 21/30] ocfs2: "
` [RFC PATCH v1 22/30] ufs: use "
` [RFC PATCH v1 23/30] xfs: convert to "
` [RFC PATCH v1 24/30] IMA: switch IMA over "
` [RFC PATCH v1 25/30] fs: add a "force" parameter to inode_inc_iversion
` [RFC PATCH v1 26/30] fs: only set S_VERSION when updating times if it has been queried
` [RFC PATCH v1 27/30] xfs: avoid setting XFS_ILOG_CORE if i_version doesn't need incrementing
` [RFC PATCH v1 28/30] btrfs: only dirty the inode in btrfs_update_time if something was changed
` [RFC PATCH v1 29/30] fs: track whether the i_version has been queried with an i_state flag
` [RFC PATCH v1 30/30] fs: convert i_version counter over to an atomic64_t

[bug report] btrfs: root->fs_info cleanup, add fs_info convenience variables
 2016-12-22 14:18 UTC  (2+ messages)

[bug or by design ?] btrfs defrag compression does not persist
 2016-12-22 12:22 UTC  (3+ messages)

[PATCH 0/9 v2] scope GFP_NOFS api
 2016-12-22  9:38 UTC  (19+ messages)
` [PATCH 2/9] xfs: introduce and use KM_NOLOCKDEP to silence reclaim lockdep false positives
` [PATCH 6/9] jbd2: mark the transaction context with the scope GFP_NOFS context
` [PATCH 7/9] jbd2: make the whole kjournald2 kthread NOFS safe
` [PATCH 8/9] Revert "ext4: avoid deadlocks in the writeback path by using sb_getblk_gfp"
` [PATCH 9/9] Revert "ext4: fix wrong gfp type under transaction"

[PATCH] Btrfs: add another missing end_page_writeback on submit_extent_page failure
 2016-12-22  6:20 UTC  (2+ messages)

[PATCH 1/2 v2] btrfs: fix error handling when run_delayed_extent_op fails
 2016-12-22  5:46 UTC  (4+ messages)
` [PATCH 2/2] btrfs: fix locking when we put back a delayed ref that's too new

[PATCH v3 0/6] Convert rollback rework for v4.9
 2016-12-22  1:53 UTC  (5+ messages)
` [PATCH v3 5/6] btrfs-progs: convert: Switch to new rollback function

Btrfs progs pre-release 4.9-rc2
 2016-12-21 15:59 UTC 

[PATCH 1/2] btrfs: drop trace_btrfs_all_work_done() from normal_work_helper()
 2016-12-21 14:08 UTC  (7+ messages)

[PATCH 1/2] btrfs: btrfs_defrag_root() doesn't support any option
 2016-12-21  7:42 UTC  (2+ messages)
` [PATCH 2/2 RFC] btrfs: btrfs_defrag_root() doesn't defrag extent root tree

[PATCH] btrfs: fix error handling when run_delayed_extent_op fails
 2016-12-20 18:10 UTC  (3+ messages)

[PATCH v2] btrfs-progs: Fix NULL pointer when receive clone operation
 2016-12-20 16:32 UTC  (3+ messages)

[PATCH][V2] btrfs: remove redundant inode null check
 2016-12-20 16:27 UTC  (2+ messages)

[PATCH 2/4] Btrfs: coding style fixes
 2016-12-20 16:25 UTC  (2+ messages)

[GIT PULL] btrfs fixes and cleanups
 2016-12-20 16:20 UTC  (2+ messages)

[PATCH 3/4] Btrfs: ACCESS_ONCE cleanup
 2016-12-20 16:18 UTC  (2+ messages)

[PATCH 4/4] Btrfs: code cleanup min/max -> min_t/max_t
 2016-12-20 16:05 UTC  (2+ messages)

[PATCH] btrfs: remove redundant inode null check
 2016-12-20 15:46 UTC  (2+ messages)

[PATCH] btrfs: use rb_entry()
 2016-12-20 15:32 UTC  (3+ messages)

Newbie question about linux-btrfs patch
 2016-12-20 14:09 UTC  (2+ messages)

Help please: BTRFS fs crashed due to bad removal of USB drive, no help from recovery procedures
 2016-12-20  7:55 UTC  (5+ messages)

v4.9-rc7 scrub kernel panic
 2016-12-20  7:30 UTC  (2+ messages)

Btrfs: don't WARN() in btrfs_transaction_abort() for IO errors
 2016-12-19 20:17 UTC  (2+ messages)

Btrfs Heatmap - v3 - scriptable .. more flexible
 2016-12-19 18:54 UTC  (2+ messages)

[PATCH] btrfs: drop unused extent_op arg from btrfs_add_delayed_data_ref
 2016-12-19 17:57 UTC  (2+ messages)

system hangs due to qgroups
 2016-12-19 11:17 UTC  (4+ messages)

btrfs-check finds file extent holes
 2016-12-19 11:12 UTC  (2+ messages)

[PATCH] recursive defrag cleanup
 2016-12-19 11:12 UTC  (3+ messages)

[PATCH 0/3] Misc fixes mostly cleanup
 2016-12-19 11:11 UTC  (5+ messages)
` [PATCH 3/3] btrfs: consolidate auto defrag kick off policies
  ` [PATCH 3/3 v2] "


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