summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2019-02-20NFS: nfs_compare_mount_options always compare auth flavors.Chris Perl1-2/+1
2018-11-22NFSv4.1: Fix the r/wsize checkingTrond Myklebust1-7/+9
2018-11-10nfs: fix high load average due to callback thread sleepingJeff Layton1-3/+3
2018-11-10NFSv4: Remove incorrect check in can_open_delegated()Trond Myklebust1-2/+0
2018-11-10NFS: Ignore transport protocol when detecting server trunkingChuck Lever1-6/+0
2018-11-10NFSv4/v4.1: Verify the client owner id during trunking detectionTrond Myklebust1-0/+18
2018-11-10NFSv4: Cache the NFSv4/v4.1 client owner_id in the struct nfs_clientTrond Myklebust2-4/+16
2018-09-09pnfs/blocklayout: off by one in bl_map_stripe()Dan Carpenter1-1/+1
2018-05-30nfs: Do not convert nfs_idmap_cache_timeout to jiffiesJan Chochol1-1/+1
2018-04-13NFSv4.1: RECLAIM_COMPLETE must handle NFS4ERR_CONN_NOT_BOUND_TO_SESSIONTrond Myklebust2-4/+13
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
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-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-08-16pnfs/blocklayout: require 64-bit sector_tChristoph Hellwig1-0/+1
2017-07-28NFS: only invalidate dentrys that are clearly invalid.NeilBrown2-6/+10
2017-04-30fs/nfs: fix new compiler warning about boolean in switchAndre Przywara1-7/+4
2017-01-15nfs_write_end(): fix handling of short copiesAl Viro1-1/+1
2016-09-16NFSv4.x: Fix a refcount leak in nfs_callback_up_netTrond Myklebust1-0/+1
2016-08-22nfs: don't create zero-length requestsBenjamin Coddington1-1/+4
2016-07-12NFS: Fix another OPEN_DOWNGRADE bugTrond Myklebust1-3/+2
2016-07-12make nfs_atomic_open() call d_drop() on all ->open_context() errors.Al Viro1-1/+1
2016-03-08NFSv4: Fix a dentry leak on alias useBenjamin Coddington1-2/+2
2016-02-10NFS: Fix attribute cache revalidationTrond Myklebust1-15/+39
2016-02-10NFS: Remove the "NFS_CAP_CHANGE_ATTR" capabilityTrond Myklebust3-6/+3
2016-02-10nfs: Fix race in __update_open_stateid()Andrew Elble1-1/+1
2016-01-21nfs: if we have no valid attrs, then don't declare the attribute cache validJeff Layton1-1/+5
2016-01-21nfs4: start callback_ident at idr 1Benjamin Coddington1-1/+1
2015-10-28nfs/filelayout: Fix NULL reference caused by double freeing of fh_arrayKinglong Mee1-19/+12
2015-10-28nfs: fix pg_test page count calculationPeng Tao1-1/+1
2015-10-07NFS: nfs_set_pgio_error sometimes misses errorsTrond Myklebust1-2/+2
2015-10-07NFS: Fix a NULL pointer dereference of migration recovery ops for v4.2 clientKinglong Mee1-0/+1
2015-10-07NFSv4: don't set SETATTR for O_RDONLY|O_EXCLNeilBrown1-1/+1
2015-08-04NFS: Fix size of NFSACL SETACL operationsChuck Lever1-1/+1
2015-07-21Revert "nfs: take extra reference to fl->fl_file when running a LOCKU operation"Sasha Levin1-2/+0
2015-07-05nfs: take extra reference to fl->fl_file when running a LOCKU operationJeff Layton1-0/+2
2015-07-05nfs: take extra reference to fl->fl_file when running a setlkJeff Layton1-0/+3
2015-07-04NFS: Ensure we set NFS_CONTEXT_RESEND_WRITES when requeuing writesTrond Myklebust2-0/+2
2015-07-04pNFS: Fix a memory leak when attempted pnfs failsTrond Myklebust1-0/+2
2015-07-04fixing infinite OPEN loop in 4.0 stateid recoveryOlga Kornievskaia1-0/+2
2015-05-18NFS: Add a stub for GETDEVICELISTAnna Schumaker1-0/+6
2015-03-24NFSv4: Don't call put_rpccred() under the rcu_read_lock()Trond Myklebust1-1/+1
2015-03-24NFS: Don't invalidate a submounted dentry in nfs_prime_dcache()Trond Myklebust1-0/+6
2015-03-07NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_argsTrond Myklebust1-1/+3
2015-03-07NFSv4: Ensure we reference the inode for return-on-close in delegreturnTrond Myklebust3-9/+36
2015-03-07nfs41: .init_read and .init_write can be called with valid pg_lsegPeng Tao1-21/+20