Age | Commit message (Expand) | Author | Files | Lines |
2010-05-01 | NFS: Fix RCU issues in the NFSv4 delegation code | David Howells | 1 | -21/+23 |
2010-05-01 | NFSv4: Fix the locking in nfs_inode_reclaim_delegation() | Trond Myklebust | 1 | -14/+28 |
2010-04-29 | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 5 | -22/+45 |
2010-04-28 | nfs d_revalidate() is too trigger-happy with d_drop() | Al Viro | 1 | -0/+2 |
2010-04-28 | nfs: fix memory leak in nfs_get_sb with CONFIG_NFS_V4 | Xiaotian Feng | 1 | -0/+1 |
2010-04-28 | nfs: fix some issues in nfs41_proc_reclaim_complete() | Dan Carpenter | 1 | -1/+4 |
2010-04-27 | NFS: Ensure that nfs_wb_page() waits for Pg_writeback to clear | Trond Myklebust | 1 | -15/+4 |
2010-04-22 | NFS: Fix an unstable write data integrity race | Trond Myklebust | 1 | -4/+32 |
2010-04-22 | nfs: testing for null instead of ERR_PTR() | Dan Carpenter | 1 | -1/+1 |
2010-04-22 | NFS: rsize and wsize settings ignored on v4 mounts | Chuck Lever | 1 | -0/+2 |
2010-04-22 | NFSv4: Don't attempt an atomic open if the file is a mountpoint | Trond Myklebust | 1 | -1/+1 |
2010-04-12 | NFSv4: fix delegated locking | Trond Myklebust | 2 | -2/+5 |
2010-04-09 | NFS: Ensure that the WRITE and COMMIT RPC calls are always uninterruptible | Trond Myklebust | 1 | -7/+16 |
2010-04-09 | NFS: Fix a race with the new commit code | Trond Myklebust | 1 | -7/+10 |
2010-04-09 | NFS: Ensure that writeback_single_inode() calls write_inode() when syncing | Trond Myklebust | 1 | -2/+2 |
2010-04-09 | NFS: Fix the mode calculation in nfs_find_open_context | Trond Myklebust | 1 | -4/+4 |
2010-04-09 | NFSv4: Fall back to ordinary lookup if nfs4_atomic_open() returns EISDIR | Trond Myklebust | 1 | -1/+1 |
2010-04-07 | Have nfs ->d_revalidate() report errors properly | Al Viro | 1 | -2/+1 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 21 | -6/+16 |
2010-03-22 | NFS: don't try to decode GETATTR if DELEGRETURN returned error | Jeff Layton | 1 | -0/+2 |
2010-03-19 | NFS: Prevent another deadlock in nfs_release_page() | Trond Myklebust | 1 | -1/+2 |
2010-03-15 | NFS: ensure bdi_unregister is called on mount failure. | NeilBrown | 1 | -5/+20 |
2010-03-11 | NFS: Avoid a deadlock in nfs_release_page | Trond Myklebust | 1 | -10/+13 |
2010-03-10 | NFSv4: Don't ignore the NFS_INO_REVAL_FORCED flag in nfs_revalidate_inode() | Trond Myklebust | 3 | -2/+8 |
2010-03-08 | nfs4: Make the v4 callback service hidden | Steve Dickson | 1 | -0/+1 |
2010-03-08 | nfs: fix unlikely memory leak | Dan Carpenter | 1 | -0/+1 |
2010-03-06 | Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -2/+0 |
2010-03-05 | Merge branch 'writeback-for-2.6.34' into nfs-for-2.6.34 | Trond Myklebust | 13 | -273/+115 |
2010-03-05 | NFS: Remove requirement for inode->i_mutex from nfs_invalidate_mapping | Trond Myklebust | 3 | -42/+3 |
2010-03-05 | NFS: Clean up nfs_sync_mapping | Trond Myklebust | 1 | -9/+5 |
2010-03-05 | NFS: Simplify nfs_wb_page() | Trond Myklebust | 1 | -97/+23 |
2010-03-05 | NFS: Replace __nfs_write_mapping with sync_inode() | Trond Myklebust | 2 | -47/+10 |
2010-03-05 | NFS: Simplify nfs_wb_page_cancel() | Trond Myklebust | 1 | -38/+1 |
2010-03-05 | NFS: Ensure inode is always marked I_DIRTY_DATASYNC, if it has unstable pages | Trond Myklebust | 1 | -0/+2 |
2010-03-05 | NFS: Run COMMIT as an asynchronous RPC call when wbc->for_background is set | Trond Myklebust | 1 | -1/+1 |
2010-03-05 | NFS: Reduce the number of unnecessary COMMIT calls | Trond Myklebust | 1 | -4/+22 |
2010-03-05 | NFS: Add a count of the number of unstable writes carried by an inode | Trond Myklebust | 2 | -4/+11 |
2010-03-05 | NFS: Cleanup - move nfs_write_inode() into fs/nfs/write.c | Trond Myklebust | 2 | -13/+23 |
2010-03-05 | pass writeback_control to ->write_inode | Christoph Hellwig | 2 | -3/+4 |
2010-03-05 | make sure data is on disk before calling ->write_inode | Christoph Hellwig | 1 | -6/+1 |
2010-03-04 | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs into for-2.6.34-incoming | J. Bruce Fields | 14 | -44/+106 |
2010-03-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -8/+8 |
2010-03-03 | a couple of mntget+dget -> path_get in nfs4proc | Al Viro | 1 | -4/+4 |
2010-03-03 | Switch alloc_nfs_open_context() to struct path | Al Viro | 1 | -4/+4 |
2010-03-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... | Linus Torvalds | 1 | -2/+2 |
2010-03-02 | nfs41 fix NFS4ERR_CLID_INUSE for exchange id | Andy Adamson | 1 | -1/+1 |
2010-03-02 | NFS: Fix an allocation-under-spinlock bug | Trond Myklebust | 1 | -3/+15 |
2010-03-02 | NFSv4.1: Various fixes to the sequence flag error handling | Trond Myklebust | 1 | -12/+45 |
2010-03-02 | nfs4: renewd renew operations should take/put a client reference | Alexandros Batsakis | 1 | -1/+5 |
2010-03-02 | nfs41: renewd sequence operations should take/put client reference | Alexandros Batsakis | 1 | -6/+12 |