summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* scsi: tracing: Fix compile error in trace_array calls when TRACING is disabledArun Easi2022-09-251-2/+34
* radix-tree: replace gfp.h inclusion with gfp_types.hYury Norov2022-08-141-1/+1
* Merge tag 'timers-urgent-2022-08-13' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-131-1/+1
|\
| * time: Correct the prototype of ns_to_kernel_old_timeval and ns_to_timespec64Youngmin Nam2022-08-091-1/+1
* | Merge tag 'io_uring-6.0-2022-08-13' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-133-11/+8
|\ \
| * | io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher2022-08-121-1/+8
| * | fs: don't randomize struct kiocb fieldsKeith Busch2022-08-121-5/+0
| * | audit, io_uring, io-wq: Fix memory leak in io_sq_thread() and io_wqe_worker()Peilin Ye2022-08-041-5/+0
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-08-127-17/+68
|\ \ \
| * | | vdpa: Add suspend operationEugenio Pérez2022-08-111-0/+4
| * | | vdpa/mlx5: Implement susupend virtqueue callbackEli Cohen2022-08-111-0/+8
| * | | virtio: add helper virtio_find_vqs_ctx_size()Xuan Zhuo2022-08-111-0/+12
| * | | virtio: find_vqs() add arg sizesXuan Zhuo2022-08-111-5/+9
| * | | virtio_pci: introduce helper to get/set queue resetXuan Zhuo2022-08-111-0/+2
| * | | virtio_pci: struct virtio_pci_common_cfg add queue_resetXuan Zhuo2022-08-111-1/+1
| * | | virtio_ring: struct virtqueue introduce resetXuan Zhuo2022-08-111-0/+2
| * | | virtio: allow to unbreak/break virtqueue individuallyXuan Zhuo2022-08-111-0/+3
| * | | virtio_pci: struct virtio_pci_common_cfg add queue_notify_dataXuan Zhuo2022-08-111-0/+7
| * | | virtio_ring: introduce virtqueue_resize()Xuan Zhuo2022-08-111-0/+3
| * | | virtio_ring: split: stop __vring_new_virtqueue as export symbolXuan Zhuo2022-08-111-10/+0
| * | | virtio: struct virtio_config_ops add callbacks for queue_resetXuan Zhuo2022-08-111-0/+14
| * | | virtio: record the maximum queue num supported by the device.Xuan Zhuo2022-08-111-0/+2
| * | | remoteproc: rename len of rpoc_vring to numXuan Zhuo2022-08-111-2/+2
* | | | Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-08-112-3/+8
|\ \ \ \
| * \ \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-08-101-2/+6
| |\ \ \ \
| | * | | | BPF: Fix potential bad pointer dereference in bpf_sys_bpf()Jinghao Jia2022-08-041-2/+6
| * | | | | net: fix refcount bug in sk_psock_get (2)Hawkins Jiawei2022-08-101-1/+2
| |/ / / /
* | | | | Merge tag 'acpi-5.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-111-1/+1
|\ \ \ \ \
| * \ \ \ \ Merge branch 'acpi-properties'Rafael J. Wysocki2022-08-111-1/+1
| |\ \ \ \ \
| | * | | | | ACPI: property: Add support for parsing buffer property UUIDSakari Ailus2022-07-271-1/+1
* | | | | | | Merge tag 'iomap-6.0-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-08-111-3/+0
|\ \ \ \ \ \ \
| * | | | | | | iomap: remove iomap_writepageChristoph Hellwig2022-07-221-3/+0
* | | | | | | | Merge tag 'ceph-for-5.20-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2022-08-116-7/+24
|\ \ \ \ \ \ \ \
| * | | | | | | | libceph: clean up ceph_osdc_start_request prototypeJeff Layton2022-08-031-3/+2
| * | | | | | | | ceph: fix incorrect old_size length in ceph_mds_request_argsXiubo Li2022-08-031-3/+3
| * | | | | | | | ceph: switch back to testing for NULL folio->private in ceph_dirty_folioJeff Layton2022-08-031-0/+10
| * | | | | | | | ceph: fix the incorrect comment for the ceph_mds_caps structXiubo Li2022-08-031-1/+1
| * | | | | | | | ceph: prevent a client from exceeding the MDS maximum xattr sizeLuís Henriques2022-08-031-0/+1
| * | | | | | | | fs/dcache: export d_same_name() helperXiubo Li2022-08-031-0/+2
| * | | | | | | | fscrypt: add fscrypt_context_for_new_inodeJeff Layton2022-08-031-0/+1
| * | | | | | | | fscrypt: export fscrypt_fname_encrypt and fscrypt_fname_encrypted_sizeJeff Layton2022-08-031-0/+4
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge tag 'nfs-for-5.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-08-108-8/+34
|\ \ \ \ \ \ \ \
| * | | | | | | | NFS: Improve write error tracingTrond Myklebust2022-08-091-2/+1
| * | | | | | | | NFS: don't unhash dentry during unlink/renameNeilBrown2022-08-081-0/+9
| * | | | | | | | SUNRPC: Don't reuse bvec on retransmission of the requestTrond Myklebust2022-07-271-1/+2
| * | | | | | | | SUNRPC create a function that probes only offline transportsOlga Kornievskaia2022-07-251-0/+2
| * | | | | | | | SUNRPC export xprt_iter_rewind functionOlga Kornievskaia2022-07-251-0/+2
| * | | | | | | | SUNRPC create an rpc function that allows xprt removal from rpc_clntOlga Kornievskaia2022-07-252-1/+2
| * | | | | | | | SUNRPC enable back offline transports in trunking discoveryOlga Kornievskaia2022-07-251-0/+1
| * | | | | | | | SUNRPC create an iterator to list only OFFLINE xprtsOlga Kornievskaia2022-07-251-0/+3