summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* NFS: remove set but not used variable 'mapping'YueHaibing2019-09-211-2/+0
* NFSv2: Fix write regressionTrond Myklebust2019-09-211-1/+3
* NFSv2: Fix eof handlingTrond Myklebust2019-09-211-1/+2
* NFS: Fix writepage(s) error handling to not report errors twiceTrond Myklebust2019-09-211-8/+13
* NFS: Fix spurious EIO read errorsTrond Myklebust2019-09-213-21/+36
* pNFS/flexfiles: Don't time out requests on hard mountsTrond Myklebust2019-09-211-2/+9
* NFS: On fatal writeback errors, we need to call nfs_inode_remove_request()Trond Myklebust2019-09-211-0/+3
* NFS: Fix initialisation of I/O result struct in nfs_pgio_rpcsetupTrond Myklebust2019-09-211-1/+1
* NFSv4: Fix return value in nfs_finish_open()Trond Myklebust2019-09-211-1/+1
* NFSv4: Fix return values for nfs4_file_open()Trond Myklebust2019-09-211-6/+6
* nfs: disable client side deduplicationDarrick J. Wong2019-09-211-1/+5
* Revert "NFSv4/flexfiles: Abort I/O early if the layout segment was invalidated"Trond Myklebust2019-09-061-17/+0
* NFS: Ensure O_DIRECT reports an error if the bytes read/written is 0Trond Myklebust2019-09-062-9/+19
* NFSv4/pnfs: Fix a page lock leak in nfs_pageio_resend()Trond Myklebust2019-09-061-7/+9
* NFSv4: Ensure state recovery handles ETIMEDOUT correctlyTrond Myklebust2019-08-292-2/+7
* NFS: Fix regression whereby fscache errors are appearing on 'nofsc' mountsTrond Myklebust2019-08-293-2/+8
* NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim()Trond Myklebust2019-08-293-7/+28
* NFSv4.1: Only reap expired delegationsTrond Myklebust2019-08-291-6/+17
* NFSv4.1: Fix open stateid recoveryTrond Myklebust2019-08-291-27/+38
* NFSv4: When recovering state fails with EAGAIN, retry the same recoveryTrond Myklebust2019-08-291-1/+8
* NFSv4: Fix a credential refcount leak in nfs41_check_delegation_stateidTrond Myklebust2019-08-291-2/+1
* NFSv4: Fix an Oops in nfs4_do_setattrTrond Myklebust2019-08-161-1/+1
* NFSv4: Check the return value of update_open_stateid()Trond Myklebust2019-08-161-4/+8
* NFSv4: Fix delegation state recoveryTrond Myklebust2019-08-163-15/+14
* NFS: Cleanup if nfs_match_client is interruptedBenjamin Coddington2019-08-041-2/+2
* pnfs: Fix a problem where we gratuitously start doing I/O through the MDSTrond Myklebust2019-07-261-1/+1
* pnfs/flexfiles: Fix PTR_ERR() dereferences in ff_layout_track_ds_errorTrond Myklebust2019-07-261-1/+1
* Revert "NFS: readdirplus optimization by cache mechanism" (memleak)Max Kellermann2019-07-262-86/+7
* NFSv4: Handle the special Linux file open access modeTrond Myklebust2019-07-262-1/+2
* NFS/flexfiles: Use the correct TCP timeout for flexfiles I/OTrond Myklebust2019-06-281-1/+1
* NFS4: Only set creation opendata if O_CREATBenjamin Coddington2019-06-211-9/+11
* Merge tag 'nfs-for-5.2-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-06-061-20/+12
|\
| * NFSv4.1: Fix bug only first CB_NOTIFY_LOCK is handledYihao Wu2019-05-301-3/+5
| * NFSv4.1: Again fix a race where CB_NOTIFY_LOCK fails to wake a waiterYihao Wu2019-05-301-17/+7
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-302-10/+2
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-243-15/+3
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-214-0/+4
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-215-0/+5
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-2113-0/+13
* Merge tag 'afs-fixes-20190516' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-161-1/+1
|\
| * dns_resolver: Allow used keys to be invalidatedDavid Howells2019-05-151-1/+1
* | Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-05-153-3/+9
|\ \
| * | lockd: Pass the user cred from knfsd when starting the lockd serverTrond Myklebust2019-04-241-0/+1
| * | SUNRPC: Cache the process user cred in the RPC server listenerTrond Myklebust2019-04-241-2/+5
| * | SUNRPC: Allow further customisation of RPC program registrationTrond Myklebust2019-04-241-0/+1
| * | SUNRPC: Add a callback to initialise server requestsTrond Myklebust2019-04-241-0/+1
| * | SUNRPC/nfs: Fix return value for nfs4_callback_compound()Trond Myklebust2019-04-241-1/+1
* | | Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-05-0927-265/+507
|\ \ \ | |_|/ |/| |
| * | NFS: Fix a double unlock from nfs_match,get_clientBenjamin Coddington2019-05-091-1/+1
| * | nfs: pass the correct prototype to read_cache_pageChristoph Hellwig2019-05-092-6/+8