All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-04-17 02:17:48 to 2023-04-17 03:39:44 UTC [more...]

[PATCH 01/32] powerpc/configs/64s: Update defconfig for symbol movement
 2023-04-17  3:38 UTC  (4+ messages)
` [PATCH 06/32] powerpc/configs/64s: Add secure boot options to defconfig

[PATCH net] virtio-net: reject small vring sizes
 2023-04-17  3:34 UTC  (7+ messages)

[PATCH v4 0/3] Add JH7110 MIPI DPHY RX support
 2023-04-17  3:37 UTC  (11+ messages)
` [PATCH v4 1/3] dt-bindings: phy: Add starfive,jh7110-dphy-rx

[PATCH v19 00/70] ceph+fscrypt: full support
 2023-04-17  3:26 UTC  (71+ messages)
` [PATCH v19 01/70] libceph: add spinlock around osd->o_requests
` [PATCH v19 02/70] libceph: define struct ceph_sparse_extent and add some helpers
` [PATCH v19 03/70] libceph: add sparse read support to msgr2 crc state machine
` [PATCH v19 04/70] libceph: add sparse read support to OSD client
` [PATCH v19 05/70] libceph: support sparse reads on msgr2 secure codepath
` [PATCH v19 06/70] libceph: add sparse read support to msgr1
` [PATCH v19 07/70] ceph: add new mount option to enable sparse reads
` [PATCH v19 08/70] ceph: preallocate inode for ops that may create one
` [PATCH v19 09/70] ceph: make ceph_msdc_build_path use ref-walk
` [PATCH v19 10/70] libceph: add new iov_iter-based ceph_msg_data_type and ceph_osd_data_type
` [PATCH v19 11/70] ceph: use osd_req_op_extent_osd_iter for netfs reads
` [PATCH v19 12/70] ceph: fscrypt_auth handling for ceph
` [PATCH v19 13/70] ceph: ensure that we accept a new context from MDS for new inodes
` [PATCH v19 14/70] ceph: add support for fscrypt_auth/fscrypt_file to cap messages
` [PATCH v19 15/70] ceph: implement -o test_dummy_encryption mount option
` [PATCH v19 16/70] ceph: decode alternate_name in lease info
` [PATCH v19 17/70] ceph: add fscrypt ioctls
` [PATCH v19 18/70] ceph: make the ioctl cmd more readable in debug log
` [PATCH v19 19/70] ceph: add base64 endcoding routines for encrypted names
` [PATCH v19 20/70] ceph: add encrypted fname handling to ceph_mdsc_build_path
` [PATCH v19 21/70] ceph: send altname in MClientRequest
` [PATCH v19 22/70] ceph: encode encrypted name in dentry release
` [PATCH v19 23/70] ceph: properly set DCACHE_NOKEY_NAME flag in lookup
` [PATCH v19 24/70] ceph: set DCACHE_NOKEY_NAME in atomic open
` [PATCH v19 25/70] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
` [PATCH v19 26/70] ceph: add helpers for converting names for userland presentation
` [PATCH v19 27/70] ceph: fix base64 encoded name's length check in ceph_fname_to_usr()
` [PATCH v19 28/70] ceph: add fscrypt support to ceph_fill_trace
` [PATCH v19 29/70] ceph: pass the request to parse_reply_info_readdir()
` [PATCH v19 30/70] ceph: add ceph_encode_encrypted_dname() helper
` [PATCH v19 31/70] ceph: add support to readdir for encrypted filenames
` [PATCH v19 32/70] ceph: create symlinks with encrypted and base64-encoded targets
` [PATCH v19 33/70] ceph: make ceph_get_name decrypt filenames
` [PATCH v19 34/70] ceph: add a new ceph.fscrypt.auth vxattr
` [PATCH v19 35/70] ceph: add some fscrypt guardrails
` [PATCH v19 36/70] ceph: allow encrypting a directory while not having Ax caps
` [PATCH v19 37/70] ceph: mark directory as non-complete after loading key
` [PATCH v19 38/70] ceph: don't allow changing layout on encrypted files/directories
` [PATCH v19 39/70] libceph: add CEPH_OSD_OP_ASSERT_VER support
` [PATCH v19 40/70] ceph: size handling for encrypted inodes in cap updates
` [PATCH v19 41/70] ceph: fscrypt_file field handling in MClientRequest messages
` [PATCH v19 42/70] ceph: get file size from fscrypt_file when present in inode traces
` [PATCH v19 43/70] ceph: handle fscrypt fields in cap messages from MDS
` [PATCH v19 44/70] ceph: update WARN_ON message to pr_warn
` [PATCH v19 45/70] ceph: add __ceph_get_caps helper support
` [PATCH v19 46/70] ceph: add __ceph_sync_read "
` [PATCH v19 47/70] ceph: add object version support for sync read
` [PATCH v19 48/70] ceph: add infrastructure for file encryption and decryption
` [PATCH v19 49/70] ceph: add truncate size handling support for fscrypt
` [PATCH v19 50/70] libceph: allow ceph_osdc_new_request to accept a multi-op read
` [PATCH v19 51/70] ceph: disable fallocate for encrypted inodes
` [PATCH v19 52/70] ceph: disable copy offload on "
` [PATCH v19 53/70] ceph: don't use special DIO path for "
` [PATCH v19 54/70] ceph: align data in pages in ceph_sync_write
` [PATCH v19 55/70] ceph: add read/modify/write to ceph_sync_write
` [PATCH v19 56/70] ceph: plumb in decryption during sync reads
` [PATCH v19 57/70] ceph: add fscrypt decryption support to ceph_netfs_issue_op
` [PATCH v19 58/70] ceph: set i_blkbits to crypto block size for encrypted inodes
` [PATCH v19 59/70] ceph: add encryption support to writepage
` [PATCH v19 60/70] ceph: fscrypt support for writepages
` [PATCH v19 61/70] ceph: invalidate pages when doing direct/sync writes
` [PATCH v19 62/70] ceph: add support for encrypted snapshot names
` [PATCH v19 63/70] ceph: add support for handling "
` [PATCH v19 64/70] ceph: update documentation regarding snapshot naming limitations
` [PATCH v19 65/70] ceph: prevent snapshots to be created in encrypted locked directories
` [PATCH v19 66/70] ceph: report STATX_ATTR_ENCRYPTED on encrypted inodes
` [PATCH v19 67/70] ceph: drop the messages from MDS when unmounting
` [PATCH v19 68/70] ceph: fix updating the i_truncate_pagecache_size for fscrypt
` [PATCH v19 69/70] ceph: switch ceph_open() to use new fscrypt helper
` [PATCH v19 70/70] ceph: switch ceph_open_atomic() to use the "

[PATCH v4 00/20] KVM: arm64: Rework timer offsetting for fun and profit
 2023-04-17  3:34 UTC  (6+ messages)
` [PATCH v4 05/20] KVM: arm64: timers: Allow physical offset without CNTPOFF_EL2

[PATCH v2] vhost_vdpa: fix unmap process in no-batch mode
 2023-04-17  3:31 UTC  (3+ messages)

[PATCH] nvme/tcp: Add support to set the tcp worker cpu affinity
 2023-04-17  3:31 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 0/2] Move Loongson1 restart handler to watchdog driver
 2023-04-17  3:28 UTC  (4+ messages)
` [PATCH 1/2] MIPS: Loongson32: Remove reset.c

[PATCH net-next] xsk: introduce xsk_dma_ops
 2023-04-17  3:27 UTC  (2+ messages)

simplify ext4_sb_read_encoding regression
 2023-04-17  3:26 UTC  (11+ messages)

[PATCH] riscv: Raise an exception if pte reserved bits are not cleared
 2023-04-17  3:24 UTC  (2+ messages)

[PATCH v1] PCI: pciehp: Fix the slot in BLINKINGON_STATE when Presence Detect Changed event occurred
 2023-04-17  3:04 UTC  (3+ messages)

[virtio-comment] Re: [PATCH 09/11] transport-pci: Describe PCI MMR dev config registers
 2023-04-17  3:22 UTC  (18+ messages)
                              ` [virtio-dev] "

[virtio-comment] [PATCH v12 00/10] Rename queue number to queue index
 2023-04-17  3:18 UTC  (11+ messages)
` [virtio-comment] [PATCH v12 03/10] content: Rename confusing queue_notify_data and vqn names
  ` [virtio-comment] "
    ` [virtio-comment] "
      ` [virtio-comment] Re: [virtio-dev] "
        ` [virtio-comment] "
                ` [virtio-dev] "

[PATCH] iommu: Fix unwind goto issue
 2023-04-17  3:04 UTC  (3+ messages)

[PATCH v2 0/4] Add uprobes support for LoongArch
 2023-04-17  3:17 UTC  (2+ messages)

[RFC PATCH v2 00/11] Intel IA32_SPEC_CTRL Virtualization
 2023-04-17  3:17 UTC  (3+ messages)
` [RFC PATCH v2 04/11] KVM: VMX: Add IA32_SPEC_CTRL virtualization support

[PATCH net-next v2 0/6] TXGBE PHYLINK support
 2023-04-17  3:17 UTC  (7+ messages)
` [PATCH net-next v2 2/6] net: txgbe: Implement I2C bus master driver

[PATCH v3 0/4] Add emulation of MEN Chameleon Hardware
 2023-04-17  3:14 UTC  (3+ messages)
` [PATCH v3 2/4] Add MEN Chameleon Bus via PCI carrier

[RFC 00/27] Add VDUSE support to Vhost library
 2023-04-17  3:10 UTC  (10+ messages)

[PATCH for-next 0/3] rtrs bugfix and cleanups
 2023-04-17  3:08 UTC  (17+ messages)
` [PATCH for-next 2/3] RDMA/rtrs: Fix rxe_dealloc_pd warning

[groeck-staging:hwmon] BUILD SUCCESS 1dc8e097967b69a56531c9ccb70b854771310e85
 2023-04-17  3:08 UTC 

[syzbot] [bluetooth?] WARNING: bad unlock balance in l2cap_recv_frame
 2023-04-17  3:06 UTC  (3+ messages)
` [PATCH] Bluetooth: L2CAP: fix "bad unlock balance" in l2cap_disconnect_rsp
  `  "

[PATCH v5] Bluetooth: btrtl: Firmware format v2 support
 2023-04-17  3:06 UTC  (2+ messages)
` [v5] "

[PATCH] arm64: errata: Add NXP iMX8QM workaround for A53 Cache coherency issue
 2023-04-17  3:07 UTC  (2+ messages)

[f2fs-dev] [PATCH] f2fs_io: support checkpoint command
 2023-04-17  3:07 UTC  (2+ messages)

[PATCH v3 00/19] Fixes, cleanups and unit test for mballoc
 2023-04-17 11:06 UTC  (20+ messages)
` [PATCH v3 01/19] ext4: fix wrong unit use in ext4_mb_normalize_request
` [PATCH v3 02/19] ext4: fix unit mismatch in ext4_mb_new_blocks_simple
` [PATCH v3 03/19] ext4: fix wrong unit use in ext4_mb_find_by_goal
` [PATCH v3 04/19] ext4: treat stripe in block unit
` [PATCH v3 05/19] ext4: add EXT4_MB_HINT_GOAL_ONLY test in ext4_mb_use_preallocated
` [PATCH v3 06/19] ext4: remove ext4_block_group and ext4_block_group_offset declaration
` [PATCH v3 07/19] ext4: try all groups in ext4_mb_new_blocks_simple
` [PATCH v3 08/19] ext4: get block from bh before pass it to ext4_free_blocks_simple in ext4_free_blocks
` [PATCH v3 09/19] ext4: remove unsed parameter and unnecessary forward declaration of ext4_mb_new_blocks_simple
` [PATCH v3 10/19] ext4: fix wrong unit use in ext4_mb_clear_bb
` [PATCH v3 11/19] ext4: fix wrong unit use in ext4_mb_new_blocks
` [PATCH v3 12/19] ext4: factor out codes to update block bitmap and group descriptor on disk from ext4_mb_mark_bb
` [PATCH v3 13/19] ext4: call ext4_mb_mark_group_bb in ext4_free_blocks_simple
` [PATCH v3 14/19] ext4: extent ext4_mb_mark_group_bb to support allocation under journal
` [PATCH v3 15/19] ext4: call ext4_mb_mark_group_bb in ext4_mb_mark_diskspace_used
` [PATCH v3 16/19] ext4: call ext4_mb_mark_group_bb in ext4_mb_clear_bb
` [PATCH v3 17/19] ext4: call ext4_mb_mark_group_bb in ext4_group_add_blocks
` [PATCH v3 18/19] ext4: add some kunit stub for mballoc kunit test
` [PATCH v3 19/19] ext4: add first unit test for ext4_mb_new_blocks_simple in mballoc

[PATCH 0/7] ASoC: mediatek: mt8188: revise AFE driver
 2023-04-17  2:52 UTC  (11+ messages)
` [PATCH 3/7] ASoC: mediatek: mt8188: revise ETDM control flow
` [PATCH 7/7] ASoC: dt-bindings: mediatek,mt8188-afe: add audio properties

[PATCH v14 07/15] phy: fsl: Add Lynx 10G SerDes driver
 2023-04-17  3:00 UTC 

OpenBMC porting to portwell pcomc660-ast2600 device
 2023-04-17  2:58 UTC  (2+ messages)

[PATCH v3 0/3] target/riscv: implement query-cpu-definitions
 2023-04-17  2:58 UTC  (8+ messages)
` [PATCH v3 1/3] target/riscv: add CPU QOM header
` [PATCH v3 2/3] target/riscv: add query-cpy-definitions support
` [PATCH v3 3/3] target/riscv: add TYPE_RISCV_DYNAMIC_CPU

[RFC v1 0/2] Introducing generic SCMI pinctrl driver implementation
 2023-04-17  2:55 UTC  (5+ messages)
` [RFC v1 1/2] scmi: Introduce pinctrl SCMI protocol driver

[PATCHv4 0/4] zsmalloc: fine-grained fullness and new compaction algorithm
 2023-04-17  2:55 UTC  (6+ messages)

[tip:master] BUILD SUCCESS 979357505b52daf2519352e4622cc861597cd6f9
 2023-04-17  2:52 UTC 

[PATCH net v3 1/1] igc: read before write to SRRCTL register
 2023-04-17  2:53 UTC  (5+ messages)
      ` [Intel-wired-lan] "

[PATCH v3 1/7] usb: mtu3: give back request when rx error happens
 2023-04-17  2:52 UTC  (14+ messages)
` [PATCH v3 2/7] usb: mtu3: use boolean return value
` [PATCH v3 3/7] usb: mtu3: fix kernel panic at qmu transfer done irq handler
` [PATCH v3 4/7] usb: mtu3: unlock @mtu->lock just before giving back request
` [PATCH v3 5/7] usb: mtu3: expose role-switch control to userspace
` [PATCH v3 6/7] dt-bindings: usb: mtu3: add two optional clocks
` [PATCH v3 7/7] usb: mtu3: add optional clock xhci_ck and frmcnt_ck

[PATCH v2] iio: adc: mxs-lradc: fix the order of two cleanup operations
 2023-04-17  2:47 UTC  (2+ messages)

[Help Required]Unsupported routes and properties present on Redfish Interface
 2023-04-17  2:51 UTC  (2+ messages)

[PATCH] x86/cpufeatures: extend CPUID leaf 0xc0000001 support for Zhaoxin
 2023-04-17  2:47 UTC  (5+ messages)

[PATCH v2] target/riscv: Update check for Zca/Zcf/Zcd
 2023-04-17  2:44 UTC  (2+ messages)

[PATCH v3 1/2] dt-bindings: usb: mtk-xhci: add an optional frame count clock
 2023-04-17  2:42 UTC  (4+ messages)
` [PATCH v3 2/2] usb: xhci-mtk: add "

[PATCH] common/rc: skip ceph when atime is required
 2023-04-17  2:41 UTC 

[LTP] [PATCH 1/4] lapi/sem.h: Add SEMMSL macro
 2023-04-17  2:39 UTC  (5+ messages)
` [LTP] [PATCH 4/4] ipc/semget05: Convert into new api

cron job: media_tree daily build: WARNINGS
 2023-04-17  2:39 UTC 

[PATCH v12 00/10] support subsets of code size reduction extension
 2023-04-17  2:35 UTC  (9+ messages)
` [PATCH v12 02/10] target/riscv: add support for Zca extension

[PATCH] hw/intc/riscv_aplic: Zero init APLIC internal state
 2023-04-17  2:28 UTC  (3+ messages)

[PATCH] mm: rename reclaim_pages() to reclaim_folios()
 2023-04-17  2:27 UTC  (3+ messages)

[RFC 0/4] convert create_page_buffers to create_folio_buffers
 2023-04-17  2:27 UTC  (3+ messages)

[RFC v1 0/2] add IPv6 extenstion push remove
 2023-04-17  2:26 UTC  (3+ messages)
` [RFC v1 1/2] ethdev: add IPv6 extension push remove action
` [RFC v1 2/2] app/testpmd: add IPv6 extension push remove cli

[PATCH nfs-utils] mountd: don't advertise krb5 for v4root when not configured
 2023-04-17  2:25 UTC  (4+ messages)

[PATCH v3 RESEND 1/2] virtio_ring: add a struct device forward declaration
 2023-04-17  2:20 UTC  (4+ messages)
` [PATCH v3 RESEND 2/2] tools/virtio: fix build caused by virtio_ring changes

[PATCH] drm/amdgpu: Fix desktop freezed after gpu-reset
 2023-04-17  2:18 UTC  (3+ messages)

[PATCH 0/7] wifi: rtw89: support antenna diversity
 2023-04-17  2:17 UTC  (7+ messages)
` [PATCH 2/7] wifi: rtw89: set capability of TX "
` [PATCH 3/7] wifi: rtw89: add RSSI statistics for the case of antenna diversity to debugfs
` [PATCH 4/7] wifi: rtw89: add EVM and SNR statistics "
` [PATCH 5/7] wifi: rtw89: initialize antenna for antenna diveristy
` [PATCH 6/7] wifi: rtw89: add RSSI based antenna diversity
` [PATCH 7/7] wifi: rtw89: add EVM for "

[PATCH] mm/filemap: allocate folios according to the blocksize
 2023-04-17  2:18 UTC  (2+ messages)

[PATCH v4] Bluetooth: btrtl: Firmware format v2 support
 2023-04-17  2:18 UTC  (3+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.