summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* nfs: Fix "Don't increment lock sequence ID after NFS4ERR_MOVED"Chuck Lever2017-06-171-0/+1
* NFSv4: Don't perform cached access checks before we've OPENed the fileTrond Myklebust2017-06-141-0/+3
* NFS: Ensure we revalidate attributes before using execute_ok()Trond Myklebust2017-06-141-2/+16
* NFSv4: fix getacl ERANGE for some ACL buffer sizesWeston Andros Adamson2017-03-121-6/+2
* NFSv4: fix getacl head length estimationJ. Bruce Fields2017-03-121-1/+1
* NFSv4: Fix memory and state leak in _nfs4_open_and_get_stateTrond Myklebust2017-03-121-1/+1
* NFSv4.0: always send mode in SETATTR after EXCLUSIVE4Benjamin Coddington2017-02-011-1/+2
* NFSv4.1: nfs4_fl_prepare_ds must be careful about reporting success.NeilBrown2017-01-191-1/+2
* NFS: Fix a performance regression in readdirTrond Myklebust2017-01-191-13/+2
* pNFS: Fix race in pnfs_wait_on_layoutreturnTrond Myklebust2017-01-191-5/+3
* nfs_write_end(): fix handling of short copiesAl Viro2017-01-091-1/+1
* NFSv4.x: hide array-bounds warningArnd Bergmann2016-12-021-1/+1
* NFSv4.2: Fix a reference leak in nfs42_proc_layoutstats_genericJeff Layton2016-10-281-0/+1
* NFSv4: Open state recovery must account for file permission changesTrond Myklebust2016-10-281-0/+3
* NFSv4: nfs4_copy_delegation_stateid() must fail if the delegation is invalidTrond Myklebust2016-10-281-4/+13
* NFSv4: Don't report revoked delegations as valid in nfs_have_delegation()Trond Myklebust2016-10-281-0/+1
* pNFS/flexfiles: Fix layoutcommit after a commit to DSTrond Myklebust2016-10-071-2/+1
* pNFS/files: Fix layoutcommit after a commit to DSTrond Myklebust2016-10-071-2/+1
* NFS: Don't drop CB requests with invalid principalsChuck Lever2016-10-071-1/+5
* NFSv4.1: Fix the CREATE_SESSION slot number accountingTrond Myklebust2016-09-241-2/+10
* pNFS: Ensure LAYOUTGET and LAYOUTRETURN are properly serialisedTrond Myklebust2016-09-241-0/+3
* NFSv4.x: Fix a refcount leak in nfs_callback_up_netTrond Myklebust2016-09-241-0/+1
* pNFS: The client must not do I/O to the DS if it's lease has expiredTrond Myklebust2016-09-241-0/+1
* nfs: don't create zero-length requestsBenjamin Coddington2016-08-201-1/+4
* NFS: Fix another OPEN_DOWNGRADE bugTrond Myklebust2016-07-271-3/+2
* make nfs_atomic_open() call d_drop() on all ->open_context() errors.Al Viro2016-07-271-1/+1
* nfs: use file_dentry()Miklos Szeredi2016-04-203-6/+6
* NFSv4: Fix a dentry leak on alias useBenjamin Coddington2016-03-031-2/+2
* pNFS/flexfiles: Fix an XDR encoding bug in layoutreturnTrond Myklebust2016-02-251-4/+2
* nfs: Fix race in __update_open_stateid()Andrew Elble2016-02-251-1/+1
* pNFS/flexfiles: Fix an Oopsable typo in ff_mirror_match_fh()Trond Myklebust2016-02-251-1/+1
* NFS: Fix attribute cache revalidationTrond Myklebust2016-02-251-15/+39
* NFSv4.1/pnfs: Fixup an lo->plh_block_lgets imbalance in layoutreturnTrond Myklebust2016-02-171-1/+0
* sched/wait: Fix the signal handling fixPeter Zijlstra2015-12-134-7/+7
* Merge tag 'nfs-for-4.4-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2015-12-131-5/+2
|\
| * SUNRPC: Fix callback channelTrond Myklebust2015-12-071-5/+2
* | osd fs: __r4w_get_page rely on PageUptodate for uptodateHugh Dickins2015-12-121-4/+1
|/
* nfs4: resend LAYOUTGET when there is a race that changes the seqidJeff Layton2015-11-251-25/+31
* nfs: if we have no valid attrs, then don't declare the attribute cache validJeff Layton2015-11-251-1/+5
* nfs: ensure that attrcache is revalidated after a SETATTRJeff Layton2015-11-251-1/+4
* nfs4: limit callback decoding to received bytesBenjamin Coddington2015-11-231-2/+5
* nfs4: start callback_ident at idr 1Benjamin Coddington2015-11-231-1/+1
* nfs: use sliding delay when LAYOUTGET gets NFS4ERR_DELAYJeff Layton2015-11-231-1/+1
* NFS4: Cleanup FATTR4_WORD0_FS_LOCATIONS after decoding successKinglong Mee2015-11-231-0/+1
* NFS: Properly set NFS v4.2 NFSDBG_FACILITYAnna Schumaker2015-11-231-1/+1
* nfs: reduce the amount of ifdefs for v4.2 in nfs4file.cChristoph Hellwig2015-11-231-20/+7
* nfs: use btrfs ioctl defintions for cloneChristoph Hellwig2015-11-231-4/+6
* nfs: allow intra-file CLONEChristoph Hellwig2015-11-231-5/+14
* nfs: offer native ioctls even if CONFIG_COMPAT is setChristoph Hellwig2015-11-231-3/+0
* nfs: pass on count for CLONE operationsChristoph Hellwig2015-11-231-0/+1