summaryrefslogtreecommitdiffstats
path: root/fs/nfs
Commit message (Expand)AuthorAgeFilesLines
* NFS: Fix RCU issues in the NFSv4 delegation codeDavid Howells2010-05-011-21/+23
* NFSv4: Fix the locking in nfs_inode_reclaim_delegation()Trond Myklebust2010-05-011-14/+28
* Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-04-295-22/+45
|\
| * nfs: fix memory leak in nfs_get_sb with CONFIG_NFS_V4Xiaotian Feng2010-04-281-0/+1
| * nfs: fix some issues in nfs41_proc_reclaim_complete()Dan Carpenter2010-04-281-1/+4
| * NFS: Ensure that nfs_wb_page() waits for Pg_writeback to clearTrond Myklebust2010-04-271-15/+4
| * NFS: Fix an unstable write data integrity raceTrond Myklebust2010-04-221-4/+32
| * nfs: testing for null instead of ERR_PTR()Dan Carpenter2010-04-221-1/+1
| * NFS: rsize and wsize settings ignored on v4 mountsChuck Lever2010-04-221-0/+2
| * NFSv4: Don't attempt an atomic open if the file is a mountpointTrond Myklebust2010-04-221-1/+1
* | nfs d_revalidate() is too trigger-happy with d_drop()Al Viro2010-04-281-0/+2
|/
* NFSv4: fix delegated lockingTrond Myklebust2010-04-122-2/+5
* NFS: Ensure that the WRITE and COMMIT RPC calls are always uninterruptibleTrond Myklebust2010-04-091-7/+16
* NFS: Fix a race with the new commit codeTrond Myklebust2010-04-091-7/+10
* NFS: Ensure that writeback_single_inode() calls write_inode() when syncingTrond Myklebust2010-04-091-2/+2
* NFS: Fix the mode calculation in nfs_find_open_contextTrond Myklebust2010-04-091-4/+4
* NFSv4: Fall back to ordinary lookup if nfs4_atomic_open() returns EISDIRTrond Myklebust2010-04-091-1/+1
* Have nfs ->d_revalidate() report errors properlyAl Viro2010-04-071-2/+1
* 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
OpenPOWER on IntegriCloud