summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2013-06-07NFSv4: Fix a thinko in nfs4_try_open_cachedTrond Myklebust1-1/+1
2013-05-07NFSv4: 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-03NFS: 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-17NFS: Fix Oopses in nfs_lookup_revalidate and nfs4_lookup_revalidateTrond Myklebust1-2/+2
2012-11-17NFS: fix bug in legacy DNS resolver.NeilBrown1-2/+3
2012-11-17NFSv4.1: We must release the sequence id when we fail to get a session slotTrond Myklebust1-13/+23
2012-11-17NFSv4: nfs4_locku_done must release the sequence idTrond Myklebust1-0/+1
2012-11-17nfs: Show original device name verbatim in /proc/*/mount{s,info}Ben Hutchings4-9/+20
2012-11-17nfsv3: 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
2012-09-14NFSv4.1: Remove a bogus BUG_ON() in nfs4_layoutreturn_doneTrond Myklebust1-6/+2
2012-09-14pnfs: defer release of pages in layoutgetIdan Kedar3-40/+58
2012-09-14NFSv3: Ensure that do_proc_get_root() reports errors correctlyTrond Myklebust1-1/+1
2012-08-09NFS: Fix a number of bugs in the idmapperDavid Howells1-6/+20
2012-08-09nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton1-2/+5
2012-08-09pnfs-obj: Fix __r4w_get_page when offset is beyond i_sizeBoaz Harrosh1-3/+13
2012-07-29pnfs-obj: don't leak objio_state if ore_write/read failsBoaz Harrosh1-2/+7
2012-07-16NFS: hard-code init_net for NFS callback transportsStanislav Kinsbursky1-6/+5
2012-07-16SUNRPC: move per-net operations from svc_destroy()Stanislav Kinsbursky1-0/+3
2012-07-16SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky1-0/+8
2012-07-16NFS: Force the legacy idmapper to be single threadedBryan Schumaker1-5/+8
2012-06-22NFSv4: Fix unnecessary delegation returns in nfs4_do_openTrond Myklebust1-0/+1
2012-06-10NFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error instead of EIOTrond Myklebust1-0/+2
2012-06-10NFS: kmalloc() doesn't return an ERR_PTR()Dan Carpenter1-7/+3
2012-04-30NFSv4.1: Use the correct hostname in the client identifier stringTrond Myklebust1-3/+2
2012-04-28NFS: get module in idmap PipeFS notifier callbackStanislav Kinsbursky1-0/+4
2012-04-27NFS: Remove unused function nfs_lookup_with_sec()Bryan Schumaker1-62/+0
2012-04-27NFS: Honor the authflavor set in the clone mount dataBryan Schumaker4-7/+8
2012-04-27NFS: Fix following referral mount points with different securityBryan Schumaker5-26/+72
2012-04-27NFS: Do secinfo as part of lookupBryan Schumaker5-20/+103
2012-04-27NFS: Handle exceptions coming out of nfs4_proc_fs_locations()Bryan Schumaker1-1/+14
2012-04-27NFS: Fix SECINFO_NO_NAMEBryan Schumaker1-5/+19
2012-04-27Avoid beyond bounds copy while caching ACLSachin Prabhu2-8/+6
2012-04-27Avoid reading past buffer when calling GETACLSachin Prabhu2-13/+21
2012-04-26fix page number calculation bug for block layout decode bufferJim Rees1-1/+3
2012-04-26NFSv4.1 fix page number calculation bug for filelayout decode buffersAndy Adamson2-2/+2