summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* NFSv4: Ensure nfs_atomic_open set the dentry verifier on ENOENTTrond Myklebust2017-01-271-0/+1
* NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success.NeilBrown2017-01-261-1/+2
* nfs_write_end(): fix handling of short copiesAl Viro2017-01-261-1/+1
* NFSv4: Open state recovery must account for file permission changesTrond Myklebust2016-10-281-0/+3
* NFS: Don't drop CB requests with invalid principalsChuck Lever2016-10-071-1/+5
* NFSv4.x: Fix a refcount leak in nfs_callback_up_netTrond Myklebust2016-09-291-0/+1
* nfs: don't create zero-length requestsBenjamin Coddington2016-08-191-1/+4
* NFS: Fix another OPEN_DOWNGRADE bugTrond Myklebust2016-07-211-3/+2
* make nfs_atomic_open() call d_drop() on all ->open_context() errors.Al Viro2016-07-211-1/+1
* NFS: Don't attempt to decode missing directory entriesBenjamin Coddington2016-05-251-0/+4
* nfs: fix high load average due to callback thread sleepingJeff Layton2016-04-111-3/+3
* NFSv4: Fix a dentry leak on alias useBenjamin Coddington2016-03-031-2/+2
* Failing to send a CLOSE if file is opened WRONLY and server reboots on a 4.x ...Olga Kornievskaia2016-03-031-1/+1
* nfs: Fix race in __update_open_stateid()Andrew Elble2016-02-241-1/+1
* nfs: if we have no valid attrs, then don't declare the attribute cache validJeff Layton2016-01-051-1/+5
* nfs4: start callback_ident at idr 1Benjamin Coddington2016-01-051-1/+1
* NFS: nfs_set_pgio_error sometimes misses errorsTrond Myklebust2015-09-301-2/+2
* NFSv4: don't set SETATTR for O_RDONLY|O_EXCLNeilBrown2015-09-301-1/+1
* fixing infinite OPEN loop in 4.0 stateid recoveryOlga Kornievskaia2015-08-041-0/+2
* NFS: Fix size of NFSACL SETACL operationsChuck Lever2015-08-041-1/+1
* NFS: Add attribute update barriers to nfs_setattr_update_inode()Trond Myklebust2015-04-094-10/+17
* NFSv4: Don't call put_rpccred() under the rcu_read_lock()Trond Myklebust2015-03-161-1/+1
* NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_argsTrond Myklebust2015-03-011-1/+3
* nfs: don't call blocking operations while !TASK_RUNNINGJeff Layton2015-03-011-3/+5
* NFSv4.1: Fix an Oops in nfs41_walk_client_listTrond Myklebust2015-02-081-1/+1
* nfs: fix dio deadlock when O_DIRECT flag is flippedPeng Tao2015-02-081-0/+6
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2015-01-291-1/+1
* NFSv4.1: Fix client id trunking on LinuxTrond Myklebust2015-01-281-9/+8
* nfs41: fix nfs4_proc_layoutget error handlingPeng Tao2015-01-071-3/+3
* NFSv4.1: nfs41_clear_delegation_stateid shouldn't trust NFS_DELEGATED_STATETrond Myklebust2014-11-191-25/+17
* NFSv4: Fix races between nfs_remove_bad_delegation() and delegation returnTrond Myklebust2014-11-193-3/+23
* nfs: Fix use of uninitialized variable in nfs_getattr()Jan Kara2014-11-191-1/+1
* NFS: Don't try to reclaim delegation open state if recovery failedTrond Myklebust2014-11-191-0/+2
* NFSv4: Ensure that we remove NFSv4.0 delegations when state has expiredTrond Myklebust2014-11-191-1/+23
* nfs: fix pnfs direct write memory leakPeng Tao2014-11-191-0/+1
* NFSv4.1: Fix an NFSv4.1 state renewal regressionAndy Adamson2014-10-312-3/+11
* NFSv4: fix open/lock state recovery error handlingTrond Myklebust2014-10-311-10/+6
* NFSv4: Fix lock recovery when CREATE_SESSION/SETCLIENTID_CONFIRM failsTrond Myklebust2014-10-311-1/+0
* nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_waitDavid Jeffery2014-10-171-1/+1
* NFSv4: Fix another bug in the close/open_downgrade codeTrond Myklebust2014-10-131-15/+15
* NFSv4: nfs4_state_manager() vs. nfs_server_remove_lists()Steve Dickson2014-10-131-18/+20
* mm: filemap: move radix tree hole searching hereJohannes Weiner2014-09-261-1/+1
* NFSv4: Fix problems with close in the presence of a delegationTrond Myklebust2014-09-171-5/+12
* nfs: Fix cache_validity check in nfs_write_pageuptodate()Scott Mayhew2014-07-171-1/+3
* NFS: populate ->net in mount data when remountingMateusz Guzik2014-07-171-0/+1
* NFS: Don't declare inode uptodate unless all attributes were checkedTrond Myklebust2014-07-171-9/+17
* pNFS: Handle allocation errors correctly in filelayout_alloc_layout_hdr()Trond Myklebust2014-07-171-1/+1
* NFSv4: Fix a use-after-free problem in open()Trond Myklebust2014-05-151-9/+10
* NFSv3: Fix return value of nfs3_proc_setaclsTrond Myklebust2014-04-181-3/+12
* nfs: initialize the ACL support bits to zero.Malahal Naineni2014-04-181-1/+1