aboutsummaryrefslogtreecommitdiff
path: root/net/9p/trans_fd.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-14/+4
2018-05-26fs: add new vfs_poll and file_can_poll helpersGravatar Christoph Hellwig 1-14/+4
2018-05-10net/9p: correct some comment errors in 9p file system codeGravatar Sun Lianwen 1-2/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-13/+13
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-30/+30
2017-12-05make sock_alloc_file() do sock_release() on failuresGravatar Al Viro 1-1/+0
2017-11-289p: untangle ->poll() messGravatar Al Viro 1-30/+30
2017-11-199p: Fix missing commas in mount optionsGravatar Tuomas Tynkkynen 1-3/+3
2017-09-04net/9p: switch p9_fd_read to kernel_writeGravatar Christoph Hellwig 1-8/+2
2017-09-04fs: fix kernel_read prototypeGravatar Christoph Hellwig 1-1/+3
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-3/+28
2017-07-119p: Implement show_optionsGravatar David Howells 1-3/+28
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tGravatar Ingo Molnar 1-2/+2
2015-11-149p: trans_fd, bail out if recv fcall if missingGravatar Dominique Martinet 1-7/+6
2015-11-149p: trans_fd, read rework to use p9_parse_headerGravatar Dominique Martinet 1-35/+40
2015-04-18Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-2/+1
2015-03-21net/9p: Initialize opts->privport as it should be.Gravatar Dominique Martinet 1-0/+1
2015-03-209p: remove unused variable in p9_fd_create()Gravatar Fabian Frederick 1-2/+0
2015-03-12net: Introduce possible_net_tGravatar Eric W. Biederman 1-2/+2
2014-03-259pnet: trans_fd : allocate struct p9_trans_fd and struct p9_conn together.Gravatar Simon Derr 1-46/+25
2014-03-259P: Get rid of REQ_STATUS_FLSHGravatar Simon Derr 1-5/+2
2014-03-259P: Add cancelled() to the transport functions.Gravatar Simon Derr 1-0/+17
2014-03-259P: Add memory barriers to protect request fields over cb/rpc threads handoffGravatar Dominique Martinet 1-9/+6
2013-11-23net/9p: remove virtio default hack and set appropriate bits insteadGravatar Eric Van Hensbergen 1-1/+1
2013-10-24file->f_op is never NULL...Gravatar Al Viro 1-2/+2
2013-07-07net/9p: add privport option to 9p tcp transportGravatar Jim Garlick 1-1/+39
2012-10-12Merge tag 'for-linus-merge-3.7' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-18/+20
2012-10-119P: Fix race between p9_write_work() and p9_fd_request()Gravatar Simon Derr 1-1/+2
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-9/+7
2012-09-26unexport sock_map_fd(), switch to sock_alloc_file()Gravatar Al Viro 1-9/+7
2012-09-179P: Fix race in p9_write_work()Gravatar Simon Derr 1-9/+10
2012-09-179P: fix test at the end of p9_write_work()Gravatar Simon Derr 1-1/+1
2012-09-179P: Fix race in p9_read_work()Gravatar Simon Derr 1-7/+7
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Gravatar Tejun Heo 1-1/+1
2012-04-15net: cleanup unsigned to unsigned intGravatar Eric Dumazet 1-1/+1
2012-01-059p: Reduce object size with CONFIG_NET_9P_DEBUGGravatar Joe Perches 1-55/+58
2011-05-25net/9p: enable 9p to work in non-default network namespaceGravatar Rob Landley 1-3/+4
2011-05-199p: Kill set but not used variable 'ret' in parse_opts()Gravatar David S. Miller 1-2/+0
2011-03-22net/9p: Convert the in the 9p rpc call path to GFP_NOFSGravatar Aneesh Kumar K.V 1-1/+1
2011-02-01net/9p: replace p9_poll_task with a workGravatar Tejun Heo 1-24/+8
2011-02-01net/9p: use system_wq instead of p9_mux_wqGravatar Tejun Heo 1-15/+5
2010-09-06net/9p/trans_fd.c: Fix unsigned return typeGravatar Julia Lawall 1-1/+1
2010-08-029p: strlen() doesn't count the terminatorGravatar Dan Carpenter 1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-02-089p: fix option parsingGravatar Eric Van Hensbergen 1-4/+6
2009-12-169p connect fixesGravatar Al Viro 1-66/+46
2009-11-29net: Move && and || to end of previous lineGravatar Joe Perches 1-2/+2
2009-08-179p: minor comment fixesGravatar Abhishek Kulkarni 1-4/+4
2009-07-02net/9p: Fix crash due to bad mount parameters.Gravatar Abhishek Kulkarni 1-6/+8
2009-04-05net/9p: handle correctly interrupted 9P requestsGravatar Latchesar Ionkov 1-5/+9