summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)AuthorFilesLines
2015-08-03fixing infinite OPEN loop in 4.0 stateid recoveryOlga Kornievskaia1-0/+2
2015-08-03NFS: Fix size of NFSACL SETACL operationsChuck Lever1-1/+1
2015-04-29move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-1/+1
2015-03-18NFSv4: Don't call put_rpccred() under the rcu_read_lock()Trond Myklebust1-1/+1
2015-03-07NFSv4.1: Fix a kfree() of uninitialised pointers in decode_cb_sequence_argsTrond Myklebust1-1/+3
2015-03-07nfs: don't call blocking operations while !TASK_RUNNINGJeff Layton1-3/+5
2015-02-06NFSv4.1: Fix an Oops in nfs41_walk_client_listTrond Myklebust1-1/+1
2015-02-06nfs: fix dio deadlock when O_DIRECT flag is flippedPeng Tao1-0/+6
2015-01-27NFSv4.1: Fix client id trunking on LinuxTrond Myklebust1-9/+8
2015-01-08nfs41: fix nfs4_proc_layoutget error handlingPeng Tao1-3/+3
2014-12-07nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_waitDavid Jeffery1-1/+1
2014-11-21mm: filemap: move radix tree hole searching hereJohannes Weiner1-1/+1
2014-11-21NFSv4.1: nfs41_clear_delegation_stateid shouldn't trust NFS_DELEGATED_STATETrond Myklebust1-25/+17
2014-11-21NFSv4: Fix races between nfs_remove_bad_delegation() and delegation returnTrond Myklebust3-3/+23
2014-11-21nfs: Fix use of uninitialized variable in nfs_getattr()Jan Kara1-1/+1
2014-11-21NFS: Don't try to reclaim delegation open state if recovery failedTrond Myklebust1-0/+2
2014-11-21NFSv4: Ensure that we remove NFSv4.0 delegations when state has expiredTrond Myklebust1-1/+23
2014-11-21nfs: fix pnfs direct write memory leakPeng Tao1-0/+1
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-30Fixing lease renewalOlga Kornievskaia1-0/+1
2014-10-06NFSv4: Fix another bug in the close/open_downgrade codeTrond Myklebust1-15/+15
2014-10-06NFSv4: nfs4_state_manager() vs. nfs_server_remove_lists()Steve Dickson1-18/+20
2014-09-06NFSv4: Fix problems with close in the presence of a delegationTrond Myklebust1-5/+12
2014-09-06NFSv3: Fix another acl regressionTrond Myklebust1-1/+4
2014-09-06nfs3_list_one_acl(): check get_acl() result with IS_ERR_OR_NULLAndrey Utkin1-1/+1
2014-07-31nfs: only show Posix ACLs in listxattr if actually presentChristoph Hellwig2-2/+45
2014-07-07nfs: Fix cache_validity check in nfs_write_pageuptodate()Scott Mayhew1-1/+3
2014-07-07NFS: populate ->net in mount data when remountingMateusz Guzik1-0/+1
2014-07-07NFS: Use raw_write_seqcount_begin/end int nfs4_reclaim_open_stateTrond Myklebust1-3/+3
2014-07-07NFS: Don't declare inode uptodate unless all attributes were checkedTrond Myklebust1-9/+17
2014-07-07pNFS: Handle allocation errors correctly in filelayout_alloc_layout_hdr()Trond Myklebust1-1/+1
2014-05-06NFSv4: Fix a use-after-free problem in open()Trond Myklebust1-9/+10
2014-03-10Merge tag 'nfs-for-3.14-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds4-29/+30
2014-03-05NFSv4: Fail the truncate() if the lock/open stateid is invalidTrond Myklebust1-3/+6
2014-03-05NFSv4.1 Fail data server I/O if stateid represents a lost lockAndy Adamson1-4/+6
2014-03-05NFSv4: Fix the return value of nfs4_select_rw_stateidTrond Myklebust1-11/+3
2014-03-05NFSv4: nfs4_stateid_is_current should return 'true' for an invalid stateidTrond Myklebust1-2/+3
2014-03-03NFS: Fix a delegation callback raceTrond Myklebust1-4/+7
2014-03-01NFSv4: Fix another nfs4_sequence corruptorTrond Myklebust1-5/+5
2014-02-21Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2014-02-20Merge tag 'nfs-for-3.14-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-15/+35
2014-02-19NFS fix error return in nfs4_select_rw_stateidAndy Adamson1-1/+4
2014-02-17NFSv4: Use the correct net namespace in nfs4_update_serverTrond Myklebust3-10/+12
2014-02-11mm: fix page leak at nfs_symlink()Rafael Aquini1-0/+5
2014-02-10NFS: Do not set NFS_INO_INVALID_LABEL unless server supports labeled NFSTrond Myklebust2-4/+19
2014-02-04Merge branch 'acl_fixes' into linux-nextTrond Myklebust1-22/+12
2014-02-04nfs: include xattr.h from fs/nfs/nfs3proc.cTejun Heo1-0/+1
2014-02-03NFSv3: Fix return value of nfs3_proc_setaclsTrond Myklebust1-2/+11