summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-09-23nfs: pass struct nfsd_file to nfs_init_pgio and nfs_init_commitMike Snitzer1-2/+3
2024-09-23nfsd: implement server support for NFS_LOCALIO_PROGRAMMike Snitzer1-0/+7
2024-09-23nfsd: add LOCALIO supportWeston Andros Adamson1-0/+8
2024-09-23nfs_common: prepare for the NFS client to use nfsd_file for LOCALIOMike Snitzer1-1/+26
2024-09-23nfs_common: add NFS LOCALIO auxiliary protocol enablementMike Snitzer1-0/+36
2024-09-23SUNRPC: replace program list with program arrayNeilBrown1-3/+4
2024-09-23SUNRPC: add svcauth_map_clnt_to_svc_cred_localWeston Andros Adamson1-0/+5
2024-09-23nfs: factor out {encode,decode}_opaque_fixed to nfs_xdr.hMike Snitzer1-1/+19
2024-09-23nfs_common: factor out nfs4_errtbl and nfs4_stat_to_errnoMike Snitzer1-0/+1
2024-09-23nfs_common: factor out nfs_errtbl and nfs_stat_to_errnoMike Snitzer1-0/+16
2024-09-23nfs: add 'noalignwrite' option for lock-less 'lost writes' preventionDan Aloni1-0/+1
2024-09-23SUNRPC: convert RPC_TASK_* constants to enumStephen Brennan1-7/+9
2024-09-23nfs: simplify and guarantee owner uniqueness.NeilBrown2-3/+2
2024-09-23Merge tag 'nfsd-6.12' into linux-next-with-localioAnna Schumaker10-22/+339
2024-09-20xdrgen: Fix return code checking in built-in XDR decodersChuck Lever1-2/+2
2024-09-20tools: Add xdrgenChuck Lever2-0/+269
2024-09-20svcrdma: Handle device removal outside of the CM event handlerChuck Lever2-0/+25
2024-09-20nfsd: be more systematic about selecting error codes for internal use.NeilBrown1-7/+10
2024-09-20sunrpc: allow svc threads to fail initialisation cleanlyNeilBrown1-0/+31
2024-09-20sunrpc: change sp_nrthreads from atomic_t to unsigned int.NeilBrown1-2/+2
2024-09-06Merge tag 'linux_kselftest-kunit-fixes-6.11-rc7-2' of git://git.kernel.org/pu...Linus Torvalds1-0/+1
2024-09-06Merge tag 'pci-v6.11-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+3
2024-09-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-3/+13
2024-09-06Merge tag 'sound-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-2/+2
2024-09-06Merge tag 'drm-fixes-2024-09-06' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-1/+5
2024-09-06Merge tag 'asoc-fix-v6.11-rc6' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2-2/+2
2024-09-06Merge tag 'drm-misc-fixes-2024-09-05' of https://gitlab.freedesktop.org/drm/m...Dave Airlie1-1/+5
2024-09-05Merge tag 'net-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-14/+6
2024-09-05Merge tag 'regulator-fix-v6.11-stub' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+8
2024-09-05kunit: Fix missing kerneldoc commentDavid Gow1-0/+1
2024-09-05Merge tag 'linux_kselftest-kunit-fixes-6.11-rc7' of git://git.kernel.org/pub/...Linus Torvalds1-0/+48
2024-09-05drm/panthor: Restrict high priorities on group_createMary Guillemard1-1/+5
2024-09-04kvm: Note an RCU quiescent state on guest exitLeonardo Bras2-3/+13
2024-09-04net: mana: Fix error handling in mana_create_txq/rxq's NAPI cleanupSouradeep Chakrabarti1-0/+2
2024-09-03PCI/pwrctl: Rescan bus on a separate threadBartosz Golaszewski1-0/+3
2024-09-03bpf, net: Fix a potential race in do_sock_getsockopt()Tze-nan Wu1-9/+0
2024-09-01Merge tag 'x86-urgent-2024-09-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+5
2024-09-01SUNRPC: make various functions static, or not exported.NeilBrown3-12/+0
2024-09-01lockd: discard nlmsvc_timeoutNeilBrown1-1/+1
2024-09-01NFS: trace: show TIMEDOUT instead of 0x6eChen Hanxiao1-0/+1
2024-09-01Merge tag 'v6.11-rc5-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+1
2024-09-01Merge tag 'arm-fixes-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-50/+6
2024-08-30Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE"Luiz Augusto von Dentz1-5/+0
2024-08-30Bluetooth: hci_sync: Introduce hci_cmd_sync_run/hci_cmd_sync_run_onceLuiz Augusto von Dentz1-0/+4
2024-08-31Merge tag 'iommu-fixes-v6.11-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+3
2024-08-30regulator: core: Stub devm_regulator_bulk_get_const() if !CONFIG_REGULATORDouglas Anderson1-0/+8
2024-08-30Merge tag 'drm-fixes-2024-08-30' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds3-10/+9
2024-08-30Merge tag 'drm-misc-fixes-2024-08-29' of https://gitlab.freedesktop.org/drm/m...Dave Airlie2-6/+2
2024-08-30Merge tag 'net-6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-8/+11
2024-08-29Merge tag 'nf-24-08-28' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2-6/+9