linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-05 15:00:50 to 2022-04-06 20:16:19 UTC [more...]

[PATCH v2 00/16] Evictable fanotify marks
 2022-04-06 18:19 UTC  (9+ messages)
` [PATCH v2 01/16] inotify: show inotify mask flags in proc fdinfo
` [PATCH v2 04/16] fsnotify: remove unneeded refcounts of s_fsnotify_connectors

[PATCH v3 0/3] Avoid live-lock in btrfs fault-in+uaccess loop
 2022-04-06 18:09 UTC  (4+ messages)
` [PATCH v3 1/3] mm: Add fault_in_subpage_writeable() to probe at sub-page granularity
` [PATCH v3 2/3] arm64: Add support for user sub-page fault probing
` [PATCH v3 3/3] btrfs: Avoid live-lock in search_ioctl() on hardware with sub-page faults

[PATCH v7 0/6] DAX poison recovery
 2022-04-06 17:45 UTC  (16+ messages)
` [PATCH v7 1/6] x86/mm: fix comment
` [PATCH v7 2/6] x86/mce: relocate set{clear}_mce_nospec() functions
` [PATCH v7 3/6] mce: fix set_mce_nospec to always unmap the whole page
` [PATCH v7 4/6] dax: add DAX_RECOVERY flag and .recovery_write dev_pgmap_ops
` [PATCH v7 5/6] pmem: refactor pmem_clear_poison()
` [PATCH v7 6/6] pmem: implement pmem_recovery_write()

use block_device based APIs in block layer consumers
 2022-04-06 18:26 UTC  (35+ messages)
` [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction
` [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue
` [PATCH 03/27] target: fix discard alignment on partitions
` [PATCH 04/27] drbd: remove assign_p_sizes_qlim
` [PATCH 05/27] drbd: use bdev based limit helpers in drbd_send_sizes
` [PATCH 06/27] drbd: cleanup decide_on_discard_support
` [PATCH 07/27] btrfs: use bdev_max_active_zones instead of open coding it
` [PATCH 08/27] ntfs3: use bdev_logical_block_size "
` [PATCH 09/27] mm: use bdev_is_zoned in claim_swapfile
` [PATCH 10/27] block: add a bdev_nonrot helper
` [PATCH 11/27] block: add a bdev_write_cache helper
` [PATCH 12/27] block: add a bdev_fua helper
` [PATCH 13/27] block: add a bdev_stable_writes helper
` [PATCH 14/27] block: add a bdev_max_zone_append_sectors helper
` [PATCH 15/27] block: use bdev_alignment_offset in part_alignment_offset_show
` [PATCH 16/27] drbd: use bdev_alignment_offset instead of queue_alignment_offset
` [PATCH 17/27] block: use bdev_alignment_offset in disk_alignment_offset_show
` [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line
` [PATCH 19/27] block: remove queue_discard_alignment
` [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show
` [PATCH 21/27] block: move {bdev,queue_limit}_discard_alignment out of line
` [PATCH 22/27] block: refactor discard bio size limiting
` [PATCH 23/27] block: add a bdev_max_discard_sectors helper
  ` [Cluster-devel] "
` [PATCH 24/27] block: add a bdev_discard_granularity helper
` [PATCH 25/27] block: remove QUEUE_FLAG_DISCARD
` [PATCH 26/27] block: uncouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
` [PATCH 27/27] direct-io: remove random prefetches

cleanup btrfs bio handling, part 1
 2022-04-06 18:00 UTC  (7+ messages)
` [PATCH 05/12] btrfs: simplify scrub_recheck_block

[RFC 0/3] softirq: Introduce softirq throttling
 2022-04-06 14:54 UTC  (5+ messages)
` [RFC 1/3] softirq: Add two parameters to control CPU bandwidth for use by softirq
` [RFC 2/3] softirq: Do throttling when softirqs use up its bandwidth
` [RFC 3/3] softirq: Introduce statistics about softirq throttling

[PATCH v11 0/8] fsdax: introduce fs query to support reflink
 2022-04-06  1:22 UTC  (12+ messages)
` [PATCH v11 1/8] dax: Introduce holder for dax_device

[RFC 0/3] softirq: Introduce softirq throttling
 2022-04-06  2:27 UTC  (4+ messages)
` [RFC 1/3] softirq: Add two parameters to control CPU bandwidth for use by softirq
` [RFC 2/3] softirq: Do throttling when softirqs use up its bandwidth
` [RFC 3/3] softirq: Introduce statistics about softirq throttling

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-06 13:05 UTC  (16+ messages)

[PATCHv3 0/4] generic: Add some tests around journal replay/recoveryloop
 2022-04-06 11:56 UTC  (8+ messages)
` [PATCHv3 1/4] generic/468: Add another falloc test entry

cross mount reflink and xfstest generic/373
 2022-04-06  4:44 UTC  (2+ messages)

[PATCH v2 1/2] block: add sync_blockdev_range()
 2022-04-06 10:21 UTC  (3+ messages)

[PATCH] exfat: introduce mount option 'sys_tz'
 2022-04-06  9:55 UTC 

[PATCH v2 1/3] fat: split fat_truncate_time() into separate functions
 2022-04-06  8:54 UTC  (3+ messages)
` [PATCH v2 2/3] fat: make ctime and mtime identical explicitly
` [PATCH v2 3/3] fat: report creation time in statx

[PATCH v8 00/20] fscache,erofs: fscache-based on-demand read semantics
 2022-04-06  7:56 UTC  (21+ messages)
` [PATCH v8 01/20] cachefiles: unmark inode in use in error path
` [PATCH v8 02/20] cachefiles: extract write routine
` [PATCH v8 03/20] cachefiles: notify user daemon with anon_fd when looking up cookie
` [PATCH v8 04/20] cachefiles: notify user daemon when withdrawing cookie
` [PATCH v8 05/20] cachefiles: implement on-demand read
` [PATCH v8 06/20] cachefiles: enable on-demand read mode
` [PATCH v8 07/20] cachefiles: document "
` [PATCH v8 08/20] erofs: make erofs_map_blocks() generally available
` [PATCH v8 09/20] erofs: add mode checking helper
` [PATCH v8 10/20] erofs: register fscache volume
` [PATCH v8 11/20] erofs: add fscache context helper functions
` [PATCH v8 12/20] erofs: add anonymous inode managing page cache for data blob
` [PATCH v8 13/20] erofs: add erofs_fscache_read_folios() helper
` [PATCH v8 14/20] erofs: register fscache context for primary data blob
` [PATCH v8 15/20] erofs: register fscache context for extra data blobs
` [PATCH v8 16/20] erofs: implement fscache-based metadata read
` [PATCH v8 17/20] erofs: implement fscache-based data read for non-inline layout
` [PATCH v8 18/20] erofs: implement fscache-based data read for inline layout
` [PATCH v8 19/20] erofs: implement fscache-based data readahead
` [PATCH v8 20/20] erofs: add 'fsid' mount option

Regression with v5.18-rc1 tag on STM32F7 and STM32H7 based boards
 2022-04-06  7:01 UTC  (5+ messages)

[PATCH v3] VFS: filename_create(): fix incorrect intent
 2022-04-06  8:13 UTC  (3+ messages)
` [PATCH v4] "

[PATCH 00/18] bpf: Secure and authenticated preloading of eBPF programs
 2022-04-06  6:55 UTC  (4+ messages)
` [POC][USER SPACE][PATCH] Introduce LSM to protect pinned objects

[GIT PULL] Folio fixes for 5.18
 2022-04-06  5:55 UTC  (5+ messages)

mmotm 2022-04-05-15-54 uploaded
 2022-04-05 22:54 UTC 

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-05 23:45 UTC  (3+ messages)
` [PATCH v5 11/13] KVM: Zap existing KVM mappings when pages changed in the private fd

Is it time to remove reiserfs?
 2022-04-05 23:04 UTC  (5+ messages)

[syzbot] general protection fault in simple_recursive_removal (2)
 2022-04-06  0:45 UTC  (2+ messages)

[GIT PULL] Add trusted_for(2) (was O_MAYEXEC)
 2022-04-05 22:21 UTC  (14+ messages)

[PATCH v13 00/59] ceph+fscrypt: full support
 2022-04-05 19:20 UTC  (60+ messages)
` [PATCH v13 01/59] libceph: add spinlock around osd->o_requests
` [PATCH v13 02/59] libceph: define struct ceph_sparse_extent and add some helpers
` [PATCH v13 03/59] libceph: add sparse read support to msgr2 crc state machine
` [PATCH v13 04/59] libceph: add sparse read support to OSD client
` [PATCH v13 05/59] libceph: support sparse reads on msgr2 secure codepath
` [PATCH v13 06/59] libceph: add sparse read support to msgr1
` [PATCH v13 07/59] ceph: add new mount option to enable sparse reads
` [PATCH v13 08/59] fs: change test in inode_insert5 for adding to the sb list
` [PATCH v13 09/59] fscrypt: export fscrypt_base64url_encode and fscrypt_base64url_decode
` [PATCH v13 10/59] fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_size
` [PATCH v13 11/59] fscrypt: add fscrypt_context_for_new_inode
` [PATCH v13 12/59] ceph: preallocate inode for ops that may create one
` [PATCH v13 13/59] ceph: fscrypt_auth handling for ceph
` [PATCH v13 14/59] ceph: ensure that we accept a new context from MDS for new inodes
` [PATCH v13 15/59] ceph: add support for fscrypt_auth/fscrypt_file to cap messages
` [PATCH v13 16/59] ceph: implement -o test_dummy_encryption mount option
` [PATCH v13 17/59] ceph: decode alternate_name in lease info
` [PATCH v13 18/59] ceph: add fscrypt ioctls
` [PATCH v13 19/59] ceph: make the ioctl cmd more readable in debug log
` [PATCH v13 20/59] ceph: make ceph_msdc_build_path use ref-walk
` [PATCH v13 21/59] ceph: add encrypted fname handling to ceph_mdsc_build_path
` [PATCH v13 22/59] ceph: send altname in MClientRequest
` [PATCH v13 23/59] ceph: encode encrypted name in dentry release
` [PATCH v13 24/59] ceph: properly set DCACHE_NOKEY_NAME flag in lookup
` [PATCH v13 25/59] ceph: set DCACHE_NOKEY_NAME in atomic open
` [PATCH v13 26/59] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
` [PATCH v13 27/59] ceph: add helpers for converting names for userland presentation
` [PATCH v13 28/59] ceph: fix base64 encoded name's length check in ceph_fname_to_usr()
` [PATCH v13 29/59] ceph: add fscrypt support to ceph_fill_trace
` [PATCH v13 30/59] ceph: pass the request to parse_reply_info_readdir()
` [PATCH v13 31/59] ceph: add ceph_encode_encrypted_dname() helper
` [PATCH v13 32/59] ceph: add support to readdir for encrypted filenames
` [PATCH v13 33/59] ceph: create symlinks with encrypted and base64-encoded targets
` [PATCH v13 34/59] ceph: make ceph_get_name decrypt filenames
` [PATCH v13 35/59] ceph: add a new ceph.fscrypt.auth vxattr
` [PATCH v13 36/59] ceph: add some fscrypt guardrails
` [PATCH v13 37/59] ceph: don't allow changing layout on encrypted files/directories
` [PATCH v13 38/59] libceph: add CEPH_OSD_OP_ASSERT_VER support
` [PATCH v13 39/59] ceph: size handling for encrypted inodes in cap updates
` [PATCH v13 40/59] ceph: fscrypt_file field handling in MClientRequest messages
` [PATCH v13 41/59] ceph: get file size from fscrypt_file when present in inode traces
` [PATCH v13 42/59] ceph: handle fscrypt fields in cap messages from MDS
` [PATCH v13 43/59] ceph: update WARN_ON message to pr_warn
` [PATCH v13 44/59] ceph: add __ceph_get_caps helper support
` [PATCH v13 45/59] ceph: add __ceph_sync_read "
` [PATCH v13 46/59] ceph: add object version support for sync read
` [PATCH v13 47/59] ceph: add infrastructure for file encryption and decryption
` [PATCH v13 48/59] ceph: add truncate size handling support for fscrypt
` [PATCH v13 49/59] libceph: allow ceph_osdc_new_request to accept a multi-op read
` [PATCH v13 50/59] ceph: disable fallocate for encrypted inodes
` [PATCH v13 51/59] ceph: disable copy offload on "
` [PATCH v13 52/59] ceph: don't use special DIO path for "
` [PATCH v13 53/59] ceph: align data in pages in ceph_sync_write
` [PATCH v13 54/59] ceph: add read/modify/write to ceph_sync_write
` [PATCH v13 55/59] ceph: plumb in decryption during sync reads
` [PATCH v13 56/59] ceph: add fscrypt decryption support to ceph_netfs_issue_op
` [PATCH v13 57/59] ceph: set i_blkbits to crypto block size for encrypted inodes
` [PATCH v13 58/59] ceph: add encryption support to writepage
` [PATCH v13 59/59] ceph: fscrypt support for writepages

[PATCH 00/18] bpf: Secure and authenticated preloading of eBPF programs
 2022-04-05 16:37 UTC  (11+ 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 NNTP newsgroup(s).