summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* NFSv4: Fix a thinko in nfs4_try_open_cachedTrond Myklebust2013-06-071-1/+1
* NFSv4: Handle NFS4ERR_DELAY and NFS4ERR_GRACE in nfs4_open_delegation_recallTrond Myklebust2013-05-071-0/+6
* pnfs-block: removing DM device maybe cause oops when call dev_removefanchaoting2013-04-051-2/+2
* NFS: Don't allow NFS silly-renamed files to be deleted, no signalTrond Myklebust2013-03-141-7/+13
* umount oops when remove blocklayoutdriver firstfanchaoting2013-02-282-0/+2
* NFS: Don't silently fail setattr() requests on mountpointsTrond Myklebust2013-02-031-0/+20
* nfs: fix null checking in nfs_get_option_str()Xi Wang2013-01-111-1/+1
* NFS: Fix calls to drop_nlink()Trond Myklebust2013-01-111-5/+6
* NFS: avoid NULL dereference in nfs_destroy_serverNeilBrown2013-01-111-2/+1
* NFS: Add sequence_priviliged_ops for nfs4_proc_sequence()Bryan Schumaker2013-01-111-4/+17
* pnfsblock: fix partial page buffer wirtePeng Tao2012-12-102-12/+165
* NFS: Wait for session recovery to finish before returningBryan Schumaker2012-11-261-2/+1
* NFS: Fix Oopses in nfs_lookup_revalidate and nfs4_lookup_revalidateTrond Myklebust2012-11-171-2/+2
* NFS: fix bug in legacy DNS resolver.NeilBrown2012-11-171-2/+3
* NFSv4.1: We must release the sequence id when we fail to get a session slotTrond Myklebust2012-11-171-13/+23
* NFSv4: nfs4_locku_done must release the sequence idTrond Myklebust2012-11-171-0/+1
* nfs: Show original device name verbatim in /proc/*/mount{s,info}Ben Hutchings2012-11-174-9/+20
* nfsv3: Make v3 mounts fail with ETIMEDOUTs instead EIO on mountd timeoutsScott Mayhew2012-11-171-1/+1
* NFS: return error from decode_getfh in decode openWeston Andros Adamson2012-10-021-1/+2
* NFS: Fix a problem with the legacy binary mount codeTrond Myklebust2012-10-021-0/+2
* NFS: Fix the initialisation of the readdir 'cookieverf' arrayTrond Myklebust2012-10-023-4/+4
* NFS: Alias the nfs module to nfs4bjschuma@gmail.com2012-09-141-0/+2
* NFS: return -ENOKEY when the upcall fails to map the nameBryan Schumaker2012-09-141-4/+2
* NFS: Clear key construction data if the idmap upcall failsBryan Schumaker2012-09-141-14/+42
* NFSv4.1: Remove a bogus BUG_ON() in nfs4_layoutreturn_doneTrond Myklebust2012-09-141-6/+2
* pnfs: defer release of pages in layoutgetIdan Kedar2012-09-143-40/+58
* NFSv3: Ensure that do_proc_get_root() reports errors correctlyTrond Myklebust2012-09-141-1/+1
* NFS: Fix a number of bugs in the idmapperDavid Howells2012-08-091-6/+20
* nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton2012-08-091-2/+5
* pnfs-obj: Fix __r4w_get_page when offset is beyond i_sizeBoaz Harrosh2012-08-091-3/+13
* pnfs-obj: don't leak objio_state if ore_write/read failsBoaz Harrosh2012-07-291-2/+7
* NFS: hard-code init_net for NFS callback transportsStanislav Kinsbursky2012-07-161-6/+5
* SUNRPC: move per-net operations from svc_destroy()Stanislav Kinsbursky2012-07-161-0/+3
* SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky2012-07-161-0/+8
* NFS: Force the legacy idmapper to be single threadedBryan Schumaker2012-07-161-5/+8
* NFSv4: Fix unnecessary delegation returns in nfs4_do_openTrond Myklebust2012-06-221-0/+1
* NFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error instead of EIOTrond Myklebust2012-06-101-0/+2
* NFS: kmalloc() doesn't return an ERR_PTR()Dan Carpenter2012-06-101-7/+3
* NFSv4.1: Use the correct hostname in the client identifier stringTrond Myklebust2012-04-301-3/+2
* NFS: get module in idmap PipeFS notifier callbackStanislav Kinsbursky2012-04-281-0/+4
* NFS: Remove unused function nfs_lookup_with_sec()Bryan Schumaker2012-04-271-62/+0
* NFS: Honor the authflavor set in the clone mount dataBryan Schumaker2012-04-274-7/+8
* NFS: Fix following referral mount points with different securityBryan Schumaker2012-04-275-26/+72
* NFS: Do secinfo as part of lookupBryan Schumaker2012-04-275-20/+103
* NFS: Handle exceptions coming out of nfs4_proc_fs_locations()Bryan Schumaker2012-04-271-1/+14
* NFS: Fix SECINFO_NO_NAMEBryan Schumaker2012-04-271-5/+19
* Avoid beyond bounds copy while caching ACLSachin Prabhu2012-04-272-8/+6
* Avoid reading past buffer when calling GETACLSachin Prabhu2012-04-272-13/+21
* fix page number calculation bug for block layout decode bufferJim Rees2012-04-261-1/+3
* NFSv4.1 fix page number calculation bug for filelayout decode buffersAndy Adamson2012-04-262-2/+2