summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2015-09-18nfs: fix high load average due to callback thread sleepingJeff Layton1-3/+3
2015-09-18nfs: don't call blocking operations while !TASK_RUNNINGJeff Layton1-3/+5
2015-06-19NFSv4: Don't call put_rpccred() under the rcu_read_lock()Trond Myklebust1-1/+1
2015-06-19NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_argsTrond Myklebust1-1/+3
2015-04-14move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-1/+1
2015-02-02NFSv4: Ensure that we remove NFSv4.0 delegations when state has expiredTrond Myklebust1-1/+23
2015-02-02nfs: Fix use of uninitialized variable in nfs_getattr()Jan Kara1-1/+1
2015-02-02NFSv4.1: Fix an NFSv4.1 state renewal regressionAndy Adamson2-3/+11
2015-02-02NFSv4: fix open/lock state recovery error handlingTrond Myklebust1-10/+6
2014-12-01NFSv4: Fix another bug in the close/open_downgrade codeTrond Myklebust1-15/+15
2014-09-25NFSv4: Fix problems with close in the presence of a delegationTrond Myklebust1-5/+12
2014-06-08NFSv4.1: Handle NFS4ERR_DELAY when resetting the NFSv4.1 sessionTrond Myklebust1-2/+12
2014-06-08NFSv4.1: Don't decode skipped layoutgetsWeston Andros Adamson1-1/+2
2014-06-08NFSv4.1: Fix a race in pNFS layoutcommitTrond Myklebust2-15/+18
2014-06-08NFS: nfs_getaclargs.acl_len is a size_tChuck Lever1-1/+2
2014-06-08NFSv4.1: integer overflow in decode_cb_sequence_args()Dan Carpenter1-3/+3
2014-06-08NFSv4 wait on recovery for async session errorsAndy Adamson1-2/+1
2014-03-24NFS: Fix a delegation callback raceTrond Myklebust1-4/+7
2014-02-20nfs: tear down caches in nfs_init_writepagecache when allocation failsJeff Layton1-2/+8
2014-02-13nfs4.1: properly handle ENOTSUP in SECINFO_NO_NAMEWeston Andros Adamson1-2/+2
2014-02-13NFSv4: OPEN must handle the NFS4ERR_IO return code correctlyTrond Myklebust1-16/+31
2013-12-20nfs: fix do_div() warning by instead using sector_div()Helge Deller1-1/+1
2013-12-12NFSv4: Update list of irrecoverable errors on DELEGRETURNTrond Myklebust1-2/+8
2013-11-29NFSv4: Fix a use-after-free situation in _nfs4_proc_getlk()Trond Myklebust1-0/+1
2013-11-29SUNRPC handle EKEYEXPIRED in call_refreshresultAndy Adamson5-86/+3
2013-11-29nfs: don't allow nfs_find_actor to match inodes of the wrong typeJeff Layton1-0/+2
2013-06-07NFSv4: Fix a thinko in nfs4_try_open_cachedTrond Myklebust1-1/+1
2013-05-08NFSv4: Handle NFS4ERR_DELAY and NFS4ERR_GRACE in nfs4_open_delegation_recallTrond Myklebust1-0/+6
2013-04-05pnfs-block: removing DM device maybe cause oops when call dev_removefanchaoting1-2/+2
2013-03-14NFS: Don't allow NFS silly-renamed files to be deleted, no signalTrond Myklebust1-7/+13
2013-02-28umount oops when remove blocklayoutdriver firstfanchaoting2-0/+2
2013-02-04NFS: Don't silently fail setattr() requests on mountpointsTrond Myklebust1-0/+20
2013-01-11nfs: fix null checking in nfs_get_option_str()Xi Wang1-1/+1
2013-01-11NFS: Fix calls to drop_nlink()Trond Myklebust1-5/+6
2013-01-11NFS: avoid NULL dereference in nfs_destroy_serverNeilBrown1-2/+1
2013-01-11NFS: Add sequence_priviliged_ops for nfs4_proc_sequence()Bryan Schumaker1-4/+17
2012-12-10pnfsblock: fix partial page buffer wirtePeng Tao2-12/+165
2012-11-26NFS: Wait for session recovery to finish before returningBryan Schumaker1-2/+1
2012-11-18NFS: Fix Oopses in nfs_lookup_revalidate and nfs4_lookup_revalidateTrond Myklebust1-2/+2
2012-11-18NFS: fix bug in legacy DNS resolver.NeilBrown1-2/+3
2012-11-18NFSv4.1: We must release the sequence id when we fail to get a session slotTrond Myklebust1-13/+23
2012-11-18NFSv4: nfs4_locku_done must release the sequence idTrond Myklebust1-0/+1
2012-11-18nfs: Show original device name verbatim in /proc/*/mount{s,info}Ben Hutchings4-9/+20
2012-11-18nfsv3: Make v3 mounts fail with ETIMEDOUTs instead EIO on mountd timeoutsScott Mayhew1-1/+1
2012-10-02NFS: return error from decode_getfh in decode openWeston Andros Adamson1-1/+2
2012-10-02NFS: Fix a problem with the legacy binary mount codeTrond Myklebust1-0/+2
2012-10-02NFS: Fix the initialisation of the readdir 'cookieverf' arrayTrond Myklebust3-4/+4
2012-09-14NFS: Alias the nfs module to nfs4bjschuma@gmail.com1-0/+2
2012-09-14NFS: return -ENOKEY when the upcall fails to map the nameBryan Schumaker1-4/+2
2012-09-14NFS: Clear key construction data if the idmap upcall failsBryan Schumaker1-14/+42