summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2015-12-30nfs: if we have no valid attrs, then don't declare the attribute cache validJeff Layton1-1/+5
2015-11-17Failing to send a CLOSE if file is opened WRONLY and server reboots on a 4.x ...Olga Kornievskaia1-1/+1
2015-10-13NFSv4: don't set SETATTR for O_RDONLY|O_EXCLNeilBrown1-1/+1
2015-08-12NFS: Fix size of NFSACL SETACL operationsChuck Lever1-1/+1
2015-08-12fixing infinite OPEN loop in 4.0 stateid recoveryOlga Kornievskaia1-0/+2
2015-05-10NFSv4: Minor cleanups for nfs4_handle_exception and nfs4_async_handle_errorTrond Myklebust1-5/+5
2015-05-10NFSv4: Don't call put_rpccred() under the rcu_read_lock()Trond Myklebust1-1/+1
2015-05-10NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_argsTrond Myklebust1-1/+3
2015-05-10nfs: don't call blocking operations while !TASK_RUNNINGJeff Layton1-3/+5
2015-01-01move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-1/+1
2014-12-14NFSv4.1: Fix an NFSv4.1 state renewal regressionAndy Adamson2-3/+11
2014-12-14NFSv4: fix open/lock state recovery error handlingTrond Myklebust1-10/+6
2014-11-05NFSv4: Fix another bug in the close/open_downgrade codeTrond Myklebust1-15/+15
2014-09-14NFSv4: Fix problems with close in the presence of a delegationTrond Myklebust1-5/+12
2014-04-02nfs: fix do_div() warning by instead using sector_div()Helge Deller1-1/+1
2014-04-02nfs4.1: properly handle ENOTSUP in SECINFO_NO_NAMEWeston Andros Adamson1-2/+2
2014-04-02NFSv4: OPEN must handle the NFS4ERR_IO return code correctlyTrond Myklebust1-16/+31
2014-01-03NFSv4: Update list of irrecoverable errors on DELEGRETURNTrond Myklebust1-2/+8
2014-01-03NFSv4 wait on recovery for async session errorsAndy Adamson1-2/+1
2014-01-03NFSv4: Fix a use-after-free situation in _nfs4_proc_getlk()Trond Myklebust1-0/+1
2013-09-10NFSv4.1: integer overflow in decode_cb_sequence_args()Dan Carpenter1-3/+3
2013-04-10NFS: nfs_getaclargs.acl_len is a size_tChuck Lever1-1/+2
2013-04-10NFSv4.1: Fix a race in pNFS layoutcommitTrond Myklebust2-15/+18
2013-04-10pnfs-block: removing DM device maybe cause oops when call dev_removefanchaoting1-2/+2
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