linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-12-12 17:04:38 to 2016-12-20 16:52:29 UTC [more...]

btrfs_log2phys: cannot lookup extent mapping
 2016-12-20 15:52 UTC 

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

[PATCH] btrfs-progs: Get the highest inode for lost+found
 2016-12-20 12:08 UTC 

[PATCH 0/9 v2] scope GFP_NOFS api
 2016-12-20  8:38 UTC  (30+ messages)
` [PATCH 1/9] lockdep: allow to disable reclaim lockup detection
` [PATCH 2/9] xfs: introduce and use KM_NOLOCKDEP to silence reclaim lockdep false positives
  ` [PATCH 2/9 v2] "
` [PATCH 3/9] xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS
` [PATCH 4/9] mm: introduce memalloc_nofs_{save,restore} API
` [PATCH 5/9] xfs: use memalloc_nofs_{save,restore} instead of memalloc_noio*
    ` [PATCH 5/9 v2] "
` [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"
` [DEBUG PATCH 0/2] debug explicit GFP_NO{FS,IO} usage from the scope context
  ` [DEBUG PATCH 1/2] mm, debug: report when GFP_NO{FS,IO} is used explicitly from memalloc_no{fs,io}_{save,restore} context
  ` [DEBUG PATCH 2/2] silent warnings which we cannot do anything about

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)

[PATCH v3 0/6] Convert rollback rework for v4.9
 2016-12-20  5:36 UTC  (8+ messages)
` [PATCH v3 1/6] btrfs-progs: file-item: Fix wrong file extents inserted
` [PATCH v3 2/6] btrfs-progs: utils: Introduce basic set operations for range
` [PATCH v3 3/6] btrfs-progs: convert: Introduce function to record relocated ranges
` [PATCH v3 4/6] btrfs-progs: convert: Introduce new function to check if we can rollback
` [PATCH v3 5/6] btrfs-progs: convert: Switch to new rollback function
` [PATCH v3 6/6] btrfs-progs: convert-test: trigger chunk allocation after convert

OOM: Better, but still there on 4.9
 2016-12-20  2:08 UTC  (23+ messages)
  ` OOM: Better, but still there on
    ` [PATCH 1/2] mm: consolidate GFP_NOFAIL checks in the allocator slowpath
    ` [PATCH 2/2] mm, oom: do not enfore OOM killer for __GFP_NOFAIL automatically

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

[CORRUPTION FILESYSTEM] Corrupted and unrecoverable file system during the snapshot receive
 2016-12-19 18:55 UTC  (11+ 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  (4+ messages)

[PATCH] recursive defrag cleanup
 2016-12-19 11:12 UTC  (5+ messages)
` [PATCH] btrfs-progs: recursive defrag cleanup duplicate code

[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] "

"crc32 mismatch" followed by segfault in btrfs receive
 2016-12-19  3:15 UTC 

python-btrfs v4, yay
 2016-12-18 23:27 UTC 

[CORRUPTION FILESYSTEM] Corrupted and unrecoverable file system during the snapshot receive
 2016-12-18 20:39 UTC 

mount raid1 gives open_ctree failed
 2016-12-17 22:17 UTC  (2+ messages)

uncorrectable error, but no file there
 2016-12-17  0:05 UTC  (2+ messages)

[PATCH] Btrfs: adjust len of writes if following a preallocated extent
 2016-12-16 22:37 UTC  (7+ messages)
` resend: "

corrupt leaf on just-created filesystem
 2016-12-16 21:37 UTC  (4+ messages)

[GIT PULL] Btrfs
 2016-12-16 17:01 UTC 

[PATCH] btrfs: file.c: file cleanup
 2016-12-16 14:17 UTC 

[PATCH] btrfs: fix dereference on inode->i_sb before inode null check
 2016-12-16 15:24 UTC  (3+ messages)

btrfs file recovery
 2016-12-16 14:06 UTC 

[PATCH v2 0/3] Convert rollback rework for v4.9
 2016-12-16  8:38 UTC  (6+ messages)
` [PATCH v2 1/3] btrfs-progs: file-item: Fix wrong file extents inserted
` [PATCH v2 2/3] btrfs-progs: convert: Rework rollback to handle new convert image
` [PATCH v2 3/3] btrfs-progs: convert-test: trigger chunk allocation after convert

[PATCH] duperemove: test presence of dedupe ioctl
 2016-12-16  7:53 UTC  (6+ messages)

[PATCH v2] duperemove: test presence of dedupe ioctl
 2016-12-16  7:53 UTC  (2+ messages)

[PATCH] Btrfs: add another missing end_page_writeback on submit_extent_page failure
 2016-12-16  6:41 UTC 

Server hangs when mount BTRFS filesystem
 2016-12-15 23:21 UTC  (2+ messages)

page allocation stall in kernel 4.9 when copying files from one btrfs hdd to another
 2016-12-15 11:52 UTC  (8+ messages)

Btrfs progs pre-release 4.9-rc1
 2016-12-15  8:49 UTC  (4+ messages)

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

[PATCH] Btrfs: fix another race between truncate and lockless dio write
 2016-12-15  7:04 UTC 

[PATCH] btrfs-progs: tests: add test for --sync option of qgroup show
 2016-12-15  4:33 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] btrfs-progs: qgroup: add sync option to 'qgroup show'
 2016-12-15  4:30 UTC  (6+ messages)
` [PATCH v2] "
` [PATCH v3 1/2] "
` [PATCH v3 2/2] btrfs-progs: qgroup: change the value of sort option

[PATCH] Btrfs: fix btrfs_ordered_update_i_size to update disk_i_size properly
 2016-12-14 19:03 UTC  (2+ messages)

[PATCH 1/2] btrfs: drop trace_btrfs_all_work_done() from normal_work_helper()
 2016-12-14 14:08 UTC  (3+ messages)
` [PATCH 2/2] btrfs: swap free() and trace point in run_ordered_work()
  ` [RFC] btrfs: lockdep says "possible recursive locking detected" in btrfs_clear_lock_blocking_rw()

[PATCH 0/4] Lowmem fsck false alert fixes
 2016-12-14 13:15 UTC  (2+ messages)

[PATCH 1/2] btrfs-progs: btrfs-convert: Prevent accounting blocks beyond end of device
 2016-12-14 12:38 UTC  (6+ messages)
` [PATCH 2/2] btrfs-convert: Fix migrate_super_block() to work with 64k sectorsize

[PATCH 0/3] Convert rollback rework and test enhancement
 2016-12-14  0:52 UTC  (6+ messages)
` [PATCH 1/3] btrfs-progs: file-item: Fix wrong file extents inserted
` [PATCH 2/3] btrfs-progs: convert: Rework rollback to handle new convert image
` [PATCH 3/3] btrfs-progs: convert-test: trigger chunk allocation after convert

[PATCH] Btrfs: fix lockdep warning about log_mutex
 2016-12-13 23:59 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] Btrfs: use down_read_nested to make lockdep silent
 2016-12-13 23:58 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] Btrfs: add 'inode' for extent map tracepoint
 2016-12-13 23:57 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] Btrfs: fix comment in btrfs_page_mkwrite
 2016-12-13 20:31 UTC 

[PATCH] btrfs: fix error handling when run_delayed_extent_op fails
 2016-12-13 19:33 UTC 

[PATCH] btrfs: limit async_work allocation and worker func duration
 2016-12-13 19:03 UTC  (4+ messages)

[PATCH] Btrfs: Coding style fixes
 2016-12-13 14:37 UTC  (4+ messages)

[PATCH 1/2] btrfs: qgroup: Introduce extent changeset for qgroup reserve functions
 2016-12-13 12:56 UTC  (4+ messages)
` [PATCH 2/2] btrfs: qgroup: Fix qgroup reserved space underflow by only freeing reserved ranges

btrfs check --repair question
 2016-12-13 12:53 UTC 

[PATCH] btrfs: fix hole read corruption for compressed inline extents
 2016-12-13  6:40 UTC  (4+ messages)

[PATCH] btrfs-progs: Fix disable backtrace assert error
 2016-12-13  0:59 UTC  (5+ messages)

[PATCH v2] btrfs: limit async_work allocation and worker func duration
 2016-12-12 22:32 UTC 

How to get back a deleted sub-volume
 2016-12-12 19:47 UTC  (5+ messages)

btrfs check --repair question
 2016-12-12 17:06 UTC  (2+ messages)

[RESEND][PATCH v2] btrfs-progs: add dev stats returncode option
 2016-12-12 17:04 UTC  (4+ 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).