summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* 9p/trans_fd: put worker reqs on destroyDominique Martinet2018-10-101-0/+8
* 9p/trans_fd: abort p9_read_work if req status changedDominique Martinet2018-10-101-6/+11
* 9p: potential NULL dereferenceDan Carpenter2018-10-101-1/+1
* 9p: p9dirent_read: check network-provided name lengthDominique Martinet2018-09-071-3/+9
* 9p/rdma: remove useless check in cm_event_handlerDominique Martinet2018-09-071-2/+1
* 9p: do not trust pdu content for stat item sizeGertjan Halkes2018-09-071-1/+2
* 9p: Rename req to rreq in trans_fdTomas Bortoli2018-09-071-15/+15
* 9p/rdma: do not disconnect on down_interruptible EAGAINDominique Martinet2018-09-071-2/+2
* 9p: Add refcount to p9_req_tTomas Bortoli2018-09-075-12/+84
* 9p: rename p9_free_req() functionTomas Bortoli2018-09-071-50/+50
* 9p: add a per-client fcall kmem_cacheDominique Martinet2018-09-071-5/+32
* 9p: embed fcall in req to round down buffer allocsDominique Martinet2018-09-075-116/+122
* 9p: Remove p9_idpoolMatthew Wilcox2018-08-292-141/+0
* 9p: Use a slab for allocating requestsMatthew Wilcox2018-08-292-154/+93
* 9p: clear dangling pointers in p9stat_freeDominique Martinet2018-08-291-0/+5
* 9p/xen: fix check for xenbus_read error in front_probeDominique Martinet2018-08-271-2/+2
* Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-261-10/+6
|\
| * Convert net_namespace to new IDA APIMatthew Wilcox2018-08-221-10/+6
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-242-6/+6
|\ \
| * | treewide: convert ISO_8859-1 text comments to utf-8Arnd Bergmann2018-08-242-6/+6
* | | Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2018-08-2419-49/+75
|\ \ \
| * | | xprtrdma: Fix disconnect regressionChuck Lever2018-08-081-3/+2
| * | | sunrpc: whitespace fixesStephen Hemminger2018-07-3115-15/+5
| * | | NFSv4 client live hangs after live data migration recoveryBill Baker2018-07-311-8/+20
| * | | sunrpc: kstrtoul() can also return -ERANGEDan Carpenter2018-07-311-1/+1
| * | | sunrpc: Change rpc_print_iostats to rpc_clnt_show_stats and handle rpc_clnt c...Dave Wysochanski2018-07-311-5/+12
| * | | sunrpc: Add _add_rpc_iostats() to add rpc_iostats metricsDave Wysochanski2018-07-301-0/+12
| * | | sunrpc: add _print_rpc_iostats() to output metrics for one RPC opDave Wysochanski2018-07-301-11/+16
| * | | net/sunrpc: Make rpc_auth_create_args a constSargun Dhillon2018-07-304-7/+8
* | | | Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-08-2410-111/+140
|\ \ \ \
| * | | | sunrpc: Add comment defining gssd upcall API keywordsChuck Lever2018-08-231-0/+17
| * | | | sunrpc: Extract target name into svc_credChuck Lever2018-08-231-25/+45
| * | | | sunrpc: Enable the kernel to specify the hostname part of service principalsChuck Lever2018-08-231-3/+17
| * | | | sunrpc: Don't use stack buffer with scatterlistLaura Abbott2018-08-231-3/+9
| * | | | rpc: remove unneeded variable 'ret' in rdma_listen_handlerzhong jiang2018-08-091-2/+1
| * | | | NFSD: Handle full-length symlinksChuck Lever2018-08-091-42/+25
| * | | | NFSD: Refactor the generic write vector fill helperChuck Lever2018-08-091-7/+4
| * | | | svcrdma: Clean up Read chunk pathChuck Lever2018-08-091-19/+13
| * | | | svcrdma: Avoid releasing a page in svc_xprt_release()Chuck Lever2018-08-092-4/+9
| * | | | sunrpc: remove redundant variables 'checksumlen','blocksize' and 'data'YueHaibing2018-08-093-6/+0
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-08-241-23/+25
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | RDMA/smc: Replace ib_query_gid with rdma_get_gid_attrJason Gunthorpe2018-08-181-23/+25
* | | | | Merge tag 'ceph-for-4.19-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-08-2115-122/+311
|\ \ \ \ \
| * | | | | crush: fix using plain integer as NULL warningYueHaibing2018-08-131-2/+2
| * | | | | libceph: remove unnecessary non NULL check for request_keyYueHaibing2018-08-131-1/+1
| * | | | | libceph: weaken sizeof check in ceph_x_verify_authorizer_reply()Ilya Dryomov2018-08-021-2/+4
| * | | | | libceph: check authorizer reply/challenge length before readingIlya Dryomov2018-08-021-0/+7
| * | | | | libceph: implement CEPHX_V2 calculation modeIlya Dryomov2018-08-021-17/+56
| * | | | | libceph: add authorizer challengeIlya Dryomov2018-08-025-6/+117
| * | | | | libceph: factor out encrypt_authorizer()Ilya Dryomov2018-08-021-13/+36