summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* nfs: Fix "Don't increment lock sequence ID after NFS4ERR_MOVED"Chuck Lever2017-03-161-0/+1
* NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success.NeilBrown2017-03-161-1/+2
* nfs_write_end(): fix handling of short copiesAl Viro2017-03-161-1/+1
* NFS: Fix a performance regression in readdirTrond Myklebust2017-03-161-13/+2
* NFSv4: Open state recovery must account for file permission changesTrond Myklebust2017-02-231-0/+3
* NFSv4.1: Fix the CREATE_SESSION slot number accountingTrond Myklebust2016-11-201-2/+11
* NFSv4.x: Fix a refcount leak in nfs_callback_up_netTrond Myklebust2016-11-201-0/+1
* nfs: don't create zero-length requestsBenjamin Coddington2016-11-201-1/+4
* NFS: Don't drop CB requests with invalid principalsChuck Lever2016-11-201-1/+5
* NFS: Fix another OPEN_DOWNGRADE bugTrond Myklebust2016-08-221-3/+2
* make nfs_atomic_open() call d_drop() on all ->open_context() errors.Al Viro2016-08-221-1/+1
* NFSv4: Fix a dentry leak on alias useBenjamin Coddington2016-03-081-2/+2
* NFS: Fix attribute cache revalidationTrond Myklebust2016-02-021-15/+39
* NFSv4: Don't perform cached access checks before we've OPENed the fileTrond Myklebust2016-02-021-0/+3
* nfs: Fix race in __update_open_stateid()Andrew Elble2016-02-021-1/+1
* nfs: Fix unused variable errorAnna Schumaker2016-01-281-3/+2
* SUNRPC: Fix callback channelTrond Myklebust2016-01-111-5/+2
* nfs4: limit callback decoding to received bytesBenjamin Coddington2016-01-111-2/+5
* nfs: if we have no valid attrs, then don't declare the attribute cache validJeff Layton2015-12-181-1/+5
* nfs4: start callback_ident at idr 1Benjamin Coddington2015-12-181-1/+1
* Failing to send a CLOSE if file is opened WRONLY and server reboots on a 4.x ...Olga Kornievskaia2015-12-091-1/+1
* NFS: Fix a NULL pointer dereference of migration recovery ops for v4.2 clientKinglong Mee2015-09-281-0/+1
* NFS: nfs_set_pgio_error sometimes misses errorsTrond Myklebust2015-09-281-2/+2
* NFSv4: don't set SETATTR for O_RDONLY|O_EXCLNeilBrown2015-09-281-1/+1
* NFS: Don't revalidate the mapping if both size and change attr are up to dateTrond Myklebust2015-08-251-4/+4
* NFS: Fix size of NFSACL SETACL operationsChuck Lever2015-07-151-1/+1
* pNFS: Fix a memory leak when attempted pnfs failsTrond Myklebust2015-07-151-0/+2
* fixing infinite OPEN loop in 4.0 stateid recoveryOlga Kornievskaia2015-07-151-0/+2
* nfs: take extra reference to fl->fl_file when running a setlkJeff Layton2015-07-061-0/+3
* nfs: fix high load average due to callback thread sleepingJeff Layton2015-05-061-3/+3
* NFSv4: Don't call put_rpccred() under the rcu_read_lock()Trond Myklebust2015-03-181-1/+1
* NFS: struct nfs_commit_info.lock must always point to inode->i_lockTrond Myklebust2015-03-021-1/+1
* NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_argsTrond Myklebust2015-03-021-1/+3
* nfs41: .init_read and .init_write can be called with valid pg_lsegPeng Tao2015-03-021-21/+20
* nfs: don't call blocking operations while !TASK_RUNNINGJeff Layton2015-03-021-3/+5
* NFSv4.1: Fix an Oops in nfs41_walk_client_listTrond Myklebust2015-02-041-1/+1
* nfs: fix dio deadlock when O_DIRECT flag is flippedPeng Tao2015-02-041-0/+6
* NFSv4.1: Fix client id trunking on LinuxTrond Myklebust2015-01-221-9/+8
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2015-01-151-1/+1
* nfs41: fix nfs4_proc_layoutget error handlingPeng Tao2015-01-121-3/+3
* nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_waitDavid Jeffery2014-12-021-1/+1
* NFS: Don't try to reclaim delegation open state if recovery failedTrond Myklebust2014-11-271-0/+2
* NFSv4: Ensure that we call FREE_STATEID when NFSv4.x stateids are revokedTrond Myklebust2014-11-272-11/+0
* NFSv4: Fix races between nfs_remove_bad_delegation() and delegation returnTrond Myklebust2014-11-273-3/+23
* NFSv4.1: nfs41_clear_delegation_stateid shouldn't trust NFS_DELEGATED_STATETrond Myklebust2014-11-271-25/+17
* NFSv4: Ensure that we remove NFSv4.0 delegations when state has expiredTrond Myklebust2014-11-271-1/+23
* nfs: Fix use of uninitialized variable in nfs_getattr()Jan Kara2014-11-271-1/+1
* nfs: fix pnfs direct write memory leakPeng Tao2014-11-271-0/+1
* nfs: fix kernel warning when removing proc entryCong Wang2014-11-141-9/+3
* nfs: fix duplicate proc entriesFabian Frederick2014-11-031-1/+1