linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-10-13 02:10:35 to 2023-10-23 13:15:30 UTC [more...]

[syzbot] [btrfs?] BUG: MAX_LOCKDEP_CHAIN_HLOCKS too low! (4)
 2023-10-23 13:08 UTC  (2+ messages)

fs readonly after few minutes
 2023-10-23  8:39 UTC  (3+ messages)

BTRF: no free space
 2023-10-23  7:06 UTC  (7+ messages)

[PATCH RFC 0/9] fs: multigrain timestamps (redux)
 2023-10-22 22:17 UTC  (24+ messages)
` [PATCH RFC 1/9] fs: switch timespec64 fields in inode to discrete integers
` [PATCH RFC 2/9] timekeeping: new interfaces for multigrain timestamp handing
` [PATCH RFC 3/9] timekeeping: add new debugfs file to count multigrain timestamps
` [PATCH RFC 4/9] fs: add infrastructure for "
` [PATCH RFC 5/9] fs: have setattr_copy handle multigrain timestamps appropriately
` [PATCH RFC 6/9] xfs: switch to multigrain timestamps
` [PATCH RFC 7/9] ext4: "
` [PATCH RFC 8/9] btrfs: convert "
` [PATCH RFC 9/9] tmpfs: add support for "

[PATCH 0/3] btrfs-progs: follow-ups for issue #622
 2023-10-22  3:40 UTC  (4+ messages)
` [PATCH 1/3] btrfs-progs: dump-tree: output the sequence number for inline references
` [PATCH 2/3] btrfs-progs: check/lowmem: verify the sequence of inline backref items
` [PATCH 3/3] btrfs-progs: fsck-tests: add test image of out-of-order "

Btrfs progs release 6.5.3
 2023-10-21 14:35 UTC 

[PATCH] btrfs/298: add test for showing qgroups include staled sorted by path
 2023-10-21 13:24 UTC  (2+ messages)

[PATCH] fstests: filter out fsstress error output
 2023-10-21 12:31 UTC  (3+ messages)

[PATCH v2 00/13] ip_tunnel: convert __be16 tunnel flags to bitmaps
 2023-10-20 12:46 UTC  (21+ messages)
` [PATCH v2 01/13] bitops: add missing prototype check
` [PATCH v2 02/13] bitops: make BYTES_TO_BITS() treewide-available
` [PATCH v2 03/13] bitops: let the compiler optimize {__,}assign_bit()
` [PATCH v2 04/13] linkmode: convert linkmode_{test,set,clear,mod}_bit() to macros
` [PATCH v2 05/13] s390/cio: rename bitmap_size() -> idset_bitmap_size()
` [PATCH v2 06/13] fs/ntfs3: add prefix to bitmap_size() and use BITS_TO_U64()
` [PATCH v2 07/13] btrfs: rename bitmap_set_bits() -> btrfs_bitmap_set_bits()
` [PATCH v2 08/13] bitmap: introduce generic optimized bitmap_size()
` [PATCH v2 09/13] bitmap: make bitmap_{get,set}_value8() use bitmap_{read,write}()
` [PATCH v2 10/13] ip_tunnel: use a separate struct to store tunnel params in the kernel
` [PATCH v2 11/13] ip_tunnel: convert __be16 tunnel flags to bitmaps
` [PATCH v2 12/13] lib/bitmap: add compile-time test for __assign_bit() optimization
` [PATCH v2 13/13] lib/bitmap: add tests for IP tunnel flags conversion helpers

[PATCH] btrfs/298: fix failure when added device supports trim
 2023-10-20  0:43 UTC  (2+ messages)

[syzbot] [btrfs?] WARNING: refcount bug in btrfs_evict_inode (2)
 2023-10-19 23:55 UTC 

[PATCH v2 0/9] btrfs-progs: mkfs: introduce an experimental --subvol option
 2023-10-19 22:30 UTC  (10+ messages)
` [PATCH v2 1/9] btrfs-progs: cross-port fs_types from kernel
` [PATCH v2 2/9] btrfs-progs: remove add_backref parameter from btrfs_add_link()
` [PATCH v2 3/9] btrfs-progs: remove filetype parameter of btrfs_add_link()
` [PATCH v2 4/9] btrfs-progs: merge btrfs_mksubvol() into btrfs_add_link()
` [PATCH v2 5/9] btrfs-progs: enhance btrfs_mkdir() function
` [PATCH v2 6/9] btrfs-progs: enhance btrfs_create_root() function
` [PATCH v2 7/9] btrfs-progs: use a unified btrfs_make_subvol() implementation
` [PATCH v2 8/9] btrfs-progs: mkfs: introduce experimental --subvol option
` [PATCH v2 9/9] btrfs-progs: mkfs-tests: introduce a test case to verify "

[PATCH 0/6] btrfs-progs: mkfs: introduce an experimental --subvol option
 2023-10-19 18:19 UTC  (14+ messages)
` [PATCH 1/6] btrfs-progs: enhance btrfs_mkdir() function
` [PATCH 2/6] btrfs-progs: enhance and rename btrfs_mksubvol() function
` [PATCH 3/6] btrfs-progs: enhance btrfs_create_root() function
` [PATCH 4/6] btrfs-progs: use a unified btrfs_make_subvol() implementation
` [PATCH 5/6] btrfs-progs: mkfs: introduce experimental --subvol option
` [PATCH 6/6] btrfs-progs: mkfs-tests: introduce a test case to verify "

[PATCH] btrfs: get correct owning_root when dropping snapshot
 2023-10-19 16:20 UTC  (2+ messages)

[GIT PULL] Btrfs fix for 6.6-rc7
 2023-10-19 16:09 UTC  (4+ messages)

[PATCH 0/3] btrfs: fix a corruption after snapshoting a new subvolume
 2023-10-19 13:30 UTC  (5+ messages)
` [PATCH 1/3] btrfs: fix unwritten extent buffer "
` [PATCH 2/3] btrfs: use bool for return type of btrfs_block_can_be_shared()
` [PATCH 3/3] btrfs: make the logic from btrfs_block_can_be_shared() easier to read

[PATCH] btrfs: test snapshoting a subvolume that was just created
 2023-10-19 12:23 UTC 

[PATCH 0/2 v2] btrfs-progs: mkfs: testing cloned-device
 2023-10-19 11:59 UTC  (4+ messages)

[PATCH] btrfs: remove log_extents_lock and logged_list from struct btrfs_root
 2023-10-19 11:52 UTC 

[PATCH RFC 0/6 v2] block: Add config option to not allow writing to mounted devices
 2023-10-19  9:16 UTC  (5+ messages)
` [PATCH 1/6] "

[PATCH 0/2] btrfs: support cloned-device mount capability
 2023-10-19  8:15 UTC  (6+ messages)

[PATCH 0/4] btrfs: sysfs and unsupported temp-fsid features for clones
 2023-10-19  8:06 UTC  (9+ messages)

[kdave-btrfs-devel:for-next] [btrfs] c1ad4ede87: fsmark.files_per_sec 30.4% improvement
 2023-10-19  1:40 UTC 

btrfs_extent_map memory consumption results in "Out of memory"
 2023-10-18 22:45 UTC 

[PATCH v3] btrfs-progs: cmds: subvolume: add -p option on creating subvol
 2023-10-18 13:30 UTC  (2+ messages)

[PATCH] btrfs: zoned: wait for data BG to be finished on direct IO allocation
 2023-10-17 19:39 UTC  (4+ messages)

[syzbot] [btrfs?] BUG: MAX_LOCKDEP_CHAIN_HLOCKS too low! (3)
 2023-10-17 19:42 UTC  (2+ messages)

[PATCH] btrfs: zoned: drop no longer valid write pointer check
 2023-10-17 19:34 UTC  (3+ messages)

[PATCH v3 0/2] btrfs-progs: make sure "mkfs --rootdir" copies all the attributes for the rootdir
 2023-10-17 17:23 UTC  (7+ messages)
` [PATCH v3 1/2] btrfs-progs: mkfs/rootdir: copy missing attributes for the rootdir inode

[PATCH 00/12] fstests: fscrypt test updates
 2023-10-17  5:37 UTC  (7+ messages)
` [PATCH 01/12] common/encrypt: separate data and inode nonces
` [PATCH 08/12] fstests: properly test for v1 encryption policies in encrypt tests
` [PATCH 12/12] fstest: add a fsstress+fscrypt test

[PATCH] fscrypt: track master key presence separately from secret
 2023-10-17  5:13 UTC  (4+ messages)

[PATCH v3 00/34] btrfs: add fscrypt support
 2023-10-16 18:21 UTC  (35+ messages)
` [PATCH v3 01/34] fscrypt: add per-extent encryption support
` [PATCH v3 02/34] fscrypt: conditionally don't wipe mk secret until the last active user is done
` [PATCH v3 03/34] blk-crypto: add a process bio callback
` [PATCH v3 04/34] fscrypt: expose fscrypt_nokey_name
` [PATCH v3 05/34] fscrypt: add documentation about extent encryption
` [PATCH v3 06/34] btrfs: add infrastructure for safe em freeing
` [PATCH v3 07/34] btrfs: disable various operations on encrypted inodes
` [PATCH v3 08/34] btrfs: disable verity "
` [PATCH v3 09/34] btrfs: start using fscrypt hooks
` [PATCH v3 10/34] btrfs: add inode encryption contexts
` [PATCH v3 11/34] btrfs: add new FEATURE_INCOMPAT_ENCRYPT flag
` [PATCH v3 12/34] btrfs: adapt readdir for encrypted and nokey names
` [PATCH v3 13/34] btrfs: handle "
` [PATCH v3 14/34] btrfs: implement fscrypt ioctls
` [PATCH v3 15/34] btrfs: add encryption to CONFIG_BTRFS_DEBUG
` [PATCH v3 16/34] btrfs: add get_devices hook for fscrypt
` [PATCH v3 17/34] btrfs: turn on inlinecrypt mount option for encrypt
` [PATCH v3 18/34] btrfs: set file extent encryption excplicitly
` [PATCH v3 19/34] btrfs: add fscrypt_info and encryption_type to extent_map
` [PATCH v3 20/34] btrfs: add fscrypt_info and encryption_type to ordered_extent
` [PATCH v3 21/34] btrfs: plumb through setting the fscrypt_info for ordered extents
` [PATCH v3 22/34] btrfs: populate the ordered_extent with the fscrypt context
` [PATCH v3 23/34] btrfs: keep track of fscrypt info and orig_start for dio reads
` [PATCH v3 24/34] btrfs: add an optional encryption context to the end of file extents
` [PATCH v3 25/34] btrfs: explicitly track file extent length for replace and drop
` [PATCH v3 26/34] btrfs: pass through fscrypt_extent_info to the file extent helpers
` [PATCH v3 27/34] btrfs: pass the fscrypt_info through the replace extent infrastructure
` [PATCH v3 28/34] btrfs: implement the fscrypt extent encryption hooks
` [PATCH v3 29/34] btrfs: setup fscrypt_extent_info for new extents
` [PATCH v3 30/34] btrfs: populate ordered_extent with the orig offset
` [PATCH v3 31/34] btrfs: set the bio fscrypt context when applicable
` [PATCH v3 32/34] btrfs: add a bio argument to btrfs_csum_one_bio
` [PATCH v3 33/34] btrfs: add orig_logical to btrfs_bio
` [PATCH v3 34/34] btrfs: implement process_bio cb for fscrypt

[PATCH v2 00/36] btrfs: add fscrypt support
 2023-10-15  6:36 UTC  (11+ messages)
` [PATCH v2 01/36] fscrypt: use a flag to indicate that the master key is being evicted
` [PATCH v2 02/36] fscrypt: don't wipe mk secret until the last active user is gone
` [PATCH v2 03/36] fscrypt: add per-extent encryption support
` [PATCH v2 04/36] fscrypt: disable all but standard v2 policies for extent encryption
` [PATCH v2 05/36] blk-crypto: add a process bio callback

[PATCH 00/14] ip_tunnel: convert __be16 tunnel flags to bitmaps
 2023-10-15  2:20 UTC  (5+ messages)
` [PATCH 09/14] bitmap: extend bitmap_{get,set}_value8() to bitmap_{get,set}_bits()

Deleting large amounts of data causes system freeze due to OOM
 2023-10-14 22:10 UTC  (13+ messages)

[PATCH 0/7] btrfs-progs: cmds/tune: add set/clear features
 2023-10-13 20:53 UTC  (8+ messages)
` [PATCH 2/7] btrfs-progs: cmds: add "btrfs tune set" subcommand group

[PATCH] btrfs: clean up an error code in btrfs_insert_raid_extent()
 2023-10-13 15:49 UTC  (2+ messages)

[PATCH] btrfs: remove duplicate btrfs_clear_buffer_dirty() prototype from disk-io.h
 2023-10-13 15:44 UTC  (2+ messages)

[PATCH] btrfs: use u64 for buffer sizes in the tree search ioctls
 2023-10-13 15:33 UTC  (2+ messages)

SanDisk Extreme Pro w/btrfs Frozen: nodiscard per Western Digital
 2023-10-13 13:44 UTC  (3+ messages)

Scrub of my nvme SSD has slowed by about 2/3
 2023-10-13 13:07 UTC  (4+ messages)

[bug report] btrfs: new ioctl TREE_SEARCH_V2
 2023-10-13  9:07 UTC  (2+ messages)

SanDisk Extreme Pro w/btrfs Frozen: nodiscard per Western Digital
 2023-10-13  3:30 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).