summaryrefslogtreecommitdiffstats
path: root/fs/nfs.c
Commit message (Expand)AuthorAgeFilesLines
* fs: nfs: Error if a port is unregisteredJohn Watts2023-02-031-0/+6
* Rename struct fs_driver_d to fs_driverSascha Hauer2023-01-101-1/+1
* Rename struct fs_device_d to fs_deviceSascha Hauer2023-01-101-2/+2
* Rename struct device_d to deviceSascha Hauer2023-01-101-9/+9
* treewide: Remove duplicate incudesAlexander Shiyan2022-06-101-1/+0
* fs: nfs: Start earlier to resend requestsUwe Kleine-König2021-06-111-2/+2
* fs: nfs: Fix readlink max size checkSascha Hauer2021-05-121-1/+1
* nfs: check return value of various rpc callsUwe Kleine-König2020-11-091-11/+113
* fs: Add destroy_inode callbacks to filesystemsSascha Hauer2020-07-051-0/+8
* treewide: remove references to CREDITSUwe Kleine-König2020-04-271-3/+0
* nfs: Do not allow to abortSascha Hauer2020-03-301-3/+0
* fs: nfs: don't maintain nfs dentries in dcacheSascha Hauer2020-03-301-0/+1
* nfs: queue received packetsSascha Hauer2020-03-301-23/+29
* nfs: Fix polling for packetsSascha Hauer2020-03-301-2/+5
* nfs: Fix rpc_check_reply() return value for stale packetsSascha Hauer2020-03-301-7/+2
* nfs: remove unnecessary checkSascha Hauer2020-03-301-3/+0
* nfs: Add missing freeSascha Hauer2020-03-301-0/+1
* nfs: Add function to free packetsSascha Hauer2020-03-301-11/+16
* 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