summaryrefslogtreecommitdiff
path: root/fs/nfs
AgeCommit message (Expand)Author
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-21NFS: fix the return value of nfs_file_fsync()J. R. Okajima
2011-03-21NFS: Fix "kernel BUG at fs/aio.c:554!"Chuck Lever
2011-03-21NFS: Fix fcntl F_GETLK not reporting some conflictsSergey Vlasov
2011-03-21NFS: Fix panic after nfs_umount()Chuck Lever
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-15NFS: Too many GETATTR and ACCESS calls after direct I/OChuck Lever
2010-02-09NFS: Fix the mapping of the NFSERR_SERVERFAULT errorTrond Myklebust
2010-02-09NFS: Remove a redundant check for PageFsCache in nfs_migrate_page()Trond Myklebust
2010-02-09NFS: Fix a bug in nfs_fscache_release_page()Trond Myklebust
2010-02-03NFS: Don't clobber the attribute type in nfs_update_inode()Trond Myklebust
2010-02-03NFS: Fix a umount raceTrond Myklebust
2010-02-03NFS: Fix an Oops when truncating a fileTrond Myklebust
2010-01-26NFS: Ensure that we handle NFS4ERR_STALE_STATEID correctlyTrond Myklebust
2010-01-26NFSv4.1: Don't call nfs4_schedule_state_recovery() unnecessarilyTrond Myklebust
2010-01-26NFSv4: Don't allow posix locking against servers that don't support itTrond Myklebust
2010-01-26NFSv4: Ensure that the NFSv4 locking can recover from stateid errorsTrond Myklebust
2010-01-26NFS: Avoid warnings when CONFIG_NFS_V4=nDavid Howells
2010-01-26NFS: Make nfs_commitdata_release staticH Hartley Sweeten
2010-01-26NFS: Try to commit unstable writes in nfs_release_page()Trond Myklebust
2010-01-26NFS: Fix a reference leak in nfs_wb_cancel_page()Trond Myklebust
2010-01-06nfs: fix oops in nfs_rename()OGAWA Hirofumi
2009-12-17Revert "fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)"Linus Torvalds
2009-12-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/v...Linus Torvalds
2009-12-16Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds
2009-12-16Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2009-12-16fix mismerge with Trond's stuff (create_mnt_ns() export is gone now)Al Viro
2009-12-15NFSv4: Fix a regression in the NFSv4 state managerTrond Myklebust
2009-12-15NFSv4: Release the sequence id before restarting a CLOSE rpc callTrond Myklebust
2009-12-15nfs41: fix session fore channel negotiationAndy Adamson
2009-12-15nfs41: do not zero seqid portion of stateid on closeAndy Adamson
2009-12-15nfs: run state manager in privileged modeAlexandros Batsakis
2009-12-15nfs: make recovery state manager operations privilegedAlexandros Batsakis
2009-12-15nfs: enforce FIFO ordering of operations trying to acquire slotAlexandros Batsakis
2009-12-15nfs: remove rpc_task argument from nfs4_find_slotAlexandros Batsakis
2009-12-15nfs: change nfs4_do_setlk params to identify recovery typeAlexandros Batsakis
2009-12-15nfs: do not do a LOOKUP after openAlexandros Batsakis
2009-12-15nfs: minor cleanup of session drainingAlexandros Batsakis
2009-12-14Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds