summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2015-01-08nfs41: fix nfs4_proc_layoutget error handlingPeng Tao
2014-11-21NFSv4.1: nfs41_clear_delegation_stateid shouldn't trust NFS_DELEGATED_STATETrond Myklebust
2014-11-21NFSv4: Fix races between nfs_remove_bad_delegation() and delegation returnTrond Myklebust
2014-11-21nfs: Fix use of uninitialized variable in nfs_getattr()Jan Kara
2014-11-21NFS: Don't try to reclaim delegation open state if recovery failedTrond Myklebust
2014-11-21NFSv4: Ensure that we call FREE_STATEID when NFSv4.x stateids are revokedTrond Myklebust
2014-11-21NFSv4: Ensure that we remove NFSv4.0 delegations when state has expiredTrond Myklebust
2014-11-21nfs: fix pnfs direct write memory leakPeng Tao
2014-10-30NFSv4.1/pnfs: replace broken pnfs_put_lseg_asyncTrond Myklebust
2014-10-30NFS: Fix a bogus warning in nfs_generic_pgioTrond Myklebust
2014-10-30NFS: Fix an uninitialised pointer Oops in the writeback error pathTrond Myklebust
2014-10-30NFSv4.1: Fix an NFSv4.1 state renewal regressionAndy Adamson
2014-10-30NFSv4: fix open/lock state recovery error handlingTrond Myklebust
2014-10-30NFSv4: Fix lock recovery when CREATE_SESSION/SETCLIENTID_CONFIRM failsTrond Myklebust
2014-10-30nfs: fix duplicate proc entriesFabian Frederick
2014-10-30Fixing lease renewalOlga Kornievskaia
2014-09-18NFSv4: Fix another bug in the close/open_downgrade codeTrond Myklebust
2014-09-18NFSv4: nfs4_state_manager() vs. nfs_server_remove_lists()Steve Dickson
2014-09-12NFS: remove BUG possibility in nfs4_open_and_get_stateNeilBrown
2014-09-10pnfs: fix filelayout_retry_commit when idx > 0Weston Andros Adamson
2014-09-08nfs: revert "nfs4: queue free_lock_state job submission to nfsiod"Jeff Layton
2014-09-08nfs: fix kernel warning when removing proc entryCong Wang
2014-08-26NFSv3: Fix another acl regressionTrond Myklebust
2014-08-26NFSv4: Don't clear the open state when we just did an OPEN_DOWNGRADETrond Myklebust
2014-08-26NFSv4: Fix problems with close in the presence of a delegationTrond Myklebust
2014-08-22nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_waitDavid Jeffery
2014-08-22nfs: can_coalesce_requests must enforce contiguityWeston Andros Adamson
2014-08-22nfs: disallow duplicate pages in pgio page vectorsWeston Andros Adamson
2014-08-22nfs: don't sleep with inode lock in lock_and_join_requestsWeston Andros Adamson
2014-08-22nfs: fix error handling in lock_and_join_requestsWeston Andros Adamson
2014-08-22nfs: use blocking page_group_lock in add_requestWeston Andros Adamson
2014-08-22nfs: fix nonblocking calls to nfs_page_group_lockWeston Andros Adamson
2014-08-22nfs: change nfs_page_group_lock argumentWeston Andros Adamson
2014-08-13Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2014-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-08-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2014-08-07dcache: d_obtain_alias callers don't all want DISCONNECTEDJ. Bruce Fields
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2014-08-04nfs: reject changes to resvport and sharecache during remountScott Mayhew
2014-08-04NFS: Avoid infinite loop when RELEASE_LOCKOWNER getting expired errorKinglong Mee
2014-08-04NFS: Fix /proc/fs/nfsfs/servers and /proc/fs/nfsfs/volumesEric W. Biederman
2014-08-04NFS: fix two problems in lookup_revalidate in RCU-walkNeilBrown
2014-08-03NFS: allow lockless access to access_cacheNeilBrown
2014-08-03NFS: teach nfs_lookup_verify_inode to handle LOOKUP_RCUNeilBrown
2014-08-03NFS: teach nfs_neg_need_reval to understand LOOKUP_RCUNeilBrown
2014-08-03NFS: support RCU_WALK in nfs_permission()NeilBrown
2014-08-03NFS: prepare for RCU-walk support but pushing tests later in code.NeilBrown
2014-08-03NFS: nfs4_lookup_revalidate: only evaluate parent if it will be used.NeilBrown
2014-08-03NFS: add checks for returned value of try_module_get()Alexey Khoroshilov
2014-08-03nfs: clear_request_commit while holding i_lockWeston Andros Adamson