summaryrefslogtreecommitdiffstats
path: root/fs/nfs.c
Commit message (Expand)AuthorAgeFilesLines
* fs: nfs: Fix possible buffer overflowSascha Hauer2019-09-021-0/+4
* fs: nfs: ensure rpc_req message is sendMarco Felsch2019-04-291-0/+11
* Merge branch 'for-next/nfs'Sascha Hauer2019-02-131-58/+86
|\
| * fs/nfs: stop using a global variable for nfs packet payloadUwe Kleine-König2019-01-221-58/+64
| * fs/nfs: copy data from rpc replies to local storageUwe Kleine-König2019-01-221-5/+26
| * fs/nfs: don't try to set nfs error code from mount rpc callUwe Kleine-König2019-01-221-2/+3
* | fs: let truncate take a loff_t argumentSascha Hauer2019-02-061-1/+1
* | fs: devfs: Change .lseek callbacks to return 'int'Andrey Smirnov2019-02-041-2/+2
* | fs: Update FILE position in lseek()Andrey Smirnov2019-01-291-2/+1
|/
* net: dns: return error codesSascha Hauer2018-11-291-1/+5
* fs: nfs: Switch to dentry cache implementationSascha Hauer2018-07-131-308/+234
* 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