Commit Graph

154 Commits (f8b3aaf2ba8ca9e27b47f8bfdff07c8b968f2c05)

Author SHA1 Message Date
Julia Lawall 29af9309db net/9p/trans_fd.c: Fix unsigned return type 15 years ago
Aneesh Kumar K.V 0b1208b1aa fs/9p: destroy fid on failed remove 15 years ago
Aneesh Kumar K.V eda25e4616 net/9p: Implement TXATTRCREATE 9p call 15 years ago
Aneesh Kumar K.V 0ef63f345c net/9p: Implement attrwalk 9p call 15 years ago
M. Mohan Kumar ef56547efa 9p: Implement LOPEN 15 years ago
Venkateswararao Jujjuri (JV) 5643135a28 fs/9p: This patch implements TLCREATE for 9p2000.L protocol. 15 years ago
M. Mohan Kumar 01a622bd74 9p: Implement TMKDIR 15 years ago
M. Mohan Kumar 4b43516ab1 9p: Implement TMKNOD 15 years ago
Venkateswararao Jujjuri (JV) 50cc42ff3d 9p: Define and implement TSYMLINK for 9P2000.L 15 years ago
Venkateswararao Jujjuri (JV) 652df9a7fd 9p: Define and implement TLINK for 9P2000.L 15 years ago
Sripathi Kodi 87d7845aa0 9p: Implement client side of setattr for 9P2000.L protocol. 15 years ago
Sripathi Kodi f085312204 9p: getattr client implementation for 9P2000.L protocol. 15 years ago
Aneesh Kumar K.V 69d4b4436b net/9p: Handle the server returned error properly 15 years ago
Sripathi Kodi 7751bdb3a0 9p: readdir implementation for 9p2000.L 15 years ago
Dan Carpenter cff6b8a9b8 9p: strlen() doesn't count the terminator 15 years ago
Dan Carpenter 5c4bfa17f3 9p: strlen() doesn't count the terminator 15 years ago
Alexey Dobriyan 4be929be34 kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT_MAX and SHRT_MIN 15 years ago
Sripathi Kodi 4681dbdacb 9p: add 9P2000.L rename operation 15 years ago
Sripathi Kodi bda8e77520 9p: add 9P2000.L statfs operation 15 years ago
Sripathi Kodi c56e4acf55 9p: VFS switches for 9p2000.L: protocol and client changes 15 years ago
Michael S. Tsirkin dc3f5e68f8 trans_virtio: use virtqueue_xxx wrappers 15 years ago
Joe Perches 3fa21e07e6 net: Remove unnecessary returns from void function()s 15 years ago
Dan Carpenter 3dc9fef67f 9p: saving negative to unsigned char 15 years ago
Aneesh Kumar K.V 6d96d3ab7a 9p: Make sure we are able to clunk the cached fid on umount 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Sripathi Kodi 45bc21edb5 9p: Change the name of new protocol from 9p2010.L to 9p2000.L 15 years ago
Aneesh Kumar K.V 86c8437383 net/9p: Add sysfs mount_tag file for virtio 9P device 15 years ago
Aneesh Kumar K.V 97ee9b0257 net/9p: Use the tag name in the config space for identifying mount point 15 years ago
Sripathi Kodi c5a7697da9 9P2010.L handshake: .L protocol negotiation 15 years ago
Sripathi Kodi 342fee1d5c 9P2010.L handshake: Remove "dotu" variable 15 years ago
Sripathi Kodi 0fb80abd91 9P2010.L handshake: Add mount option 15 years ago
Aneesh Kumar K.V c1a7c22620 net/9p: Handle mount errors correctly. 15 years ago
Aneesh Kumar K.V 37c1209d41 net/9p: Remove MAX_9P_CHAN limit 15 years ago
Aneesh Kumar K.V f75580c4af net/9p: Add multi channel support. 15 years ago
Eric Van Hensbergen 8781ff9495 9p: fix p9_client_destroy unconditional calling v9fs_put_trans 15 years ago
Aneesh Kumar K.V fb786100f7 9p: Fix the kernel crash on a failed mount 15 years ago
Eric Van Hensbergen d8c8a9e365 9p: fix option parsing 15 years ago
Eric Van Hensbergen 9d6939dac7 net/9p: fix statsize inside twstat 15 years ago
Eric Van Hensbergen 349d3bb878 net/9p: fail when user specifies a transport which we can't find 15 years ago
Eric Van Hensbergen 562ada6120 net/9p: fix virtio transport to correctly update status on connect 15 years ago
Al Viro 6b18662e23 9p connect fixes 15 years ago
Joe Perches f64f9e7192 net: Move && and || to end of previous line 15 years ago
Eric Van Hensbergen 3e2796a90c 9p: fix readdir corner cases 15 years ago
Christian Borntraeger e95646c3ec virtio: let header files include virtio_ids.h 16 years ago
Fernando Luis Vazquez Cao 3ca4f5ca73 virtio: add virtio IDs file 16 years ago
Fernando Luis Vazquez Cao 3a20210dc2 virtio: get rid of redundant VIRTIO_ID_9P definition 16 years ago
Rusty Russell 3c1b27d504 virtio: make add_buf return capacity remaining 16 years ago
Abhishek Kulkarni 0aad37ef3d net/9p: insulate the client against an invalid error code sent by a 9p server 16 years ago
Abhishek Kulkarni 0e15597ebf 9p: minor comment fixes 16 years ago
Abhishek Kulkarni eedfe1c428 9p: Possible regression in p9_client_stat 16 years ago