messages from 2022-09-02 08:39:27 to 2022-09-06 06:37:26 UTC [more...]
[PATCH v2 00/20] btrfs: add fscrypt integration
2022-09-06 6:36 UTC (22+ messages)
` [PATCH v2 01/20] fscrypt: expose fscrypt_nokey_name
` [PATCH v2 02/20] fscrypt: add flag allowing partially-encrypted directories
` [PATCH v2 03/20] fscrypt: add fscrypt_have_same_policy() to check inode compatibility
` [PATCH v2 04/20] fscrypt: allow fscrypt_generate_iv() to distinguish filenames
` [PATCH v2 05/20] fscrypt: add extent-based encryption
` [PATCH v2 06/20] fscrypt: document btrfs' fscrypt quirks
` [PATCH v2 07/20] btrfs: store directory's encryption state
` [PATCH v2 08/20] btrfs: use fscrypt_names instead of name/len everywhere
` [PATCH v2 09/20] btrfs: setup fscrypt_names from dentrys using helper
` [PATCH v2 10/20] btrfs: factor a fscrypt_name matching method
` [PATCH v2 11/20] btrfs: disable various operations on encrypted inodes
` [PATCH v2 12/20] btrfs: start using fscrypt hooks
` [PATCH v2 13/20] btrfs: add fscrypt_context items
` [PATCH v2 14/20] btrfs: translate btrfs encryption flags and encrypted inode flag
` [PATCH v2 15/20] btrfs: store a fscrypt extent context per normal file extent
` [PATCH v2 16/20] btrfs: Add new FEATURE_INCOMPAT_FSCRYPT feature flag
` [PATCH v2 17/20] btrfs: reuse encrypted filename hash when possible
` [PATCH v2 18/20] btrfs: adapt directory read and lookup to potentially encrypted filenames
` [PATCH v2 19/20] btrfs: encrypt normal file extent data if appropriate
` [PATCH v2 20/20] btrfs: implement fscrypt ioctls
RAID1/RAID0, online replace
2022-09-06 6:30 UTC (4+ messages)
consolidate btrfs checksumming, repair and bio splitting
2022-09-06 4:34 UTC (34+ messages)
` [PATCH 01/17] block: export bio_split_rw
` [PATCH 04/17] btrfs: handle checksum validation and repair at the storage layer
` [PATCH 10/17] btrfs: remove stripe boundary calculation for compressed I/O
` [PATCH 15/17] btrfs: calculate file system wide queue limit for zoned mode
` [PATCH 16/17] btrfs: split zone append bios in btrfs_submit_bio
` [PATCH 17/17] iomap: remove IOMAP_F_ZONE_APPEND
[PATCH 0/2] fstests: add btrfs encryption support
2022-09-06 0:31 UTC (3+ messages)
` [PATCH 1/2] fstests: fscrypt: enable btrfs testing
` [PATCH 2/2] fstests: fscrypt: update tests of encryption contents for btrfs
[PATCH 0/6] btrfs-progs: add encryption support
2022-09-06 0:01 UTC (7+ messages)
` [PATCH 1/6] btrfs-progs: add fscrypt support to mkfs
` [PATCH 2/6] btrfs-progs: update to match renamed dir_type
` [PATCH 3/6] btrfs-progs: interpret encrypted file extents
` [PATCH 4/6] btrfs-progs: handle fscrypt context items
` [PATCH 5/6] btrfs-progs: escape unprintable characters in names
` [PATCH 6/6] btrfs-progs: check: update inline extent length checking
[PATCH v3 0/3] btrfs: separate BLOCK_GROUP_TREE feature from extent-tree-v2
2022-09-05 22:37 UTC (7+ messages)
` [PATCH v3 1/3] btrfs: enhance unsupported compat RO flags handling
` [PATCH v3 3/3] btrfs: separate BLOCK_GROUP_TREE compat RO flag from EXTENT_TREE_V2
[PATCH v2] btrfs: test that we can not delete a subvolume with an active swap file
2022-09-05 18:38 UTC (5+ messages)
[PATCH v4 0/5] btrfs: qgroup: address the performance penalty for subvolume dropping
2022-09-05 17:43 UTC (3+ messages)
` [PATCH v4 3/5] btrfs: introduce BTRFS_QGROUP_RUNTIME_FLAG_CANCEL_RESCAN
for-next: KCSAN failures on 6130a25681d4 (kdave/for-next) Merge branch 'for-next-next-v5.20-20220804' into for-next-20220804
2022-09-05 16:05 UTC (5+ messages)
[PATCH v2] btrfs: slience the sparse warn of rcu_string
2022-09-05 15:34 UTC (4+ messages)
[PATCH linux-next] btrfs: Remove the unneeded result variables
2022-09-05 15:16 UTC (2+ messages)
[PATCH 00/10] btrfs: make lseek and fiemap much more efficient
2022-09-05 14:39 UTC (25+ messages)
` [PATCH 02/10] btrfs: make hole and data seeking a lot "
` [PATCH 06/10] btrfs: allow fiemap to be interruptible
` [PATCH 08/10] btrfs: speedup checking for extent sharedness during fiemap
` [PATCH 10/10] btrfs: make fiemap more efficient and accurate reporting extent sharedness
[PATCH v2] btrfs: zoned: fix mounting with conventional zones
2022-09-05 13:42 UTC (3+ messages)
btrfs check: extent buffer leak: start 30572544 len 16384
2022-09-05 13:07 UTC (7+ messages)
[PATCH 00/31] btrfs: move extent_io_tree code and cleanups
2022-09-05 12:27 UTC (34+ messages)
` [PATCH 01/31] btrfs: cleanup clean_io_failure
` [PATCH 02/31] btrfs: unexport internal failrec functions
` [PATCH 03/31] btrfs: stop using extent_io_tree for io_failure_record's
` [PATCH 04/31] btrfs: use find_first_extent_bit in btrfs_clean_io_failure
` [PATCH 05/31] btrfs: separate out the extent state and extent buffer init code
` [PATCH 06/31] btrfs: separate out the eb and extent state leak helpers
` [PATCH 07/31] btrfs: temporarily export alloc_extent_state helpers
` [PATCH 08/31] btrfs: move extent state init and alloc functions to their own file
` [PATCH 09/31] btrfs: convert BUG_ON(EXTENT_BIT_LOCKED) checks to ASSERT's
` [PATCH 10/31] btrfs: move simple extent bit helpers out of extent_io.c
` [PATCH 11/31] btrfs: export wait_extent_bit
` [PATCH 12/31] btrfs: move the core extent_io_tree code into extent-io-tree.c
` [PATCH 13/31] btrfs: remove struct tree_entry
` [PATCH 14/31] btrfs: use next_state instead of rb_next where we can
` [PATCH 15/31] btrfs: make tree_search return struct extent_state
` [PATCH 16/31] btrfs: make tree_search_for_insert return extent_state
` [PATCH 17/31] btrfs: make tree_search_prev_next return extent_state's
` [PATCH 18/31] btrfs: use next_state/prev_state in merge_state
` [PATCH 19/31] btrfs: remove temporary exports for extent_state movement
` [PATCH 20/31] btrfs: move irrelevant prototypes to their appropriate header
` [PATCH 21/31] btrfs: drop exclusive_bits from set_extent_bit
` [PATCH 22/31] btrfs: remove the wake argument from clear_extent_bits
` [PATCH 23/31] btrfs: remove failed_start argument from set_extent_bit
` [PATCH 24/31] btrfs: drop extent_changeset "
` [PATCH 25/31] btrfs: unify the lock/unlock extent variants
` [PATCH 26/31] btrfs: get rid of track_uptodate
` [PATCH 27/31] btrfs: get rid of ->dirty_bytes
` [PATCH 28/31] btrfs: don't clear CTL bits when trying to release extent state
` [PATCH 29/31] btrfs: replace delete argument with EXTENT_CLEAR_ALL_BITS
` [PATCH 30/31] btrfs: don't init io tree with private data for non inodes
` [PATCH 31/31] btrfs: remove is_data_inode() checks in extent-io-tree.c
[PATCH] btrfs: remove 'seek' group from btrfs/007
2022-09-05 9:20 UTC (6+ messages)
Fedora 36, grub2, UEFI: booting after adding 2nd disk to root?
2022-09-05 6:33 UTC (3+ messages)
[PATCH linux-next] btrfs: Remove the unneeded result variable
2022-09-05 3:26 UTC (3+ messages)
[PATCH PoC 0/9] btrfs: scrub: introduce a new family of ioctl, scrub_fs
2022-09-05 2:05 UTC (19+ messages)
` [PATCH PoC 1/9] btrfs: introduce BTRFS_IOC_SCRUB_FS family of ioctls
` [kbuild-all] "
` [PATCH PoC 2/9] btrfs: scrub: introduce place holder for btrfs_scrub_fs()
` [PATCH PoC 3/9] btrfs: scrub: introduce a place holder helper scrub_fs_iterate_bgs()
` [PATCH PoC 4/9] btrfs: scrub: introduce place holder helper scrub_fs_block_group()
` [PATCH PoC 5/9] btrfs: scrub: add helpers to fulfill csum/extent_generation
` [PATCH PoC 6/9] btrfs: scrub: submit and wait for the read of each copy
` [PATCH PoC 7/9] btrfs: scrub: implement metadata verification code for scrub_fs
` [PATCH PoC 8/9] btrfs: scrub: implement data "
` [PATCH PoC 9/9] btrfs: scrub: implement recoverable sectors report "
[PATCH V4] btrfs-progs: Make btrfs_prepare_device parallel during mkfs.btrfs
2022-09-04 12:21 UTC (7+ messages)
[PATCH V3] Make btrfs_prepare_device parallel during mkfs.btrfs
2022-09-04 4:27 UTC (2+ messages)
[PATCH 00/23] Convert to filemap_get_folios_tag()
2022-09-03 17:38 UTC (15+ messages)
` [PATCH 06/23] btrfs: Convert btree_write_cache_pages() to use filemap_get_folio_tag()
` [PATCH 07/23] btrfs: Convert extent_write_cache_pages() to use filemap_get_folios_tag()
` [PATCH 18/23] nilfs2: Convert nilfs_lookup_dirty_data_buffers() "
` [PATCH 19/23] nilfs2: Convert nilfs_lookup_dirty_node_buffers() "
` [PATCH 20/23] nilfs2: Convert nilfs_btree_lookup_dirty_buffers() "
` [PATCH 21/23] nilfs2: Convert nilfs_copy_dirty_pages() "
` [PATCH 22/23] nilfs2: Convert nilfs_clear_dirty_pages() "
[PATCH STABLE 5.4] btrfs: harden identification of a stale device
2022-09-03 12:25 UTC (3+ messages)
[PATCH STABLE 5.10] btrfs: harden identification of a stale device
2022-09-03 12:24 UTC
[PATCH POC 0/2] btrfs-progs: experimental support for scrub_fs ioctl
2022-09-03 8:21 UTC (3+ messages)
` [PATCH POC 1/2] btrfs-progs: introduce BTRFS_IOC_SCRUB_FS family of ioctls
` [PATCH POC 2/2] btrfs-progs: scrub: add an experimental entrance for scrub_fs
[PATCH 14/23] f2fs: Convert f2fs_write_cache_pages() to use filemap_get_folios_tag()
2022-09-02 21:39 UTC (3+ messages)
[PATCH 0/2] btrfs: fix filesystem corruption caused by space cache race
2022-09-02 21:25 UTC (12+ messages)
` [PATCH 1/2] btrfs: fix space cache corruption and potential double allocations
stalling IO regression since linux 5.12, through 5.18
2022-09-02 16:53 UTC (13+ messages)
[PATCH] btrfs-progs: receive: fix a segfault that free() an err value
2022-09-02 16:13 UTC (2+ messages)
` [PATCH v2] "
[PATCH v1 00/10] io-uring/btrfs: support async buffered writes
2022-09-02 15:04 UTC (5+ messages)
` [PATCH v1 01/10] btrfs: implement a nowait option for tree searches
[PATCH] btrfs: zoned: fix mounting with conventional zones
2022-09-02 15:14 UTC (4+ messages)
[PATCH v1 09/10] btrfs: make balance_dirty_pages nowait compatible
2022-09-02 14:43 UTC (3+ messages)
[PATCH v3 0/2] btrfs: output more info for -ENOSPC caused transaction abort
2022-09-02 13:43 UTC (2+ messages)
[PATCH] btrfs: don't update the block group item if used bytes are the same
2022-09-02 12:51 UTC (5+ messages)
[PATCH v3 0/5] btrfs-progs: separate BLOCK_GROUP_TREE feature from extent-tree-v2
2022-09-02 12:10 UTC (8+ messages)
` [PATCH v3 3/5] btrfs-progs: separate block group tree from extent tree v2
[PATCH] btrfs: test that we can not delete a subvolume with an active swap file
2022-09-02 9:52 UTC (3+ 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