linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-28 03:52:28 to 2018-09-01 03:10:10 UTC [more...]

[PATCH 00/35] My current patch queue
 2018-08-31 23:00 UTC  (58+ messages)
` [PATCH 01/35] btrfs: add btrfs_delete_ref_head helper
` [PATCH 02/35] btrfs: add cleanup_ref_head_accounting helper
` [PATCH 03/35] btrfs: use cleanup_extent_op in check_ref_cleanup
` [PATCH 04/35] btrfs: only track ref_heads in delayed_ref_updates
` [PATCH 05/35] btrfs: introduce delayed_refs_rsv
` [PATCH 06/35] btrfs: check if free bgs for commit
` [PATCH 07/35] btrfs: dump block_rsv whe dumping space info
` [PATCH 08/35] btrfs: release metadata before running delayed refs
` [PATCH 09/35] btrfs: protect space cache inode alloc with nofs
` [PATCH 10/35] btrfs: fix truncate throttling
` [PATCH 11/35] btrfs: don't use global rsv for chunk allocation
` [PATCH 12/35] btrfs: add ALLOC_CHUNK_FORCE to the flushing code
` [PATCH 13/35] btrfs: reset max_extent_size properly
` [PATCH 14/35] btrfs: don't enospc all tickets on flush failure
` [PATCH 15/35] btrfs: run delayed iputs before committing
` [PATCH 16/35] btrfs: loop in inode_rsv_refill
` [PATCH 17/35] btrfs: move the dio_sem higher up the callchain
` [PATCH 18/35] btrfs: set max_extent_size properly
` [PATCH 19/35] btrfs: don't use ctl->free_space for max_extent_size
` [PATCH 20/35] btrfs: reset max_extent_size on clear in a bitmap
` [PATCH 21/35] btrfs: only run delayed refs if we're committing
` [PATCH 22/35] btrfs: make sure we create all new bgs
` [PATCH 23/35] btrfs: assert on non-empty delayed iputs
` [PATCH 24/35] btrfs: pass delayed_refs_root to btrfs_delayed_ref_lock
` [PATCH 25/35] btrfs: make btrfs_destroy_delayed_refs use btrfs_delayed_ref_lock
` [PATCH 26/35] btrfs: make btrfs_destroy_delayed_refs use btrfs_delete_ref_head
` [PATCH 27/35] btrfs: handle delayed ref head accounting cleanup in abort
` [PATCH 28/35] btrfs: call btrfs_create_pending_block_groups unconditionally
` [PATCH 29/35] btrfs: just delete pending bgs if we are aborted
` [PATCH 30/35] btrfs: cleanup pending bgs on transaction abort
` [PATCH 31/35] btrfs: clear delayed_refs_rsv for dirty bg cleanup
` [PATCH 32/35] btrfs: only free reserved extent if we didn't insert it
` [PATCH 33/35] btrfs: fix insert_reserved error handling
` [PATCH 34/35] btrfs: wait on ordered extents on abort cleanup
` [PATCH 35/35] MAINTAINERS: update my email address for btrfs

[PATCH v5 0/6] Btrfs: implement swap file support
 2018-08-31 22:36 UTC  (7+ messages)
` [PATCH v5 1/6] mm: split SWP_FILE into SWP_ACTIVATED and SWP_FS
` [PATCH v5 2/6] mm: export add_swap_extent()
` [PATCH v5 3/6] vfs: update swap_{,de}activate documentation
` [PATCH v5 4/6] Btrfs: prevent ioctls from interfering with a swap file
` [PATCH v5 5/6] Btrfs: rename get_chunk_map() and make it non-static
` [PATCH v5 6/6] Btrfs: support swap files

IO errors when building RAID1.... ?
 2018-08-31 19:02 UTC  (3+ messages)

bug: btrfs-progs scrub -R flag doesn't show per device stats
 2018-08-31 18:43 UTC 

How to erase a RAID1 ?
 2018-08-31 16:38 UTC  (19+ messages)
      ` How to erase a RAID1 (+++)?

[PATCH] generic: test for deduplication between different files
 2018-08-31  5:10 UTC  (7+ messages)
  ` [patch] file dedupe (and maybe clone) data corruption (was Re: [PATCH] generic: test for deduplication between different files)

[PATCH 0/3] btrfs: qgroup: Deprecate unused features for btrfs_qgroup_inherit()
 2018-08-31  2:29 UTC  (4+ messages)
` [PATCH 1/3] btrfs: Set qgroup inherit size limit to SZ_4K instead of page size
` [PATCH 2/3] btrfs: qgroup: Validate btrfs_qgroup_inherit structure before passing it to qgroup
` [PATCH 3/3] btrfs: qgroup: Remove deprecated feature support in btrfs_qgorup_inhert()

fsck lowmem mode only: ERROR: errors found in fs roots
 2018-08-31  2:33 UTC  (2+ messages)

[RFC PATCH 0/6] btrfs-progs: build distinct binaries for specific btrfs subcommands
 2018-08-30 17:23 UTC  (11+ messages)
` [RFC PATCH 1/6] btrfs-progs: splitcmd-gen.sh: create btrfs-<subcommand> binaries for selected subcommands
` [RFC PATCH 2/6] btrfs-progs: add btrfs-<subcommand> source files generated by splitcmd-gen.sh
` [RFC PATCH 3/6] btrfs-progs: Makefile: add "install-splitcmd-setcap" target, installs splitcmd binaries with appropriate capabilities
` [RFC PATCH 4/6] btrfs-progs: Makefile: include Makefile.install_setcap generated by splitcmd-gen.sh
` [RFC PATCH 5/6] btrfs-progs: Makefile: move progs_splitcmd variable to Makefile.install_setcap
` [RFC PATCH 6/6] btrfs-progs: add splitcmd binaries to gitignore

[PATCH] btrfs-progs: dump-tree: print invalid argument and strerror
 2018-08-30  9:08 UTC 

[PATCH v2] btrfs: Always check nocow for quota enabled case to make sure we won't reserve unnecessary data space
 2018-08-30  2:14 UTC  (9+ messages)

[PATCH] btrfs: extent-tree.c: Remove redundant variable from btrfs_cross_ref_exist()
 2018-08-30  1:59 UTC 

[PATCH 0/6] btrfs-progs: Variant fixes for fuzz-tests
 2018-08-30  1:16 UTC  (14+ messages)
` [PATCH 1/6] btrfs-progs: Exit gracefully if we hit ENOSPC when allocating tree block
` [PATCH 2/6] btrfs-progs: Exit gracefully when failed to repair root dir item
` [PATCH 3/6] btrfs-progs: Don't report dirty leaked eb using BUG_ON
` [PATCH 5/6] btrfs-progs: Exit gracefull when we failed to alloc dev extent
` [PATCH 6/6] btrfs-progs: rescue-super: Don't double free fs_devices

btrfs fi du unreliable?
 2018-08-29 14:33 UTC  (4+ messages)

[PATCH v3 0/2] btrfs: trim enhancement to allow btrfs really trim block groups
 2018-08-29 14:40 UTC  (7+ messages)
` [PATCH v3 1/2] btrfs: Enhance btrfs_trim_fs function to handle error better
` [PATCH v3 2/2] btrfs: Ensure btrfs_trim_fs can trim the whole fs

[PATCH 0/4] Userspace support for FSID change
 2018-08-29 12:47 UTC  (9+ messages)
` [PATCH 1/4] btrfs-progs: Add support for metadata_uuid field
` [PATCH 2/4] btrfstune: Add support for changing the user uuid
` [PATCH 3/4] btrfs-progs: tests: Add tests for changing fsid feature
` [PATCH 4/4] btrfs-progs: Remove fsid/metdata_uuid fields from fs_info

DRDY errors are not consistent with scrub results
 2018-08-29 10:04 UTC  (13+ messages)

Strange behavior (possible bugs) in btrfs
 2018-08-29  8:56 UTC  (4+ messages)

[PATCH 0/2] FSID change kernel support
 2018-08-29  8:36 UTC  (3+ messages)
` [PATCH 1/2] btrfs: Introduce support for FSID change without metadata rewrite
` [PATCH 2/2] btrfs: Remove fsid/metadata_fsid fields from btrfs_info

[LKP] [lkp-robot] [mm] 9092c71bb7: blogbench.write_score -12.3% regression
 2018-08-29  6:55 UTC  (10+ messages)

Scrub aborts due to corrupt leaf
 2018-08-29  5:32 UTC  (11+ messages)

14Gb of space lost after distro upgrade on BTFS root partition (long thread with logs)
 2018-08-29  0:16 UTC  (15+ messages)

WARNING in clone_finish_inode_update while de-duplicating with bedup
 2018-08-28 21:26 UTC 

[PATCH] btrfs: remove unused pointer 'tree'
 2018-08-28 13:21 UTC 

[PATCH] btrfs: extent-tree: Detect bytes_may_use underflow earlier
 2018-08-28 11:55 UTC  (5+ messages)

corruption_errs
 2018-08-28 11:17 UTC  (2+ messages)

BTRFS support per-subvolume compression, isn't it?
 2018-08-28 11:10 UTC  (2+ messages)

[PATCH] btrfs: remove unused pointer inode
 2018-08-28 10:45 UTC 

[RFC PATCH 00/17] btrfs zoned block device support
 2018-08-28 10:33 UTC  (3+ messages)

[PATCH RFC] btrfs: clone: Flush data before doing clone
 2018-08-28  7:20 UTC  (2+ messages)

[PATCH 0/3] btrfs: Add zstd support to btrfs
 2018-08-28  1:36 UTC  (3+ messages)
` [PATCH 2/3] btrfs: Patch the kernel zstd
` [PATCH 3/3] btrfs: Add zstd support to btrfs

btrfs-progs: btrfs-convert: unable to find block group for 0
 2018-08-28  0:07 UTC  (2+ messages)

[RFC PATCH v2 0/6] Btrfs: stop abusing current->journal_info for direct I/O
 2018-08-28  0:03 UTC  (4+ messages)
` [RFC PATCH v2 4/6] fs: stop propagating bh->b_private "
` [RFC PATCH v2 5/6] fs: pass iocb to direct I/O submit_io()
` [RFC PATCH v2 6/6] Btrfs: stop abusing current->journal_info in btrfs_direct_IO()


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