aboutsummaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
2012-10-07NFS: Alias the nfs module to nfs4bjschuma@gmail.com
2012-10-07NFSv3: Ensure that do_proc_get_root() reports errors correctlyTrond Myklebust
2012-10-07NFSv4: Revalidate uid/gid after openJonathan Nieder
2012-02-13NFSv4: Fix open recoveryTrond Myklebust
2012-02-13NFSv4: Handle NFS4ERR_GRACE when recovering an expired lease.Trond Myklebust
2012-02-13NFSv4: Ensure the state manager handles NFS4ERR_NO_GRACE correctlyTrond Myklebust
2012-02-13NFSv4: The state manager shouldn't exit on errors that were handledTrond Myklebust
2012-02-13NFSv4: Fix up the callers of nfs4_state_end_reclaim_rebootTrond Myklebust
2011-08-08NFSv4.1: update nfs4_fattr_bitmap_maxszAndy Adamson
2011-05-09nfs: fix compilation warningJovi Zhang
2011-05-09nfs4: Ensure that ACL pages sent over NFS were not allocated from the slab (v3)Neil Horman
2011-05-09NFSv4.1: Ensure state manager thread dies on last umountTrond Myklebust
2011-05-09nfs: don't lose MS_SYNCHRONOUS on remount of noac mountJeff Layton
2011-05-09NFS: nfs_wcc_update_inode() should set nfsi->attr_gencountTrond Myklebust
2011-03-02NFS: fix the return value of nfs_file_fsync()J. R. Okajima
2011-02-17NFS: Fix "kernel BUG at fs/aio.c:554!"Chuck Lever
2011-01-07NFS: Fix fcntl F_GETLK not reporting some conflictsSergey Vlasov
2011-01-07NFS: Fix panic after nfs_umount()Chuck Lever
2010-09-20NFS: Fix a typo in nfs_sockaddr_match_ipaddr6Trond Myklebust
2010-08-26nfs: Add "lookupcache" to displayed mount optionsPatrick J. LoPresti
2010-08-10NFS: kswapd must not block in nfs_release_pageTrond Myklebust
2010-08-10acl trouble after upgrading ubuntuJ. Bruce Fields
2010-08-02NFSv4: Ensure that /proc/self/mountinfo displays the minor version numberTrond Myklebust
2010-08-02NFSv4: Fix an embarassing typo in encode_attrs()Trond Myklebust
2010-05-12NFS: rsize and wsize settings ignored on v4 mountsChuck Lever
2010-05-12nfs d_revalidate() is too trigger-happy with d_drop()Al Viro
2010-04-26NFSv4: fix delegated lockingTrond Myklebust
2010-04-26NFSv4: Fall back to ordinary lookup if nfs4_atomic_open() returns EISDIRTrond Myklebust
2010-04-01NFS: Prevent another deadlock in nfs_release_page()Trond Myklebust
2010-04-01NFS: Avoid a deadlock in nfs_release_pageTrond Myklebust
2010-04-01NFSv4: Don't ignore the NFS_INO_REVAL_FORCED flag in nfs_revalidate_inode()Trond Myklebust
2010-03-15NFS: Fix an allocation-under-spinlock bugTrond Myklebust
2010-02-23NFS: Too many GETATTR and ACCESS calls after direct I/OChuck Lever
2010-02-23NFS: Fix the mapping of the NFSERR_SERVERFAULT errorTrond Myklebust
2010-02-23NFS: Fix a bug in nfs_fscache_release_page()Trond Myklebust
2010-02-23NFS: Fix a umount raceTrond Myklebust
2010-02-23NFS: Fix an Oops when truncating a fileTrond Myklebust
2010-02-23NFSv4: Ensure that the NFSv4 locking can recover from stateid errorsTrond Myklebust
2010-02-23NFSv4: Don't allow posix locking against servers that don't support itTrond Myklebust
2010-02-23NFS: Try to commit unstable writes in nfs_release_page()Trond Myklebust
2010-02-23NFS: Fix a reference leak in nfs_wb_cancel_page()Trond Myklebust
2010-01-28NFS: Revert default r/wsize behaviorChuck Lever
2009-12-18NFS: Fix nfs_migrate_page()Trond Myklebust
2009-11-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-fscacheLinus Torvalds
2009-11-19FS-Cache: Handle pages pending storage that get evicted under OOM conditionsDavid Howells
2009-11-11NFSv4: Fix a cache validation bug which causes getcwd() to return ENOENTTrond Myklebust
2009-10-26NFSv4: The link() operation should return any delegation on the fileTrond Myklebust
2009-10-26NFSv4: Fix two unbalanced put_rpccred() issues.Trond Myklebust
2009-10-23NFSv4: Fix a bug when the server returns NFS4ERR_RESOURCETrond Myklebust
2009-10-23nfs: Panic when commit failsTerry Loftin