patches.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-23 13:21:15 to 2024-05-24 20:38:31 UTC [more...]

[PATCH 6.6 000/102] 6.6.32-rc1 review
 2024-05-24 20:36 UTC  (112+ messages)
` [PATCH 6.6 001/102] cifs: Add client version details to NTLM authenticate message
` [PATCH 6.6 002/102] SMB3: clarify some of the unused CreateOption flags
` [PATCH 6.6 003/102] Add definition for new smb3.1.1 command type
` [PATCH 6.6 004/102] smb: use crypto_shash_digest() in symlink_hash()
` [PATCH 6.6 005/102] cifs: print server capabilities in DebugData
` [PATCH 6.6 006/102] smb3: minor RDMA cleanup
` [PATCH 6.6 007/102] smb3: more minor cleanups for session handling routines
` [PATCH 6.6 008/102] smb3: minor cleanup of session handling code
` [PATCH 6.6 009/102] Missing field not being returned in ioctl CIFS_IOC_GET_MNT_INFO
` [PATCH 6.6 010/102] cifs: fix use after free for iface while disabling secondary channels
` [PATCH 6.6 011/102] smb: client: introduce cifs_sfu_make_node()
` [PATCH 6.6 012/102] smb: client: Fix minor whitespace errors and warnings
` [PATCH 6.6 013/102] smb: client: extend smb2_compound_op() to accept more commands
` [PATCH 6.6 014/102] smb: client: allow creating special files via reparse points
` [PATCH 6.6 015/102] smb: client: optimise reparse point querying
` [PATCH 6.6 016/102] smb: client: allow creating symlinks via reparse points
` [PATCH 6.6 017/102] smb: client: cleanup smb2_query_reparse_point()
` [PATCH 6.6 018/102] smb: client: handle special files and symlinks in SMB3 POSIX
` [PATCH 6.6 019/102] cifs: fix in logging in cifs_chan_update_iface
` [PATCH 6.6 020/102] smb3: Improve exception handling in allocate_mr_list()
` [PATCH 6.6 021/102] cifs: Pass unbyteswapped eof value into SMB2_set_eof()
` [PATCH 6.6 022/102] cifs: get rid of dup length check in parse_reparse_point()
` [PATCH 6.6 023/102] cifs: remove unneeded return statement
` [PATCH 6.6 024/102] ksmbd: auth: fix most kernel-doc warnings
` [PATCH 6.6 025/102] ksmbd: vfs: fix all "
` [PATCH 6.6 026/102] cifs: remove redundant variable tcon_exist
` [PATCH 6.6 027/102] cifs: minor comment cleanup
` [PATCH 6.6 028/102] cifs: pick channel for tcon and tdis
` [PATCH 6.6 029/102] cifs: new nt status codes from MS-SMB2
` [PATCH 6.6 030/102] smb: client: dont clobber ->i_rdev from cached reparse points
` [PATCH 6.6 031/102] cifs: new mount option called retrans
` [PATCH 6.6 032/102] smb: Fix some kernel-doc comments
` [PATCH 6.6 033/102] smb: client: delete "true", "false" defines
` [PATCH 6.6 034/102] cifs: commands that are retried should have replay flag set
` [PATCH 6.6 035/102] cifs: set replay flag for retries of write command
` [PATCH 6.6 036/102] ksmbd: Add kernel-doc for ksmbd_extract_sharename() function
` [PATCH 6.6 037/102] cifs: update the same create_guid on replay
` [PATCH 6.6 038/102] smb: client: handle path separator of created SMB symlinks
` [PATCH 6.6 039/102] smb3: update allocation size more accurately on write completion
` [PATCH 6.6 040/102] smb: client: parse owner/group when creating reparse points
` [PATCH 6.6 041/102] smb: client: get rid of smb311_posix_query_path_info()
` [PATCH 6.6 042/102] smb: client: reuse file lease key in compound operations
` [PATCH 6.6 043/102] smb: client: do not defer close open handles to deleted files
` [PATCH 6.6 044/102] smb: client: retry compound request without reusing lease
` [PATCH 6.6 045/102] smb: client: introduce reparse mount option
` [PATCH 6.6 046/102] smb: client: move most of reparse point handling code to common file
` [PATCH 6.6 047/102] smb: client: fix potential broken compound request
` [PATCH 6.6 048/102] smb: client: reduce number of parameters in smb2_compound_op()
` [PATCH 6.6 049/102] smb: client: add support for WSL reparse points
` [PATCH 6.6 050/102] smb: client: Fix a NULL vs IS_ERR() check in wsl_set_xattrs()
` [PATCH 6.6 051/102] smb: client: introduce SMB2_OP_QUERY_WSL_EA
` [PATCH 6.6 052/102] smb: client: parse uid, gid, mode and dev from WSL reparse points
` [PATCH 6.6 053/102] smb: client: set correct d_type for reparse DFS/DFSR and mount point
` [PATCH 6.6 054/102] smb: client: return reparse type in /proc/mounts
` [PATCH 6.6 055/102] smb3: add dynamic trace point for ioctls
` [PATCH 6.6 056/102] smb: client: negotiate compression algorithms
` [PATCH 6.6 057/102] smb: common: fix fields sizes in compression_pattern_payload_v1
` [PATCH 6.6 058/102] smb: common: simplify compression headers
` [PATCH 6.6 059/102] ksmbd: mark SMB2_SESSION_EXPIRED to session when destroying previous session
` [PATCH 6.6 060/102] ksmbd: add support for durable handles v1/v2
` [PATCH 6.6 061/102] cifs: defer close file handles having RH lease
` [PATCH 6.6 062/102] cifs: fixes for get_inode_info
` [PATCH 6.6 063/102] cifs: remove redundant variable assignment
` [PATCH 6.6 064/102] ksmbd: fix possible null-deref in smb_lazy_parent_lease_break_close
` [PATCH 6.6 065/102] ksmbd: Fix spelling mistake "connction" -> "connection"
` [PATCH 6.6 066/102] ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16()
` [PATCH 6.6 067/102] ksmbd: fix potencial out-of-bounds when buffer offset is invalid
` [PATCH 6.6 068/102] cifs: Move some extern decls from .c files to .h
` [PATCH 6.6 069/102] smb311: correct incorrect offset field in compression header
` [PATCH 6.6 070/102] smb311: additional compression flag defined in updated protocol spec
` [PATCH 6.6 071/102] smb3: add trace event for mknod
` [PATCH 6.6 072/102] smb: client: fix NULL ptr deref in cifs_mark_open_handles_for_deleted_file()
` [PATCH 6.6 073/102] smb: client: instantiate when creating SFU files
` [PATCH 6.6 074/102] cifs: Add tracing for the cifs_tcon struct refcounting
` [PATCH 6.6 075/102] ksmbd: add continuous availability share parameter
` [PATCH 6.6 076/102] smb: smb2pdu.h: Avoid -Wflex-array-member-not-at-end warnings
` [PATCH 6.6 077/102] drm/amd/display: Fix division by zero in setup_dsc_config
` [PATCH 6.6 078/102] net: ks8851: Fix another TX stall caused by wrong ISR flag handling
` [PATCH 6.6 079/102] ice: pass VSI pointer into ice_vc_isvalid_q_id
` [PATCH 6.6 080/102] ice: remove unnecessary duplicate checks for VF VSI ID
` [PATCH 6.6 081/102] Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect()
` [PATCH 6.6 082/102] Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()
` [PATCH 6.6 083/102] KEYS: trusted: Fix memory leak in tpm2_key_encode()
` [PATCH 6.6 084/102] mmc: core: Add HS400 tuning in HS400es initialization
` [PATCH 6.6 085/102] kselftest: Add a ksft_perror() helper
` [PATCH 6.6 086/102] bpf: Add missing BPF_LINK_TYPE invocations
` [PATCH 6.6 087/102] erofs: get rid of erofs_fs_context
` [PATCH 6.6 088/102] erofs: reliably distinguish block based and fscache mode
` [PATCH 6.6 089/102] drm/amdgpu: Fix possible NULL dereference in amdgpu_ras_query_error_status_helper()
` [PATCH 6.6 090/102] binder: fix max_thread type inconsistency
` [PATCH 6.6 091/102] usb: dwc3: Wait unconditionally after issuing EndXfer command
` [PATCH 6.6 092/102] net: usb: ax88179_178a: fix link status when link is set to down/up
` [PATCH 6.6 093/102] usb: typec: ucsi: displayport: Fix potential deadlock
` [PATCH 6.6 094/102] usb: typec: tipd: fix event checking for tps6598x
` [PATCH 6.6 095/102] serial: kgdboc: Fix NMI-safety problems from keyboard reset code
` [PATCH 6.6 096/102] remoteproc: mediatek: Make sure IPI buffer fits in L2TCM
` [PATCH 6.6 097/102] KEYS: trusted: Do not use WARN when encode fails
` [PATCH 6.6 098/102] admin-guide/hw-vuln/core-scheduling: fix return type of PR_SCHED_CORE_GET
` [PATCH 6.6 099/102] docs: kernel_include.py: Cope with docutils 0.21
` [PATCH 6.6 100/102] Docs/admin-guide/mm/damon/usage: fix wrong example of DAMOS filter matching sysfs file
` [PATCH 6.6 101/102] block: add a disk_has_partscan helper
` [PATCH 6.6 102/102] block: add a partscan sysfs attribute for disks

[PATCH 6.9 00/25] 6.9.2-rc1 review
 2024-05-24 18:47 UTC  (11+ messages)

[PATCH] x86/boot: Address clang -Wimplicit-fallthrough in vsprintf()
 2024-05-24 16:39 UTC  (6+ messages)

[PATCH 4.19 00/18] 4.19.315-rc1 review
 2024-05-24 16:26 UTC  (6+ messages)

[PATCH 5.4 00/16] 5.4.277-rc1 review
 2024-05-24 16:26 UTC  (7+ messages)

[PATCH v7 00/14] Update SMMUv3 to the modern iommu API (part 2b/3)
 2024-05-24 15:46 UTC  (4+ messages)
` [PATCH v7 04/14] iommu/arm-smmu-v3: Make changing domains be hitless for ATS

[PATCH 6.8 00/23] 6.8.11-rc1 review
 2024-05-24 15:21 UTC  (33+ messages)
` [PATCH 6.8 01/23] drm/amd/display: Fix division by zero in setup_dsc_config
` [PATCH 6.8 02/23] net: ks8851: Fix another TX stall caused by wrong ISR flag handling
` [PATCH 6.8 03/23] ice: pass VSI pointer into ice_vc_isvalid_q_id
` [PATCH 6.8 04/23] ice: remove unnecessary duplicate checks for VF VSI ID
` [PATCH 6.8 05/23] Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect()
` [PATCH 6.8 06/23] Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()
` [PATCH 6.8 07/23] KEYS: trusted: Fix memory leak in tpm2_key_encode()
` [PATCH 6.8 08/23] erofs: get rid of erofs_fs_context
` [PATCH 6.8 09/23] erofs: reliably distinguish block based and fscache mode
` [PATCH 6.8 10/23] binder: fix max_thread type inconsistency
` [PATCH 6.8 11/23] usb: dwc3: Wait unconditionally after issuing EndXfer command
` [PATCH 6.8 12/23] net: usb: ax88179_178a: fix link status when link is set to down/up
` [PATCH 6.8 13/23] usb: typec: ucsi: displayport: Fix potential deadlock
` [PATCH 6.8 14/23] usb: typec: tipd: fix event checking for tps25750
` [PATCH 6.8 15/23] usb: typec: tipd: fix event checking for tps6598x
` [PATCH 6.8 16/23] serial: kgdboc: Fix NMI-safety problems from keyboard reset code
` [PATCH 6.8 17/23] remoteproc: mediatek: Make sure IPI buffer fits in L2TCM
` [PATCH 6.8 18/23] KEYS: trusted: Do not use WARN when encode fails
` [PATCH 6.8 19/23] admin-guide/hw-vuln/core-scheduling: fix return type of PR_SCHED_CORE_GET
` [PATCH 6.8 20/23] docs: kernel_include.py: Cope with docutils 0.21
` [PATCH 6.8 21/23] Docs/admin-guide/mm/damon/usage: fix wrong example of DAMOS filter matching sysfs file
` [PATCH 6.8 22/23] block: add a disk_has_partscan helper
` [PATCH 6.8 23/23] block: add a partscan sysfs attribute for disks

[PATCH 5.10 00/15] 5.10.218-rc1 review
 2024-05-24 15:20 UTC  (7+ messages)

[PATCH 6.1 00/45] 6.1.92-rc1 review
 2024-05-24 15:20 UTC  (13+ messages)
` [PATCH 6.1 34/45] arm64: atomics: lse: remove stale dependency on JUMP_LABEL
` [PATCH 6.1 40/45] usb: typec: tipd: fix event checking for tps6598x
` [PATCH 6.1 41/45] serial: kgdboc: Fix NMI-safety problems from keyboard reset code
` [PATCH 6.1 42/45] remoteproc: mediatek: Make sure IPI buffer fits in L2TCM
` [PATCH 6.1 43/45] KEYS: trusted: Do not use WARN when encode fails

[PATCH 5.15 00/23] 5.15.160-rc1 review
 2024-05-24 14:36 UTC  (7+ messages)

[PATCH v18 00/17] Add support for Sub-NUMA cluster (SNC) systems
 2024-05-23 23:48 UTC  (13+ messages)
` [PATCH v18 06/17] x86/resctrl: Introduce snc_nodes_per_l3_cache
` [PATCH v18 15/17] x86/resctrl: Fix RMID reading sanity check for Sub-NUMA (SNC) mode


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 read-only IMAP folder(s) and NNTP newsgroup(s).