summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2013-03-20NFS: Don't allow NFS silly-renamed files to be deleted, no signalTrond Myklebust1-7/+13
2013-03-06umount oops when remove blocklayoutdriver firstfanchaoting2-0/+2
2013-03-06NFSv4.1: Don't decode skipped layoutgetsWeston Andros Adamson1-1/+2
2013-02-06NFSv4.1: Handle NFS4ERR_DELAY when resetting the NFSv4.1 sessionTrond Myklebust1-2/+12
2013-02-06NFS: Don't silently fail setattr() requests on mountpointsTrond Myklebust1-0/+20
2013-01-16nfs: fix null checking in nfs_get_option_str()Xi Wang1-1/+1
2013-01-03NFS: avoid NULL dereference in nfs_destroy_serverNeilBrown1-2/+1
2013-01-03NFS: Add sequence_priviliged_ops for nfs4_proc_sequence()Bryan Schumaker1-4/+17
2012-11-16nfs: Show original device name verbatim in /proc/*/mount{s,info}Ben Hutchings4-9/+20
2012-11-16nfsv3: Make v3 mounts fail with ETIMEDOUTs instead EIO on mountd timeoutsScott Mayhew1-1/+1
2012-11-16NFS: fix bug in legacy DNS resolver.NeilBrown1-2/+3
2012-11-16NFSv4: nfs4_locku_done must release the sequence idTrond Myklebust1-0/+1
2012-11-16NFSv4.1: We must release the sequence id when we fail to get a session slotTrond Myklebust1-13/+23
2012-11-16NFS: Wait for session recovery to finish before returningBryan Schumaker1-2/+1
2012-10-17pnfsblock: fix partial page buffer wirtePeng Tao2-12/+165
2012-09-19NFS: return error from decode_getfh in decode openWeston Andros Adamson1-1/+2
2012-09-19NFS: Fix a problem with the legacy binary mount codeTrond Myklebust1-0/+2
2012-09-19NFS: Fix the initialisation of the readdir 'cookieverf' arrayTrond Myklebust3-4/+4
2012-09-12NFS: Fix Oopses in nfs_lookup_revalidate and nfs4_lookup_revalidateTrond Myklebust1-2/+2
2012-09-12NFSv3: Ensure that do_proc_get_root() reports errors correctlyTrond Myklebust1-1/+1
2012-09-12NFS: Alias the nfs module to nfs4bjschuma@gmail.com1-0/+2
2012-09-12pnfs: defer release of pages in layoutgetIdan Kedar3-40/+58
2012-09-12fix page number calculation bug for block layout decode bufferJim Rees1-1/+3
2012-09-12NFSv4.1 fix page number calculation bug for filelayout decode buffersAndy Adamson2-2/+2
2012-09-12NFS: Use kcalloc() when allocating arraysTrond Myklebust2-2/+2
2012-09-12nfs: tear down caches in nfs_init_writepagecache when allocation failsJeff Layton1-2/+8
2012-08-10nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton1-2/+5
2012-08-02mm: compaction: introduce sync-light migration for use by compactionMel Gorman2-3/+3
2012-08-02mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman2-3/+3
2012-07-25pnfs-obj: Fix __r4w_get_page when offset is beyond i_sizeBoaz Harrosh1-3/+13
2012-07-25pnfs-obj: don't leak objio_state if ore_write/read failsBoaz Harrosh1-2/+7
2012-07-25NFSv4: Further reduce the footprint of the idmapperTrond Myklebust1-6/+36
2012-07-25NFSv4: Reduce the footprint of the idmapperTrond Myklebust1-3/+13
2012-07-25NFSv4: Rate limit the state manager for lock reclaim warning messagesWilliam Dauchy1-2/+3
2012-06-20NFSv4: 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-05-31Avoid beyond bounds copy while caching ACLSachin Prabhu2-8/+6
2012-05-31Avoid reading past buffer when calling GETACLSachin Prabhu2-13/+21
2012-05-31NFS4: fix compile warnings in nfs4proc.cPeng Tao1-1/+1
2012-05-21NFSv4: Revalidate uid/gid after openJonathan Nieder1-0/+1
2012-05-11NFS: put open context on error in nfs_flush_multiFred Isaman1-1/+1
2012-05-11NFS: put open context on error in nfs_pagein_multiFred Isaman1-1/+1
2012-05-11NFSv4: Ensure that we check lock exclusive/shared type against open modesTrond Myklebust1-0/+14
2012-05-11NFSv4: Ensure that the LOCK code sets exception->inodeTrond Myklebust1-2/+7
2012-05-11nfs: Enclose hostname in brackets when needed in nfs_do_root_mountJan Kara1-2/+6
2012-04-13Fix length of buffer copied in __nfs4_get_acl_uncachedSachin Prabhu1-1/+1
2012-04-02NFSv4.1: Fix layoutcommit error handlingTrond Myklebust1-12/+13
2012-04-02NFSv4: Fix two infinite loops in the mount codeTrond Myklebust1-2/+4
2012-04-02NFSv4: Rate limit the state manager warning messagesTrond Myklebust3-4/+6
2012-04-02NFSv4: Return the delegation if the server returns NFS4ERR_OPENMODETrond Myklebust2-1/+13