linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-11-28 10:35:06 to 2015-12-03 18:01:41 UTC [more...]

BUG: failure at fs/btrfs/ctree.h:337/btrfs_chunk_item_size()!
 2015-12-03 17:59 UTC  (7+ messages)

bad extent [5993525264384, 5993525280768), type mismatch with chunk
 2015-12-03 17:13 UTC  (11+ messages)

[PULL][PATCH 00/12] Minor cleanups and code simplifications
 2015-12-03 16:56 UTC  (13+ messages)
` [PATCH 01/12] btrfs: make btrfs_close_one_device static
` [PATCH 02/12] btrfs: sink parameter wait to btrfs_alloc_delalloc_work
` [PATCH 03/12] btrfs: remove wait from struct btrfs_delalloc_work
` [PATCH 04/12] btrfs: change how delay_iput is tracked in btrfs_delalloc_work
` [PATCH 05/12] btrfs: remove a trivial helper btrfs_set_buffer_uptodate
` [PATCH 06/12] btrfs: make set_extent_buffer_uptodate return void
` [PATCH 07/12] btrfs: make clear_extent_buffer_uptodate "
` [PATCH 08/12] btrfs: make extent_clear_unlock_delalloc "
` [PATCH 09/12] btrfs: make end_extent_writepage "
` [PATCH 10/12] btrfs: make extent_range_clear_dirty_for_io "
` [PATCH 11/12] btrfs: make extent_range_redirty_for_io "
` [PATCH 12/12] btrfs: make set_range_writeback "

[PULL][PATCH 0/3] GFP flags adjustments
 2015-12-03 16:51 UTC  (4+ messages)
` [PATCH 1/3] btrfs: use GFP_KERNEL for allocations in ioctl handlers
` [PATCH 2/3] btrfs: use GFP_KERNEL for allocations of workqueues
` [PATCH 3/3] btrfs: use GFP_KERNEL for xattr and acl allocations

[RFC PATCH] btrfs: flush_space: treat return value of do_chunk_alloc properly
 2015-12-03 16:51 UTC 

[PULL][PATCH 0/4] A few cleanups around extent bit setting helpers
 2015-12-03 16:34 UTC  (5+ messages)
` [PATCH 1/4] btrfs: make set_extent_bit helpers static inline
` [PATCH 2/4] btrfs: make clear_extent_bit "
` [PATCH 3/4] btrfs: drop unused parameter from lock_extent_bits
` [PATCH 4/4] btrfs: make lock_extent static inline

compression disk space saving - what are your results?
 2015-12-03 12:09 UTC  (11+ messages)

move btrfs clone ioctls to common code V2
 2015-12-03 11:59 UTC  (5+ messages)
` [PATCH 1/4] locks: new locks_mandatory_area calling convention
` [PATCH 2/4] vfs: pull btrfs clone API to vfs layer
` [PATCH 3/4] nfsd: Pass filehandle to nfs4_preprocess_stateid_op()
` [PATCH 4/4] nfsd: implement the NFSv4.2 CLONE operation

vfs: move btrfs clone ioctls to common code
 2015-12-03 10:30 UTC  (10+ messages)
` [PATCH 2/5] locks: new locks_mandatory_area calling convention

[PATCH] fstests: Fix generic/102 fail for btrfs
 2015-12-03 10:08 UTC 

Bug/regression: Read-only mount not read-only
 2015-12-03  6:44 UTC  (22+ messages)

[RFC] Btrfs device and pool management (wip)
 2015-12-02 23:36 UTC  (13+ messages)

utils version and convert crash
 2015-12-02 22:14 UTC  (15+ messages)

Bug Report: btrfs hangs / freezes on 4.3
 2015-12-02 21:00 UTC 

Subvolume UUID
 2015-12-02 19:07 UTC 

kernel BUG at fs/btrfs/extent-tree.c:1833! [btrfs]
 2015-12-02 17:38 UTC  (2+ messages)

LWN mention
 2015-12-02 13:31 UTC  (4+ messages)

[PATCH] btrfs: drop duplicate prefix from scrub workqueues
 2015-12-01 17:09 UTC 

[PATCH 05/10] btrfs: Use xattr handler infrastructure
 2015-12-01 15:13 UTC  (2+ messages)

divide error in __btrfs_map_block (div64_u64(stripe_nr, stripe_len))
 2015-12-01 11:12 UTC 

[PATCH] btrfs: Fix no_space in write and rm loop
 2015-12-01 10:51 UTC 

[PATCH v2 00/25] Btrfs-convert rework to support separate chunk type
 2015-12-01  7:11 UTC  (26+ messages)
` [PATCH v2 01/25] btrfs-progs: extent-cache: Add comments for search/lookup functions
` [PATCH v2 02/25] btrfs-progs: extent-tree: Add add_merge_cache_extent function
` [PATCH v2 03/25] btrfs-progs: Introduce new members for btrfs_convert_context
` [PATCH v2 04/25] btrfs-progs: convert: Introduce functions to read used space
` [PATCH v2 05/25] btrfs-progs: convert: Introduce new function to remove reserved ranges
` [PATCH v2 06/25] btrfs-progs: convert: Introduce function to calculate the available space
` [PATCH v2 07/25] btrfs-progs: utils: Introduce new function for convert
` [PATCH v2 08/25] btrfs-progs: Introduce function to setup temporary superblock
` [PATCH v2 09/25] btrfs-progs: Introduce function to setup temporary tree root
` [PATCH v2 10/25] btrfs-progs: Introduce function to setup temporary chunk root
` [PATCH v2 11/25] btrfs-progs: Introduce function to initialize device tree
` [PATCH v2 12/25] btrfs-progs: Introduce function to initialize fs tree
` [PATCH v2 13/25] btrfs-progs: Introduce function to initialize csum tree
` [PATCH v2 14/25] btrfs-progs: Introduce function to setup temporary extent tree
` [PATCH v2 15/25] btrfs-progs: Introduce function to create convert data chunks
` [PATCH v2 16/25] btrfs-progs: extent-tree: Introduce function to find the first overlap extent
` [PATCH v2 17/25] btrfs-progs: extent-tree: Enhance btrfs_record_file_extent
` [PATCH v2 18/25] btrfs-progs: convert: Introduce new function to create converted image
` [PATCH v2 19/25] btrfs-progs: convert: Introduce function to migrate reserved ranges
` [PATCH v2 20/25] btrfs-progs: convert: Enhance record_file_blocks to handle "
` [PATCH v2 21/25] btrfs-progs: convert: Introduce init_btrfs_v2 function
` [PATCH v2 22/25] btrfs-progs: Introduce do_convert_v2 function
` [PATCH v2 23/25] btrfs-progs: Convert: Add support for rollback new convert behavior
` [PATCH v2 24/25] btrfs-progs: convert: Strictly avoid meta or system chunk allocation
` [PATCH v2 25/25] btrfs-progs: Cleanup old btrfs-convert

shall distros run btrfsck on boot?
 2015-11-30 19:27 UTC  (5+ messages)

slowness when cp respectively send/receiving on top of dm-crypt
 2015-11-30 18:26 UTC  (11+ messages)

"disk full" on a 5 GB btrfs filesystem, FAQ outdated?
 2015-11-30 17:10 UTC  (6+ messages)

[PATCH 0/2] Add more sys_array error handling
 2015-11-30 16:27 UTC  (3+ messages)
` [PATCH 1/2] btrfs: handle invalid num_stripes in sys_array
` [PATCH 2/2] btrfs: verbose error when we find an unexpected item "

[PATCH] btrfs: better packing of btrfs_delayed_extent_op
 2015-11-30 15:51 UTC 

How to detect / notify when a raid drive fails?
 2015-11-30 14:01 UTC  (5+ messages)

[PATCH v2 0/5] Make btrfs-progs really compatible with any kernel version
 2015-11-30 12:30 UTC  (6+ messages)
` [PATCH v2 1/5] btrfs-progs: introduce framework to check kernel supported features

[PATCH] btrfs-progs: mkfs-tests: Check sectorsize and nodesize combination
 2015-11-30 10:42 UTC  (3+ messages)

[PATCH V2 0/5] Fix Btrfs tests to work on non-4k block sized fs instances
 2015-11-30 10:17 UTC  (6+ messages)
` [PATCH V2 1/5] Filter xfs_io and od's output in units of FS block size
` [PATCH V2 2/5] Fix btrfs/017 to work on non-4k block sized filesystems
` [PATCH V2 3/5] Fix btrfs/055 "
` [PATCH V2 4/5] Fix btrfs/056 "
` [PATCH V2 5/5] Fix btrfs/096 "

[PATCH 0/8] PART 2: Fix Btrfs tests to work on non-4k block sized fs instances
 2015-11-30 10:17 UTC  (9+ messages)
` [PATCH 1/8] Filter xfs_io's output in units of page size
` [PATCH 2/8] Fix btrfs/052 to work on non-4k block sized filesystems
` [PATCH 3/8] Fix btrfs/094 "
` [PATCH 4/8] Fix btrfs/095 "
` [PATCH 5/8] Fix btrfs/097 "
` [PATCH 6/8] Fix btrfs/098 "
` [PATCH 7/8] Fix btrfs/103 "
` [PATCH 8/8] Fix btrfs/106 to work on non-4k page sized machines

[PATCH] btrfs: cleanup, remove stray return statements
 2015-11-30 10:02 UTC 

[PATCH] btrfs-progs: install to /usr/local by default again
 2015-11-30  9:46 UTC 

[RFC] Btrfs device and pool management (wip)
 2015-11-30  7:54 UTC 

[PATCH 0/7] Let user specify the kernel version for features
 2015-11-30  6:12 UTC  (14+ messages)
      ` potential btrfs-progs clean up

BTRFS: could not find root 8
 2015-11-30  2:16 UTC  (9+ messages)

btrfs check help
 2015-11-30  1:54 UTC  (8+ messages)

cannot move ro-snapshot directly but indirectly works
 2015-11-28 12:48 UTC  (2+ messages)

[PATCH] Btrfs: fix unprotected list move from unused_bgs to deleted_bgs list
 2015-11-28 10:35 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).