summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2020-07-14NFSv4.2: add client side xattr caching.Frank van der Linden1-0/+6
2020-07-14nfs: define and use the NFS_INO_INVALID_XATTR flagFrank van der Linden1-0/+1
2020-07-14nfs: define nfs_access_get_cached functionFrank van der Linden1-0/+2
2020-07-14NFSv4.2: add client side XDR handling for extended attributesFrank van der Linden1-1/+58
2020-07-14NFSv4.2: query the server for extended attribute supportFrank van der Linden2-0/+2
2020-07-14NFSv4.2: define limits and sizes for user xattr handlingFrank van der Linden1-0/+5
2020-07-14nfs: add client side only definitions for user xattrsFrank van der Linden2-0/+8
2020-07-14svcrdma: Record send_ctxt completion ID in trace_svcrdma_post_send()Chuck Lever1-1/+2
2020-07-14svcrdma: Introduce Send completion IDsChuck Lever1-0/+2
2020-07-14svcrdma: Introduce Receive completion IDsChuck Lever1-0/+4
2020-07-14svcrdma: Introduce infrastructure to support completion IDsChuck Lever1-0/+24
2020-07-14svcrdma: Add common XDR encoders for RDMA and Read segmentsChuck Lever1-0/+37
2020-07-14svcrdma: Add common XDR decoders for RDMA and Read segmentsChuck Lever1-0/+37
2020-07-14SUNRPC: Add helpers for decoding list discriminators symbolicallyChuck Lever1-0/+26
2020-07-14svcrdma: Remove declarations for functions long removedChuck Lever1-4/+0
2020-07-14svcrdma: Make svc_rdma_send_error_msg() a global functionChuck Lever1-0/+4
2020-07-14nfsd: implement the xattr functions and en/decode logicFrank van der Linden1-1/+1
2020-07-14xattr: add a function to check if a namespace is supportedFrank van der Linden1-0/+2
2020-07-14xattr: break delegations in {set,remove}xattrFrank van der Linden1-0/+2
2020-07-14nfs,nfsd: NFSv4.2 extended attribute protocol definitionsFrank van der Linden1-0/+20
2020-07-13fs: Expand __receive_fd() to accept existing fdKees Cook1-3/+7
2020-07-13fs: Add receive_fd() wrapper for __receive_fd()Kees Cook1-0/+7
2020-07-13fs: Move __scm_install_fd() to __receive_fd()Kees Cook1-0/+8
2020-07-13bpf: Add BTF_ID_LIST/BTF_ID/BTF_ID_UNUSED macrosJiri Olsa1-0/+87
2020-07-13spi: imx/fsl-lpspi: Convert to GPIO descriptorsLinus Walleij1-33/+0
2020-07-13iio: core: remove iio_priv_to_dev() helperAlexandru Ardelean1-6/+0
2020-07-13mmc: core: Add MMC_CAP2_FULL_PWR_CYCLE_IN_SUSPENDYoshihiro Shimoda1-0/+1
2020-07-13arch: arm: mach-omap2: mmc: Move omap_mmc_notify_cover_event() prototypeLee Jones1-0/+3
2020-07-13mmc: sdio: Move SDIO IDs from rsi_sdio driver to common include filePali Rohár1-0/+4
2020-07-13mmc: core: Always allow the card detect uevent to be consumedUlf Hansson1-0/+1
2020-07-13firmware: arm_scmi: Remove fixed size fields from reports/scmi_event_headerCristian Marussi1-26/+26
2020-07-13firmware: arm_scmi: Remove zero-length array in SCMI notificationsCristian Marussi1-1/+1
2020-07-13firmware: imx: Move i.MX SCU soc driver into imx firmware folderAnson Huang1-0/+1
2020-07-12leds: lp55xx: Convert to use GPIO descriptorsLinus Walleij1-2/+4
2020-07-12Merge tag 'riscv-for-linus-5.8-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+12
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller43-130/+505
2020-07-11<linux/of.h>: add stub for of_get_next_parent() to fix qcom build errorRandy Dunlap1-0/+5
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds12-14/+102
2020-07-11seccomp: release filter after task is fully deadChristian Brauner1-2/+2
2020-07-11seccomp: Report number of loaded filters in /proc/$pid/statusKees Cook1-0/+2
2020-07-11Merge tag 'mlx5-fixes-2020-07-02' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2-0/+29
2020-07-10udp_tunnel: add central NIC RX port offload infrastructureJakub Kicinski1-0/+8
2020-07-10debugfs: make sure we can remove u32_array files cleanlyJakub Kicinski1-3/+9
2020-07-10mm/hmm: provide the page mapping order in hmm_range_fault()Ralph Campbell1-2/+22
2020-07-10PCI: Treat "external-facing" devices themselves as internalRajat Jain1-0/+6
2020-07-10PCI: Cache ACS capability offset in deviceRajat Jain1-0/+1
2020-07-10Merge tag 'cleanup-kernel_read_write' of git://git.infradead.org/users/hch/miscLinus Torvalds1-1/+1
2020-07-10Merge tag 'dma-mapping-5.8-5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-4/+4
2020-07-10Merge tag 'gfs2-v5.8-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2020-07-10fbdev/fb.h: Use struct_size() helper in kzalloc()Gustavo A. R. Silva1-2/+3