messages from 2023-10-09 04:47:31 to 2023-10-16 16:56:55 UTC [more...]
[PATCH v2 00/13] ip_tunnel: convert __be16 tunnel flags to bitmaps
2023-10-16 16:52 UTC
[PATCH 0/6] btrfs-progs: mkfs: introduce an experimental --subvol option
2023-10-16 4:38 UTC (7+ 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 v2 00/36] btrfs: add fscrypt support
2023-10-15 6:36 UTC (42+ 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 v2 06/36] fscrypt: expose fscrypt_nokey_name
` [PATCH v2 07/36] fscrypt: add documentation about extent encryption
` [PATCH v2 08/36] btrfs: add infrastructure for safe em freeing
` [PATCH v2 09/36] btrfs: disable various operations on encrypted inodes
` [PATCH v2 10/36] btrfs: disable verity "
` [PATCH v2 11/36] btrfs: start using fscrypt hooks
` [PATCH v2 12/36] btrfs: add inode encryption contexts
` [PATCH v2 13/36] btrfs: add new FEATURE_INCOMPAT_ENCRYPT flag
` [PATCH v2 14/36] btrfs: adapt readdir for encrypted and nokey names
` [PATCH v2 15/36] btrfs: handle "
` [PATCH v2 16/36] btrfs: implement fscrypt ioctls
` [PATCH v2 17/36] btrfs: add encryption to CONFIG_BTRFS_DEBUG
` [PATCH v2 18/36] btrfs: add get_devices hook for fscrypt
` [PATCH v2 19/36] btrfs: turn on inlinecrypt mount option for encrypt
` [PATCH v2 20/36] btrfs: set file extent encryption excplicitly
` [PATCH v2 21/36] btrfs: add fscrypt_info and encryption_type to extent_map
` [PATCH v2 22/36] btrfs: add fscrypt_info and encryption_type to ordered_extent
` [PATCH v2 23/36] btrfs: plumb through setting the fscrypt_info for ordered extents
` [PATCH v2 24/36] btrfs: populate the ordered_extent with the fscrypt context
` [PATCH v2 25/36] btrfs: keep track of fscrypt info and orig_start for dio reads
` [PATCH v2 26/36] btrfs: add an optional encryption context to the end of file extents
` [PATCH v2 27/36] btrfs: explicitly track file extent length for replace and drop
` [PATCH v2 28/36] btrfs: pass through fscrypt_extent_info to the file extent helpers
` [PATCH v2 29/36] btrfs: pass the fscrypt_info through the replace extent infrastructure
` [PATCH v2 30/36] btrfs: implement the fscrypt extent encryption hooks
` [PATCH v2 31/36] btrfs: setup fscrypt_extent_info for new extents
` [PATCH v2 32/36] btrfs: populate ordered_extent with the orig offset
` [PATCH v2 33/36] btrfs: set the bio fscrypt context when applicable
` [PATCH v2 34/36] btrfs: add a bio argument to btrfs_csum_one_bio
` [PATCH v2 35/36] btrfs: add orig_logical to btrfs_bio
` [PATCH v2 36/36] btrfs: implement process_bio cb for fscrypt
[PATCH] fscrypt: track master key presence separately from secret
2023-10-15 6:10 UTC
[PATCH 00/14] ip_tunnel: convert __be16 tunnel flags to bitmaps
2023-10-15 2:20 UTC (27+ messages)
` [PATCH 01/14] bitops: add missing prototype check
` [PATCH 02/14] bitops: make BYTES_TO_BITS() treewide-available
` [PATCH 03/14] bitops: let the compiler optimize __assign_bit()
` [PATCH 04/14] linkmode: convert linkmode_{test,set,clear,mod}_bit() to macros
` [PATCH 05/14] s390/cio: rename bitmap_size() -> idset_bitmap_size()
` [PATCH 06/14] fs/ntfs3: rename bitmap_size() -> ntfs3_bitmap_size()
` [PATCH 07/14] btrfs: rename bitmap_set_bits() -> btrfs_bitmap_set_bits()
` [PATCH 08/14] bitmap: introduce generic optimized bitmap_size()
` [PATCH 09/14] bitmap: extend bitmap_{get,set}_value8() to bitmap_{get,set}_bits()
` [PATCH 10/14] ip_tunnel: use a separate struct to store tunnel params in the kernel
` [PATCH 11/14] ip_tunnel: convert __be16 tunnel flags to bitmaps
` [PATCH 12/14] lib/bitmap: add compile-time test for __assign_bit() optimization
` [PATCH 13/14] lib/bitmap: add tests for bitmap_{get,set}_bits()
` [PATCH 14/14] lib/bitmap: add tests for IP tunnel flags conversion helpers
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 v3 0/2] btrfs-progs: make sure "mkfs --rootdir" copies all the attributes for the rootdir
2023-10-13 19:55 UTC (7+ messages)
` [PATCH v3 1/2] btrfs-progs: mkfs/rootdir: copy missing attributes for the rootdir inode
` [PATCH v3 2/2] btrfs-progs: tests/mkfs: make sure rootdir inode got its attributes copied
[PATCH] btrfs: get correct owning_root when dropping snapshot
2023-10-13 19:18 UTC
[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
[syzbot] [btrfs?] UBSAN: array-index-out-of-bounds in FSE_decompress_wksp_body_bmi2
2023-10-12 20:23 UTC (6+ messages)
` [syzbot] [zstd] "
[PATCH] btrfs-progs: cmds/scrub: using device's used_bytes to print summary for running scrubs
2023-10-12 16:40 UTC (2+ messages)
[PATCH] btrfs-progs: mkfs: do not enlarge the target block device
2023-10-12 16:36 UTC (2+ messages)
[PATCH 0/2] btrfs-progs: zoned: check existence of SB zone, not LBA
2023-10-12 16:25 UTC (4+ messages)
` [PATCH 1/2] btrfs-progs: zoned: introduce sb_bytenr_to_sb_zone()
` [PATCH 2/2] btrfs-progs: zoned: check SB zone existence properly
[PATCH] btrfs: fix stripe length calculation for non-zoned data chunks
2023-10-12 15:08 UTC (3+ messages)
` [PATCH] btrfs: fix stripe length calculation for non-zoned data chunk allocation
[PATCH] btrfs: reject unknown mount options correctly
2023-10-12 14:55 UTC (4+ messages)
btrfs_extent_map memory consumption results in "Out of memory"
2023-10-12 14:24 UTC (5+ messages)
Metalworking and welding
2023-10-12 7:56 UTC
[PATCH] btrfs: output extra info when delayed inode update failed
2023-10-12 3:07 UTC (3+ messages)
[PATCH 0/8] btrfs-progs: add fscrypt support
2023-10-11 23:14 UTC (10+ messages)
` [PATCH 1/8] btrfs-progs: check: fix max inline extent size
` [PATCH 2/8] btrfs-progs: add new FEATURE_INCOMPAT_ENCRYPT flag
` [PATCH 3/8] btrfs-progs: start tracking extent encryption context info
` [PATCH 4/8] btrfs-progs: add inode encryption contexts
` [PATCH 5/8] btrfs-progs: interpret encrypted file extents
` [PATCH 6/8] btrfs-progs: handle fscrypt context items
` [PATCH 7/8] btrfs-progs: escape unprintable characters in names
` [PATCH 8/8] btrfs-progs: check: update inline extent length checking
[PATCH v1 1/1] xarray: fix the data-race in xas_find_chunk() by using READ_ONCE()
2023-10-11 22:09 UTC (12+ messages)
[GIT PULL] Btrfs fixes for 6.6-rc6
2023-10-11 21:58 UTC (2+ messages)
BTRFS /dev/md0 recovery - mounted RW, after being hibernated
2023-10-11 21:41 UTC (2+ messages)
[PATCH v4 0/9] Btrfs: free space B-tree
2023-10-11 10:20 UTC (4+ messages)
` [PATCH v4 7/9] Btrfs: add free space tree sanity tests
[PATCH v2 0/2] btrfs-progs: make sure "mkfs --rootdir" copies all the attributes for the rootdir
2023-10-10 23:49 UTC (3+ messages)
` [PATCH v2 1/2] btrfs-progs: mkfs/rootdir: copy missing attributes for the rootdir inode
` [PATCH v2 2/2] btrfs-progs: tests/mkfs: make sure rootdir inode got its attributes copied
[PATCH 00/12] fstests: fscrypt test updates
2023-10-10 20:26 UTC (13+ messages)
` [PATCH 01/12] common/encrypt: separate data and inode nonces
` [PATCH 02/12] common/encrypt: add btrfs to get_encryption_*nonce
` [PATCH 03/12] common/encrypt: add btrfs to get_ciphertext_filename
` [PATCH 04/12] common/encrypt: enable making a encrypted btrfs filesystem
` [PATCH 05/12] common/verity: explicitly don't allow btrfs encryption
` [PATCH 06/12] btrfs: add simple test of reflink of encrypted data
` [PATCH 07/12] btrfs: test snapshotting encrypted subvol
` [PATCH 08/12] fstests: properly test for v1 encryption policies in encrypt tests
` [PATCH 09/12] fstests: split generic/580 into two tests
` [PATCH 10/12] fstests: split generic/581 "
` [PATCH 11/12] fstests: split generic/613 "
` [PATCH 12/12] fstest: add a fsstress+fscrypt test
[PATCH] btrfs: open code timespec64 in struct btrfs_inode
2023-10-10 17:18 UTC
[PATCH] btrfs-progs: introduce a basic metadata free space reservation check
2023-10-10 16:55 UTC (2+ messages)
[PATCH] btrfs: perform stripe tree lookup for scrub
2023-10-10 16:46 UTC (6+ messages)
[bug report] btrfs mount failure with SELinux context option on kernel v6.6-rc5
2023-10-10 13:40 UTC (3+ messages)
[PATCH] fscrypt: rename fscrypt_info => fscrypt_inode_info
2023-10-10 3:20 UTC (4+ messages)
[PATCH 0/4] btrfs: sysfs and unsupported temp-fsid features for clones
2023-10-10 1:22 UTC (7+ messages)
[PATCH][next] btrfs: Add __counted_by for struct btrfs_delayed_item and use struct_size()
2023-10-09 22:50 UTC (3+ messages)
[PATCH 0/2] btrfs-progs: move inode cache removal functionality to "btrfs rescue" group
2023-10-09 22:47 UTC (6+ messages)
` [PATCH 1/2] btrfs-progs: move clear-cache.[ch] from check to common directory
` [PATCH 2/2] btrfs-progs: move inode cache removal to rescue group
[PATCH 0/2] btrfs-progs: make sure "mkfs --rootdir" copies the xattr for the rootdir
2023-10-09 20:40 UTC (4+ messages)
` [PATCH 2/2] btrfs-progs: tests/mkfs: make sure rootdir got its xattr copied
[PATCH] btrfs-progs: properly reserve metadata space for bgt conversion
2023-10-09 17:12 UTC (4+ messages)
[PATCH v2 00/89] fs: new accessor methods for inode atime and mtime
2023-10-09 16:53 UTC (4+ messages)
` [PATCH v2 23/89] btrfs: convert to new timestamp accessors
[PATCH] btrfs-progs: qgroup: check null in comparing paths
2023-10-09 15:56 UTC (2+ messages)
[PATCH] btrfs/298: add test for showing qgroups include staled sorted by path
2023-10-09 15:41 UTC (2+ messages)
[PATCH] btrfs: remove redundant log root tree index assignment during log sync
2023-10-09 15:30 UTC (2+ messages)
[PATCH 0/2] fstests: add config option to run after mkfs
2023-10-09 12:23 UTC (9+ messages)
` [PATCH 2/2] fstests: add configuration option for executing post mkfs commands
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).