summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* NFSv4.1: RECLAIM_COMPLETE must handle NFS4ERR_CONN_NOT_BOUND_TO_SESSIONTrond Myklebust2018-04-132-4/+13
* NFS: commit direct writes even if they fail partiallyJ. Bruce Fields2018-02-161-3/+1
* NFS: Add a cond_resched() to nfs_commit_release_pages()Trond Myklebust2018-02-161-0/+2
* NFSv4.1 respect server's max size in CREATE_SESSIONOlga Kornievskaia2017-12-201-2/+2
* NFS: Fix a typo in nfs_rename()Trond Myklebust2017-12-161-1/+1
* NFSv4: Fix client recovery when server reboots multiple timesTrond Myklebust2017-12-091-1/+0
* NFS: revalidate "." etc correctly on "open".NeilBrown2017-12-051-1/+2
* nfs: Fix ugly referral attributesChuck Lever2017-11-301-10/+8
* NFS: Fix typo in nomigration mount optionJoshua Watt2017-11-301-1/+1
* pnfs/blocklayout: require 64-bit sector_tChristoph Hellwig2017-08-161-0/+1
* NFS: only invalidate dentrys that are clearly invalid.NeilBrown2017-07-272-6/+10
* fs/nfs: fix new compiler warning about boolean in switchAndre Przywara2017-04-301-7/+4
* nfs_write_end(): fix handling of short copiesAl Viro2017-01-151-1/+1
* NFSv4.x: Fix a refcount leak in nfs_callback_up_netTrond Myklebust2016-09-151-0/+1
* nfs: don't create zero-length requestsBenjamin Coddington2016-08-221-1/+4
* NFS: Fix another OPEN_DOWNGRADE bugTrond Myklebust2016-07-121-3/+2
* make nfs_atomic_open() call d_drop() on all ->open_context() errors.Al Viro2016-07-121-1/+1
* NFSv4: Fix a dentry leak on alias useBenjamin Coddington2016-03-071-2/+2
* NFS: Fix attribute cache revalidationTrond Myklebust2016-02-091-15/+39
* NFS: Remove the "NFS_CAP_CHANGE_ATTR" capabilityTrond Myklebust2016-02-093-6/+3
* nfs: Fix race in __update_open_stateid()Andrew Elble2016-02-091-1/+1
* nfs: if we have no valid attrs, then don't declare the attribute cache validJeff Layton2016-01-211-1/+5
* nfs4: start callback_ident at idr 1Benjamin Coddington2016-01-211-1/+1
* nfs/filelayout: Fix NULL reference caused by double freeing of fh_arrayKinglong Mee2015-10-271-19/+12
* nfs: fix pg_test page count calculationPeng Tao2015-10-271-1/+1
* NFS: nfs_set_pgio_error sometimes misses errorsTrond Myklebust2015-10-071-2/+2
* NFS: Fix a NULL pointer dereference of migration recovery ops for v4.2 clientKinglong Mee2015-10-071-0/+1
* NFSv4: don't set SETATTR for O_RDONLY|O_EXCLNeilBrown2015-10-071-1/+1
* NFS: Fix size of NFSACL SETACL operationsChuck Lever2015-08-041-1/+1
* Revert "nfs: take extra reference to fl->fl_file when running a LOCKU operation"Sasha Levin2015-07-201-2/+0
* nfs: take extra reference to fl->fl_file when running a LOCKU operationJeff Layton2015-07-051-0/+2
* nfs: take extra reference to fl->fl_file when running a setlkJeff Layton2015-07-051-0/+3
* NFS: Ensure we set NFS_CONTEXT_RESEND_WRITES when requeuing writesTrond Myklebust2015-07-032-0/+2
* pNFS: Fix a memory leak when attempted pnfs failsTrond Myklebust2015-07-031-0/+2
* fixing infinite OPEN loop in 4.0 stateid recoveryOlga Kornievskaia2015-07-031-0/+2
* NFS: Add a stub for GETDEVICELISTAnna Schumaker2015-05-171-0/+6
* NFSv4: Don't call put_rpccred() under the rcu_read_lock()Trond Myklebust2015-03-231-1/+1
* NFS: Don't invalidate a submounted dentry in nfs_prime_dcache()Trond Myklebust2015-03-231-0/+6
* NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_argsTrond Myklebust2015-03-061-1/+3
* NFSv4: Ensure we reference the inode for return-on-close in delegreturnTrond Myklebust2015-03-063-9/+36
* nfs41: .init_read and .init_write can be called with valid pg_lsegPeng Tao2015-03-061-21/+20
* NFS: struct nfs_commit_info.lock must always point to inode->i_lockTrond Myklebust2015-03-061-1/+1
* nfs: don't call blocking operations while !TASK_RUNNINGJeff Layton2015-03-061-3/+5
* NFSv4.1: Fix an Oops in nfs41_walk_client_listTrond Myklebust2015-02-051-1/+1
* nfs: fix dio deadlock when O_DIRECT flag is flippedPeng Tao2015-02-051-0/+6
* NFSv4.1: Fix client id trunking on LinuxTrond Myklebust2015-01-271-9/+8
* nfs41: fix nfs4_proc_layoutget error handlingPeng Tao2015-01-081-3/+3
* move d_rcu from overlapping d_child to overlapping d_aliasAl Viro2014-12-161-1/+1
* NFS: Don't try to reclaim delegation open state if recovery failedTrond Myklebust2014-11-121-0/+2
* NFSv4: Ensure that we call FREE_STATEID when NFSv4.x stateids are revokedTrond Myklebust2014-11-122-11/+0