messages from 2023-08-03 06:34:03 to 2023-08-08 18:53:59 UTC [more...]
[PATCH v3 00/17] btrfs: add encryption feature
2023-08-08 17:12 UTC (9+ messages)
` [PATCH v3 10/17] btrfs: add encryption to CONFIG_BTRFS_DEBUG
` [PATCH v3 11/17] btrfs: add get_devices hook for fscrypt
` [PATCH v3 12/17] btrfs: turn on inlinecrypt mount option for encrypt
` [PATCH v3 13/17] btrfs: turn on the encryption ioctls
` [PATCH v3 14/17] btrfs: create and free extent fscrypt_infos
` [PATCH v3 15/17] btrfs: start tracking extent encryption context info
` [PATCH v3 16/17] btrfs: explicitly track file extent length and encryption
` [PATCH v3 17/17] btrfs: save and load fscrypt extent contexts
[PATCH v6 0/8] fscrypt: preliminary rearrangmeents of key setup
2023-08-08 17:08 UTC (3+ messages)
` [PATCH v6 1/8] fscrypt: move inline crypt decision to info setup
` [PATCH v6 7/8] fscrypt: make infos have a pointer to prepared keys
[syzbot] [btrfs?] KASAN: slab-use-after-free Read in btrfs_open_devices
2023-08-08 17:38 UTC (7+ messages)
[PATCH v7 00/13] fs: implement multigrain timestamps
2023-08-08 10:05 UTC (21+ messages)
` [PATCH v7 01/13] fs: remove silly warning from current_time
` [PATCH v7 02/13] fs: pass the request_mask to generic_fillattr
` [PATCH v7 03/13] fs: drop the timespec64 arg from generic_update_time
` [PATCH v7 04/13] btrfs: have it use inode_update_timestamps
` [PATCH v7 05/13] fat: make fat_update_time get its own timestamp
` [PATCH v7 06/13] ubifs: have ubifs_update_time use inode_update_timestamps
` [PATCH v7 07/13] xfs: have xfs_vn_update_time gets its own timestamp
` [PATCH v7 08/13] fs: drop the timespec64 argument from update_time
` [PATCH v7 09/13] fs: add infrastructure for multigrain timestamps
` [PATCH v7 10/13] tmpfs: add support "
` [PATCH v7 11/13] xfs: switch to "
` [PATCH v7 12/13] ext4: "
` [PATCH v7 13/13] btrfs: convert "
[PATCH v2 0/8] btrfs-progs: add encryption support
2023-08-08 17:22 UTC (7+ messages)
` [PATCH v2 1/8] btrfs-progs: add new FEATURE_INCOMPAT_ENCRYPT flag
` [PATCH v2 4/8] btrfs-progs: save and load fscrypt extent contexts
` [PATCH v2 5/8] btrfs-progs: interpret encrypted file extents
` [PATCH v2 6/8] btrfs-progs: handle fscrypt context items
` [PATCH v2 7/8] btrfs-progs: escape unprintable characters in names
` [PATCH v2 8/8] btrfs-progs: check: update inline extent length checking
[RFC PATCH v3 0/9] fstests: add btrfs encryption testing
2023-08-08 17:21 UTC (10+ messages)
` [RFC PATCH v3 1/9] common/encrypt: separate data and inode nonces
` [RFC PATCH v3 2/9] common/encrypt: add btrfs to get_encryption_*nonce
` [RFC PATCH v3 3/9] common/encrypt: add btrfs to get_ciphertext_filename
` [RFC PATCH v3 4/9] common/encrypt: enable making a encrypted btrfs filesystem
` [RFC PATCH v3 5/9] generic/613: write some actual data for btrfs
` [RFC PATCH v3 6/9] tests: adjust generic/429 for extent encryption
` [RFC PATCH v3 7/9] common/verity: explicitly don't allow btrfs encryption
` [RFC PATCH v3 8/9] btrfs: add simple test of reflink of encrypted data
` [RFC PATCH v3 9/9] btrfs: test snapshotting encrypted subvol
[PATCH v3 00/16] fscrypt: add extent encryption
2023-08-08 17:08 UTC (11+ messages)
` [PATCH v3 01/16] fscrypt: factor helper for locking master key
` [PATCH v3 02/16] fscrypt: factor getting info for a specific block
` [PATCH v3 03/16] fscrypt: adjust effective lblks based on extents
` [PATCH v3 04/16] fscrypt: add a super_block pointer to fscrypt_info
` [PATCH v3 05/16] fscrypt: setup leaf inodes for extent encryption
` [PATCH v3 06/16] fscrypt: allow infos to be owned by extents
` [PATCH v3 07/16] fscrypt: use an optional ino equivalent for per-extent infos
` [PATCH v3 08/16] fscrypt: move function call warning of busy inodes
` [PATCH v3 09/16] fscrypt: revamp key removal for extent encryption
` [PATCH v3 10/16] fscrypt: add creation/usage/freeing of per-extent infos
[PATCH] btrfs-progs: tests/misc/058: reduce the space requirement and speed up the test
2023-08-08 6:55 UTC
[PATCH v4 00/48] use refcount+RCU method to implement lockless slab shrink
2023-08-08 7:50 UTC (60+ messages)
` [PATCH v4 01/48] mm: move some shrinker-related function declarations to mm/internal.h
` [PATCH v4 02/48] mm: vmscan: move shrinker-related code into a separate file
` [PATCH v4 03/48] mm: shrinker: remove redundant shrinker_rwsem in debugfs operations
` [PATCH v4 04/48] mm: shrinker: add infrastructure for dynamically allocating shrinker
` [PATCH v4 05/48] kvm: mmu: dynamically allocate the x86-mmu shrinker
` [PATCH v4 06/48] binder: dynamically allocate the android-binder shrinker
` [PATCH v4 07/48] drm/ttm: dynamically allocate the drm-ttm_pool shrinker
` [PATCH v4 08/48] xenbus/backend: dynamically allocate the xen-backend shrinker
` [PATCH v4 09/48] erofs: dynamically allocate the erofs-shrinker
` [PATCH v4 10/48] f2fs: dynamically allocate the f2fs-shrinker
` [PATCH v4 11/48] gfs2: dynamically allocate the gfs2-glock shrinker
` [PATCH v4 12/48] gfs2: dynamically allocate the gfs2-qd shrinker
` [PATCH v4 13/48] NFSv4.2: dynamically allocate the nfs-xattr shrinkers
` [PATCH v4 14/48] nfs: dynamically allocate the nfs-acl shrinker
` [PATCH v4 15/48] nfsd: dynamically allocate the nfsd-filecache shrinker
` [PATCH v4 16/48] quota: dynamically allocate the dquota-cache shrinker
` [PATCH v4 17/48] ubifs: dynamically allocate the ubifs-slab shrinker
` [PATCH v4 18/48] rcu: dynamically allocate the rcu-lazy shrinker
` [PATCH v4 19/48] rcu: dynamically allocate the rcu-kfree shrinker
` [PATCH v4 20/48] mm: thp: dynamically allocate the thp-related shrinkers
` [PATCH v4 21/48] sunrpc: dynamically allocate the sunrpc_cred shrinker
` [PATCH v4 22/48] mm: workingset: dynamically allocate the mm-shadow shrinker
` [PATCH v4 23/48] drm/i915: dynamically allocate the i915_gem_mm shrinker
` [PATCH v4 24/48] drm/msm: dynamically allocate the drm-msm_gem shrinker
` [PATCH v4 25/48] drm/panfrost: dynamically allocate the drm-panfrost shrinker
` [PATCH v4 26/48] dm: dynamically allocate the dm-bufio shrinker
` [PATCH v4 27/48] dm zoned: dynamically allocate the dm-zoned-meta shrinker
` [PATCH v4 28/48] md/raid5: dynamically allocate the md-raid5 shrinker
` [PATCH v4 29/48] bcache: dynamically allocate the md-bcache shrinker
` [PATCH v4 30/48] vmw_balloon: dynamically allocate the vmw-balloon shrinker
` [PATCH v4 31/48] virtio_balloon: dynamically allocate the virtio-balloon shrinker
` [PATCH v4 32/48] mbcache: dynamically allocate the mbcache shrinker
` [PATCH v4 33/48] ext4: dynamically allocate the ext4-es shrinker
` [PATCH v4 34/48] jbd2,ext4: dynamically allocate the jbd2-journal shrinker
` [PATCH v4 35/48] nfsd: dynamically allocate the nfsd-client shrinker
` [PATCH v4 36/48] nfsd: dynamically allocate the nfsd-reply shrinker
` [PATCH v4 37/48] xfs: dynamically allocate the xfs-buf shrinker
` [PATCH v4 38/48] xfs: dynamically allocate the xfs-inodegc shrinker
` [PATCH v4 39/48] xfs: dynamically allocate the xfs-qm shrinker
` [PATCH v4 40/48] zsmalloc: dynamically allocate the mm-zspool shrinker
` [PATCH v4 41/48] fs: super: dynamically allocate the s_shrink
` [PATCH v4 42/48] mm: shrinker: remove old APIs
` [PATCH v4 43/48] drm/ttm: introduce pool_shrink_rwsem
` [PATCH v4 44/48] mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
` [PATCH v4 45/48] mm: shrinker: make global slab shrink lockless
` [PATCH v4 46/48] mm: shrinker: make memcg "
` [PATCH v4 47/48] mm: shrinker: hold write lock to reparent shrinker nr_deferred
` [PATCH v4 48/48] mm: shrinker: convert shrinker_rwsem to mutex
[PATCH] common/rc: drop '-f' parameter from fsck.exfat
2023-08-08 9:14 UTC
[PATCH] btrfs-progs: tests/misc/030: do not require v1 cache for the test case
2023-08-08 6:08 UTC
[PATCH] btrfs: fix race between balance and cancel/pause
2023-08-08 2:47 UTC (2+ messages)
[PATCH v3 00/10] btrfs: zoned: write-time activation of metadata block group
2023-08-07 16:12 UTC (11+ messages)
` [PATCH v3 01/10] btrfs: introduce struct to consolidate extent buffer write context
` [PATCH v3 02/10] btrfs: zoned: introduce block group context to btrfs_eb_write_context
` [PATCH v3 03/10] btrfs: zoned: return int from btrfs_check_meta_write_pointer
` [PATCH v3 04/10] btrfs: zoned: defer advancing meta_write_pointer
` [PATCH v3 05/10] btrfs: zoned: update meta_write_pointer on zone finish
` [PATCH v3 06/10] btrfs: zoned: reserve zones for an active metadata/system block group
` [PATCH v3 07/10] btrfs: zoned: activate metadata block group on write time
` [PATCH v3 08/10] btrfs: zoned: no longer count fresh BG region as zone unusable
` [PATCH v3 09/10] btrfs: zoned: don't activate non-DATA BG on allocation
` [PATCH v3 10/10] btrfs: zoned: re-enable metadata over-commit for zoned mode
more blkdev_get and holder work
2023-08-05 17:13 UTC (35+ messages)
` [PATCH 01/12] fs: export setup_bdev_super
` [PATCH 02/12] nilfs2: use setup_bdev_super to de-duplicate the mount code
` [PATCH 05/12] ext4: make the IS_EXT2_SB/IS_EXT3_SB checks more robust
` [PATCH 06/12] fs: use the super_block as holder when mounting file systems
` [PATCH 07/12] fs: stop using get_super in fs_mark_dead
` [PATCH 08/12] fs: export fs_holder_ops
` [PATCH 09/12] ext4: drop s_umount over opening the log device
` [PATCH 10/12] ext4: use fs_holder_ops for "
` [PATCH 11/12] xfs: drop s_umount over opening the log and RT devices
permanently wedged in filesystem, fs/btrfs/relocation.c:1937 prepare_to_merge
2023-08-04 18:00 UTC (4+ messages)
[PATCH V2 0/3] Supporting same fsid mounting through a compat_ro feature
2023-08-04 11:38 UTC (6+ messages)
` [PATCH 1/3] btrfs-progs: Add the single-dev feature (to both mkfs/tune)
` [PATCH 2/3] btrfs: Introduce the single-dev feature
` [PATCH 3/3] btrfs: Add parameter to force devices behave as single-dev ones
[PATCH] btrfs/276: make test accurate regarding number of expected extents
2023-08-03 23:26 UTC (7+ messages)
` [PATCH v2] "
` [PATCH v3] "
small writeback fixes v2
2023-08-03 17:11 UTC (7+ messages)
[PATCH] btrfs: remove unused pages_processed variable
2023-08-03 16:45 UTC (3+ messages)
[PATCH 0/2] Supporting same fsid filesystems mounting on btrfs
2023-08-03 15:47 UTC (2+ messages)
Fwd: Btrfs scrub on single ssd reports non existing errors on Linux 6.4
2023-08-03 14:20 UTC
[PATCH 0/7 v2] metadata_uuid misc cleanup and fixes part2
2023-08-03 13:32 UTC (2+ messages)
[PATCH 00/10 v2] fixes and preparatory related to metadata_uuid
2023-08-03 12:52 UTC (3+ messages)
` [PATCH 01/10 v2] btrfs-progs: dump-super print actual metadata_uuid value
[PATCH] btrfs/276: allow a slight increase in the number of extents
2023-08-03 10:32 UTC (8+ messages)
[PATCH v4 0/3] btrfs: fix an ASSERT() triggered inside prepare_to_merge()
2023-08-03 10:26 UTC (5+ messages)
` [PATCH v4 1/3] btrfs: avoid race with qgroup tree creation and relocation
` [PATCH v4 2/3] btrfs: exit gracefully if reloc roots don't match
` [PATCH v4 3/3] btrfs: reject invalid reloc tree root keys with stack dump
Systém sledování a optimalizace výroby
2023-08-03 10:00 UTC
[PATCH v3 0/3] btrfs: fix an ASSERT() triggered inside prepare_to_merge()
2023-08-03 9:06 UTC (3+ messages)
` [PATCH v3 2/3] btrfs: exit gracefully if reloc roots don't match
[PATCH v6 0/7] fs: implement multigrain timestamps
2023-08-03 7:07 UTC (9+ messages)
` [PATCH v6 2/7] fs: add infrastructure for "
` [PATCH v6 5/7] xfs: switch to "
[PATCH v2 0/5] btrfs: scrub: improve the scrub performance
2023-08-03 6:33 UTC (2+ messages)
` [PATCH v2 5/5] btrfs: scrub: move write back of repaired sectors into scrub_stripe_read_repair_worker()
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