linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-11 01:04:40 to 2020-02-13 15:47:48 UTC [more...]

[PATCH 0/4][v2] Error condition failure fixes
 2020-02-13 15:47 UTC  (5+ messages)
` [PATCH 1/4] btrfs: set fs_root = NULL on error
` [PATCH 2/4] btrfs: do not check delayed items are empty for single trans cleanup
` [PATCH 3/4] btrfs: handle logged extent failure properly
` [PATCH 4/4] btrfs: fix bytes_may_use underflow in prealloc error condtition

[PATCH 0/4] Error condition failure fixes
 2020-02-13 15:32 UTC  (19+ messages)
` [PATCH 1/4] btrfs: set fs_root = NULL on error
` [PATCH 2/4] btrfs: do not check delayed items are empty for single trans cleanup
` [PATCH 3/4] btrfs: handle logged extent failure properly
` [PATCH 4/4] btrfs: fix bytes_may_use underflow in prealloc error condtition

tree-checker read time corruption
 2020-02-13 14:14 UTC  (6+ messages)

read time tree block corruption detected
 2020-02-13 14:01 UTC  (4+ messages)

[PATCH 00/12] Change readahead API
 2020-02-13 13:43 UTC  (3+ messages)

[PATCH 0/4] btrfs: sysfs, add devinfo, fix devid and cleanups
 2020-02-13 13:12 UTC  (8+ messages)
` [PATCH v2 1/4] btrfs: sysfs, add UUID/devinfo kobject
` [PATCH 2/4] btrfs: sysfs, move dev_state kobject under UUID/devinfo
` [PATCH v2 3/4] btrfs: sysfs, use btrfs_sysfs_remove_fsid in fail return in add_fsid
` [PATCH v3 4/4] btrfs: sysfs, rename device_link add,remove functions
  ` [PATCH] btrfs: fix devid attribute name

[PATCH] Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extents
 2020-02-13 13:03 UTC  (2+ messages)

[PATCH] btrfs: Don't free tree_root when exiting btrfs_ioctl_get_subvol_info()
 2020-02-13 13:01 UTC 

[PATCH v2 00/21] btrfs: refactor and generalize chunk/dev_extent/extent allocation
 2020-02-13 11:32 UTC  (37+ messages)
` [PATCH v2 01/21] btrfs: change type of full_search to bool
` [PATCH v2 02/21] btrfs: do not BUG_ON with invalid profile
` [PATCH v2 03/21] btrfs: introduce chunk allocation policy
` [PATCH v2 04/21] btrfs: refactor find_free_dev_extent_start()
` [PATCH v2 05/21] btrfs: introduce alloc_chunk_ctl
` [PATCH v2 06/21] btrfs: factor out init_alloc_chunk_ctl
` [PATCH v2 07/21] btrfs: factor out gather_device_info()
` [PATCH v2 08/21] btrfs: factor out decide_stripe_size()
` [PATCH v2 09/21] btrfs: factor out create_chunk()
` [PATCH v2 10/21] btrfs: parameterize dev_extent_min
` [PATCH v2 11/21] btrfs: introduce extent allocation policy
` [PATCH v2 12/21] btrfs: move hint_byte into find_free_extent_ctl
` [PATCH v2 13/21] btrfs: move vairalbes for clustered allocation "
` [PATCH v2 14/21] btrfs: factor out do_allocation()
` [PATCH v2 15/21] btrfs: drop unnecessary arguments from clustered allocation functions
` [PATCH v2 16/21] btrfs: factor out release_block_group()
` [PATCH v2 17/21] btrfs: factor out found_extent()
` [PATCH v2 18/21] btrfs: drop unnecessary arguments from find_free_extent_update_loop()
` [PATCH v2 19/21] btrfs: factor out chunk_allocation_failed()
` [PATCH v2 20/21] btrfs: skip LOOP_NO_EMPTY_SIZE if not clustered allocation
` [PATCH v2 21/21] btrfs: factor out prepare_allocation()

[PATCH] btrfs: add a find_contiguous_extent_bit helper and use it for safe isize
 2020-02-13 10:22 UTC  (6+ messages)

[PATCH] Btrfs: avoid unnecessary splits when setting bits on an extent io tree
 2020-02-13 10:20 UTC 

[PATCH v7 0/8] btrfs: remove buffer heads form superblock handling
 2020-02-13  9:12 UTC  (17+ messages)
` [PATCH v7 1/8] btrfs: Export btrfs_release_disk_super
` [PATCH v7 2/8] btrfs: don't kmap() pages from block devices
` [PATCH v7 3/8] btrfs: unexport btrfs_scratch_superblocks
` [PATCH v7 4/8] btrfs: use the page-cache for super block reading
` [PATCH v7 5/8] btrfs: use BIOs instead of buffer_heads from superblock writeout
` [PATCH v7 6/8] btrfs: remove btrfsic_submit_bh()
` [PATCH v7 7/8] btrfs: remove buffer_heads from btrfsic_process_written_block()
` [PATCH v7 8/8] btrfs: remove buffer_heads form superblock mirror integrity checking

5.6-rc1, fstrim reports different value 1 minute later
 2020-02-13  6:51 UTC  (5+ messages)
  ` 5.5-5.6-rc1, "
  `  "

KASAN splat during mount on 5.4.5, no reproducer
 2020-02-13  5:57 UTC  (5+ messages)
    ` KASAN splat during mount on 5.4.5...and 5.5.3

[PATCH 0/4] btrfs: improve normal backref walking
 2020-02-13  0:59 UTC  (13+ messages)
` [PATCH 1/4] btrfs: backref, only collect file extent items matching backref offset

[PATCH] Btrfs: send, fix emission of invalid clone operations within the same file
 2020-02-12 19:20 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v5 00/13] Change readahead API
 2020-02-12 18:18 UTC  (19+ messages)
` [PATCH v5 01/13] mm: Fix the return type of __do_page_cache_readahead
` [PATCH v5 02/13] mm: Ignore return value of ->readpages
` [PATCH v5 03/13] mm: Put readahead pages in cache earlier
` [PATCH v5 04/13] mm: Add readahead address space operation
` [PATCH v5 06/13] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v5 07/13] btrfs: Convert from readpages to readahead
` [PATCH v5 08/13] erofs: Convert uncompressed files "
` [PATCH v5 11/13] f2fs: Convert "
` [PATCH v5 12/13] fuse: "
` [PATCH v5 13/13] iomap: "

[PATCH v2 2/2] btrfs: sysfs, add read_policy attribute
 2020-02-12 14:24 UTC  (4+ messages)
` [PATCH v3 "

[PATCH v2] fstests: btrfs/179 call sync qgroup counts
 2020-02-12 14:20 UTC  (2+ messages)

[PATCH v2] btrfs: destroy qgroup extent records on transaction abort
 2020-02-12 13:06 UTC  (2+ messages)

[PATCH] btrfs: Only require sector size alignment for parent eb bytenr
 2020-02-12 13:00 UTC  (4+ messages)

[PATCH] btrfs: Add comment for BTRFS_ROOT_REF_COWS
 2020-02-12 13:04 UTC  (2+ messages)

[PATCH] btrfs: relocation: Remove is_cowonly_root()
 2020-02-12 13:00 UTC  (2+ messages)

[PATCH v5] btrfs: Don't submit any btree write bio if the fs has error
 2020-02-12 12:50 UTC  (2+ messages)

[PATCH 0/4 RESEND 1-3/4 v5 4/4] btrfs, sysfs cleanup and add dev_state
 2020-02-12  9:29 UTC  (7+ messages)

some more information on multi-hour data rollbacks, fsync, and superblock updates or lack thereof
 2020-02-12  4:23 UTC  (2+ messages)

[PATCH v4] btrfs: Don't submit any btree write bio after transaction is aborted
 2020-02-12  0:38 UTC  (3+ messages)

[PATCH] Btrfs: fix race between shrinking truncate and fiemap
 2020-02-11 19:45 UTC  (2+ messages)

[PATCHv3] btrfs: Introduce new BTRFS_IOC_SNAP_DESTROY_V2 ioctl
 2020-02-11 19:39 UTC  (4+ messages)

[PATCH] btrfs: ioctl: resize: Only how new size if size changed
 2020-02-11 19:34 UTC  (3+ messages)

[PATCH v6 0/7] btrfs: remove buffer heads form superblock handling
 2020-02-11 19:03 UTC  (4+ messages)
` [PATCH v6 3/7] btrfs: use the page-cache for super block reading

[PATCH 0/5] Fix memory leak on failed cache-writes
 2020-02-11 18:47 UTC  (8+ messages)
` [PATCH 1/5] btrfs: use inode from io_ctl in io_ctl_prepare_pages
` [PATCH 2/5] btrfs: make the uptodate argument of io_ctl_add_pages() boolean
` [PATCH 3/5] btrfs: use standard debug config option to enable free-space-cache debug prints
` [PATCH 4/5] btrfs: simplify error handling in __btrfs_write_out_cache()
` [PATCH 5/5] btrfs: free allocated pages jon failed cache write-out

[PATCH] btrfs: Doc: Fix the wrong doc about `btrfs filesystem sync`
 2020-02-11 17:39 UTC  (6+ messages)

[PATCH] mkfs-tests: Only check supported checksums
 2020-02-11 18:39 UTC  (2+ messages)

[PATCH v4 0/2] readmirror feature (sysfs and in-memory only approach)
 2020-02-11  8:31 UTC  (4+ messages)
` [PATCH 1/2] btrfs: add read_policy framework

[PATCH] btrfs: destroy qgroup extent records on transaction abort
 2020-02-11  5:58 UTC 

[PATCH v2 0/4] btrfs: Make balance cancelling response faster
 2020-02-11  5:37 UTC  (5+ messages)
` [PATCH v2 1/4] btrfs: relocation: Introduce error injection points for cancelling balance
` [PATCH v2 2/4] btrfs: relocation: Check cancel request after each data page read
` [PATCH v2 3/4] btrfs: relocation: Check cancel request after each extent found
` [PATCH v2 4/4] btrfs: relocation: Work around dead relocation stage loop

[PATCH 0/4] btrfs: Make balance cancelling response faster
 2020-02-11  5:35 UTC  (4+ messages)

[PATCH v7 0/5] Introduce per-profile available space array to avoid over-confident can_overcommit()
 2020-02-11  5:11 UTC  (6+ messages)
` [PATCH v7 1/5] btrfs: Introduce per-profile available space facility
` [PATCH v7 2/5] btrfs: space-info: Use per-profile available space in can_overcommit()
` [PATCH v7 3/5] btrfs: statfs: Use pre-calculated per-profile available space
` [PATCH v7 4/5] btrfs: Reset device size when btrfs_update_device() failed in btrfs_grow_device()
` [PATCH v7 5/5] btrfs: volumes: Revert device used bytes when calc_per_profile_avail() failed

[PATCH 0/8] Cleanup io_tree arguments in extent read/write path
 2020-02-11  5:00 UTC  (5+ messages)
` [PATCH 2/8] btrfs: drop argument tree from submit_extent_page

[PATCH v2] fstests: common/btrfs: use complete sub command
 2020-02-11  1:11 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).