summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | NFS: Ensure we commit after writeback is completeTrond Myklebust2017-07-132-0/+3
| * | | | | | | | | NFS: Remove unused fields in the page I/O structuresTrond Myklebust2017-07-132-2/+0
| * | | | | | | | | NFS: nfs_rename() - revalidate directories on -ERESTARTSYSBenjamin Coddington2017-07-131-0/+1
| * | | | | | | | | NFS: convert flags to boolBenjamin Coddington2017-07-131-5/+5
| * | | | | | | | | sunrpc: mark all struct svc_version instances as constChristoph Hellwig2017-07-131-1/+1
| * | | | | | | | | sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig2017-07-132-4/+4
| * | | | | | | | | sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig2017-07-131-1/+1
| * | | | | | | | | sunrpc: remove kxdrproc_tChristoph Hellwig2017-07-131-7/+0
| * | | | | | | | | sunrpc: properly type pc_encode callbacksChristoph Hellwig2017-07-133-9/+10
| * | | | | | | | | sunrpc: properly type pc_decode callbacksChristoph Hellwig2017-07-133-19/+20
| * | | | | | | | | sunrpc: properly type pc_release callbacksChristoph Hellwig2017-07-131-1/+2
| * | | | | | | | | sunrpc: properly type pc_func callbacksChristoph Hellwig2017-07-131-2/+2
| * | | | | | | | | sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig2017-07-132-3/+3
| * | | | | | | | | sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig2017-07-131-1/+1
| * | | | | | | | | sunrpc: properly type argument to kxdrdproc_tChristoph Hellwig2017-07-131-1/+2
| * | | | | | | | | sunrpc: properly type argument to kxdreproc_tChristoph Hellwig2017-07-131-1/+4
* | | | | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-07-136-14/+38
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | iscsi-target: Add login_keys_workaround attribute for non RFC initiatorsNicholas Bellinger2017-07-111-0/+9
| * | | | | | | | | | target: Use macro for WRITE_VERIFY_32 operation codesDamien Le Moal2017-07-071-0/+1
| * | | | | | | | | | target: remove transport_completeMike Christie2017-07-071-4/+0
| * | | | | | | | | | target: add helper to copy sense to se_cmd bufferMike Christie2017-07-071-0/+2
| * | | | | | | | | | target: remove g_device_listMike Christie2017-07-071-1/+0
| * | | | | | | | | | tcmu: perfom device add, del and reconfig synchronouslyMike Christie2017-07-071-0/+7
| * | | | | | | | | | target: add helper to find se_device by dev_indexMike Christie2017-07-071-0/+2
| * | | | | | | | | | target: use idr for se_device dev indexMike Christie2017-07-071-1/+0
| * | | | | | | | | | target: break up free_device callbackMike Christie2017-07-071-0/+1
| * | | | | | | | | | tcmu: reconfigure netlink attr changesMike Christie2017-07-071-8/+4
| * | | | | | | | | | tcmu: Add Type of reconfig into netlinkBryant G. Ly2017-07-071-0/+8
| * | | | | | | | | | tcmu: Add netlink for device reconfigurationBryant G. Ly2017-07-071-0/+1
| * | | | | | | | | | target: Introduce a function that shows the command stateBart Van Assche2017-07-071-0/+1
| * | | | | | | | | | iscsi-target: Kill left-over iscsi_target_do_cleanupNicholas Bellinger2017-07-071-1/+0
| * | | | | | | | | | target: Use {get,put}_unaligned_be*() instead of open coding these functionsBart Van Assche2017-07-071-0/+8
| * | | | | | | | | | target: Remove se_device.dev_listBart Van Assche2017-07-071-2/+0
| * | | | | | | | | | target: Add TARGET_SCF_LOOKUP_LUN_FROM_TAG support for ABORT_TASKNicholas Bellinger2017-07-071-1/+2
| * | | | | | | | | | target/configfs: Kill se_lun->lun_link_magicNicholas Bellinger2017-06-091-2/+0
| * | | | | | | | | | target/configfs: Kill se_device->dev_link_magicNicholas Bellinger2017-06-091-2/+0
* | | | | | | | | | | Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-07-138-93/+55
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | svcrdma: Clean up after converting svc_rdma_recvfrom to rdma_rw APIChuck Lever2017-07-121-4/+0
| * | | | | | | | | | | svcrdma: Remove frmr cacheChuck Lever2017-07-121-18/+0
| * | | | | | | | | | | svcrdma: Remove unused Read completion handlersChuck Lever2017-07-121-3/+1
| * | | | | | | | | | | svcrdma: Use generic RDMA R/W API in RPC Call pathChuck Lever2017-07-121-14/+0
| * | | | | | | | | | | svcrdma: Add recvfrom helpers to svc_rdma_rw.cChuck Lever2017-07-121-0/+3
| * | | | | | | | | | | sunrpc: Allocate up to RPCSVC_MAXPAGES per svc_rqstChuck Lever2017-07-121-1/+1
| * | | | | | | | | | | svcrdma: Remove svc_rdma_marshal.cChuck Lever2017-06-281-3/+0
| * | | | | | | | | | | Merge tag 'v4.12-rc5' into nfsd treeJ. Bruce Fields2017-06-2865-131/+368
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | sunrpc: mark all struct svc_version instances as constChristoph Hellwig2017-05-151-1/+1
| * | | | | | | | | | | sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig2017-05-152-4/+4
| * | | | | | | | | | | sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig2017-05-151-1/+1
| * | | | | | | | | | | sunrpc: remove kxdrproc_tChristoph Hellwig2017-05-151-7/+0
| * | | | | | | | | | | sunrpc: properly type pc_encode callbacksChristoph Hellwig2017-05-153-9/+10