summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-07NFS: struct nfs_commit_info.lock must always point to inode->i_lockTrond Myklebust1-1/+1
2015-03-07nfs: don't call blocking operations while !TASK_RUNNINGJeff Layton1-3/+5
2015-02-06NFSv4.1: Fix an Oops in nfs41_walk_client_listTrond Myklebust1-1/+1
2015-02-06nfs: fix dio deadlock when O_DIRECT flag is flippedPeng Tao1-0/+6
2015-01-27NFSv4.1: Fix client id trunking on LinuxTrond Myklebust1-9/+8
2015-01-08nfs41: fix nfs4_proc_layoutget error handlingPeng Tao1-3/+3
2014-12-16move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-1/+1
2014-11-13NFS: Don't try to reclaim delegation open state if recovery failedTrond Myklebust1-0/+2
2014-11-13NFSv4: Ensure that we call FREE_STATEID when NFSv4.x stateids are revokedTrond Myklebust2-11/+0
2014-11-13NFSv4: Fix races between nfs_remove_bad_delegation() and delegation returnTrond Myklebust3-3/+23
2014-11-13NFSv4.1: nfs41_clear_delegation_stateid shouldn't trust NFS_DELEGATED_STATETrond Myklebust1-25/+17
2014-11-13NFSv4: Ensure that we remove NFSv4.0 delegations when state has expiredTrond Myklebust1-1/+23
2014-11-12NFS: SEEK is an NFS v4.2 featureAnna Schumaker1-3/+3
2014-11-12nfs: Fix use of uninitialized variable in nfs_getattr()Jan Kara1-1/+1
2014-11-12nfs: Remove bogus assignmentJan Kara1-1/+1