linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-18 07:04:51 to 2022-10-21 20:58:37 UTC [more...]

[PATCH v3 00/22] btrfs: add fscrypt integration
 2022-10-21 20:58 UTC  (37+ messages)
` [PATCH v3 01/22] fscrypt: expose fscrypt_nokey_name
` [PATCH v3 02/22] fscrypt: add fscrypt_have_same_policy() to check inode compatibility
` [PATCH v3 03/22] fscrypt: allow fscrypt_generate_iv() to distinguish filenames
` [PATCH v3 04/22] fscrypt: add extent-based encryption
` [PATCH v3 05/22] fscrypt: document btrfs' fscrypt quirks
` [PATCH v3 06/22] btrfs: use struct qstr instead of name and namelen
` [PATCH v3 07/22] btrfs: setup qstrings from dentrys using fscrypt helper
` [PATCH v3 08/22] btrfs: use struct fscrypt_str instead of struct qstr
` [PATCH v3 09/22] btrfs: store directory encryption state
` [PATCH v3 10/22] btrfs: disable various operations on encrypted inodes
` [PATCH v3 11/22] btrfs: start using fscrypt hooks
` [PATCH v3 12/22] btrfs: add fscrypt_context items
` [PATCH v3 13/22] btrfs: translate btrfs encryption flags and encrypted inode flag
` [PATCH v3 14/22] btrfs: store a fscrypt extent context per normal file extent
` [PATCH v3 15/22] btrfs: encrypt normal file extent data if appropriate
` [PATCH v3 16/22] btrfs: Add new FEATURE_INCOMPAT_ENCRYPT feature flag
` [PATCH v3 17/22] btrfs: implement fscrypt ioctls
` [PATCH v3 18/22] btrfs: permit searching for nokey names for removal
` [PATCH v3 19/22] btrfs: use correct name hash for nokey names
` [PATCH v3 20/22] btrfs: adapt lookup for partially encrypted directories
` [PATCH v3 21/22] fscrypt: add flag allowing partially-encrypted directories
` [PATCH v3 22/22] btrfs: encrypt verity items

Problem with mounting btrfs partition after free space ended
 2022-10-21 14:48 UTC 

[PATCH v8 0/8] fs: clean up internal i_version handling
 2022-10-21 13:06 UTC  (9+ messages)
` [PATCH v8 1/8] fs: uninline inode_query_iversion
` [PATCH v8 2/8] fs: clarify when the i_version counter must be updated
` [PATCH v8 3/8] vfs: plumb i_version handling into struct kstat
` [PATCH v8 4/8] nfs: report the inode version in getattr if requested
` [PATCH v8 5/8] ceph: "
` [PATCH v8 6/8] nfsd: move nfsd4_change_attribute to nfsfh.c
` [PATCH v8 7/8] nfsd: use the getattr operation to fetch i_version
` [PATCH v8 8/8] nfsd: remove fetch_iversion export operation

[PATCH v7 0/9] fs: clean up handling of i_version counter
 2022-10-21 10:08 UTC  (18+ messages)
` [RFC PATCH v7 9/9] vfs: expose STATX_VERSION to userland

[syzbot] WARNING in btrfs_destroy_inode
 2022-10-21  9:56 UTC 

[RFC v3 00/11] btrfs: raid-stripe-tree draft patches
 2022-10-21  8:40 UTC  (26+ messages)
` [RFC v3 01/11] btrfs: add raid stripe tree definitions
` [RFC v3 03/11] btrfs: add support for inserting raid stripe extents
` [RFC v3 05/11] btrfs: lookup physical address from stripe extent
` [RFC v3 06/11] btrfs: add raid stripe tree pretty printer
` [RFC v3 07/11] btrfs: zoned: allow zoned RAID1
` [RFC v3 08/11] btrfs: allow zoned RAID0 and 10
` [RFC v3 09/11] btrfs: fix striping with RST
` [RFC v3 10/11] btrfs: check for leaks of ordered stripes on umount
` [RFC v3 11/11] btrfs: add tracepoints for ordered stripes

[PATCH] btrfs: btrfs: don't trust sub_stripes from disk
 2022-10-21  8:26 UTC  (6+ messages)

[PATCH v2 0/4] Parameter cleanup
 2022-10-21  8:07 UTC  (7+ messages)
` [PATCH v2 1/4] btrfs: sink gfp_t parameter to btrfs_backref_iter_alloc
` [PATCH v2 2/4] btrfs: sink gfp_t parameter to btrfs_qgroup_trace_extent
` [PATCH v2 3/4] btrfs: switch GFP_NOFS to GFP_KERNEL in scrub_setup_recheck_block
` [PATCH v2 4/4] btrfs: sink gfp_t parameter to alloc_scrub_sector

[PATCH v3 00/15] btrfs: split out larger chunks of ctree.h
 2022-10-21  7:29 UTC  (33+ messages)
` [PATCH v3 01/15] btrfs: move fs wide helpers out "
` [PATCH v3 02/15] btrfs: move assert "
` [PATCH v3 03/15] btrfs: move the printk "
` [PATCH v3 04/15] btrfs: push printk index code into their respective helpers
` [PATCH v3 05/15] btrfs: move BTRFS_FS_STATE* defs and helpers to fs.h
` [PATCH v3 06/15] btrfs: convert incompat and compat flag test helpers to defines
` [PATCH v3 07/15] btrfs: move mount option definitions to fs.h
` [PATCH v3 08/15] btrfs: move fs_info->flags enum "
` [PATCH v3 09/15] btrfs: add a BTRFS_FS_NEED_TRANS_COMMIT flag
` [PATCH v3 10/15] btrfs: remove fs_info::pending_changes and related code
` [PATCH v3 11/15] btrfs: move the compat/incompat flag masks to fs.h
` [PATCH v3 12/15] btrfs: rename struct-funcs.c -> accessors.c
` [PATCH v3 13/15] btrfs: move btrfs_map_token to accessors
` [PATCH v3 14/15] btrfs: move accessor helpers into accessors.h
` [PATCH v3 15/15] btrfs: remove temporary btrfs_map_token declaration in ctree.h

[syzbot] WARNING in btrfs_block_rsv_release
 2022-10-21  4:45 UTC 

[PATCH 0/4] Parameter cleanup
 2022-10-21  2:34 UTC  (16+ messages)
` [PATCH 1/4] btrfs: sink gfp_t parameter to btrfs_backref_iter_alloc
` [PATCH 2/4] btrfs: sink gfp_t parameter to btrfs_qgroup_trace_extent
` [PATCH 3/4] btrfs: switch GFP_NOFS to GFP_KERNEL in scrub_setup_recheck_block
` [PATCH 4/4] btrfs: sink gfp_t parameter to alloc_scrub_sector

[PATCH] fstests: btrfs: test incremental send for orphan inodes
 2022-10-21  1:32 UTC  (3+ messages)

[PATCH v2] fstests: btrfs: test incremental send for orphan inodes
 2022-10-21  1:27 UTC 

[PATCH] generic: check if one fs can detect damage at/after fs thaw
 2022-10-20 22:59 UTC  (8+ messages)

Endless "reclaiming chunk"/"relocating block group"
 2022-10-20 13:53 UTC  (5+ messages)

Bug 216559 - btrfs crash root mount RAID0 caused by ac0677348f3c2
 2022-10-20 13:11 UTC  (4+ messages)

Deleting missing device 4.93 TiB took 7 days
 2022-10-20  8:14 UTC 

[PATCH] btrfs: add helper to exit_btrfs_fs
 2022-10-19 16:27 UTC  (3+ messages)

[PATCH v2] btrfs: add helper to exit_btrfs_fs
 2022-10-19 16:21 UTC 

[PATCH] btrfs: add macro BTRFS_SEND_BUF_SIZE_V2
 2022-10-19 15:33 UTC  (2+ messages)

[PATCH] fstests: add btrfs tests exercising raid to the raid group
 2022-10-19  8:34 UTC  (3+ messages)

[syzbot] WARNING in cleanup_transaction
 2022-10-19  5:40 UTC 

[PATCH] btrfs: make thawn time super block check to also verify checksum
 2022-10-18 23:02 UTC  (4+ messages)

[PATCH 00/23] Convert to filemap_get_folios_tag()
 2022-10-18 21:45 UTC  (4+ messages)
` [PATCH 04/23] page-writeback: Convert write_cache_pages() to use filemap_get_folios_tag()

[GIT PULL] Btrfs fixes for 6.1-rc2
 2022-10-18 19:06 UTC  (2+ messages)

[PATCH v2 00/16] btrfs: split out larger chunks of ctree.h
 2022-10-18 14:47 UTC  (24+ messages)
` [PATCH v2 02/16] btrfs: move larger compat flag helpers to their own c file
` [PATCH v2 04/16] btrfs: move assert and error helpers out of messages.h
` [PATCH v2 06/16] btrfs: move BTRFS_FS_STATE* defs and helpers to fs.h
` [PATCH v2 07/16] btrfs: convert incompat and compat flag test helpers to defines
` [PATCH v2 08/16] btrfs: move mount option definitions to fs.h
` [PATCH v2 09/16] btrfs: move fs_info->flags enum "
` [PATCH v2 10/16] btrfs: add a BTRFS_FS_NEED_TRANS_COMMIT flag
` [PATCH v2 11/16] btrfs: remove fs_info::pending_changes and related code
` [PATCH v2 12/16] btrfs: move the compat/incompat flag masks to fs.h
` [PATCH v2 13/16] btrfs: rename struct-funcs.c -> accessors.c
` [PATCH v2 14/16] btrfs: move btrfs_map_token to accessors

[PATCH 0/3] btrfs: avoid GFP_ATOMIC allocation failures during endio
 2022-10-18 14:26 UTC  (7+ messages)
` [PATCH 3/3] btrfs: do not panic if we can't allocate a prealloc extent state

[PATCH] btrfs: sysfs: convert remaining scnprintf to sysfs_emit
 2022-10-18 14:24 UTC  (3+ messages)

[PATCH] btrfs: fix type of parameter generation in btrfs_get_dentry
 2022-10-18 14:23 UTC  (2+ messages)

[PATCH] btrfs: simplify generation check in btrfs_get_dentry
 2022-10-18 14:22 UTC  (2+ messages)

[PATCH] btrfs-progs: print-tree: follow the supported flags when printing flags
 2022-10-18 14:04 UTC  (2+ messages)

[PATCH] btrfs-progs: cmds: resize: fix check_resize_args() return value
 2022-10-18 14:01 UTC  (2+ messages)

[PATCH] btrfs-progs: send: sync splice buf size with kernel when proto 2
 2022-10-18 13:48 UTC  (2+ messages)

[PATCH] btrfs: send: fix send failure of a subcase of orphan inodes
 2022-10-18 13:34 UTC  (2+ messages)

[syzbot] WARNING in btrfs_add_link
 2022-10-18  7:04 UTC 


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