Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | libceph: check reply num_data_items in setup_request_data() | Ilya Dryomov | 2018-10-22 | 1 | -25/+23 | |
| * | | | | | | | libceph: preallocate message data items | Ilya Dryomov | 2018-10-22 | 3 | -89/+144 | |
| * | | | | | | | libceph, rbd, ceph: move ceph_osdc_alloc_messages() calls | Ilya Dryomov | 2018-10-22 | 1 | -17/+21 | |
| * | | | | | | | libceph: introduce alloc_watch_request() | Ilya Dryomov | 2018-10-22 | 1 | -9/+19 | |
| * | | | | | | | libceph: assign cookies in linger_submit() | Ilya Dryomov | 2018-10-22 | 1 | -21/+27 | |
| * | | | | | | | libceph: enable fallback to ceph_msg_new() in ceph_msgpool_get() | Ilya Dryomov | 2018-10-22 | 2 | -3/+3 | |
| * | | | | | | | libceph: no need to call osd_req_opcode_valid() in osd_req_encode_op() | Ilya Dryomov | 2018-10-22 | 1 | -6/+0 | |
| * | | | | | | | libceph: don't consume a ref on pagelist in ceph_msg_data_add_pagelist() | Ilya Dryomov | 2018-10-22 | 2 | -0/+9 | |
| * | | | | | | | libceph: introduce ceph_pagelist_alloc() | Ilya Dryomov | 2018-10-22 | 2 | -10/+24 | |
| * | | | | | | | libceph: osd_req_op_cls_init() doesn't need to take opcode | Ilya Dryomov | 2018-10-22 | 1 | -5/+4 | |
* | | | | | | | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2018-10-31 | 5 | -5/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | mm: remove include/linux/bootmem.h | Mike Rapoport | 2018-10-31 | 5 | -5/+5 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2018-10-30 | 8 | -161/+219 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | nfsd: Fix an Oops in free_session() | Trond Myklebust | 2018-10-29 | 1 | -1/+1 | |
| * | | | | | | | svcrdma: Remove try_module_get from backchannel | Chuck Lever | 2018-10-29 | 1 | -14/+0 | |
| * | | | | | | | svcrdma: Remove ->release_rqst call in bc reply handler | Chuck Lever | 2018-10-29 | 1 | -5/+4 | |
| * | | | | | | | svcrdma: Reduce max_send_sges | Chuck Lever | 2018-10-29 | 1 | -4/+6 | |
| * | | | | | | | SUNRPC: Simplify TCP receive code | Trond Myklebust | 2018-10-29 | 1 | -39/+14 | |
| * | | | | | | | SUNRPC: Replace the cache_detail->hash_lock with a regular spinlock | Trond Myklebust | 2018-10-29 | 1 | -23/+23 | |
| * | | | | | | | SUNRPC: Remove non-RCU protected lookup | Trond Myklebust | 2018-10-29 | 1 | -57/+4 | |
| * | | | | | | | SUNRPC: Lockless server RPCSEC_GSS context lookup | Trond Myklebust | 2018-10-29 | 1 | -6/+26 | |
| * | | | | | | | SUNRPC: Make server side AUTH_UNIX use lockless lookups | Trond Myklebust | 2018-10-29 | 1 | -6/+8 | |
| * | | | | | | | SUNRPC: Allow cache lookups to use RCU protection rather than the r/w spinlock | Trond Myklebust | 2018-10-29 | 1 | -14/+79 | |
| * | | | | | | | SUNRPC: Refactor sunrpc_cache_lookup | Trond Myklebust | 2018-10-03 | 1 | -8/+25 | |
| * | | | | | | | SUNRPC: Add lockless lookup of the server's auth domain | Trond Myklebust | 2018-10-03 | 3 | -6/+35 | |
| * | | | | | | | SUNRPC: Remove the server 'authtab_lock' and just use RCU | Trond Myklebust | 2018-10-03 | 1 | -18/+34 | |
* | | | | | | | | Merge tag '9p-for-4.20' of git://github.com/martinetd/linux | Linus Torvalds | 2018-10-29 | 9 | -478/+405 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | 9p/trans_fd: put worker reqs on destroy | Dominique Martinet | 2018-10-10 | 1 | -0/+8 | |
| * | | | | | | | | 9p/trans_fd: abort p9_read_work if req status changed | Dominique Martinet | 2018-10-10 | 1 | -6/+11 | |
| * | | | | | | | | 9p: potential NULL dereference | Dan Carpenter | 2018-10-10 | 1 | -1/+1 | |
| * | | | | | | | | 9p: p9dirent_read: check network-provided name length | Dominique Martinet | 2018-09-07 | 1 | -3/+9 | |
| * | | | | | | | | 9p/rdma: remove useless check in cm_event_handler | Dominique Martinet | 2018-09-07 | 1 | -2/+1 | |
| * | | | | | | | | 9p: do not trust pdu content for stat item size | Gertjan Halkes | 2018-09-07 | 1 | -1/+2 | |
| * | | | | | | | | 9p: Rename req to rreq in trans_fd | Tomas Bortoli | 2018-09-07 | 1 | -15/+15 | |
| * | | | | | | | | 9p/rdma: do not disconnect on down_interruptible EAGAIN | Dominique Martinet | 2018-09-07 | 1 | -2/+2 | |
| * | | | | | | | | 9p: Add refcount to p9_req_t | Tomas Bortoli | 2018-09-07 | 5 | -12/+84 | |
| * | | | | | | | | 9p: rename p9_free_req() function | Tomas Bortoli | 2018-09-07 | 1 | -50/+50 | |
| * | | | | | | | | 9p: add a per-client fcall kmem_cache | Dominique Martinet | 2018-09-07 | 1 | -5/+32 | |
| * | | | | | | | | 9p: embed fcall in req to round down buffer allocs | Dominique Martinet | 2018-09-07 | 5 | -116/+122 | |
| * | | | | | | | | 9p: Remove p9_idpool | Matthew Wilcox | 2018-08-29 | 2 | -141/+0 | |
| * | | | | | | | | 9p: Use a slab for allocating requests | Matthew Wilcox | 2018-08-29 | 2 | -154/+93 | |
| * | | | | | | | | 9p: clear dangling pointers in p9stat_free | Dominique Martinet | 2018-08-29 | 1 | -0/+5 | |
| * | | | | | | | | 9p/xen: fix check for xenbus_read error in front_probe | Dominique Martinet | 2018-08-27 | 1 | -2/+2 | |
* | | | | | | | | | net: diag: document swapped src/dst in udp_dump_one. | Lorenzo Colitti | 2018-10-29 | 1 | -0/+1 | |
* | | | | | | | | | net: sched: gred: pass the right attribute to gred_change_table_def() | Jakub Kicinski | 2018-10-29 | 1 | -1/+1 | |
* | | | | | | | | | net: bridge: remove ipv6 zero address check in mcast queries | Nikolay Aleksandrov | 2018-10-29 | 1 | -2/+1 | |
* | | | | | | | | | net: Properly unlink GRO packets on overflow. | David S. Miller | 2018-10-28 | 1 | -1/+1 | |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2018-10-27 | 2 | -6/+25 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
| * | | | | | | | | bpf: fix wrong helper enablement in cgroup local storage | Daniel Borkmann | 2018-10-27 | 1 | -4/+0 | |
| * | | | | | | | | bpf: add bpf_jit_limit knob to restrict unpriv allocations | Daniel Borkmann | 2018-10-26 | 1 | -2/+8 |