summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3021-6/+16
* NFS: don't try to decode GETATTR if DELEGRETURN returned errorJeff Layton2010-03-221-0/+2
* NFS: Prevent another deadlock in nfs_release_page()Trond Myklebust2010-03-191-1/+2
* NFS: ensure bdi_unregister is called on mount failure.NeilBrown2010-03-151-5/+20
* NFS: Avoid a deadlock in nfs_release_pageTrond Myklebust2010-03-111-10/+13
* NFSv4: Don't ignore the NFS_INO_REVAL_FORCED flag in nfs_revalidate_inode()Trond Myklebust2010-03-103-2/+8
* nfs4: Make the v4 callback service hiddenSteve Dickson2010-03-081-0/+1
* nfs: fix unlikely memory leakDan Carpenter2010-03-081-0/+1
* Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-03-061-2/+0
|\
| * Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs into for-2.6.34-incomingJ. Bruce Fields2010-03-0414-44/+106
| |\
| * | SUNRPC: Bury "#ifdef IPV6" in svc_create_xprt()Chuck Lever2010-01-261-2/+0
* | | Merge branch 'writeback-for-2.6.34' into nfs-for-2.6.34Trond Myklebust2010-03-0513-273/+115
|\ \ \
| * | | NFS: Remove requirement for inode->i_mutex from nfs_invalidate_mappingTrond Myklebust2010-03-053-42/+3
| * | | NFS: Clean up nfs_sync_mappingTrond Myklebust2010-03-051-9/+5
| * | | NFS: Simplify nfs_wb_page()Trond Myklebust2010-03-051-97/+23
| * | | NFS: Replace __nfs_write_mapping with sync_inode()Trond Myklebust2010-03-052-47/+10
| * | | NFS: Simplify nfs_wb_page_cancel()Trond Myklebust2010-03-051-38/+1
| * | | NFS: Ensure inode is always marked I_DIRTY_DATASYNC, if it has unstable pagesTrond Myklebust2010-03-051-0/+2
| * | | NFS: Run COMMIT as an asynchronous RPC call when wbc->for_background is setTrond Myklebust2010-03-051-1/+1
| * | | NFS: Reduce the number of unnecessary COMMIT callsTrond Myklebust2010-03-051-4/+22
| * | | NFS: Add a count of the number of unstable writes carried by an inodeTrond Myklebust2010-03-052-4/+11
| * | | NFS: Cleanup - move nfs_write_inode() into fs/nfs/write.cTrond Myklebust2010-03-052-13/+23
| * | | pass writeback_control to ->write_inodeChristoph Hellwig2010-03-052-3/+4
| * | | make sure data is on disk before calling ->write_inodeChristoph Hellwig2010-03-051-6/+1
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-03-042-8/+8
| |\ \ \
| | * | | a couple of mntget+dget -> path_get in nfs4procAl Viro2010-03-031-4/+4
| | * | | Switch alloc_nfs_open_context() to struct pathAl Viro2010-03-031-4/+4
| | | |/ | | |/|
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2010-03-031-2/+2
| |\ \ \
| | * | | percpu: add __percpu sparse annotations to fsTejun Heo2010-02-171-2/+2
| | | |/ | | |/|
| * | | Remove EXPERIMENTAL from NFS_FSCACHEChristian Kujau2010-02-261-2/+1
| | |/ | |/|
| * | NFS: Too many GETATTR and ACCESS calls after direct I/OChuck Lever2010-02-151-0/+3
| * | NFS: Fix the mapping of the NFSERR_SERVERFAULT errorTrond Myklebust2010-02-093-5/+5
| * | NFS: Remove a redundant check for PageFsCache in nfs_migrate_page()Trond Myklebust2010-02-091-2/+1
| * | NFS: Fix a bug in nfs_fscache_release_page()Trond Myklebust2010-02-091-5/+4
* | | nfs41 fix NFS4ERR_CLID_INUSE for exchange idAndy Adamson2010-03-021-1/+1
* | | NFS: Fix an allocation-under-spinlock bugTrond Myklebust2010-03-021-3/+15
* | | NFSv4.1: Various fixes to the sequence flag error handlingTrond Myklebust2010-03-021-12/+45
* | | nfs4: renewd renew operations should take/put a client referenceAlexandros Batsakis2010-03-021-1/+5
* | | nfs41: renewd sequence operations should take/put client referenceAlexandros Batsakis2010-03-021-6/+12
* | | nfs: prevent backlogging of renewd requestsAlexandros Batsakis2010-03-022-21/+27
* | | nfs: kill renewd before clearing client minor versionAlexandros Batsakis2010-03-021-24/+24
* | | NFS: Make close(2) asynchronous when closing NFS O_DIRECT filesChuck Lever2010-02-101-6/+1
* | | NFS: Improve NFS iostat byte count accuracy for writesChuck Lever2010-02-101-3/+12
* | | NFS: Account for NFS bytes read via the splice APIChuck Lever2010-02-101-1/+4
* | | NFS: Fix byte accounting for generic NFS readsChuck Lever2010-02-101-2/+4
* | | NFS: Proper accounting for NFS VFS callsChuck Lever2010-02-101-2/+2
* | | nfs41: cleanup callback code to use __be32 typeAndy Adamson2010-02-102-22/+23
* | | nfs41: clear NFS4CLNT_RECALL_SLOT bit on session resetAndy Adamson2010-02-101-8/+8
* | | nfs41: fix nfs4_callback_recallslotAndy Adamson2010-02-101-3/+7
* | | nfs41: resize slot table in resetAndy Adamson2010-02-101-19/+21