summaryrefslogtreecommitdiffstats
path: root/net/9p
Commit message (Expand)AuthorAgeFilesLines
* net/9p/trans_xen.c: don't inclide rwlock.h directlySebastian Andrzej Siewior2018-06-071-1/+0
* net/9p: detect invalid options as much as possibleChengguang Xu2018-06-071-8/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-061-1/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-031-1/+1
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-261-1/+1
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-115-10/+7
| |\ \ \
| * | | | net/9p: correct the variable name in v9fs_get_trans_by_name() commentSun Lianwen2018-05-071-1/+1
* | | | | Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-14/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig2018-05-261-14/+4
| |/ / /
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-021-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | IB: Revert "remove redundant INFINIBAND kconfig dependencies"Arnd Bergmann2018-05-281-1/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-05-241-1/+1
|\| | | | |_|/ |/| |
| * | IB: remove redundant INFINIBAND kconfig dependenciesGreg Thelen2018-05-091-1/+1
| |/
* | net/9p: fix spelling mistake: "suspsend" -> "suspend"Colin Ian King2018-05-101-1/+1
* | net/9p: correct some comment errors in 9p file system codeSun Lianwen2018-05-104-9/+6
|/
* net/9p/client.c: fix potential refcnt problem of trans moduleChengguang Xu2018-04-051-1/+4
* net/9p: avoid -ERESTARTSYS leak to userspaceGreg Kurz2018-04-051-2/+4
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2018-02-151-1/+2
|\
| * 9p/trans_virtio: discard zero-length replyGreg Kurz2018-02-091-1/+2
* | vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-13/+13
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-30/+30
|\ \ | |/ |/|
| * 9p: untangle ->poll() messAl Viro2017-11-281-30/+30
* | 9p: add missing module license for xen transportStephen Hemminger2018-01-151-0/+4
* | make sock_alloc_file() do sock_release() on failuresAl Viro2017-12-051-1/+0
|/
* Merge branch '9p-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2017-11-224-15/+13
|\
| * 9p: Fix missing commas in mount optionsTuomas Tynkkynen2017-11-192-4/+4
| * net/9p: Switch to wait_event_killable()Tuomas Tynkkynen2017-10-233-11/+9
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* net/9p: switch p9_fd_read to kernel_writeChristoph Hellwig2017-09-041-8/+2
* fs: fix kernel_read prototypeChristoph Hellwig2017-09-041-1/+3
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-153-6/+81
|\
| * 9p: Implement show_optionsDavid Howells2017-07-113-6/+81
* | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-2/+2
|/
* Merge tag 'for-linus-4.12b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-191-4/+4
|\
| * xen/9pfs: p9_trans_xen_init and p9_trans_xen_exit can be staticWei Yongjun2017-05-181-2/+2
| * xen/9pfs: fix return value check in xen_9pfs_front_probe()Wei Yongjun2017-05-181-2/+2
* | Merge tag 'for-linus-4.12b-rc0b-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-043-0/+558
|\|
| * xen/9pfs: select CONFIG_XEN_XENBUS_FRONTENDArnd Bergmann2017-05-021-0/+1
| * xen/9pfs: initialize len to 0 to detect xenbus_read errorsStefano Stabellini2017-05-021-1/+1
| * xen/9pfs: build 9pfs Xen transport driverStefano Stabellini2017-05-022-0/+12
| * xen/9pfs: receive responsesStefano Stabellini2017-05-021-0/+56
| * xen/9pfs: send requests to the backendStefano Stabellini2017-05-021-2/+85
| * xen/9pfs: connect to the backendStefano Stabellini2017-05-021-0/+281
| * xen/9pfs: introduce Xen 9pfs transport driverStefano Stabellini2017-05-021-0/+125
* | net/9p: switch to copy_from_iter_full()Al Viro2017-04-212-4/+3
|/
* p9_client_readdir() fixAl Viro2017-04-171-0/+4
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-03-031-9/+9
|\
| * 9p: constify ->d_name handlingAl Viro2017-01-121-9/+9
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
|/
* IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig2016-09-231-1/+1