summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2020-01-29fs/nfs: Fix nfs_parse_devname to not modify it's argumentEric W. Biederman1-1/+1
2019-11-25NFSv4.x: fix lock recovery during delegation recallOlga Kornievskaia1-3/+3
2019-11-12NFSv4: Don't allow a cached open with a revoked delegationTrond Myklebust3-5/+13
2019-11-06NFSv4: Fix leak of clp->cl_acceptor stringChuck Lever1-0/+1
2019-10-17fs: nfs: Fix possible null-pointer dereferences in encode_attrs()Jia-Ju Bai1-1/+1
2019-09-21NFSv2: Fix write regressionTrond Myklebust1-1/+3
2019-09-21NFSv2: Fix eof handlingTrond Myklebust1-1/+2
2019-09-21NFS: Fix initialisation of I/O result struct in nfs_pgio_rpcsetupTrond Myklebust1-1/+1
2019-09-21NFSv4: Fix return values for nfs4_file_open()Trond Myklebust1-6/+6
2019-09-06NFSv4: Fix a potential sleep while atomic in nfs4_do_reclaim()Trond Myklebust3-7/+28
2019-08-04NFSv4: Fix open create exclusive when the server rebootsTrond Myklebust1-15/+26
2019-08-04NFSv4: Handle the special Linux file open access modeTrond Myklebust2-1/+2
2019-06-11NFS4: Fix v4.0 client state corruption when mountZhangXiaoxu1-0/+4
2019-05-16NFS: Forbid setting AF_INET6 to "struct sockaddr_in"->sin_family.Tetsuo Handa1-1/+2
2019-03-23NFS: Don't recoalesce on error in nfs_pageio_complete_mirror()Trond Myklebust1-1/+1
2019-03-23NFS: Fix an I/O request leakage in nfs_do_recoalesceTrond Myklebust1-1/+0
2019-03-23NFS41: pop some layoutget errors to applicationPeng Tao6-14/+78
2019-03-23nfs: Fix NULL pointer dereference of dev_nameYao Liu1-0/+5
2019-02-20NFS: nfs_compare_mount_options always compare auth flavors.Chris Perl1-2/+1
2018-11-21NFSv4.1: Fix the r/wsize checkingTrond Myklebust1-7/+9
2018-09-19NFSv4.0 fix client reference leak in callbackOlga Kornievskaia1-3/+8
2018-09-09pnfs/blocklayout: off by one in bl_map_stripe()Dan Carpenter1-1/+1
2018-07-03NFSv4: Fix possible 1-byte stack overflow in nfs_idmap_read_and_verify_messageDave Wysochanski1-2/+3
2018-05-30nfs: Do not convert nfs_idmap_cache_timeout to jiffiesJan Chochol1-1/+1
2018-05-30NFSv4: always set NFS_LOCK_LOST when a lock is lost.NeilBrown2-5/+12
2018-04-13pNFS/flexfiles: missing error code in ff_layout_alloc_lseg()Dan Carpenter1-0/+1
2018-04-13NFSv4.1: Work around a Linux server bug...Trond Myklebust1-0/+6
2018-04-13NFSv4.1: RECLAIM_COMPLETE must handle NFS4ERR_CONN_NOT_BOUND_TO_SESSIONTrond Myklebust2-4/+13
2018-03-24NFS: Fix missing pg_cleanup after nfs_pageio_cond_complete()Benjamin Coddington1-2/+4
2018-03-22fs: Teach path_connected to handle nfs filesystems with multiple roots.Eric W. Biederman1-0/+2
2018-03-18NFS: Fix an incorrect type in struct nfs_direct_reqTrond Myklebust1-1/+1
2018-02-16NFS: reject request for id_legacy key without auxdataEric Biggers1-1/+5
2018-02-16NFS: commit direct writes even if they fail partiallyJ. Bruce Fields1-3/+1
2018-02-16NFS: Add a cond_resched() to nfs_commit_release_pages()Trond Myklebust1-0/+2
2018-02-16nfs/pnfs: fix nfs_direct_req ref leak when i/o falls back to the mdsScott Mayhew1-2/+2
2017-12-20NFSv4.1 respect server's max size in CREATE_SESSIONOlga Kornievskaia1-2/+2
2017-12-16NFS: Fix a typo in nfs_rename()Trond Myklebust1-1/+1
2017-12-09NFSv4: Fix client recovery when server reboots multiple timesTrond Myklebust1-1/+0
2017-12-09nfs: Don't take a reference on fl->fl_file for LOCK operationBenjamin Coddington1-3/+0
2017-12-05NFS: revalidate "." etc correctly on "open".NeilBrown1-1/+2
2017-11-30nfs: Fix ugly referral attributesChuck Lever1-10/+8
2017-11-30NFS: Fix typo in nomigration mount optionJoshua Watt1-1/+1
2017-09-14NFS: Fix 2 use after free issues in the I/O codeTrond Myklebust3-17/+12
2017-08-16pnfs/blocklayout: require 64-bit sector_tChristoph Hellwig1-0/+1
2017-08-16nfs/flexfiles: fix leak of nfs4_ff_ds_version arraysWeston Andros Adamson1-0/+1
2017-07-28NFS: only invalidate dentrys that are clearly invalid.NeilBrown2-6/+10
2017-07-05NFSv4: fix a reference leak caused WARNING messagesKinglong Mee1-2/+0
2017-06-17nfs: Fix "Don't increment lock sequence ID after NFS4ERR_MOVED"Chuck Lever1-0/+1
2017-06-14NFSv4: Don't perform cached access checks before we've OPENed the fileTrond Myklebust1-0/+3
2017-06-14NFS: Ensure we revalidate attributes before using execute_ok()Trond Myklebust1-2/+16