summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2017-11-11mount: copy the port field into the cloned nfs_server structure.Steve Dickson1-0/+1
2017-08-26NFS: Use GFP_NOIO for two allocations in writebackBenjamin Coddington1-3/+7
2017-07-18NFSv4: fix a reference leak caused WARNING messagesKinglong Mee1-2/+0
2017-06-05NFSv4: fix getacl ERANGE for some ACL buffer sizesWeston Andros Adamson1-6/+2
2017-06-05NFSv4: fix getacl head length estimationJ. Bruce Fields1-1/+1
2017-06-05NFSv4: Fix the underestimation of delegation XDR space reservationTrond Myklebust1-0/+2
2017-06-05NFSv4: Fix memory and state leak in _nfs4_open_and_get_stateTrond Myklebust1-1/+1
2017-04-05fs/nfs: fix new compiler warning about boolean in switchAndre Przywara1-7/+4
2017-03-16nfs: Fix "Don't increment lock sequence ID after NFS4ERR_MOVED"Chuck Lever1-0/+1
2017-03-16NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success.NeilBrown1-1/+2
2017-03-16nfs_write_end(): fix handling of short copiesAl Viro1-1/+1
2017-03-16NFS: Fix a performance regression in readdirTrond Myklebust1-13/+2
2017-02-23NFSv4: Open state recovery must account for file permission changesTrond Myklebust1-0/+3
2016-11-20NFSv4.1: Fix the CREATE_SESSION slot number accountingTrond Myklebust1-2/+11
2016-11-20NFSv4.x: Fix a refcount leak in nfs_callback_up_netTrond Myklebust1-0/+1
2016-11-20nfs: don't create zero-length requestsBenjamin Coddington1-1/+4
2016-11-20NFS: Don't drop CB requests with invalid principalsChuck Lever1-1/+5
2016-08-23NFS: Fix another OPEN_DOWNGRADE bugTrond Myklebust1-3/+2
2016-08-23make 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-02NFS: Fix attribute cache revalidationTrond Myklebust1-15/+39
2016-02-02NFSv4: Don't perform cached access checks before we've OPENed the fileTrond Myklebust1-0/+3
2016-02-02nfs: Fix race in __update_open_stateid()Andrew Elble1-1/+1
2016-01-28nfs: Fix unused variable errorAnna Schumaker1-3/+2
2016-01-11SUNRPC: Fix callback channelTrond Myklebust1-5/+2
2016-01-11nfs4: limit callback decoding to received bytesBenjamin Coddington1-2/+5
2015-12-18nfs: if we have no valid attrs, then don't declare the attribute cache validJeff Layton1-1/+5
2015-12-18nfs4: start callback_ident at idr 1Benjamin Coddington1-1/+1
2015-12-09Failing to send a CLOSE if file is opened WRONLY and server reboots on a 4.x ...Olga Kornievskaia1-1/+1
2015-09-28NFS: Fix a NULL pointer dereference of migration recovery ops for v4.2 clientKinglong Mee1-0/+1
2015-09-28NFS: nfs_set_pgio_error sometimes misses errorsTrond Myklebust1-2/+2
2015-09-28NFSv4: don't set SETATTR for O_RDONLY|O_EXCLNeilBrown1-1/+1
2015-08-25NFS: Don't revalidate the mapping if both size and change attr are up to dateTrond Myklebust1-4/+4
2015-07-15NFS: Fix size of NFSACL SETACL operationsChuck Lever1-1/+1
2015-07-15pNFS: Fix a memory leak when attempted pnfs failsTrond Myklebust1-0/+2
2015-07-15fixing infinite OPEN loop in 4.0 stateid recoveryOlga Kornievskaia1-0/+2
2015-07-06nfs: take extra reference to fl->fl_file when running a setlkJeff Layton1-0/+3
2015-05-06nfs: fix high load average due to callback thread sleepingJeff Layton1-3/+3
2015-03-18NFSv4: Don't call put_rpccred() under the rcu_read_lock()Trond Myklebust1-1/+1
2015-03-02NFS: struct nfs_commit_info.lock must always point to inode->i_lockTrond Myklebust1-1/+1
2015-03-02NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_argsTrond Myklebust1-1/+3
2015-03-02nfs41: .init_read and .init_write can be called with valid pg_lsegPeng Tao1-21/+20
2015-03-02nfs: don't call blocking operations while !TASK_RUNNINGJeff Layton1-3/+5
2015-02-04NFSv4.1: Fix an Oops in nfs41_walk_client_listTrond Myklebust1-1/+1
2015-02-04nfs: fix dio deadlock when O_DIRECT flag is flippedPeng Tao1-0/+6
2015-01-22NFSv4.1: Fix client id trunking on LinuxTrond Myklebust1-9/+8
2015-01-15move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-1/+1
2015-01-12nfs41: fix nfs4_proc_layoutget error handlingPeng Tao1-3/+3
2014-12-02nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_waitDavid Jeffery1-1/+1
2014-11-27NFS: Don't try to reclaim delegation open state if recovery failedTrond Myklebust1-0/+2