summaryrefslogtreecommitdiffstats
path: root/fs/nfs.c
Commit message (Expand)AuthorAgeFilesLines
* move parseopt to lib/Antony Pavlov2018-01-171-2/+1
* fs: nfs: pick up network interface bootargs parameterEnrico Jorns2016-09-221-0/+8
* convert users to %pI4Sascha Hauer2016-09-221-3/+1
* string: Fix (v)asprintf prototypesSascha Hauer2016-04-151-5/+4
* nfs: forward filesystem options to the kernel command lineJuergen Borleis2016-02-081-1/+20
* fs/nfs.c: use SUNRPC_PORT remote port by defaultAntony Pavlov2015-07-201-1/+1
* fs/nfs.c: use uint16_t for port numbersAntony Pavlov2015-07-201-2/+2
* fs: nfs: Implement Linux rootargSascha Hauer2015-06-181-0/+24
* fs: rename inode member of struct filep to privSascha Hauer2015-03-091-4/+4
* sizes.h: move include/sizes.h to include/linux/sizes.hMasahiro Yamada2015-01-081-1/+1
* nfs: parse nfsport and mount port from file system optionsUwe Kleine-König2014-02-101-11/+21
* nfs: switch to nfs3Uwe Kleine-König2014-02-101-269/+625
* nfs: drop an unneeded variable from nfs_do_open()Uwe Kleine-König2014-02-101-10/+8
* nfs: simplify rpc_lookup_reqUwe Kleine-König2014-02-101-18/+6
* nfs: shorten and simplify rpc_add_credentials a bitUwe Kleine-König2014-02-101-21/+5
* nfs: skip over stale rpc packetsUwe Kleine-König2014-02-101-1/+6
* nfs: fix mount prog version in portmap lookupUwe Kleine-König2014-02-101-1/+1
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-3/+0
* fs/nfs: fix read when size < 1024Jean-Christophe PLAGNIOL-VILLARD2012-09-071-1/+5
* nfs: add readlink supportJean-Christophe PLAGNIOL-VILLARD2012-09-051-28/+58
* use loff_t for file offsetsSascha Hauer2012-06-301-1/+1
* fs: Add NFS supportSascha Hauer2012-05-141-0/+1054