summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2018-06-01fs: Teach path_connected to handle nfs filesystems with multiple roots.Eric W. Biederman1-0/+2
2018-02-13nfs: Fix ugly referral attributesChuck Lever1-10/+8
2017-11-11mount: copy the port field into the cloned nfs_server structure.Steve Dickson1-0/+1
2017-06-05NFSv4: fix getacl ERANGE for some ACL buffer sizesWeston Andros Adamson1-6/+2
2017-06-05NFSv4: Fix range checking in __nfs4_get_acl_uncached and __nfs4_proc_set_aclTrond Myklebust1-9/+11
2017-06-05NFSv4: Fix the underestimation of delegation XDR space reservationTrond Myklebust1-0/+2
2017-03-16nfs_write_end(): fix handling of short copiesAl Viro1-1/+1
2017-02-23NFSv4: Open state recovery must account for file permission changesTrond Myklebust1-0/+3
2016-11-20NFSv4.1: Fix the CREATE_SESSION slot number accountingTrond Myklebust1-4/+11
2016-11-20nfs: don't create zero-length requestsBenjamin Coddington1-1/+4
2016-11-20NFS: Don't drop CB requests with invalid principalsChuck Lever1-1/+5
2016-08-23NFS: Fix another OPEN_DOWNGRADE bugTrond Myklebust1-3/+2
2016-02-13NFS: Fix attribute cache revalidationTrond Myklebust1-15/+39
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