summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2015-03-18nfs: use check_submounts_and_drop()Miklos Szeredi1-5/+4
2015-03-18helper for reading ->d_countAl Viro2-4/+4
2014-11-18upstream: drivers: avoid parsing names as kthread_run() format stringsKees Cook2-4/+3
2014-10-30NFSv4.1: Fix an NFSv4.1 state renewal regressionAndy Adamson2-3/+11
2014-10-30NFSv4: fix open/lock state recovery error handlingTrond Myklebust1-10/+6
2014-10-30NFSv4: Fix lock recovery when CREATE_SESSION/SETCLIENTID_CONFIRM failsTrond Myklebust1-1/+0
2014-10-05NFSv4: Fix another bug in the close/open_downgrade codeTrond Myklebust1-15/+15
2014-10-05NFSv4: nfs4_state_manager() vs. nfs_server_remove_lists()Steve Dickson1-18/+20
2014-09-05NFSv4: Fix problems with close in the presence of a delegationTrond Myklebust1-5/+12
2014-09-05NFSv3: Fix another acl regressionTrond Myklebust1-1/+4
2014-07-06NFS: Don't declare inode uptodate unless all attributes were checkedTrond Myklebust1-9/+17
2014-07-06pNFS: Handle allocation errors correctly in filelayout_alloc_layout_hdr()Trond Myklebust1-1/+1
2014-03-23NFSv4: nfs4_stateid_is_current should return 'true' for an invalid stateidTrond Myklebust1-2/+3
2014-03-23NFS: Fix a delegation callback raceTrond Myklebust1-4/+7
2014-02-13pnfs: Proper delay for NFS4ERR_RECALLCONFLICT in layout_get_doneBoaz Harrosh1-4/+30
2014-02-13nfs4: fix discover_server_trunking use after freeWeston Andros Adamson1-6/+4
2014-02-13NFSv4.1: Handle errors correctly in nfs41_walk_client_listTrond Myklebust1-3/+5
2014-02-13nfs4.1: properly handle ENOTSUP in SECINFO_NO_NAMEWeston Andros Adamson1-2/+2
2014-02-13NFSv4: OPEN must handle the NFS4ERR_IO return code correctlyTrond Myklebust1-16/+31
2013-12-20NFSv4 wait on recovery for async session errorsAndy Adamson1-2/+1
2013-12-20nfs: fix do_div() warning by instead using sector_div()Helge Deller1-1/+1
2013-12-11NFSv4: Update list of irrecoverable errors on DELEGRETURNTrond Myklebust1-2/+8
2013-11-29NFSv4: Fix state reference counting in _nfs4_opendata_reclaim_to_nfs4_stateTrond Myklebust1-5/+1
2013-11-29NFSv4: don't reprocess cached open CLAIM_PREVIOUSWeston Andros Adamson1-4/+8
2013-11-29NFSv4: don't fail on missing fattr in open recoverWeston Andros Adamson1-6/+0
2013-11-29NFSv4: fix NULL dereference in open recoverWeston Andros Adamson1-1/+2
2013-11-29NFSv4: Fix a use-after-free situation in _nfs4_proc_getlk()Trond Myklebust1-0/+1
2013-10-13NFSv4.1: nfs4_fl_prepare_ds - fix bugs when the connect attempt failsTrond Myklebust1-9/+9
2013-07-13NFSv4.1 end back channel session drainingAndy Adamson1-12/+11
2013-05-30NFS: Fix security flavor negotiation with legacy binary mountsChuck Lever1-0/+2
2013-05-29NFSv4: Fix a thinko in nfs4_try_open_cachedTrond Myklebust1-1/+1
2013-05-23NFS: Fix SETCLIENTID fallback if GSS is not availableChuck Lever1-1/+1
2013-05-20NFSv4.1 Fix a pNFS session draining deadlockAndy Adamson6-18/+20
2013-05-09Merge tag 'nfs-for-3.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-42/+169
2013-05-08NFS4.1 Fix data server connection raceAndy Adamson2-2/+26
2013-05-07make blkdev_put() return voidAl Viro3-10/+4
2013-05-06NFSv3: match sec= flavor against server listWeston Andros Adamson1-7/+41
2013-05-06NFSv4.1: Ensure that we free the lock stateid on the serverTrond Myklebust3-7/+24
2013-05-06NFSv4: Convert nfs41_free_stateid to use an asynchronous RPC callTrond Myklebust2-24/+76
2013-05-03NFSv4.x: Fix handling of partially delegated locksTrond Myklebust1-2/+2
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-2/+1
2013-04-30Merge tag 'nfs-for-3.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds22-467/+830
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2013-04-29NFSv4: Warn once about servers that incorrectly apply open mode to setattrTrond Myklebust1-0/+7
2013-04-29NFSv4: Servers should only check SETATTR stateid open mode on size changeTrond Myklebust1-4/+9
2013-04-23Merge branch 'bugfixes' into linux-nextTrond Myklebust3-17/+37
2013-04-23Merge branch 'rpcsec_gss-from_cel' into linux-nextTrond Myklebust7-167/+153
2013-04-23NFSv4: Don't recheck permissions on open in case of recovery cached openTrond Myklebust1-4/+10
2013-04-23NFSv4.1: Don't do a delegated open for NFS4_OPEN_CLAIM_DELEG_CUR_FH modesTrond Myklebust1-0/+1
2013-04-23NFSv4.1: Use the more efficient open_noattr call for open-by-filehandleTrond Myklebust1-2/+6