aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2016-03-07NFSv4: Fix a dentry leak on alias useBenjamin Coddington
2016-02-09NFS: Fix attribute cache revalidationTrond Myklebust
2016-02-09NFS: Remove the "NFS_CAP_CHANGE_ATTR" capabilityTrond Myklebust
2016-02-09nfs: Fix race in __update_open_stateid()Andrew Elble
2016-01-21nfs: if we have no valid attrs, then don't declare the attribute cache validJeff Layton
2016-01-21nfs4: start callback_ident at idr 1Benjamin Coddington
2015-10-27nfs/filelayout: Fix NULL reference caused by double freeing of fh_arrayKinglong Mee
2015-10-27nfs: fix pg_test page count calculationPeng Tao
2015-10-07NFS: nfs_set_pgio_error sometimes misses errorsTrond Myklebust
2015-10-07NFS: Fix a NULL pointer dereference of migration recovery ops for v4.2 clientKinglong Mee
2015-10-07NFSv4: don't set SETATTR for O_RDONLY|O_EXCLNeilBrown
2015-08-04NFS: Fix size of NFSACL SETACL operationsChuck Lever
2015-07-20Revert "nfs: take extra reference to fl->fl_file when running a LOCKU operation"Sasha Levin
2015-07-05nfs: take extra reference to fl->fl_file when running a LOCKU operationJeff Layton
2015-07-05nfs: take extra reference to fl->fl_file when running a setlkJeff Layton
2015-07-03NFS: Ensure we set NFS_CONTEXT_RESEND_WRITES when requeuing writesTrond Myklebust
2015-07-03pNFS: Fix a memory leak when attempted pnfs failsTrond Myklebust
2015-07-03fixing infinite OPEN loop in 4.0 stateid recoveryOlga Kornievskaia
2015-05-17NFS: Add a stub for GETDEVICELISTAnna Schumaker
2015-03-23NFSv4: Don't call put_rpccred() under the rcu_read_lock()Trond Myklebust
2015-03-23NFS: Don't invalidate a submounted dentry in nfs_prime_dcache()Trond Myklebust
2015-03-06NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_argsTrond Myklebust
2015-03-06NFSv4: Ensure we reference the inode for return-on-close in delegreturnTrond Myklebust
2015-03-06nfs41: .init_read and .init_write can be called with valid pg_lsegPeng Tao
2015-03-06NFS: struct nfs_commit_info.lock must always point to inode->i_lockTrond Myklebust
2015-03-06nfs: don't call blocking operations while !TASK_RUNNINGJeff Layton
2015-02-05NFSv4.1: Fix an Oops in nfs41_walk_client_listTrond Myklebust
2015-02-05nfs: fix dio deadlock when O_DIRECT flag is flippedPeng Tao
2015-01-27NFSv4.1: Fix client id trunking on LinuxTrond Myklebust
2015-01-08nfs41: fix nfs4_proc_layoutget error handlingPeng Tao
2014-12-16move d_rcu from overlapping d_child to overlapping d_aliasAl Viro
2014-11-12NFS: Don't try to reclaim delegation open state if recovery failedTrond Myklebust
2014-11-12NFSv4: Ensure that we call FREE_STATEID when NFSv4.x stateids are revokedTrond Myklebust
2014-11-12NFSv4: Fix races between nfs_remove_bad_delegation() and delegation returnTrond Myklebust
2014-11-12NFSv4.1: nfs41_clear_delegation_stateid shouldn't trust NFS_DELEGATED_STATETrond Myklebust
2014-11-12NFSv4: Ensure that we remove NFSv4.0 delegations when state has expiredTrond Myklebust
2014-11-12NFS: SEEK is an NFS v4.2 featureAnna Schumaker
2014-11-12nfs: Fix use of uninitialized variable in nfs_getattr()Jan Kara
2014-11-12nfs: Remove bogus assignmentJan Kara
2014-11-12nfs: remove spurious WARN_ON_ONCE in write pathWeston Andros Adamson
2014-11-12pnfs/blocklayout: serialize GETDEVICEINFO callsChristoph Hellwig
2014-11-12nfs: fix pnfs direct write memory leakPeng Tao
2014-11-04Revert "NFS: nfs4_do_open should add negative results to the dcache."Trond Myklebust
2014-11-04Revert "NFS: remove BUG possibility in nfs4_open_and_get_state"Trond Myklebust
2014-11-04NFSv4: Ensure nfs_atomic_open set the dentry verifier on ENOENTTrond Myklebust
2014-10-21Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds
2014-10-19Boaz Harrosh - Fix broken email addressBoaz Harrosh
2014-10-18Merge tag 'nfs-for-3.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-10-14block: Remove REQ_KERNELMartin K. Petersen