| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2017-07-13 | 5 | -8/+31 |
|\ |
|
| * | NFS: Don't run wake_up_bit() when nobody is waiting... | Trond Myklebust | 2017-07-13 | 1 | -0/+2 |
| * | nfs4: add NFSv4 LOOKUPP handlers | Jeff Layton | 2017-07-13 | 2 | -1/+17 |
| * | nfs: add a nfs_ilookup helper | Peng Tao | 2017-07-13 | 1 | -0/+1 |
| * | NFSv4.1: Handle EXCHGID4_FLAG_CONFIRMED_R during NFSv4.1 migration | Chuck Lever | 2017-07-13 | 1 | -0/+2 |
| * | NFS: Ensure we commit after writeback is complete | Trond Myklebust | 2017-07-13 | 2 | -0/+3 |
| * | NFS: Remove unused fields in the page I/O structures | Trond Myklebust | 2017-07-13 | 2 | -2/+0 |
| * | NFS: nfs_rename() - revalidate directories on -ERESTARTSYS | Benjamin Coddington | 2017-07-13 | 1 | -0/+1 |
| * | NFS: convert flags to bool | Benjamin Coddington | 2017-07-13 | 1 | -5/+5 |
| * | sunrpc: mark all struct svc_version instances as const | Christoph Hellwig | 2017-07-13 | 1 | -1/+1 |
| * | sunrpc: mark all struct svc_procinfo instances as const | Christoph Hellwig | 2017-07-13 | 2 | -4/+4 |
| * | sunrpc: move pc_count out of struct svc_procinfo | Christoph Hellwig | 2017-07-13 | 1 | -1/+1 |
| * | sunrpc: remove kxdrproc_t | Christoph Hellwig | 2017-07-13 | 1 | -7/+0 |
| * | sunrpc: properly type pc_encode callbacks | Christoph Hellwig | 2017-07-13 | 3 | -9/+10 |
| * | sunrpc: properly type pc_decode callbacks | Christoph Hellwig | 2017-07-13 | 3 | -19/+20 |
| * | sunrpc: properly type pc_release callbacks | Christoph Hellwig | 2017-07-13 | 1 | -1/+2 |
| * | sunrpc: properly type pc_func callbacks | Christoph Hellwig | 2017-07-13 | 1 | -2/+2 |
| * | sunrpc: mark all struct rpc_procinfo instances as const | Christoph Hellwig | 2017-07-13 | 2 | -3/+3 |
| * | sunrpc: move p_count out of struct rpc_procinfo | Christoph Hellwig | 2017-07-13 | 1 | -1/+1 |
| * | sunrpc: properly type argument to kxdrdproc_t | Christoph Hellwig | 2017-07-13 | 1 | -1/+2 |
| * | sunrpc: properly type argument to kxdreproc_t | Christoph Hellwig | 2017-07-13 | 1 | -1/+4 |
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2017-07-13 | 6 | -14/+38 |
|\ \ |
|
| * | | iscsi-target: Add login_keys_workaround attribute for non RFC initiators | Nicholas Bellinger | 2017-07-11 | 1 | -0/+9 |
| * | | target: Use macro for WRITE_VERIFY_32 operation codes | Damien Le Moal | 2017-07-07 | 1 | -0/+1 |
| * | | target: remove transport_complete | Mike Christie | 2017-07-07 | 1 | -4/+0 |
| * | | target: add helper to copy sense to se_cmd buffer | Mike Christie | 2017-07-07 | 1 | -0/+2 |
| * | | target: remove g_device_list | Mike Christie | 2017-07-07 | 1 | -1/+0 |
| * | | tcmu: perfom device add, del and reconfig synchronously | Mike Christie | 2017-07-07 | 1 | -0/+7 |
| * | | target: add helper to find se_device by dev_index | Mike Christie | 2017-07-07 | 1 | -0/+2 |
| * | | target: use idr for se_device dev index | Mike Christie | 2017-07-07 | 1 | -1/+0 |
| * | | target: break up free_device callback | Mike Christie | 2017-07-07 | 1 | -0/+1 |
| * | | tcmu: reconfigure netlink attr changes | Mike Christie | 2017-07-07 | 1 | -8/+4 |
| * | | tcmu: Add Type of reconfig into netlink | Bryant G. Ly | 2017-07-07 | 1 | -0/+8 |
| * | | tcmu: Add netlink for device reconfiguration | Bryant G. Ly | 2017-07-07 | 1 | -0/+1 |
| * | | target: Introduce a function that shows the command state | Bart Van Assche | 2017-07-07 | 1 | -0/+1 |
| * | | iscsi-target: Kill left-over iscsi_target_do_cleanup | Nicholas Bellinger | 2017-07-07 | 1 | -1/+0 |
| * | | target: Use {get,put}_unaligned_be*() instead of open coding these functions | Bart Van Assche | 2017-07-07 | 1 | -0/+8 |
| * | | target: Remove se_device.dev_list | Bart Van Assche | 2017-07-07 | 1 | -2/+0 |
| * | | target: Add TARGET_SCF_LOOKUP_LUN_FROM_TAG support for ABORT_TASK | Nicholas Bellinger | 2017-07-07 | 1 | -1/+2 |
| * | | target/configfs: Kill se_lun->lun_link_magic | Nicholas Bellinger | 2017-06-09 | 1 | -2/+0 |
| * | | target/configfs: Kill se_device->dev_link_magic | Nicholas Bellinger | 2017-06-09 | 1 | -2/+0 |
* | | | Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2017-07-13 | 8 | -93/+55 |
|\ \ \ |
|
| * | | | svcrdma: Clean up after converting svc_rdma_recvfrom to rdma_rw API | Chuck Lever | 2017-07-12 | 1 | -4/+0 |
| * | | | svcrdma: Remove frmr cache | Chuck Lever | 2017-07-12 | 1 | -18/+0 |
| * | | | svcrdma: Remove unused Read completion handlers | Chuck Lever | 2017-07-12 | 1 | -3/+1 |
| * | | | svcrdma: Use generic RDMA R/W API in RPC Call path | Chuck Lever | 2017-07-12 | 1 | -14/+0 |
| * | | | svcrdma: Add recvfrom helpers to svc_rdma_rw.c | Chuck Lever | 2017-07-12 | 1 | -0/+3 |
| * | | | sunrpc: Allocate up to RPCSVC_MAXPAGES per svc_rqst | Chuck Lever | 2017-07-12 | 1 | -1/+1 |
| * | | | svcrdma: Remove svc_rdma_marshal.c | Chuck Lever | 2017-06-28 | 1 | -3/+0 |
| * | | | Merge tag 'v4.12-rc5' into nfsd tree | J. Bruce Fields | 2017-06-28 | 65 | -131/+368 |
| |\ \ \
| | | |/
| | |/| |
|