messages from 2020-02-19 21:01:08 to 2020-02-24 03:59:39 UTC [more...]
[ fstests PATCHv3 0/2] btrfs: Test subvolume delete by id feature
2020-02-24 3:13 UTC (3+ messages)
` [ fstests PATCHv3 1/2] common: btrfs: Improve _require_btrfs_command
` [ fstests PATCHv3 2/2] btrfs: Test subvolume delete --subvolid feature
[PATCH 00/11] Minor cleanups
2020-02-24 3:56 UTC (28+ messages)
` [PATCH 01/11] btrfs: use struct_size to calculate size of raid hash table
` [PATCH 02/11] btrfs: move mapping of block for discard to its caller
` [PATCH 03/11] btrfs: open code trivial helper btrfs_header_fsid
` [PATCH 04/11] btrfs: open code trivial helper btrfs_header_chunk_tree_uuid
` [PATCH 05/11] btrfs: simplify parameters of btrfs_set_disk_extent_flags
` [PATCH 06/11] btrfs: adjust message level for unrecognized mount option
` [PATCH 07/11] btrfs: raid56: simplify sort_parity_stripes
` [PATCH 08/11] btrfs: replace u_long type cast with unsigned long
` [PATCH 09/11] btrfs: adjust delayed refs message level
` [PATCH 10/11] btrfs: merge unlocking to common exit block in btrfs_commit_transaction
` [PATCH 11/11] btrfs: reduce pointer intdirections in btree_readpage_end_io_hook
btrfs: sleeping function called from invalid context
2020-02-24 0:28 UTC (2+ messages)
[PATCH 01/30] btrfs: Add missing annotation for release_extent_buffer()
2020-02-23 23:27 UTC (2+ messages)
Recommended procedure for device replacement in BTRFS RAID5
2020-02-23 19:35 UTC
[PATCH v7 00/23] Change readahead API
2020-02-23 17:55 UTC (60+ messages)
` [PATCH v7 01/24] mm: Move readahead prototypes from mm.h
` [PATCH v7 02/24] mm: Return void from various readahead functions
` [PATCH v7 03/24] mm: Ignore return value of ->readpages
` [PATCH v7 04/24] mm: Move readahead nr_pages check into read_pages
` [PATCH v7 05/24] mm: Use readahead_control to pass arguments
` [PATCH v7 06/24] mm: Rename various 'offset' parameters to 'index'
` [PATCH v7 07/24] mm: rename readahead loop variable to 'i'
` [PATCH v7 08/24] mm: Remove 'page_offset' from readahead loop
` [PATCH v7 09/24] mm: Put readahead pages in cache earlier
` [PATCH v7 10/24] mm: Add readahead address space operation
` [PATCH v7 11/24] mm: Move end_index check out of readahead loop
` [PATCH v7 12/24] mm: Add page_cache_readahead_unbounded
` [PATCH v7 13/24] fs: Convert mpage_readpages to mpage_readahead
` [PATCH v7 14/24] btrfs: Convert from readpages to readahead
` [PATCH v7 15/24] erofs: Convert uncompressed files "
` [PATCH v7 16/24] erofs: Convert compressed "
` [PATCH v7 17/24] ext4: Convert "
` [PATCH v7 18/24] ext4: Pass the inode to ext4_mpage_readpages
` [PATCH v7 19/24] f2fs: Convert from readpages to readahead
` [PATCH v7 20/24] fuse: "
` [PATCH v7 21/24] iomap: Restructure iomap_readpages_actor
` [PATCH v7 22/24] iomap: Convert from readpages to readahead
` [PATCH v7 23/24] mm: Document why we don't set PageReadahead
` [PATCH v7 24/24] mm: Use memalloc_nofs_save in readahead path
[GIT PULL] Btrfs fixes for 5.6-rc3
2020-02-23 17:50 UTC (2+ messages)
[PATCH] fstests: add a another gap extent testcase for btrfs
2020-02-23 14:54 UTC (4+ messages)
[PATCH] fstests: add perf to the list of test directories
2020-02-23 12:56 UTC (2+ messages)
FIDEDUPERANGE woes may continue (or unrelated issue?)
2020-02-22 18:30 UTC (3+ messages)
[PATCH] btrfs: do not zero f_bavail if we have available space
2020-02-22 15:24 UTC (20+ messages)
` btrfs filled up dm-thin and df%: shows 8.4TB of data used when I'm only using 10% of that
` How to roll back btrfs filesystem a few revisions?
[PATCH] btrfs: fix btrfs_calc_reclaim_metadata_size calculation
2020-02-21 21:41 UTC
[PATCH] btrfs: set update the uuid generation as soon as possible
2020-02-21 17:16 UTC (2+ messages)
[PATCH] btrfs: bail out of uuid tree scanning if we're closing
2020-02-21 17:09 UTC (2+ messages)
[PATCH] Btrfs: fix deadlock during fast fsync when logging prealloc extents beyond eof
2020-02-21 17:00 UTC (3+ messages)
[PATCH] btrfs: clear file extent mapping for punch past i_size
2020-02-21 16:58 UTC (3+ messages)
[PATCH 0/3] Minor UUID cleanup
2020-02-21 16:48 UTC (9+ messages)
` [PATCH 1/3] btrfs: Call btrfs_check_uuid_tree_entry directly in btrfs_uuid_tree_iterate
` [PATCH 2/3] btrfs: export btrfs_uuid_scan_kthread
` [PATCH 3/3] btrfs: Make btrfs_check_uuid_tree private to disk-io.c
[PATCHv3] btrfs: Introduce new BTRFS_IOC_SNAP_DESTROY_V2 ioctl
2020-02-21 16:05 UTC (3+ messages)
[PATCH 0/2] Refactor snapshot vs nocow writers locking
2020-02-21 14:51 UTC (4+ messages)
` [RESEND PATCH v2 "
[PATCH v2 0/3] Add full support for cloning inline extents
2020-02-21 14:37 UTC (3+ messages)
` [PATCH v2 1/3] Btrfs: move all reflink implementation code into its own file
[PATCH 1/2] btrfs-progs: check: Detect file extent end overflow
2020-02-21 13:40 UTC (4+ messages)
[PATCH v5] btrfs: Don't submit any btree write bio if the fs has error
2020-02-21 13:40 UTC (3+ messages)
[PATCH 0/3] Clean up supported flags for ioctls
2020-02-21 13:24 UTC (8+ messages)
` [PATCH 1/3] btrfs: define support masks for ioctl volume args v2
` [PATCH 2/3] btrfs: use ioctl args support mask for subvolume create/delete
` [PATCH 3/3] btrfs: use ioctl args support mask for device delete
[PATCH 1/2] btrfs: Remove superflous lock acquisition in __del_reloc_root
2020-02-21 13:23 UTC (5+ messages)
` [PATCH 2/2] btrfs: Use list_for_each_entry_safe in free_reloc_roots
` [PATCH v2 "
[PATCH v2 3/3] Btrfs: implement full reflink support for inline extents
2020-02-21 11:05 UTC
[PATCH v2 2/3] Btrfs: simplify inline extent handling when doing reflinks
2020-02-21 11:05 UTC
[PATCH v7 0/5] readmirror feature (sysfs and in-memory only approach; with new read_policy device)
2020-02-21 6:15 UTC (6+ messages)
` [PATCH v7 1/5] btrfs: add btrfs_strmatch helper
` [PATCH v7 2/5] btrfs: create read policy framework
` [PATCH v7 3/5] btrfs: create read policy sysfs attribute, pid
` [PATCH v7 4/5] btrfs: introduce new device-state read_preferred
` [PATCH v7 5/5] btrfs: introduce new read_policy device
[PATCH v8 0/5] Introduce per-profile available space array to avoid over-confident can_overcommit()
2020-02-21 6:11 UTC (6+ messages)
` [PATCH v8 1/5] btrfs: Introduce per-profile available space facility
` [PATCH v8 2/5] btrfs: space-info: Use per-profile available space in can_overcommit()
` [PATCH v8 3/5] btrfs: statfs: Use pre-calculated per-profile available space
` [PATCH v8 4/5] btrfs: Reset device size when btrfs_update_device() failed in btrfs_grow_device()
` [PATCH v8 5/5] btrfs: volumes: Revert device used bytes when calc_per_profile_avail() failed
[PATCH v7 0/5] Introduce per-profile available space array to avoid over-confident can_overcommit()
2020-02-21 5:16 UTC (6+ messages)
` [PATCH v7 1/5] btrfs: Introduce per-profile available space facility
[PATCH 0/4] btrfs: improve normal backref walking
2020-02-20 16:41 UTC (2+ messages)
[PATCH 4/4] Btrfs: implement full reflink support for inline extents
2020-02-20 16:27 UTC (4+ messages)
[PATCH v8 0/8] btrfs: remove buffer heads form superblock handling
2020-02-20 15:56 UTC (2+ messages)
[PATCH 0/8][v4] Cleanup how we handle root refs, part 2
2020-02-20 15:49 UTC (7+ messages)
` [PATCH 1/8] btrfs: make the extent buffer leak check per fs info
` [PATCH 3/8] btrfs: move the root freeing stuff into btrfs_put_root
[PATCH v2 00/21] btrfs: refactor and generalize chunk/dev_extent/extent allocation
2020-02-20 15:40 UTC (13+ messages)
` [PATCH v2 09/21] btrfs: factor out create_chunk()
` [PATCH v2 13/21] btrfs: move vairalbes for clustered allocation into find_free_extent_ctl
` [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 2/2] btrfs: add test case for newly supported cases of cloning inline extents
2020-02-20 15:34 UTC (2+ messages)
[PATCH 1/2] btrfs/112: remove some tests for cloning inline extents
2020-02-20 15:31 UTC (2+ messages)
[PATCH 3/4] Btrfs: resurrect extent_read_full_page_nolock()
2020-02-20 15:16 UTC (2+ messages)
[PATCH 2/4] Btrfs: simplify inline extent handling when doing reflinks
2020-02-20 15:13 UTC (2+ messages)
[PATCH 1/4] Btrfs: move all reflink implementation code into its own file
2020-02-20 15:11 UTC (2+ messages)
[PATCH v5 0/3] Btrfs: relocation: Refactor build_backref_tree() using btrfs_backref_iterator infrastructure
2020-02-20 15:09 UTC (7+ messages)
` [PATCH v5 1/3] btrfs: backref: Introduce the skeleton of btrfs_backref_iter
` [PATCH v5 2/3] btrfs: backref: Implement btrfs_backref_iter_next()
` [PATCH v5 3/3] btrfs: relocation: Use btrfs_backref_iter infrastructure
[PATCH v4 0/3] Btrfs: relocation: Refactor build_backref_tree() using btrfs_backref_iterator infrastructure
2020-02-20 15:05 UTC (3+ messages)
` [PATCH v4 1/3] btrfs: backref: Introduce the skeleton of btrfs_backref_iter
[PATCH v6 0/5] readmirror feature (sysfs and in-memory only approach; with new read_policy device)
2020-02-20 3:54 UTC (4+ messages)
` [PATCH v6 5/5] btrfs: introduce new read_policy device
[RFC PATCH] vfs: syscalls: Add create_automount() and remove_automount()
2020-02-19 21:39 UTC (10+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).