linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-07 10:17:57 to 2020-02-12 07:21:03 UTC [more...]

[PATCH v2 00/21] btrfs: refactor and generalize chunk/dev_extent/extent allocation
 2020-02-12  7:20 UTC  (4+ 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 v7 0/8] btrfs: remove buffer heads form superblock handling
 2020-02-12  7:17 UTC  (9+ 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

[PATCH v5] btrfs: Don't submit any btree write bio if the fs has error
 2020-02-12  6:12 UTC 

[PATCH] btrfs: Only require sector size alignment for parent eb bytenr
 2020-02-12  5:30 UTC 

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

[PATCH 0/4] Error condition failure fixes
 2020-02-12  1:00 UTC  (9+ 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-12  0:41 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 v5 00/13] Change readahead API
 2020-02-11 20:08 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 05/13] mm: Add page_cache_readahead_limit
` [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 09/13] erofs: Convert compressed "
` [PATCH v5 10/13] ext4: Convert "
` [PATCH v5 11/13] f2fs: "
` [PATCH v5 12/13] fuse: "
` [PATCH v5 13/13] iomap: "

[PATCH] Btrfs: fix race between shrinking truncate and fiemap
 2020-02-11 19:45 UTC  (3+ 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 0/4 RESEND 1-3/4 v5 4/4] btrfs, sysfs cleanup and add dev_state
 2020-02-11 19:29 UTC  (6+ messages)

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

[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 0/4] btrfs: improve normal backref walking
 2020-02-11 18:21 UTC  (18+ messages)
` [PATCH 1/4] btrfs: backref, only collect file extent items matching backref offset
` [PATCH 2/4] btrfs: backref, not adding refs from shared block when resolving normal backref
` [PATCH 3/4] btrfs: backref, only search backref entries from leaves of the same root
` [PATCH 4/4] btrfs: backref, use correct count to resolve normal data refs

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

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

[PATCH] Btrfs: send, fix emission of invalid clone operations within the same file
 2020-02-11 14:46 UTC  (4+ messages)
` [PATCH v2] "

[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 v2] btrfs: destroy qgroup extent records on transaction abort
 2020-02-11  7:25 UTC 

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

[PATCH] fstests: common/btrfs: use complete sub command
 2020-02-11  0:45 UTC  (4+ messages)

Restore almost all files from non-mountable filesystem
 2020-02-10 13:29 UTC 

[PATCH v2] btrfs: log message when rw remount is attempted with unclean tree-log
 2020-02-10 10:00 UTC  (3+ messages)

[PATCH v2] btrfs: print message when tree-log replay starts
 2020-02-10  9:44 UTC  (3+ messages)

[PATCH] fstests: btrfs/179 call quota rescan
 2020-02-10  8:47 UTC  (9+ messages)

data rolled back 5 hours after crash, long fsync running times, watchdog evasion on 5.4.11
 2020-02-10  7:52 UTC  (11+ messages)

[PATCH v4 0/5] btrfs: remove buffer heads form superblock handling
 2020-02-10  7:16 UTC  (12+ messages)
` [PATCH v4 1/5] btrfs: use the page-cache for super block reading
` [PATCH v4 2/5] btrfs: use BIOs instead of buffer_heads from superblock writeout

How to Fix 'Error: could not find extent items for root 257'?
 2020-02-10  7:03 UTC  (10+ messages)

[PATCH 1/2] fstests: Always dump dmesg for failed test cases
 2020-02-10  0:30 UTC  (6+ messages)
` [PATCH 2/2] fstests: btrfs: Fix a bug where test case can't grab the 2nd device when glob is used

Bug 206477 - kernel NULL pointer dereference when replaying log after mounting
 2020-02-09 23:14 UTC 

btrfs root fs started remounting ro
 2020-02-09  5:01 UTC  (20+ messages)

[PATCH v3] btrfs: Don't submit any btree write bio after transaction is aborted
 2020-02-08  6:28 UTC  (5+ messages)

[PATCH 0/3][v2] Add comments describing how space reservation works
 2020-02-07 15:11 UTC  (3+ messages)
` [PATCH 1/3] btrfs: add a comment describing block-rsvs

[PATCHv2 0/2] btrfs: Test subvolume delete by id feature
 2020-02-07 13:25 UTC  (4+ messages)
` [PATCHv2 1/2] common: btrfs: Improve _require_btrfs_command
` [PATCHv2 2/2] btrfs: Test subvolume delete --subvolid feature

[PATCHv2 0/4] btrfs-progs: Add BTRFS_IOC_SNAP_DESTROY_V2 support
 2020-02-07 13:10 UTC  (5+ messages)
` [PATCHv2 1/4] btrfs-progs: add IOC_SNAP_DESTROY_V2 to ioctl.h
` [PATCHv2 2/4] libbtrfsutil: "
` [PATCHv2 3/4] libbtrfsutil: Introduce btrfs_util_delete_subvolume_by_id_fd
` [PATCHv2 4/4] cmds: subvolume: Add --subvolid argument to subvol_delete

[PATCH 0/3] fstests: btrfs/022 fixes
 2020-02-07 11:07 UTC  (5+ messages)
` [PATCH 1/3] fstests: btrfs: Use word mathcing for _btrfs_get_subvolid()

[PATCH v5 0/7] btrfs: remove buffer heads form superblock handling
 2020-02-07 10:59 UTC  (5+ messages)
` [PATCH v5 6/7] btrfs: remove buffer_heads from btrfsic_process_written_block()
` [PATCH v5 7/7] btrfs: remove buffer_heads form superblock mirror integrity checking


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