summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2017-12-20NFSv4.1 respect server's max size in CREATE_SESSIONOlga Kornievskaia1-2/+2
2017-12-16NFS: Fix a typo in nfs_rename()Trond Myklebust1-1/+1
2017-12-09NFSv4: Fix client recovery when server reboots multiple timesTrond Myklebust1-1/+0
2017-12-09nfs: Don't take a reference on fl->fl_file for LOCK operationBenjamin Coddington1-3/+0
2017-12-05NFS: revalidate "." etc correctly on "open".NeilBrown1-1/+2
2017-11-30nfs: Fix ugly referral attributesChuck Lever1-10/+8
2017-11-30NFS: Fix typo in nomigration mount optionJoshua Watt1-1/+1
2017-09-14NFS: Fix 2 use after free issues in the I/O codeTrond Myklebust3-17/+12
2017-08-16pnfs/blocklayout: require 64-bit sector_tChristoph Hellwig1-0/+1
2017-08-16nfs/flexfiles: fix leak of nfs4_ff_ds_version arraysWeston Andros Adamson1-0/+1
2017-07-28NFS: only invalidate dentrys that are clearly invalid.NeilBrown2-6/+10
2017-07-05NFSv4: fix a reference leak caused WARNING messagesKinglong Mee1-2/+0
2017-06-17nfs: Fix "Don't increment lock sequence ID after NFS4ERR_MOVED"Chuck Lever1-0/+1
2017-06-14NFSv4: Don't perform cached access checks before we've OPENed the fileTrond Myklebust1-0/+3
2017-06-14NFS: Ensure we revalidate attributes before using execute_ok()Trond Myklebust1-2/+16
2017-03-12NFSv4: fix getacl ERANGE for some ACL buffer sizesWeston Andros Adamson1-6/+2
2017-03-12NFSv4: fix getacl head length estimationJ. Bruce Fields1-1/+1
2017-03-12NFSv4: Fix memory and state leak in _nfs4_open_and_get_stateTrond Myklebust1-1/+1
2017-02-01NFSv4.0: always send mode in SETATTR after EXCLUSIVE4Benjamin Coddington1-1/+2
2017-01-19NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success.NeilBrown1-1/+2
2017-01-19NFS: Fix a performance regression in readdirTrond Myklebust1-13/+2
2017-01-19pNFS: Fix race in pnfs_wait_on_layoutreturnTrond Myklebust1-5/+3
2017-01-09nfs_write_end(): fix handling of short copiesAl Viro1-1/+1
2016-12-02NFSv4.x: hide array-bounds warningArnd Bergmann1-1/+1
2016-10-28NFSv4.2: Fix a reference leak in nfs42_proc_layoutstats_genericJeff Layton1-0/+1
2016-10-28NFSv4: Open state recovery must account for file permission changesTrond Myklebust1-0/+3
2016-10-28NFSv4: nfs4_copy_delegation_stateid() must fail if the delegation is invalidTrond Myklebust1-4/+13
2016-10-28NFSv4: Don't report revoked delegations as valid in nfs_have_delegation()Trond Myklebust1-0/+1
2016-10-07pNFS/flexfiles: Fix layoutcommit after a commit to DSTrond Myklebust1-2/+1
2016-10-07pNFS/files: Fix layoutcommit after a commit to DSTrond Myklebust1-2/+1
2016-10-07NFS: Don't drop CB requests with invalid principalsChuck Lever1-1/+5
2016-09-24NFSv4.1: Fix the CREATE_SESSION slot number accountingTrond Myklebust1-2/+10
2016-09-24pNFS: Ensure LAYOUTGET and LAYOUTRETURN are properly serialisedTrond Myklebust1-0/+3
2016-09-24NFSv4.x: Fix a refcount leak in nfs_callback_up_netTrond Myklebust1-0/+1
2016-09-24pNFS: The client must not do I/O to the DS if it's lease has expiredTrond Myklebust1-0/+1
2016-08-20nfs: don't create zero-length requestsBenjamin Coddington1-1/+4
2016-07-27NFS: Fix another OPEN_DOWNGRADE bugTrond Myklebust1-3/+2
2016-07-27make nfs_atomic_open() call d_drop() on all ->open_context() errors.Al Viro1-1/+1
2016-04-20nfs: use file_dentry()Miklos Szeredi3-6/+6
2016-03-04NFSv4: Fix a dentry leak on alias useBenjamin Coddington1-2/+2
2016-02-25pNFS/flexfiles: Fix an XDR encoding bug in layoutreturnTrond Myklebust1-4/+2
2016-02-25nfs: Fix race in __update_open_stateid()Andrew Elble1-1/+1
2016-02-25pNFS/flexfiles: Fix an Oopsable typo in ff_mirror_match_fh()Trond Myklebust1-1/+1
2016-02-25NFS: Fix attribute cache revalidationTrond Myklebust1-15/+39
2016-02-17NFSv4.1/pnfs: Fixup an lo->plh_block_lgets imbalance in layoutreturnTrond Myklebust1-1/+0
2015-12-14sched/wait: Fix the signal handling fixPeter Zijlstra4-7/+7
2015-12-13Merge tag 'nfs-for-4.4-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-5/+2
2015-12-12osd fs: __r4w_get_page rely on PageUptodate for uptodateHugh Dickins1-4/+1
2015-12-08SUNRPC: Fix callback channelTrond Myklebust1-5/+2
2015-11-25nfs4: resend LAYOUTGET when there is a race that changes the seqidJeff Layton1-25/+31