Linux-BTRFS Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-28 18:09:17 to 2023-12-05 12:38:41 UTC [more...]

[PATCH -next RFC 00/14] block: don't access bd_inode directly from other modules
 2023-12-05 12:37 UTC  (5+ messages)
` [PATCH -next RFC 01/14] block: add some bdev apis
` [PATCH -next RFC 02/14] xen/blkback: use bdev api in xen_update_blkif_status()
` [PATCH -next RFC 03/14] bcache: use bdev api in read_super()
` [PATCH -next RFC 04/14] mtd: block2mtd: use bdev apis

[PATCH] btrfs: drop unused memparse() parameter
 2023-12-05 11:13 UTC 

[PATCH 0/7] fstests: add tests for btrfs' raid-stripe-tree feature
 2023-12-05  9:50 UTC  (11+ messages)
` [PATCH 1/7] btrfs: add fstest for stripe-tree metadata with 4k write
` [PATCH 2/7] btrfs: add fstest for 8k write spanning two stripes on raid-stripe-tree
` [PATCH 3/7] btrfs: add fstest for writing to a file at an offset with RST
` [PATCH 4/7] btrfs: add fstests to write 128k to a RST filesystem
` [PATCH 5/7] btrfs: add fstest for overwriting a file partially with RST
` [PATCH 6/7] common: add filter for btrfs raid-stripe dump
` [PATCH 7/7] fstests: doc: add new raid-stripe-tree group

scrub: unrepaired sectors detected
 2023-12-05  7:51 UTC 

[PATCH] btrfs: fix mismatching parameter names for btrfs_get_extent()
 2023-12-05  7:51 UTC 

[linux-next:master] [btrfs] 7d59ee54f0: xfstests.btrfs.220.fail
 2023-12-05  6:44 UTC 

[PATCH v4 00/46] btrfs: add fscrypt support
 2023-12-05  5:54 UTC  (61+ messages)
` [PATCH v4 01/46] fs: move fscrypt keyring destruction to after ->put_super
` [PATCH v4 02/46] fscrypt: add per-extent encryption support
` [PATCH v4 03/46] fscrypt: add a fscrypt_inode_open helper
` [PATCH v4 04/46] fscrypt: conditionally don't wipe mk secret until the last active user is done
` [PATCH v4 05/46] blk-crypto: add a process bio callback
` [PATCH v4 06/46] fscrypt: expose fscrypt_nokey_name
` [PATCH v4 07/46] fscrypt: add documentation about extent encryption
` [PATCH v4 08/46] btrfs: add infrastructure for safe em freeing
` [PATCH v4 09/46] btrfs: disable various operations on encrypted inodes
` [PATCH v4 10/46] btrfs: disable verity "
` [PATCH v4 11/46] btrfs: start using fscrypt hooks
` [PATCH v4 12/46] btrfs: add inode encryption contexts
` [PATCH v4 13/46] btrfs: add new FEATURE_INCOMPAT_ENCRYPT flag
` [PATCH v4 14/46] btrfs: adapt readdir for encrypted and nokey names
` [PATCH v4 15/46] btrfs: handle "
` [PATCH v4 16/46] btrfs: implement fscrypt ioctls
` [PATCH v4 17/46] btrfs: add encryption to CONFIG_BTRFS_DEBUG
` [PATCH v4 18/46] btrfs: add get_devices hook for fscrypt
` [PATCH v4 19/46] btrfs: turn on inlinecrypt mount option for encrypt
` [PATCH v4 20/46] btrfs: set file extent encryption excplicitly
` [PATCH v4 21/46] btrfs: add fscrypt_info and encryption_type to extent_map
` [PATCH v4 22/46] btrfs: add fscrypt_info and encryption_type to ordered_extent
` [PATCH v4 23/46] btrfs: plumb through setting the fscrypt_info for ordered extents
` [PATCH v4 24/46] btrfs: plumb the fscrypt extent context through create_io_em
` [PATCH v4 25/46] btrfs: populate the ordered_extent with the fscrypt context
` [PATCH v4 26/46] btrfs: keep track of fscrypt info and orig_start for dio reads
` [PATCH v4 27/46] btrfs: add an optional encryption context to the end of file extents
` [PATCH v4 28/46] btrfs: explicitly track file extent length for replace and drop
` [PATCH v4 29/46] btrfs: pass through fscrypt_extent_info to the file extent helpers
` [PATCH v4 30/46] btrfs: pass the fscrypt_info through the replace extent infrastructure
` [PATCH v4 31/46] btrfs: implement the fscrypt extent encryption hooks
` [PATCH v4 32/46] btrfs: setup fscrypt_extent_info for new extents
` [PATCH v4 33/46] btrfs: populate ordered_extent with the orig offset
` [PATCH v4 34/46] btrfs: set the bio fscrypt context when applicable
` [PATCH v4 35/46] btrfs: add a bio argument to btrfs_csum_one_bio
` [PATCH v4 36/46] btrfs: add orig_logical to btrfs_bio
` [PATCH v4 37/46] btrfs: limit encrypted writes to 256 segments
` [PATCH v4 38/46] btrfs: implement process_bio cb for fscrypt
` [PATCH v4 39/46] btrfs: add test_dummy_encryption support
` [PATCH v4 40/46] btrfs: don't rewrite ret from inode_permission
` [PATCH v4 41/46] btrfs: move inode_to_path higher in backref.c
` [PATCH v4 42/46] btrfs: make btrfs_ref_to_path handle encrypted filenames
` [PATCH v4 43/46] btrfs: don't search back for dir inode item in INO_LOOKUP_USER
` [PATCH v4 44/46] btrfs: deal with encrypted symlinks in send
` [PATCH v4 45/46] btrfs: decrypt file names for send
` [PATCH v4 46/46] btrfs: load the inode context before sending writes

[PATCH v2 0/2] btrfs: migrate extent_buffer::pages[] to folio and more cleanups
 2023-12-04 21:10 UTC  (5+ messages)
` [PATCH v2 1/2] btrfs: migrate extent_buffer::pages[] to folio
` [PATCH v2 2/2] btrfs: cleanup metadata page pointer usage

[PATCH 0/5] btrfs: qgroups rsv fixes
 2023-12-04 21:09 UTC  (10+ messages)
` [PATCH 1/5] btrfs: free qgroup rsv on ioerr ordered_extent
` [PATCH 2/5] btrfs: fix qgroup_free_reserved_data int overflow
` [PATCH 3/5] btrfs: free qgroup pertrans rsv on trans abort
` [PATCH 4/5] btrfs: dont clear qgroup rsv bit in release_folio
` [PATCH 5/5] btrfs: ensure releasing squota rsv on head refs

Performance drop due to alloc_workqueue() misuse and recent change
 2023-12-04 18:07 UTC  (2+ messages)

[PATCH 0/2] fstests: add some missing groups to some btrfs tests
 2023-12-04 18:03 UTC  (5+ messages)
` [PATCH 1/2] btrfs: add some tests to the 'compress' group
` [PATCH 2/2] btrfs/048: add missing groups 'subvol', 'snapshot' and 'send'

[PATCH 00/11] btrfs: some cleanups and optimizations for extent maps
 2023-12-04 16:20 UTC  (12+ messages)
` [PATCH 01/11] btrfs: assert extent map is not in a list when setting it up
` [PATCH 02/11] btrfs: tests: fix error messages for test case 4 of extent map tests
` [PATCH 03/11] btrfs: tests: do not ignore NULL extent maps for extent maps tests
` [PATCH 04/11] btrfs: tests: print all values as decimal in messages for extent map tests
` [PATCH 05/11] btrfs: unexport add_extent_mapping()
` [PATCH 06/11] btrfs: remove redundant value assignment at btrfs_add_extent_mapping()
` [PATCH 07/11] btrfs: log messages at unpin_extent_range() during unexpected cases
` [PATCH 08/11] btrfs: avoid useless rbtree iterations when attempting to merge extent map
` [PATCH 09/11] btrfs: make extent_map_end() argument const
` [PATCH 10/11] btrfs: refactor mergable_maps() for more readability
` [PATCH 11/11] btrfs: use the flags of an extent map to identify the compression type

[PATCH 0/2] Convert btrfs_root::delayed_nodes_tree to xarray
 2023-12-04 16:07 UTC  (6+ messages)
` [PATCH 1/2] btrfs: drop radix-tree preload from btrfs_get_or_create_delayed_node()
` [PATCH 2/2] btrfs: use xarray for btrfs_root::delayed_nodes_tree instead of radix-tree

[PATCH] btrfs-progs: Documentation: update the man page for btrfs check lowmem mode
 2023-12-04 15:50 UTC  (2+ messages)

[PATCH] btrfs/303: use quota rescan wrapper
 2023-12-04 13:08 UTC  (2+ messages)

[PATCH 0/3] btrfs-progs: tune: run "btrfs check" before and after full fs conversion
 2023-12-04 10:22 UTC  (7+ messages)
` [PATCH 1/3] btrfs-progs: check: remove inode cache clearing functionality
` [PATCH 2/3] btrfs-progs: check: export a dedicated btrfs_check() function
` [PATCH 3/3] btrfs-progs: tune: add fsck runs before and after a full conversion

[linux-next:master] [btrfs] 5a2b851e04: fsmark.files_per_sec 28.8% improvement
 2023-12-04  8:16 UTC 

[linux-next:master] [btrfs] 40b77b3e82: fio.write_iops -40.2% regression
 2023-12-03 13:35 UTC 

BTRFS corruption after conversion to block group tree
 2023-12-03 12:16 UTC  (11+ messages)

BTRFS doesn't compress on the fly
 2023-12-03 10:19 UTC  (9+ messages)

Unmountable 4-drive btrfs RAID after drive failure
 2023-12-01 20:36 UTC 

[syzbot] [btrfs?] kernel BUG in __reserve_bytes
 2023-12-01 13:47 UTC 

[PATCH v2] btrfs: allocate btrfs_inode::file_extent_tree only without NO_HOLES
 2023-11-30 23:45 UTC  (2+ messages)

[PATCH] btrfs: migrate extent_buffer::pages[] to folio
 2023-11-30 23:33 UTC  (10+ messages)

[PATCH v4] btrfs: refactor alloc_extent_buffer() to allocate-then-attach method
 2023-11-30 23:23 UTC  (2+ messages)

[PATCH][next] btrfs: remove shadowed declaration of variable i in for-loops
 2023-11-30 22:50 UTC  (2+ messages)

[PATCH] btrfs: cache that we don't have security.capability set
 2023-11-30 15:46 UTC  (3+ messages)

[PATCH v4 0/1] Enforce 4k sectorize by default for mkfs
 2023-11-30  3:38 UTC  (10+ messages)

Btrfs support needed - various failures in all blocks after computer hibernation
 2023-11-30  1:04 UTC  (2+ messages)

[PATCH RFC] btrfs: pick device with lowest devt for show_devname
 2023-11-29 21:20 UTC  (9+ messages)

[PATCH v3 00/19] btrfs: convert to the new mount API
 2023-11-29 15:50 UTC  (4+ messages)

[PATCH] btrfs: fix btrfs_parse_param() build failure
 2023-11-29 12:00 UTC  (2+ messages)

btrfs: super.c:416:25: error: 'ret' undeclared (first use in this function); did you mean 'net'?
 2023-11-29 11:55 UTC  (5+ messages)

[PATCH] btrfs: allocate btrfs_inode::file_extent_tree only without NO_HOLES
 2023-11-29 11:54 UTC  (3+ messages)

[PATCH] btrfs: refactor alloc_extent_buffer() to allocate-then-attach method
 2023-11-28 20:06 UTC  (6+ messages)
    ` Should we still go __GFP_NOFAIL? (Was Re: [PATCH] btrfs: refactor alloc_extent_buffer() to allocate-then-attach method)

[GIT PULL] Btrfs fixes for 6.7-rc4
 2023-11-28 19:36 UTC  (2+ messages)

[syzbot] [btrfs?] WARNING in btrfs_use_block_rsv
 2023-11-28 18:09 UTC  (4+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).