All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-11-20 20:21:16 to 2020-11-20 20:42:42 UTC [more...]

[PATCH v2 000/118] Update NFSD XDR functions
 2020-11-20 20:42 UTC  (101+ messages)
` [PATCH v2 001/118] NFSD: Fix returned READDIR offset cookie
` [PATCH v2 002/118] SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer()
` [PATCH v2 003/118] SUNRPC: Prepare for xdr_stream-style decoding on the server-side
` [PATCH v2 004/118] NFSD: Add common helpers to decode void args and encode void results
` [PATCH v2 005/118] NFSD: Replace the internals of the READ_BUF() macro
` [PATCH v2 006/118] NFSD: Replace READ* macros in nfsd4_decode_access()
` [PATCH v2 007/118] NFSD: Replace READ* macros in nfsd4_decode_stateid()
` [PATCH v2 008/118] NFSD: Replace READ* macros in nfsd4_decode_close()
` [PATCH v2 009/118] NFSD: Replace READ* macros in nfsd4_decode_commit()
` [PATCH v2 010/118] NFSD: Change the way the expected length of a fattr4 is checked
` [PATCH v2 011/118] NFSD: Replace READ* macros that decode the fattr4 size attribute
` [PATCH v2 012/118] NFSD: Replace READ* macros that decode the fattr4 acl attribute
` [PATCH v2 013/118] NFSD: Replace READ* macros that decode the fattr4 mode attribute
` [PATCH v2 014/118] NFSD: Replace READ* macros that decode the fattr4 owner attribute
` [PATCH v2 015/118] NFSD: Replace READ* macros that decode the fattr4 owner_group attribute
` [PATCH v2 016/118] NFSD: Replace READ* macros that decode the fattr4 time_set attributes
` [PATCH v2 017/118] NFSD: Replace READ* macros that decode the fattr4 security label attribute
` [PATCH v2 018/118] NFSD: Replace READ* macros that decode the fattr4 umask attribute
` [PATCH v2 019/118] NFSD: Replace READ* macros in nfsd4_decode_fattr()
` [PATCH v2 020/118] NFSD: Replace READ* macros in nfsd4_decode_create()
` [PATCH v2 021/118] NFSD: Replace READ* macros in nfsd4_decode_getattr()
` [PATCH v2 022/118] NFSD: Replace READ* macros in nfsd4_decode_link()
` [PATCH v2 023/118] NFSD: Relocate nfsd4_decode_opaque()
` [PATCH v2 024/118] NFSD: Add helpers to decode a clientid4 and an NFSv4 state owner
` [PATCH v2 025/118] NFSD: Add helper for decoding locker4
` [PATCH v2 026/118] NFSD: Replace READ* macros in nfsd4_decode_lock()
` [PATCH v2 027/118] NFSD: Replace READ* macros in nfsd4_decode_lockt()
` [PATCH v2 028/118] NFSD: Replace READ* macros in nfsd4_decode_locku()
` [PATCH v2 029/118] NFSD: Replace READ* macros in nfsd4_decode_lookup()
` [PATCH v2 030/118] NFSD: Add helper to decode NFSv4 verifiers
` [PATCH v2 031/118] NFSD: Add helper to decode OPEN's createhow4 argument
` [PATCH v2 032/118] NFSD: Add helper to decode OPEN's openflag4 argument
` [PATCH v2 033/118] NFSD: Replace READ* macros in nfsd4_decode_share_access()
` [PATCH v2 034/118] NFSD: Replace READ* macros in nfsd4_decode_share_deny()
` [PATCH v2 035/118] NFSD: Add helper to decode OPEN's open_claim4 argument
` [PATCH v2 036/118] NFSD: Replace READ* macros in nfsd4_decode_open()
` [PATCH v2 037/118] NFSD: Replace READ* macros in nfsd4_decode_open_confirm()
` [PATCH v2 038/118] NFSD: Replace READ* macros in nfsd4_decode_open_downgrade()
` [PATCH v2 039/118] NFSD: Replace READ* macros in nfsd4_decode_putfh()
` [PATCH v2 040/118] NFSD: Replace READ* macros in nfsd4_decode_read()
` [PATCH v2 041/118] NFSD: Replace READ* macros in nfsd4_decode_readdir()
` [PATCH v2 042/118] NFSD: Replace READ* macros in nfsd4_decode_remove()
` [PATCH v2 043/118] NFSD: Replace READ* macros in nfsd4_decode_rename()
` [PATCH v2 044/118] NFSD: Replace READ* macros in nfsd4_decode_renew()
` [PATCH v2 045/118] NFSD: Replace READ* macros in nfsd4_decode_secinfo()
` [PATCH v2 046/118] NFSD: Replace READ* macros in nfsd4_decode_setclientid()
` [PATCH v2 047/118] NFSD: Replace READ* macros in nfsd4_decode_setclientid_confirm()
` [PATCH v2 048/118] NFSD: Replace READ* macros in nfsd4_decode_verify()
` [PATCH v2 049/118] NFSD: Replace READ* macros in nfsd4_decode_write()
` [PATCH v2 050/118] NFSD: Replace READ* macros in nfsd4_decode_release_lockowner()
` [PATCH v2 051/118] NFSD: Replace READ* macros in nfsd4_decode_cb_sec()
` [PATCH v2 052/118] NFSD: Replace READ* macros in nfsd4_decode_backchannel_ctl()
` [PATCH v2 053/118] NFSD: Replace READ* macros in nfsd4_decode_bind_conn_to_session()
` [PATCH v2 054/118] NFSD: Add a separate decoder to handle state_protect_ops
` [PATCH v2 055/118] NFSD: Add a separate decoder for ssv_sp_parms
` [PATCH v2 056/118] NFSD: Add a helper to decode state_protect4_a
` [PATCH v2 057/118] NFSD: Add a helper to decode nfs_impl_id4
` [PATCH v2 058/118] NFSD: Add a helper to decode channel_attrs4
` [PATCH v2 059/118] NFSD: Replace READ* macros in nfsd4_decode_create_session()
` [PATCH v2 060/118] NFSD: Replace READ* macros in nfsd4_decode_destroy_session()
` [PATCH v2 061/118] NFSD: Replace READ* macros in nfsd4_decode_free_stateid()
` [PATCH v2 062/118] NFSD: Replace READ* macros in nfsd4_decode_getdeviceinfo()
` [PATCH v2 063/118] NFSD: Replace READ* macros in nfsd4_decode_layoutcommit()
` [PATCH v2 064/118] NFSD: Replace READ* macros in nfsd4_decode_layoutget()
` [PATCH v2 065/118] NFSD: Replace READ* macros in nfsd4_decode_layoutreturn()
` [PATCH v2 066/118] NFSD: Replace READ* macros in nfsd4_decode_secinfo_no_name()
` [PATCH v2 067/118] NFSD: Replace READ* macros in nfsd4_decode_sequence()
` [PATCH v2 068/118] NFSD: Replace READ* macros in nfsd4_decode_test_stateid()
` [PATCH v2 069/118] NFSD: Replace READ* macros in nfsd4_decode_destroy_clientid()
` [PATCH v2 070/118] NFSD: Replace READ* macros in nfsd4_decode_reclaim_complete()
` [PATCH v2 071/118] NFSD: Replace READ* macros in nfsd4_decode_fallocate()
` [PATCH v2 072/118] NFSD: Replace READ* macros in nfsd4_decode_clone()
` [PATCH v2 073/118] NFSD: Replace READ* macros in nfsd4_decode_nl4_server()
` [PATCH v2 074/118] NFSD: Replace READ* macros in nfsd4_decode_copy()
` [PATCH v2 075/118] NFSD: Replace READ* macros in nfsd4_decode_seek()
` [PATCH v2 076/118] NFSD: Replace READ* macros in nfsd4_decode_xattr_name()
` [PATCH v2 077/118] NFSD: Replace READ* macros in nfsd4_decode_setxattr()
` [PATCH v2 078/118] NFSD: Replace READ* macros in nfsd4_decode_listxattrs()
` [PATCH v2 079/118] NFSD: Replace READ* macros in nfsd4_decode_compound()
` [PATCH v2 080/118] NFSD: Remove macros that are no longer used
` [PATCH v2 081/118] NFSD: Update GETATTR3args decoder to use struct xdr_stream
` [PATCH v2 082/118] NFSD: Update ACCESS3arg "
` [PATCH v2 083/118] NFSD: Update READ3arg "
` [PATCH v2 084/118] NFSD: Update WRITE3arg "
` [PATCH v2 085/118] NFSD: Update READLINK3arg "
` [PATCH v2 086/118] NFSD: Add helper to set up the pages where the dirlist is encoded
` [PATCH v2 087/118] NFSD: Update READDIR3args decoders to use struct xdr_stream
` [PATCH v2 088/118] NFSD: Update COMMIT3arg decoder "
` [PATCH v2 089/118] NFSD: Update the NFSv3 DIROPargs "
` [PATCH v2 090/118] NFSD: Update the RENAME3args "
` [PATCH v2 091/118] NFSD: Update the LINK3args "
` [PATCH v2 092/118] NFSD: Update the SETATTR3args "
` [PATCH v2 093/118] NFSD: Update the CREATE3args "
` [PATCH v2 094/118] NFSD: Update the MKDIR3args "
` [PATCH v2 095/118] NFSD: Update the SYMLINK3args "
` [PATCH v2 096/118] NFSD: Update the MKNOD3args "
` [PATCH v2 097/118] NFSD: Update the NFSv2 GETATTR argument "
` [PATCH v2 098/118] NFSD: Update the NFSv2 READ "
` [PATCH v2 099/118] NFSD: Update the NFSv2 WRITE "
` [PATCH v2 100/118] NFSD: Update the NFSv2 READLINK "

[jpirko-mlxsw:petrm_resilient 4/5] net/ipv4/nexthop.c:1005:6: warning: variable 'force_time' is used uninitialized whenever 'if' condition is false
 2020-11-20 20:42 UTC 

[jpirko-mlxsw:petrm_resilient 4/5] net/ipv4/nexthop.c:1005:6: warning: variable 'force_time' is used uninitialized whenever 'if' condition is false
 2020-11-20 20:41 UTC 

[PATCH v2 00/14] remoteproc: Add support for detaching from rproc
 2020-11-20 20:40 UTC  (6+ messages)
` [RFC v2 13/14] remoteproc: Add automation flags

[PATCH v22 00/23] LSM: Module stacking for AppArmor
 2020-11-20 20:15 UTC  (38+ messages)
` [PATCH v23 05/23] LSM: Use lsmblob in security_secctx_to_secid
` [PATCH v23 06/23] LSM: Use lsmblob in security_secid_to_secctx
` [PATCH v23 07/23] LSM: Use lsmblob in security_ipc_getsecid
` [PATCH v23 08/23] LSM: Use lsmblob in security_task_getsecid
` [PATCH v23 09/23] LSM: Use lsmblob in security_inode_getsecid
` [PATCH v23 10/23] LSM: Use lsmblob in security_cred_getsecid
` [PATCH v23 11/23] IMA: Change internal interfaces to use lsmblobs
` [PATCH v23 12/23] LSM: Specify which LSM to display
` [PATCH v23 13/23] LSM: Ensure the correct LSM context releaser
` [PATCH v23 14/23] LSM: Use lsmcontext in security_secid_to_secctx
` [PATCH v23 15/23] LSM: Use lsmcontext in security_inode_getsecctx
` [PATCH v23 16/23] LSM: security_secid_to_secctx in netlink netfilter
` [PATCH v23 17/23] NET: Store LSM netlabel data in a lsmblob
` [PATCH v23 18/23] LSM: Verify LSM display sanity in binder
` [PATCH v23 19/23] audit: add support for non-syscall auxiliary records
` [PATCH v23 20/23] Audit: Add new record for multiple process LSM attributes
` [PATCH v23 21/23] Audit: Add a new record for multiple object "
` [PATCH v23 22/23] LSM: Add /proc attr entry for full LSM context
` [PATCH v23 23/23] AppArmor: Remove the exclusive flag

[PATCH 0/6] tlb: Fix access and (soft-)dirty bit management
 2020-11-20 20:40 UTC  (7+ messages)
` [PATCH 4/6] mm: proc: Invalidate TLB after clearing soft-dirty page state
` [PATCH 6/6] mm: proc: Avoid fullmm flush for young/dirty bit toggling

[PATCH v3 0/2] ata: ahci_brcm: Fix use of BCM7216 reset controller
 2020-11-20 20:38 UTC  (5+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] PCI: brcmstb: use reset/rearm instead of deassert/assert

[PATCH] clone: --filter=tree:0 implies fetch.recurseSubmodules=no
 2020-11-20 20:36 UTC 

[PATCH v4] PCI: Unify ECAM constants in native PCI Express drivers
 2020-11-20 20:34 UTC  (5+ messages)

[PATCH v20] arm64: expose FAR_EL1 tag bits in siginfo
 2020-11-20 20:35 UTC  (6+ messages)

[PATCH v21 1/2] signal: define the SA_EXPOSE_TAGBITS bit in sa_flags
 2020-11-20 20:33 UTC  (4+ messages)
` [PATCH v21 2/2] arm64: expose FAR_EL1 tag bits in siginfo

[PATCH BlueZ v2 1/7] battery: Add the internal Battery API
 2020-11-20 20:33 UTC  (8+ messages)
` [PATCH BlueZ v2 7/7] battery: Implement Battery Provider API

[PATCH v2 0/2] DA9121 regulator support
 2020-11-20 20:32 UTC  (5+ messages)
` [PATCH v2 1/2] dt-bindings: regulator: Add DA9121

[ANNOUNCEMENT] GRUB mini-summit - last virtual session Tue Nov 24 15:00 UTC
 2020-11-20 20:32 UTC 

[PATCH] HID: mcp2221: add ADC support
 2020-11-20 20:31 UTC  (5+ messages)

[Intel-gfx] [PATCH 00/21] Introduce Alderlake-S
 2020-11-20 20:39 UTC  (4+ messages)
` [Intel-gfx] [PATCH 16/21] drm/i915/adl_s: MCHBAR memory info registers are moved

[GIT PULL] SCSI fixes for 5.10-rc4
 2020-11-20 20:30 UTC 

[PATCH RFC 00/10] New permission vmalloc interface
 2020-11-20 20:24 UTC  (11+ messages)
` [PATCH RFC 01/10] vmalloc: Add basic perm alloc implementation
` [PATCH RFC 02/10] bpf: Use perm_alloc() for BPF JIT filters
` [PATCH RFC 03/10] module: Use perm_alloc() for modules
` [PATCH RFC 04/10] module: Support separate writable allocation
` [PATCH RFC 05/10] x86/modules: Use real perm_allocations
` [PATCH RFC 06/10] x86/alternatives: Handle perm_allocs for modules
` [PATCH RFC 07/10] x86/unwind: Unwind orc at module writable address
` [PATCH RFC 08/10] jump_label: Handle "
` [PATCH RFC 09/10] ftrace: Use "
` [PATCH RFC 10/10] vmalloc: Add perm_alloc x86 implementation

[PATCH v7 00/17] Add support for Clang LTO
 2020-11-20 20:29 UTC  (14+ messages)
` [PATCH v7 02/17] kbuild: add "

[Buildroot] [PATCH v1] package/libxkbcommon: bump version to 1.0.2
 2020-11-20 20:29 UTC 

[PATCH] RDMA/ipoib: distribute cq completion vector better
 2020-11-20 20:28 UTC  (2+ messages)

[PATCH 1/5] pem: Parse PKCS#1 formatted private keys
 2020-11-20 20:28 UTC  (5+ messages)
` [PATCH 2/5] pem: Decrypt PKCS#1 encrypted "
` [PATCH 3/5] examples: More error messages in https-{client, server}-test
` [PATCH 4/5] treewide: Rename test private keys to include format
` [PATCH 5/5] unit: Test loading PKCS#1 PEM private key files

Pinning ZONE_MOVABLE pages
 2020-11-20 20:27 UTC  (2+ messages)

[PATCH 1/6] monitor: Fix potential memory leak
 2020-11-20 20:27 UTC  (2+ messages)
` [1/6] "

[PATCH v3 00/10] Cryptodisk fixes for v2.06 redux
 2020-11-20 20:24 UTC  (6+ messages)
` [PATCH v4 00/15] "
  ` [PATCH v4 14/15] luks2: Better error handling when setting up the cryptodisk

[Linux-kernel-mentees] Fix for BAD_SIGN_OFF: non-standard signature
 2020-11-20 20:23 UTC  (4+ messages)
` [Linux-kernel-mentees] [PATCH] checkpatch: add fix and improve warning msg for Non-standard signature

[PATCH 1/2] ext4: make fast_commit.h byte identical with e2fsprogs/fast_commit.h
 2020-11-20 20:22 UTC  (2+ messages)
` [PATCH 2/2] jbd2: add a helper to find out number of fast commit blocks

[PATCH v4 net-next 0/3] add support for sending RFC8335 PROBE
 2020-11-20 20:22 UTC  (5+ 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.