linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-12-08 16:53:55 to 2016-12-16 17:36:59 UTC [more...]

OOM: Better, but still there on 4.9
 2016-12-16 17:31 UTC  (5+ 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

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

[PATCH 0/9 v2] scope GFP_NOFS api
 2016-12-16 16:38 UTC  (20+ 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 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

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

corrupt leaf on just-created filesystem
 2016-12-16 15:44 UTC  (2+ messages)

[PATCH] btrfs: remove redundant inode null check
 2016-12-16 15:24 UTC 

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 

[PATCH v2] btrfs-progs: Fix NULL pointer when receive clone operation
 2016-12-16  0:37 UTC  (2+ messages)

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

[PATCH 4/4] Btrfs: code cleanup min/max -> min_t/max_t
 2016-12-15 13:38 UTC 

[PATCH 3/4] Btrfs: ACCESS_ONCE cleanup
 2016-12-15 13:38 UTC 

[PATCH 2/4] Btrfs: coding style fixes
 2016-12-15 13:38 UTC 

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)

[GIT PULL] btrfs fixes and cleanups
 2016-12-15  7:13 UTC 

[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  (9+ 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  (3+ messages)
` [PATCH v2] "

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

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

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

[PATCH] btrfs: drop unused extent_op arg from btrfs_add_delayed_data_ref
 2016-12-13 19:39 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  (6+ 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  (5+ messages)

v4.9-rc7 scrub kernel panic
 2016-12-13  3:15 UTC 

[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  (6+ messages)

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

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)

[PATCH 1/3] Btrfs-progs: subvol_uuid_search: Return error on memory allocation failure
 2016-12-12 16:35 UTC  (4+ messages)
` [PATCH 2/3] Btrfs-progs: subvol_uuid_search: Return error encoded pointer
` [PATCH 3/3] Btrfs-progs: subvol_uuid_search: Return error code on memory allocation failure

[PATCH 0/3] Misc fixes mostly cleanup
 2016-12-12 14:12 UTC  (5+ messages)
` [PATCH 2/3] btrfs: cow_file_range() num_bytes and disk_num_bytes are same
` [PATCH 3/3] btrfs: consolidate auto defrag kick off policies

[PATCH 1/1] btrfs: fix improper return value
 2016-12-12 13:38 UTC  (3+ messages)

[PATCH] Btrfs: add truncated_len for ordered extent tracepoints
 2016-12-12 13:09 UTC  (2+ messages)

btrfs-find-root duration?
 2016-12-12 12:14 UTC  (16+ messages)

[PATCH 0/3 for-4.10] RAID56 scrub fixes
 2016-12-12  9:38 UTC  (4+ messages)
` [PATCH 1/3] btrfs: scrub: Introduce full stripe lock for RAID56
` [PATCH 2/3] btrfs: scrub: Fix RAID56 recovery race condition
` [PATCH 3/3] btrfs: raid56: Use correct stolen pages to calculate P/Q

[PATCH 0/3 for-4.10] RAID56 scrub fixes
 2016-12-12  9:32 UTC 

[PATCH 0/6] btrfs dax IO
 2016-12-09 21:58 UTC  (13+ messages)
` [PATCH 1/6] Btrfs: add mount option for dax
` [PATCH 4/6] Btrfs: add DAX support for nocow btrfs

bio linked list corruption
 2016-12-09 21:12 UTC  (11+ messages)
                ` btrfs_destroy_inode warn (outstanding extents)

out-of-band dedup status?
 2016-12-09 19:18 UTC  (13+ messages)

duperemove : some real world figures on BTRFS deduplication
 2016-12-09 16:07 UTC  (12+ messages)

autoversioning?
 2016-12-09 12:36 UTC  (2+ messages)

[PATCH 00/10] Qgroup fixes for kdave/for-next-20161125 branch
 2016-12-09  2:28 UTC 

WARNING at extent-tree.c:1621 lookup_inline_extent_backref and extent-tree.c:2960 btrfs_run_delayed_refs (Linux 4.8.11)
 2016-12-09  1:12 UTC 

[PATCH 0/6] btrfs dax IO
 2016-12-08 16:53 UTC  (2+ 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).