aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* NFSv4: Handle NFS4ERR_DELAY and NFS4ERR_GRACE in nfs4_open_delegation_recallTrond Myklebust2013-05-071-0/+6
* NFS: nfs_getaclargs.acl_len is a size_tChuck Lever2013-04-051-1/+2
* NFSv4: Fix an Oops in the NFSv4 getacl codeTrond Myklebust2013-04-052-5/+8
* NFSv4: include bitmap in nfsv4 get acl dataAndy Adamson2013-04-052-47/+80
* 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: 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: 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
* NFSv4.1: Remove a bogus BUG_ON() in nfs4_layoutreturn_doneTrond Myklebust2012-09-141-6/+2
* NFSv3: Ensure that do_proc_get_root() reports errors correctlyTrond Myklebust2012-09-141-1/+1
* nfs: skip commit in releasepage if we're freeing memory for fs-related reasonsJeff Layton2012-08-091-2/+5
* mm: compaction: introduce sync-light migration for use by compactionMel Gorman2012-08-012-3/+3
* mm: compaction: determine if dirty pages can be migrated without blocking wit...Mel Gorman2012-08-012-3/+3
* NFSv4: Map NFS4ERR_SHARE_DENIED into an EACCES error instead of EIOTrond Myklebust2012-06-101-0/+2
* NFSv4: Revalidate uid/gid after openJonathan Nieder2012-05-211-0/+1
* NFSv4: Ensure that we check lock exclusive/shared type against open modesTrond Myklebust2012-05-071-0/+14
* NFSv4: Ensure that the LOCK code sets exception->inodeTrond Myklebust2012-05-071-2/+7
* nfs: Enclose hostname in brackets when needed in nfs_do_root_mountJan Kara2012-05-071-2/+6
* NFSv4: Return the delegation if the server returns NFS4ERR_OPENMODETrond Myklebust2012-04-022-1/+13
* NFS: Properly handle the case where the delegation is revokedTrond Myklebust2012-04-025-4/+57
* NFSv4: Ensure we throw out bad delegation stateids on NFS4ERR_BAD_STATEIDTrond Myklebust2012-02-291-0/+2
* pnfs-obj: Must return layout on IO errorBoaz Harrosh2012-01-253-1/+15
* pnfs-obj: pNFS errors are communicated on iodata->pnfs_errorBoaz Harrosh2012-01-251-3/+7
* nfs: fix regression in handling of context= option in NFSv4Jeff Layton2012-01-251-24/+19
* NFSv4.1: fix backchannel slotid off-by-one bugAndy Adamson2012-01-251-1/+1
* NFSv4.1: Ensure that we handle _all_ SEQUENCE status bits.Trond Myklebust2012-01-061-4/+4
* NFS: Prevent 3.0 from crashing if it receives a partial layoutTrond Myklebust2011-12-092-1/+10
* nfs: when attempting to open a directory, fall back on normal lookup (try #5)Jeff Layton2011-11-266-2/+37
* VFS: Fix the remaining automounter semantics regressionsTrond Myklebust2011-11-111-1/+1
* nfs: don't try to migrate pages with active requestsJeff Layton2011-11-111-25/+11
* nfs: don't redirty inode when ncommit == 0 in nfs_commit_unstable_pagesJeff Layton2011-11-111-0/+4
* Revert "NFS: Ensure that writeback_single_inode() calls write_inode() when sy...Trond Myklebust2011-11-111-1/+2
* NFSv4.1: Return NFS4ERR_BADSESSION to callbacks during session resetsTrond Myklebust2011-08-291-0/+5
* NFSv4.1: Fix the callback 'highest_used_slotid' behaviourTrond Myklebust2011-08-293-24/+22
* pnfs-obj: Bug when we are running out of bioBoaz Harrosh2011-08-291-7/+5
* pnfs-obj: Fix the comp_index != 0 caseBoaz Harrosh2011-08-292-9/+10
* NFS: Fix spurious readdir cookie loop messagesTrond Myklebust2011-08-041-23/+33
* NFSv4: Don't use the delegation->inode in nfs_mark_return_delegation()Trond Myklebust2011-08-041-8/+8
* pnfs: use lwb as layoutcommit lengthPeng Tao2011-08-041-1/+1
* pnfs: let layoutcommit handle a list of lsegPeng Tao2011-08-043-17/+25
* pnfs: save layoutcommit cred at layout header initPeng Tao2011-08-042-11/+12